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