aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/StackSlotColoring.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-2/+10
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-2/+2
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-10/+10
* Update to LLVM 3.5a.Stephen Hines2014-04-241-6/+5
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-141-2/+2
* [SystemZ] Remove no-op MVCsRichard Sandiford2013-07-051-1/+10
* Fix double renaming bug in stack coloring passRichard Sandiford2013-07-051-26/+42
* Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper2013-07-031-3/+3
* Remove unused variable.Benjamin Kramer2013-06-271-2/+0
* Hopefully fix the MSVS build after r184105Timur Iskhodzhanov2013-06-181-0/+1
* Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo.Benjamin Kramer2013-06-171-7/+7
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-5/+5
* Fix a significant recent(?) regression. StackSlotColoring no longer did anythingEvan Cheng2012-09-211-1/+1
* Tidy up a few more uses of MF.getFunction()->getName().David Blaikie2012-08-221-2/+1
* Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper2012-08-221-2/+1
* Remove unused private member variables uncovered by the recent changes to cla...Benjamin Kramer2012-07-201-2/+1
* StackSlotColoring does not use a VirtRegMapAndrew Trick2012-02-211-4/+0
* Codegen pass definition cleanup. No functionality.Andrew Trick2012-02-081-11/+1
* Move pass configuration out of pass constructors: StackSlotColoring.Andrew Trick2012-02-081-2/+2
* whitespaceAndrew Trick2012-02-081-10/+10
* Allow inlining of functions with returns_twice calls, if they have theJoerg Sonnenberger2011-12-181-1/+1
* Stop tracking unused registers in VirtRegMap.Jakob Stoklund Olesen2011-11-131-11/+3
* Remove the -color-ss-with-regs option.Jakob Stoklund Olesen2011-11-131-306/+2
* - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng2011-06-281-4/+4
* More refactoring. Move getRegClass from TargetOperandInfo to TargetInstrInfo.Evan Cheng2011-06-271-2/+2
* Teach TargetRegisterInfo how to cram stack slot indexes in with the virtual andJakob Stoklund Olesen2011-01-091-5/+5
* Change all self assignments X=X to (void)X, so that we can turn on aJeffrey Yasskin2010-12-231-1/+1
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-2/+6
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-121-1/+7
* Now with fewer extraneous semicolons!Owen Anderson2010-10-071-1/+1
* remove dead protoChris Lattner2010-08-281-1/+0
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-2/+2
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-2/+2
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-2/+2
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-211-2/+2
* Replace copyRegToReg with COPY everywhere in lib/CodeGen except for FastISel.Jakob Stoklund Olesen2010-07-101-4/+5
* Convert EXTRACT_SUBREG to COPY when emitting machine instrs.Jakob Stoklund Olesen2010-07-081-2/+2
* Remove references to INSERT_SUBREG after de-SSA.Jakob Stoklund Olesen2010-07-081-2/+1
* Revert "Remove references to INSERT_SUBREG after de-SSA" r107725.Jakob Stoklund Olesen2010-07-071-1/+2
* Remove references to INSERT_SUBREG after de-SSAJakob Stoklund Olesen2010-07-061-2/+1
* Move the check for "calls setjmp" to SelectionDAGISel so that it can be used byBill Wendling2010-05-261-32/+1
* Temporarily revert r104655 as it's breaking the bots.Eric Christopher2010-05-261-5/+37
* Dale and Evan suggested putting the "check for setjmp" much earlier in theBill Wendling2010-05-261-37/+5
* Constify function.Bill Wendling2010-05-251-2/+2
* Okay, bear with me here...Bill Wendling2010-05-251-0/+41
* Print out the name of the function during SSC.Bill Wendling2010-05-241-1/+5
* Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman2010-05-061-2/+4
* Fix a bug where debug info affected stack slot coloring.Dale Johannesen2010-05-011-1/+2
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-091-6/+3