aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/remat.ll
AgeCommit message (Expand)Author
2010-08-18When sending stats output to stdout for grepping, don't emit normalDan Gohman
2010-06-17Remove arm_apcscc from the test files. It is the default and doing thisRafael Espindola
2010-02-10Delete dead PHI machine instructions. These can be created due to typeBob Wilson
2010-02-06Run codegen dce pass for all targets at all optimization levels. Previously it'sEvan Cheng
2010-01-22Revert LoopStrengthReduce.cpp to pre-r94061 for now.Dan Gohman
2010-01-21Re-implement the main strength-reduction portion of LoopStrengthReduction.Dan Gohman
2009-11-20Fix codegen of conditional move of immediates. We were not making use of the ...Evan Cheng
2009-11-03Re-apply 85799. It turns out my code isn't buggy.Evan Cheng
2009-11-02Revert 85799 for now. It might be breaking llvm-gcc driver.Evan Cheng
2009-11-02Initilize the machine LICM CSE map upon the first time an instruction is hois...Evan Cheng
2009-10-09Update this test; the code is the same but it gets counted as oneDan Gohman
2009-09-21Clean up spill weight computation. Also some changes to give loop inductionEvan Cheng
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-02-05Turn on machine LICM in non-fast mode.Evan Cheng
2008-08-05Remove the need for -disable-correct-folding from this test.Owen Anderson
2008-08-04Update these tests to work by disabling the new correct CFG generation. This...Owen Anderson
2007-12-06Turning simple splitting on. Start testing new coalescer heuristics as new ll...Evan Cheng
2007-11-29Update tests.Evan Cheng