aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2009-02-26-MachineLICMBug.ll
AgeCommit message (Expand)Author
2010-10-20More accurate estimate / tracking of register pressure.Evan Cheng
2010-10-19Re-enable register pressure aware machine licm with fixes. Hoist() may haveEvan Cheng
2010-10-19Revert r116781 "- Add a hook for target to determine whether an instruction defDaniel Dunbar
2010-10-19- Add a hook for target to determine whether an instruction def isEvan Cheng
2010-08-28fix the buildvector->insertp[sd] logic to not always create a redundantChris Lattner
2010-07-14Re-enable the test with fix.Evan Cheng
2010-07-14temporarily disable to test to fix buildbots.Chris Lattner
2010-07-14Teach ProcessImplicitDefs to transform more COPY instructions into IMPLICIT_D...Evan Cheng
2010-03-26Try trivial remat before the coalescer gives up on a vr / physreg coalescing ...Evan Cheng
2010-03-25Make the NDEBUG assertion stronger and more clear what is Chris Lattner
2010-01-11Make this test less trivial, to avoid spurious failures.Dan Gohman
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-02-27MachineLICM CSE should match destination register classes; avoid hoisting imp...Evan Cheng