This is to fix the bug in IntrinsicLowering.cpp,
[oota-llvm.git] / lib / CodeGen / StackSlotColoring.cpp
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.