summaryrefslogtreecommitdiff
path: root/lib/CodeGen/StackSlotColoring.cpp
Commit message (Expand)AuthorAge
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* Break PseudoSourceValue out of the Value hierarchy. It is now the root of its...Nick Lewycky2014-04-15
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-07
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* [block-freq] Refactor LiveInterals::getSpillWeight to use the new MachineBloc...Michael Gottesman2013-12-14
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-14
* [SystemZ] Remove no-op MVCsRichard Sandiford2013-07-05
* Fix double renaming bug in stack coloring passRichard Sandiford2013-07-05
* Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper2013-07-03
* Remove unused variable.Benjamin Kramer2013-06-27
* Hopefully fix the MSVS build after r184105Timur Iskhodzhanov2013-06-18
* Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.Benjamin Kramer2013-06-17
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Fix a significant recent(?) regression. StackSlotColoring no longer did anythingEvan Cheng2012-09-21
* Tidy up a few more uses of MF.getFunction()->getName().David Blaikie2012-08-22
* Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper2012-08-22
* Remove unused private member variables uncovered by the recent changes to cla...Benjamin Kramer2012-07-20
* StackSlotColoring does not use a VirtRegMapAndrew Trick2012-02-21
* Codegen pass definition cleanup. No functionality.Andrew Trick2012-02-08
* Move pass configuration out of pass constructors: StackSlotColoring.Andrew Trick2012-02-08
* whitespaceAndrew Trick2012-02-08
* Allow inlining of functions with returns_twice calls, if they have theJoerg Sonnenberger2011-12-18
* Stop tracking unused registers in VirtRegMap.Jakob Stoklund Olesen2011-11-13
* Remove the -color-ss-with-regs option.Jakob Stoklund Olesen2011-11-13
* - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng2011-06-28
* More refactoring. Move getRegClass from TargetOperandInfo to TargetInstrInfo.Evan Cheng2011-06-27
* Teach TargetRegisterInfo how to cram stack slot indexes in with the virtual andJakob Stoklund Olesen2011-01-09
* Change all self assignments X=X to (void)X, so that we can turn on aJeffrey Yasskin2010-12-23
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-12
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* remove dead protoChris Lattner2010-08-28
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-21
* Replace copyRegToReg with COPY everywhere in lib/CodeGen except for FastISel.Jakob Stoklund Olesen2010-07-10
* Convert EXTRACT_SUBREG to COPY when emitting machine instrs.Jakob Stoklund Olesen2010-07-08
* Remove references to INSERT_SUBREG after de-SSA.Jakob Stoklund Olesen2010-07-08
* Revert "Remove references to INSERT_SUBREG after de-SSA" r107725.Jakob Stoklund Olesen2010-07-07
* Remove references to INSERT_SUBREG after de-SSAJakob Stoklund Olesen2010-07-06
* Move the check for "calls setjmp" to SelectionDAGISel so that it can be used byBill Wendling2010-05-26
* Temporarily revert r104655 as it's breaking the bots.Eric Christopher2010-05-26
* Dale and Evan suggested putting the "check for setjmp" much earlier in theBill Wendling2010-05-26
* Constify function.Bill Wendling2010-05-25
* Okay, bear with me here...Bill Wendling2010-05-25
* Print out the name of the function during SSC.Bill Wendling2010-05-24
* Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman2010-05-06