aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2009-02-26-MachineLICMBug.ll
Commit message (Expand)AuthorAgeFilesLines
* More accurate estimate / tracking of register pressure.Evan Cheng2010-10-201-1/+1
* Re-enable register pressure aware machine licm with fixes. Hoist() may haveEvan Cheng2010-10-191-1/+1
* Revert r116781 "- Add a hook for target to determine whether an instruction defDaniel Dunbar2010-10-191-1/+1
* - Add a hook for target to determine whether an instruction def isEvan Cheng2010-10-191-1/+1
* fix the buildvector->insertp[sd] logic to not always create a redundantChris Lattner2010-08-281-1/+1
* Re-enable the test with fix.Evan Cheng2010-07-141-3/+2
* temporarily disable to test to fix buildbots.Chris Lattner2010-07-141-2/+3
* Teach ProcessImplicitDefs to transform more COPY instructions into IMPLICIT_D...Evan Cheng2010-07-141-1/+1
* Try trivial remat before the coalescer gives up on a vr / physreg coalescing ...Evan Cheng2010-03-261-0/+9
* Make the NDEBUG assertion stronger and more clear what is Chris Lattner2010-03-251-1/+1
* Make this test less trivial, to avoid spurious failures.Dan Gohman2010-01-111-2/+2
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-1/+1
* MachineLICM CSE should match destination register classes; avoid hoisting imp...Evan Cheng2009-02-271-0/+47