summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2008-05-21-CoalescerBug.ll
AgeCommit message (Expand)AuthorFilesLines
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie1-1/+1
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie1-2/+2
2012-02-10RegAlloc superpass: includes phi elimination, coalescing, and scheduling.Andrew Trick1-1/+1
2011-11-12Switch a couple -O0 tests to RABasic.Jakob Stoklund Olesen1-1/+1
2010-05-27Add a -regalloc=default option that chooses a register allocator based on the -OJakob Stoklund Olesen1-1/+1
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman1-1/+1
2009-04-29Second attempt:Bill Wendling1-1/+1
2009-04-28r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling1-1/+1
2009-04-28Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling1-1/+1
2008-10-07Remove -disable-fast-isel. Use cl::boolOrDefault with -fast-iselDan Gohman1-1/+1
2008-10-01Disable fast-isel for this test, as it doesn't emit the sameDan Gohman1-1/+1
2008-08-05Update the remaining tests not to use -disable-correct-folding, and remove twoOwen Anderson1-3/+4
2008-08-04Update these tests to work by disabling the new correct CFG generation. This...Owen Anderson1-1/+1
2008-05-21Fix PR2343. An *interesting* coalescer bug.Evan Cheng1-0/+97