| Age | Commit message (Expand) | Author |
| 2017-05-25 | CodeGen: Rename DEBUG_TYPE to match passnames | Matthias Braun |
| 2017-01-09 | In the below scenario, we must be able to skip the a DBG_VALUE instruction and | Sumanth Gundapaneni |
| 2016-07-28 | MachineFunction: Return reference for getFrameInfo(); NFC | Matthias Braun |
| 2016-07-08 | CodeGen: Use MachineInstr& in StackSlotColoring, NFC | Duncan P. N. Exon Smith |
| 2016-06-30 | CodeGen: Use MachineInstr& in TargetInstrInfo, NFC | Duncan P. N. Exon Smith |
| 2016-02-27 | CodeGen: Update LiveIntervalAnalysis API to use MachineInstr&, NFC | Duncan P. N. Exon Smith |
| 2015-08-11 | PseudoSourceValue: Replace global manager with a manager in a machine function. | Alex Lorenz |
| 2015-03-04 | Recommit r231175: Change LiveStackAnalysis::SS2IntervalMap from std::map to s... | David Blaikie |
| 2014-10-14 | Remove unnecessary TargetMachine.h includes. | Eric Christopher |
| 2014-08-05 | Have MachineFunction cache a pointer to the subtarget to make lookups | Eric Christopher |
| 2014-08-04 | Remove the TargetMachine forwards for TargetSubtargetInfo based | Eric Christopher |
| 2014-04-22 | [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth |
| 2014-04-15 | Break PseudoSourceValue out of the Value hierarchy. It is now the root of its... | Nick Lewycky |
| 2014-04-14 | [C++11] More 'nullptr' conversion. In some cases just using a boolean check i... | Craig Topper |
| 2014-03-07 | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper |
| 2014-03-02 | [C++11] Replace llvm::next and llvm::prior with std::next and std::prev. | Benjamin Kramer |
| 2013-12-14 | [block-freq] Refactor LiveInterals::getSpillWeight to use the new MachineBloc... | Michael Gottesman |
| 2013-07-14 | Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s... | Craig Topper |
| 2013-07-05 | [SystemZ] Remove no-op MVCs | Richard Sandiford |
| 2013-07-05 | Fix double renaming bug in stack coloring pass | Richard Sandiford |
| 2013-07-03 | Use SmallVectorImpl instead of SmallVector for iterators and references to av... | Craig Topper |
| 2013-06-27 | Remove unused variable. | Benjamin Kramer |
| 2013-06-18 | Hopefully fix the MSVS build after r184105 | Timur Iskhodzhanov |
| 2013-06-17 | Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo. | Benjamin Kramer |
| 2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth |
| 2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth |
| 2012-09-21 | Fix a significant recent(?) regression. StackSlotColoring no longer did anything | Evan Cheng |
| 2012-08-22 | Tidy up a few more uses of MF.getFunction()->getName(). | David Blaikie |
| 2012-08-22 | Add a getName function to MachineFunction. Use it in places that previously d... | Craig Topper |
| 2012-07-20 | Remove unused private member variables uncovered by the recent changes to cla... | Benjamin Kramer |
| 2012-02-21 | StackSlotColoring does not use a VirtRegMap | Andrew Trick |
| 2012-02-08 | Codegen pass definition cleanup. No functionality. | Andrew Trick |
| 2012-02-08 | Move pass configuration out of pass constructors: StackSlotColoring. | Andrew Trick |
| 2012-02-08 | whitespace | Andrew Trick |
| 2011-12-18 | Allow inlining of functions with returns_twice calls, if they have the | Joerg Sonnenberger |
| 2011-11-13 | Stop tracking unused registers in VirtRegMap. | Jakob Stoklund Olesen |
| 2011-11-13 | Remove the -color-ss-with-regs option. | Jakob Stoklund Olesen |
| 2011-06-28 | - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and | Evan Cheng |
| 2011-06-27 | More refactoring. Move getRegClass from TargetOperandInfo to TargetInstrInfo. | Evan Cheng |
| 2011-01-09 | Teach TargetRegisterInfo how to cram stack slot indexes in with the virtual and | Jakob Stoklund Olesen |
| 2010-12-23 | Change all self assignments X=X to (void)X, so that we can turn on a | Jeffrey Yasskin |
| 2010-10-19 | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson |
| 2010-10-12 | Begin adding static dependence information to passes, which will allow us to | Owen Anderson |
| 2010-10-07 | Now with fewer extraneous semicolons! | Owen Anderson |
| 2010-08-28 | remove dead proto | Chris Lattner |
| 2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
| 2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
| 2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
| 2010-07-21 | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson |
| 2010-07-10 | Replace copyRegToReg with COPY everywhere in lib/CodeGen except for FastISel. | Jakob Stoklund Olesen |