Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add intermediate subtract instructions to reassociation worklist. | Owen Anderson | 2015-11-16 | 1 | -1/+1 |
* | [opaque pointer type] Add textual IR support for explicit type parameter to l... | David Blaikie | 2015-02-27 | 1 | -9/+9 |
* | Revert "[Reassociate] As the expression tree is rewritten make sure the opera... | Chad Rosier | 2014-11-19 | 1 | -5/+5 |
* | [Reassociate] As the expression tree is rewritten make sure the operands are | Chad Rosier | 2014-11-17 | 1 | -5/+5 |
* | Reassociate x + -0.1234 * y into x - 0.1234 * y | Erik Verbruggen | 2014-08-21 | 1 | -1/+1 |
* | [Reassociation] Add support for reassociation with unsafe algebra. | Chad Rosier | 2014-08-14 | 1 | -0/+285 |