Re-implement the main strength-reduction portion of LoopStrengthReduction.
[oota-llvm.git] / test / CodeGen / X86 / stack-color-with-reg.ll
2010-01-13 Evan ChengCommit some changes I had managed to lose last night...
2010-01-13 Evan ChengRe-enable extension optimization pass.
2010-01-13 Evan ChengDisable opt-ext pass to unbreak the build for now.
2010-01-13 Evan ChengAdd a quick pass to optimize sign / zero extension...
2009-11-17 Jakob Stoklund OlesenRemove fragile test.
2009-11-17 Jakob Stoklund OlesenEnable -split-phi-edges by default, except when -regall...
2009-11-17 Evan ChengRevert 89021. It's miscompiling llvm-gcc driver driver...
2009-11-17 Jakob Stoklund OlesenEnable -split-phi-edges by default
2009-10-16 Dan GohmanMove zext and sext casts fed by loads into the same...
2009-09-21 Evan ChengClean up spill weight computation. Also some changes...
2009-09-18 Dan GohmanAdd support for using the FLAGS result of or, xor,...
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-09-05 Bob WilsonStabilize the order of live intervals in the priority_q...
2009-08-05 Dan GohmanEnable the new no-SP register classes by default. This...
2009-08-05 Dan GohmanRevert changes accidentally committed along with r78163.
2009-08-05 Dan GohmanTeach X86FastISel how to handle CCValAssign::BCvt,...
2009-08-04 Jakob Stoklund OlesenLowerSubregsInstructionPass::LowerExtract should not...
2009-07-18 Evan ChengCatch more coalescing opportunities.
2009-07-18 Evan ChengEnable cross register class coalescing.
2009-05-12 Evan ChengFixed a stack slot coloring with reg bug: do not update...
2009-05-07 Bill WendlingTemporarily revert r71010. It was causing massive failu...
2009-05-05 Evan ChengEnable stack coloring with regs at -O3.