Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Strip trailing whitespace. | Simon Pilgrim | 2017-03-10 | 1 | -23/+23 |
| | | | | llvm-svn: 297529 | ||||
* | Fix redundant condition (PR32138) | Simon Pilgrim | 2017-03-10 | 1 | -2/+2 |
| | | | | | | '!A || (A && B)' is equivalent to '!A || B' llvm-svn: 297527 | ||||
* | Fix Wdocumentation warning | Simon Pilgrim | 2017-03-03 | 1 | -3/+3 |
| | | | | llvm-svn: 296866 | ||||
* | Fix some Wdocumentation warnings | Simon Pilgrim | 2017-03-02 | 1 | -2/+2 |
| | | | | llvm-svn: 296783 | ||||
* | Improve scheduling with branch coalescing | Nemanja Ivanovic | 2017-03-01 | 1 | -0/+758 |
This patch adds a MachineSSA pass that coalesces blocks that branch on the same condition. Committing on behalf of Lei Huang. Differential Revision: https://reviews.llvm.org/D28249 llvm-svn: 296670 |