| Commit message (Expand) | Author | Age | Files | Lines |
| * | [X86] Fix uninitialized variable warnings. NFCI. | Simon Pilgrim | 2019-11-06 | 1 | -6/+6 |
| * | Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM | Daniel Sanders | 2019-08-15 | 1 | -5/+5 |
| * | [X86] Fix stack probe issue on windows32. | Luo, Yuanke | 2019-08-10 | 1 | -0/+10 |
| * | Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re... | Daniel Sanders | 2019-08-01 | 1 | -3/+3 |
| * | X86: Clean up pass initialization | Tom Stellard | 2019-06-13 | 1 | -4/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | X86: Consistently declare pass initializers in X86.h; NFC | Matthias Braun | 2018-11-01 | 1 | -4/+0 |
| * | [DebugInfo] Examine all uses of isDebugValue() for debug instructions. | Shiva Chen | 2018-05-09 | 1 | -1/+1 |
| * | MachineFunction: Return reference from getFunction(); NFC | Matthias Braun | 2017-12-15 | 1 | -2/+2 |
| * | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -1/+1 |
| * | Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering | David Blaikie | 2017-11-08 | 1 | -1/+1 |
| * | X86CallFrameOptimization: Update comments and variable names. NFCI. | Zvi Rackover | 2017-10-24 | 1 | -15/+15 |
| * | X86CallFrameOptimization: Recognize 'store 0/-1 using and/or' idioms | Zvi Rackover | 2017-10-24 | 1 | -7/+29 |
| * | X86: Fix X86CallFrameOptimization to search for the COPY StackPointer | Zvi Rackover | 2017-10-24 | 1 | -16/+24 |
| * | X86: Register the X86CallFrameOptimization pass | Zvi Rackover | 2017-10-24 | 1 | -4/+13 |
| * | Revert "r306529 - [X86] Correct dwarf unwind information in function epilogue" | Daniel Jasper | 2017-06-29 | 1 | -13/+5 |
| * | [X86] Correct dwarf unwind information in function epilogue | Petar Jovanovic | 2017-06-28 | 1 | -5/+13 |
| * | Use methods to access data stored with frame instructions | Serge Pavlov | 2017-04-13 | 1 | -6/+4 |
| * | [X86] Fix some Clang-tidy modernize and Include What You Use warnings; other ... | Eugene Zelenko | 2017-02-02 | 1 | -21/+35 |
| * | [CodeGen] Rename MachineInstrBuilder::addOperand. NFC | Diana Picus | 2017-01-13 | 1 | -5/+4 |
| * | [X86] Skip over DEBUG_VALUE while looking for start of call sequence | Michael Kuperstein | 2016-12-07 | 1 | -3/+3 |
| * | Move most EH from MachineModuleInfo to MachineFunction | Matthias Braun | 2016-12-01 | 1 | -1/+1 |
| * | Temporarily Revert "Move most EH from MachineModuleInfo to MachineFunction" | Eric Christopher | 2016-12-01 | 1 | -1/+1 |
| * | Move most EH from MachineModuleInfo to MachineFunction | Matthias Braun | 2016-11-30 | 1 | -1/+1 |
| * | Use StringRef in Pass/PassManager APIs (NFC) | Mehdi Amini | 2016-10-01 | 1 | -1/+1 |
| * | Include X86CallFrameOptimization in the opt-bisect process. | Andrew Kaylor | 2016-08-18 | 1 | -1/+1 |
| * | MachineFunction: Return reference for getFrameInfo(); NFC | Matthias Braun | 2016-07-28 | 1 | -1/+1 |
| * | Fix a TODO in X86CallFrameOptimization to not rely on a codegen artifact. | Nico Weber | 2016-07-13 | 1 | -10/+10 |
| * | X86: Avoid implicit iterator conversions, NFC | Duncan P. N. Exon Smith | 2016-07-12 | 1 | -9/+9 |
| * | Test commit. | David L Kreitzer | 2016-06-30 | 1 | -1/+1 |
| * | X86CallFrameOptimization: make adjustCallSequence's return type void | Hans Wennborg | 2016-05-05 | 1 | -7/+8 |
| * | Enable the X86 call frame optimization for the 64-bit targets that allow it. | David L Kreitzer | 2016-05-02 | 1 | -16/+30 |
| * | Preliminary changes for fixing PR27241. Generalized/restructured some things | David L Kreitzer | 2016-04-19 | 1 | -19/+37 |
| * | Fixed a few typos and formatting problems. NFCI. | David L Kreitzer | 2016-04-12 | 1 | -15/+15 |
| * | [X86] Enable call frame optimization ("mov to push") not only for optsize (PR... | Hans Wennborg | 2016-03-30 | 1 | -4/+0 |
| * | Typo | Joerg Sonnenberger | 2016-03-22 | 1 | -1/+1 |
| * | Use a range-based for loop. NFC. | Michael Kuperstein | 2016-03-20 | 1 | -4/+4 |
| * | Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes. | Eugene Zelenko | 2016-02-02 | 1 | -2/+1 |
| * | [X86] Always generate precise CFA adjustments. | Michael Kuperstein | 2015-12-06 | 1 | -1/+2 |
| * | [X86] Generate .cfi_adjust_cfa_offset correctly when pushing arguments | Michael Kuperstein | 2015-11-03 | 1 | -15/+25 |
| * | [X86] Disable X86CallFrameOptimization on Darwin in presence of EH | Frederic Riss | 2015-10-08 | 1 | -0/+6 |
| * | Fix for bz24500: Avoid non-deterministic code generation triggered by the x86... | Andrew Kaylor | 2015-09-08 | 1 | -22/+25 |
| * | [X86] Allow x86 call frame optimization to fold more loads into pushes | Michael Kuperstein | 2015-08-12 | 1 | -6/+3 |
| * | X86: remove a dead store (NFC) | Saleem Abdulrasool | 2015-08-09 | 1 | -2/+2 |
| * | wrap OptSize and MinSize attributes for easier and consistent access (NFCI) | Sanjay Patel | 2015-08-04 | 1 | -5/+1 |
| * | Fix -Wextra-semi warnings. | Hans Wennborg | 2015-07-22 | 1 | -1/+1 |
| * | [X86] Reapply r240257 : "Allow more call sequences to use push instructions f... | Michael Kuperstein | 2015-07-16 | 1 | -26/+91 |
| * | Revert "[X86] Allow more call sequences to use push instructions for argument... | Reid Kleckner | 2015-07-16 | 1 | -91/+26 |
| * | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 2015-06-23 | 1 | -1/+1 |
| * | [X86] Allow more call sequences to use push instructions for argument passing | Michael Kuperstein | 2015-06-22 | 1 | -26/+91 |