Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [CGP] eliminate a sub instruction in memcmp expansion | Sanjay Patel | 2017-06-27 | 1 | -18/+14 |
* | [CGP, PowerPC] try to constant fold before creating loads for memcmp expansion | Sanjay Patel | 2017-06-19 | 1 | -25/+8 |
* | [PowerPC] add memcmp test with one constant operand and equality cmp; NFC | Sanjay Patel | 2017-06-09 | 1 | -3/+29 |
* | [CGP] don't expand a memcmp with nobuiltin attribute | Sanjay Patel | 2017-06-08 | 1 | -6/+15 |
* | [PowerPC] add memcmp test with nobuiltin attr; NFC | Sanjay Patel | 2017-06-08 | 1 | -0/+15 |
* | [CGP / PowerPC] avoid multi-block overhead for simple memcmp expansion | Sanjay Patel | 2017-06-08 | 1 | -5/+5 |
* | [CGP] avoid zext/trunc of a memcmp expansion compare | Sanjay Patel | 2017-06-07 | 1 | -4/+4 |
* | [CGP / PowerPC] use direct compares if there's only one load per block in mem... | Sanjay Patel | 2017-06-07 | 1 | -20/+14 |
* | [PowerPC] auto-generate full checks and increase test coverage | Sanjay Patel | 2017-06-06 | 1 | -77/+160 |
* | [PPC] Inline expansion of memcmp | Zaara Syeda | 2017-05-31 | 1 | -0/+121 |