aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2008-05-21-CoalescerBug.ll
AgeCommit message (Expand)Author
2012-02-10RegAlloc superpass: includes phi elimination, coalescing, and scheduling.Andrew Trick
2011-11-12Switch a couple -O0 tests to RABasic.Jakob Stoklund Olesen
2010-05-27Add a -regalloc=default option that chooses a register allocator based on the -OJakob Stoklund Olesen
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-04-29Second attempt:Bill Wendling
2009-04-28r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling
2009-04-28Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling
2008-10-07Remove -disable-fast-isel. Use cl::boolOrDefault with -fast-iselDan Gohman
2008-10-01Disable fast-isel for this test, as it doesn't emit the sameDan Gohman
2008-08-05Update the remaining tests not to use -disable-correct-folding, and remove twoOwen Anderson
2008-08-04Update these tests to work by disabling the new correct CFG generation. This...Owen Anderson
2008-05-21Fix PR2343. An *interesting* coalescer bug.Evan Cheng