| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add a comment to explain a folding transform. | Reid Spencer | 2007-03-26 | 1 | -0/+1 |
| * | fold constantexprs more aggressively, fixing PR1265 | Chris Lattner | 2007-03-25 | 1 | -2/+17 |
| * | Fix constant fold of div by zero and rem by zero to match IEEE 754 | Reid Spencer | 2007-03-23 | 1 | -8/+18 |
| * | Fix constant folding of fp->int bitcast for vectors. | Reid Spencer | 2007-03-03 | 1 | -2/+2 |
| * | Prefer non-virtual calls to ConstantInt::isZero over virtual calls to | Reid Spencer | 2007-03-02 | 1 | -6/+6 |
| * | Use the APInt versions of the bit-wise conversions of float/double to int | Reid Spencer | 2007-03-01 | 1 | -8/+10 |
| * | Use a simpler constructor when constructing ConstantInst. | Reid Spencer | 2007-03-01 | 1 | -20/+19 |
| * | Pull out the stops. | Reid Spencer | 2007-02-27 | 1 | -4/+2 |
| * | Adjust to changes in the APInt interface. | Reid Spencer | 2007-02-27 | 1 | -4/+4 |
| * | For PR1205: | Reid Spencer | 2007-02-27 | 1 | -14/+5 |
| * | For PR1205: | Reid Spencer | 2007-02-27 | 1 | -102/+135 |
| * | ConstantFolding.cpp/h -> ConstantFold.cpp/h to avoid confusion with | Chris Lattner | 2007-02-27 | 1 | -0/+1388 |

