summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2007-11-30-LoadFolding-Bug.ll
AgeCommit message (Expand)AuthorFilesLines
2010-02-12Reapply the new LoopStrengthReduction code, with compile time andDan Gohman1-1/+1
2010-01-22Revert LoopStrengthReduce.cpp to pre-r94061 for now.Dan Gohman1-1/+1
2010-01-21Re-implement the main strength-reduction portion of LoopStrengthReduction.Dan Gohman1-1/+1
2009-11-03Re-apply 85799. It turns out my code isn't buggy.Evan Cheng1-3/+5
2009-11-02Revert 85799 for now. It might be breaking llvm-gcc driver.Evan Cheng1-5/+3
2009-11-02Initilize the machine LICM CSE map upon the first time an instruction is hois...Evan Cheng1-3/+5
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman1-1/+1
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman1-2/+2
2009-05-11Reverse a loop that is counting up to a maximum toDale Johannesen1-1/+3
2008-08-05Eliminate another use of -disable-correct-folding.Owen Anderson1-7/+8
2008-08-04Update these tests to work by disabling the new correct CFG generation. This...Owen Anderson1-1/+1
2008-06-25Enable two-address remat by default.Evan Cheng1-1/+1
2007-11-30Do not fold reload into an instruction with multiple uses. It issues one extr...Evan Cheng1-0/+81