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