summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2007-11-30-LoadFolding-Bug.ll
AgeCommit message (Expand)Author
2017-08-02X86: Do not use llc -march in tests.Matthias Braun
2010-02-12Reapply the new LoopStrengthReduction code, with compile time andDan Gohman
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-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-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman
2009-05-11Reverse a loop that is counting up to a maximum toDale Johannesen
2008-08-05Eliminate another use of -disable-correct-folding.Owen Anderson
2008-08-04Update these tests to work by disabling the new correct CFG generation. This...Owen Anderson
2008-06-25Enable two-address remat by default.Evan Cheng
2007-11-30Do not fold reload into an instruction with multiple uses. It issues one extr...Evan Cheng