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