Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ValueTracking] computeOverflowForSignedAdd and isKnownNonNegative | Jingyue Wu | 2015-08-20 | 1 | -29/+6 |
* | [PM] Port ScalarEvolution to the new pass manager. | Chandler Carruth | 2015-08-17 | 1 | -4/+4 |
* | [NaryReassociate] remove redundant code | Jingyue Wu | 2015-07-23 | 1 | -5/+0 |
* | [NaryReassociate] enhances nsw by leveraging @llvm.assume | Jingyue Wu | 2015-07-01 | 1 | -14/+55 |
* | Make NaryReassociate pass the address space to isLegalAddressingMode | Matt Arsenault | 2015-06-07 | 1 | -1/+3 |
* | [NaryReassociate] Run EarlyCSE after NaryReassociate | Jingyue Wu | 2015-05-28 | 1 | -1/+23 |
* | [NaryReassoc] reassociate GEP for CSE | Jingyue Wu | 2015-05-21 | 1 | -21/+245 |
* | [NaryReassociate] avoid running forever | Jingyue Wu | 2015-05-13 | 1 | -4/+8 |
* | Resurrect r235688 | Jingyue Wu | 2015-04-24 | 1 | -1/+2 |
* | [NaryReassociate] run NaryReassociate iteratively | Jingyue Wu | 2015-04-17 | 1 | -7/+47 |
* | [NaryReassociate] speeds up candidate searching | Jingyue Wu | 2015-04-16 | 1 | -9/+15 |
* | Simplify n-ary adds by reassociation | Jingyue Wu | 2015-04-14 | 1 | -0/+206 |