Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename test. | Chris Lattner | 2011-02-06 | 1 | -166/+0 |
* | Reenable the transform "(X*Y)/Y->X" when the multiplication is known not to | Duncan Sands | 2011-02-02 | 1 | -0/+4 |
* | Commit 124487 broke 254.gap. See if disabling the part that might be triggered | Duncan Sands | 2011-01-30 | 1 | -4/+0 |
* | Transform (X/Y)*Y into X if the division is exact. Instcombine already knows... | Duncan Sands | 2011-01-30 | 1 | -0/+18 |
* | My auto-simplifier noticed that ((X/Y)*Y)/Y occurs several times in SPEC | Duncan Sands | 2011-01-28 | 1 | -0/+56 |
* | For completeness, generalize the (X + Y) - Y -> X transform and add X - (X + ... | Duncan Sands | 2011-01-18 | 1 | -0/+20 |
* | Turn X-(X-Y) into Y. According to my auto-simplifier this is the most common | Duncan Sands | 2011-01-14 | 1 | -0/+8 |
* | Add generic simplification of associative operations, generalizing | Duncan Sands | 2010-12-21 | 1 | -0/+64 |