aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2007-11-30-LoadFolding-Bug.ll
Commit message (Expand)AuthorAgeFilesLines
* Reapply the new LoopStrengthReduction code, with compile time andDan Gohman2010-02-121-1/+1
* Revert LoopStrengthReduce.cpp to pre-r94061 for now.Dan Gohman2010-01-221-1/+1
* Re-implement the main strength-reduction portion of LoopStrengthReduction.Dan Gohman2010-01-211-1/+1
* Re-apply 85799. It turns out my code isn't buggy.Evan Cheng2009-11-031-3/+5
* Revert 85799 for now. It might be breaking llvm-gcc driver.Evan Cheng2009-11-021-5/+3
* Initilize the machine LICM CSE map upon the first time an instruction is hois...Evan Cheng2009-11-021-3/+5
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-1/+1
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-041-2/+2
* Reverse a loop that is counting up to a maximum toDale Johannesen2009-05-111-1/+3
* Eliminate another use of -disable-correct-folding.Owen Anderson2008-08-051-7/+8
* Update these tests to work by disabling the new correct CFG generation. This...Owen Anderson2008-08-041-1/+1
* Enable two-address remat by default.Evan Cheng2008-06-251-1/+1
* Do not fold reload into an instruction with multiple uses. It issues one extr...Evan Cheng2007-11-301-0/+81