-Revert parts of 84326 and 84411. Distinquishing between fixed and non-fixed
[oota-llvm.git] / lib / CodeGen / StackSlotColoring.cpp
2009-10-18 Evan Cheng-Revert parts of 84326 and 84411. Distinquishing betwee...
2009-10-18 Evan ChengOnly fixed stack objects and spill slots should be...
2009-10-17 Evan ChengRevert 84315 for now. Re-thinking the patch.
2009-10-17 Evan ChengRename getFixedStack to getStackObject. The stack objec...
2009-09-25 Dan GohmanImprove MachineMemOperand handling.
2009-09-21 Dan GohmanChange MachineMemOperand's alignment value to be the...
2009-09-06 Duncan SandsRemove some not-really-used variables, as warned
2009-08-23 Chris Lattnerremove a few DOUTs here and there.
2009-07-31 Dan GohmanUse setPreservesAll and setPreservesCFG in CodeGen...
2009-07-29 Chris Lattnerinline the global 'getInstrOperandRegClass' function...
2009-07-17 Evan ChengFix pr4552. Stack slot coloring with register must...
2009-05-12 Evan ChengFixed a stack slot coloring with reg bug: do not update...
2009-05-11 Evan ChengEliminate a compiler warning.
2009-05-07 Bill WendlingJust turn aggressive stack coloring off at -O3.
2009-05-07 Bill WendlingTemporarily revert r71010. It was causing massive failu...
2009-05-05 Evan ChengEnable stack coloring with regs at -O3.
2009-05-05 Evan ChengDo not substitute if the new register isn't in the...
2009-05-04 Evan ChengDo forward and backward substitution to eliminate loads...
2009-05-04 Mike StumpRestore minor deletion.
2009-05-03 Evan ChengTypo.
2009-05-03 Evan ChengIn some rare cases, the register allocator can spill...
2009-02-26 Owen AndersonEnable stack slot coloring DCE. Evan's spiller fixes...
2009-02-24 Owen AndersonAdd a debugging option for SSC DCE.
2009-02-20 Owen AndersonAdd a quick pass to the stack slot colorer to eliminate...
2008-12-05 Dan GohmanTeach StackSlotColoring to update MachineMemOperands...
2008-10-15 Dan GohmanAdjust whitespace in debug messages to be more consistent
2008-10-03 Dan GohmanSwitch the MachineOperand accessors back to the short...
2008-09-22 Evan ChengInstead of setPreservesAll, just mark them preseving...
2008-09-22 Evan ChengMark several codegen passes as preserving all analysis.
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-07-10 Dan GohmanMake stack slot coloring's debug output more consistent...
2008-06-23 Evan ChengRemove option used to debug stack coloring bugs. It...
2008-06-23 Evan ChengInstead of adding an isSS field to LiveInterval to...
2008-06-04 Evan ChengAdd a stack slot coloring pass. Not yet enabled.