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