| Commit message (Expand) | Author | Age | Files | Lines |
| * | Sink all InitializePasses.h includes | Reid Kleckner | 2019-11-13 | 1 | -0/+1 |
| * | [LLVM][Alignment] Introduce Alignment In MachineFrameInfo | Guillaume Chatelet | 2019-08-21 | 1 | -1/+1 |
| * | [CodeGen] Don't resolve the stack protector frame accesses until PEI | Francis Visoiu Mistrih | 2019-07-25 | 1 | -0/+8 |
| * | [PEI] Don't re-allocate a pre-allocated stack protector slot | Francis Visoiu Mistrih | 2019-07-17 | 1 | -0/+8 |
| * | [CodeGen][NFC] Simplify checks for stack protector index checking | Francis Visoiu Mistrih | 2019-07-17 | 1 | -4/+4 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) | Fangrui Song | 2018-09-27 | 1 | -1/+1 |
| * | CodeGen: Remove pipeline dependencies on StackProtector; NFC | Matthias Braun | 2018-07-13 | 1 | -14/+7 |
| * | Revert "(HEAD -> master, origin/master, arcpatch-D37582) CodeGen: Remove pipe... | Matthias Braun | 2018-07-12 | 1 | -7/+14 |
| * | CodeGen: Remove pipeline dependencies on StackProtector; NFC | Matthias Braun | 2018-07-12 | 1 | -14/+7 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -8/+9 |
| * | [DebugInfo] Examine all uses of isDebugValue() for debug instructions. | Shiva Chen | 2018-05-09 | 1 | -1/+1 |
| * | [CodeGen] Change std::sort to llvm::sort in response to r327219 | Mandeep Singh Grang | 2018-04-06 | 1 | -1/+1 |
| * | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -4/+4 |
| * | Move TargetFrameLowering.h to CodeGen where it's implemented | David Blaikie | 2017-11-03 | 1 | -1/+1 |
| * | CodeGen: Minor cleanups to use MachineInstr::getMF. NFC | Justin Bogner | 2017-10-10 | 1 | -1/+1 |
| * | [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot... | Eugene Zelenko | 2017-10-10 | 1 | -15/+19 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | CodeGen: Rename DEBUG_TYPE to match passnames | Matthias Braun | 2017-05-25 | 1 | -2/+2 |
| * | Fix nondeterministic output in local stack slot alloc pass | Matt Arsenault | 2016-10-26 | 1 | -6/+16 |
| * | Fix differences in codegen between Linux and Windows toolchains | Mandeep Singh Grang | 2016-10-18 | 1 | -3/+5 |
| * | MachineFunction: Return reference for getFrameInfo(); NFC | Matthias Braun | 2016-07-28 | 1 | -28/+28 |
| * | CodeGen: Use MachineInstr& in LocalStackSlotAllocation, NFC | Duncan P. N. Exon Smith | 2016-06-30 | 1 | -35/+29 |
| * | CodeGen: Remove more ilist iterator implicit conversions, NFC | Duncan P. N. Exon Smith | 2015-10-09 | 1 | -1/+1 |
| * | [ARM] Fix handling of thumb1 out-of-range frame offsets | John Brawn | 2015-03-20 | 1 | -5/+7 |
| * | [Statepoints 2/4] Statepoint infrastructure for garbage collection: MI & x86-... | Philip Reames | 2014-12-01 | 1 | -0/+1 |
| * | Have MachineFunction cache a pointer to the subtarget to make lookups | Eric Christopher | 2014-08-05 | 1 | -8/+4 |
| * | Remove the TargetMachine forwards for TargetSubtargetInfo based | Eric Christopher | 2014-08-04 | 1 | -4/+9 |
| * | [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 2014-04-22 | 1 | -1/+2 |
| * | Simplify resolveFrameIndex() signature. | Jim Grosbach | 2014-04-02 | 1 | -1/+1 |
| * | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-07 | 1 | -2/+2 |
| * | LocalStackSlotAllocation: Turn one-iteration loop into if. | Benjamin Kramer | 2014-02-23 | 1 | -12/+5 |
| * | [stackprotector] Implement the sspstrong rules for stack layout. | Josh Magee | 2014-02-01 | 1 | -0/+11 |
| * | [stackprotector] Use analysis from the StackProtector pass for stack layout i... | Josh Magee | 2013-12-19 | 1 | -9/+51 |
| * | Teach LocalStackSlotAllocation that stackmaps/patchpoints don't have range | Lang Hames | 2013-11-29 | 1 | -3/+5 |
| * | LocalStackSlotAllocation improvements | Hal Finkel | 2013-04-30 | 1 | -94/+111 |
| * | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -6/+6 |
| * | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -9/+9 |
| * | Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass(). | Jakob Stoklund Olesen | 2012-05-07 | 1 | -1/+2 |
| * | Codegen pass definition cleanup. No functionality. | Andrew Trick | 2012-02-08 | 1 | -7/+3 |
| * | Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a... | Anton Korobeynikov | 2011-01-10 | 1 | -5/+5 |
| * | Fix a comment typo. | Bob Wilson | 2011-01-07 | 1 | -1/+1 |
| * | During local stack slot allocation, the materializeFrameBaseRegister function | Bill Wendling | 2010-12-17 | 1 | -6/+11 |
| * | Improve virtual frame base register allocation heuristics. | Jim Grosbach | 2010-08-31 | 1 | -73/+109 |
| * | Add ARM heuristic for when to allocate a virtual base register for stack | Jim Grosbach | 2010-08-24 | 1 | -1/+1 |
| * | Move enabling the local stack allocation pass into the target where it belongs. | Jim Grosbach | 2010-08-24 | 1 | -2/+4 |
| * | Better handling of local offsets for downwards growing stacks. This corrects | Jim Grosbach | 2010-08-23 | 1 | -19/+31 |
| * | Downwards growing stack allocation order reverses relative offsets | Jim Grosbach | 2010-08-20 | 1 | -1/+10 |
| * | Add more dbg output | Jim Grosbach | 2010-08-20 | 1 | -0/+1 |
| * | properly check for whether base regs were inserted | Jim Grosbach | 2010-08-20 | 1 | -4/+7 |