summaryrefslogtreecommitdiff
path: root/lib/CodeGen/StackSlotColoring.cpp
Commit message (Expand)AuthorAge
* 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
* Fix a bug where debug info affected stack slot coloring.Dale Johannesen2010-05-01
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-09
* Change errs() to dbgs().David Greene2010-01-05
* improve portability to avoid conflicting with std::next in c++'0x.Chris Lattner2009-12-03
* The Indexes Patch.Lang Hames2009-11-03
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-25
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-25
* -Revert parts of 84326 and 84411. Distinquishing between fixed and non-fixedEvan Cheng2009-10-18
* Only fixed stack objects and spill slots should be get FixedStack PseudoSourc...Evan Cheng2009-10-18
* Revert 84315 for now. Re-thinking the patch.Evan Cheng2009-10-17
* Rename getFixedStack to getStackObject. The stack objects represented are notEvan Cheng2009-10-17
* Improve MachineMemOperand handling.Dan Gohman2009-09-25
* Change MachineMemOperand's alignment value to be the alignment ofDan Gohman2009-09-21
* Remove some not-really-used variables, as warnedDuncan Sands2009-09-06
* remove a few DOUTs here and there.Chris Lattner2009-08-23
* Use setPreservesAll and setPreservesCFG in CodeGen passes.Dan Gohman2009-07-31
* inline the global 'getInstrOperandRegClass' function into its callersChris Lattner2009-07-29
* Fix pr4552. Stack slot coloring with register must take care not to generate ...Evan Cheng2009-07-17
* Fixed a stack slot coloring with reg bug: do not update implicit use / def wh...Evan Cheng2009-05-12
* Eliminate a compiler warning.Evan Cheng2009-05-11
* Just turn aggressive stack coloring off at -O3.Bill Wendling2009-05-07
* Temporarily revert r71010. It was causing massive failures during self-hosting.Bill Wendling2009-05-07
* Enable stack coloring with regs at -O3.Evan Cheng2009-05-05
* Do not substitute if the new register isn't in the register class of the oper...Evan Cheng2009-05-05
* Do forward and backward substitution to eliminate loads and stores when possi...Evan Cheng2009-05-04
* Restore minor deletion.Mike Stump2009-05-04
* Typo.Evan Cheng2009-05-03
* In some rare cases, the register allocator can spill registers but end up not...Evan Cheng2009-05-03
* Enable stack slot coloring DCE. Evan's spiller fixes were needed before this...Owen Anderson2009-02-26
* Add a debugging option for SSC DCE.Owen Anderson2009-02-24
* Add a quick pass to the stack slot colorer to eliminate some trivially redund...Owen Anderson2009-02-20
* Teach StackSlotColoring to update MachineMemOperands whenDan Gohman2008-12-05
* Adjust whitespace in debug messages to be more consistentDan Gohman2008-10-15
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-03
* Instead of setPreservesAll, just mark them preseving machine loop info and ma...Evan Cheng2008-09-22
* Mark several codegen passes as preserving all analysis.Evan Cheng2008-09-22
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* Make stack slot coloring's debug output more consistent withDan Gohman2008-07-10
* Remove option used to debug stack coloring bugs. It's no longer needed since ...Evan Cheng2008-06-23
* Instead of adding an isSS field to LiveInterval to denote stack slot. Use top...Evan Cheng2008-06-23
* Add a stack slot coloring pass. Not yet enabled.Evan Cheng2008-06-04