Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [InstCombine] remove stale comment on test; NFC | Sanjay Patel | 2019-12-30 | 1 | -1/+1 |
* | [InstCombine] propagate sign argument through nested copysigns | Sanjay Patel | 2019-12-30 | 1 | -2/+1 |
* | [InstCombine] add test for copysign; NFC | Sanjay Patel | 2019-12-23 | 1 | -0/+14 |
* | [InstCombine] enhance fold for copysign with known sign arg | Sanjay Patel | 2019-12-22 | 1 | -6/+4 |
* | [InstCombine] add tests for copysign; NFC | Sanjay Patel | 2019-12-18 | 1 | -0/+23 |
* | [InstCombine] fold copysign with constant sign argument to (fneg+)fabs | Sanjay Patel | 2019-12-02 | 1 | -8/+10 |
* | [InstCombine] add tests for copysign; NFC | Sanjay Patel | 2019-11-27 | 1 | -0/+41 |
* | [ConstFolding] move tests for copysign; NFC | Sanjay Patel | 2019-11-26 | 1 | -49/+0 |
* | Revert "Temporarily Revert "Add basic loop fusion pass."" | Eric Christopher | 2019-04-17 | 1 | -0/+49 |
* | Temporarily Revert "Add basic loop fusion pass." | Eric Christopher | 2019-04-17 | 1 | -49/+0 |
* | Allow constant folding of copysign | Karthik Bhat | 2014-03-06 | 1 | -0/+49 |