summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/ins_subreg_coalesce-3.ll
Commit message (Expand)AuthorAge
* Eliminate the first have of the optimization which eliminates BRCONDDan Gohman2010-06-24
* Re-apply 97040 with fix. This survives a ppc self-host llvm-gcc bootstrap.Evan Cheng2010-02-27
* Speculatively revert r97011, "Re-apply 96540 and 96556 with fixes.", again inDaniel Dunbar2010-02-24
* Re-apply 96540 and 96556 with fixes.Evan Cheng2010-02-24
* These should not have been committed.Evan Cheng2010-02-22
* Instcombine constant folding can normalize gep with negative index to index w...Evan Cheng2010-02-22
* Revert commits 96556 and 96640, because commit 96556 breaks theDuncan Sands2010-02-19
* Some dag combiner goodness:Evan Cheng2010-02-18
* Run codegen dce pass for all targets at all optimization levels. Previously it'sEvan Cheng2010-02-06
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-08
* Enable the new no-SP register classes by default. This is to addressDan Gohman2009-08-05
* Catch more coalescing opportunities.Evan Cheng2009-07-18
* 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
* - More aggressively coalescing away copies whose source is defined by an impl...Evan Cheng2008-04-09