| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | MachineFunction: Return reference from getFunction(); NFC | Matthias Braun | 2017-12-15 | 1 | -1/+1 |
| | | | | | | | The Function can never be nullptr so we can return a reference. llvm-svn: 320884 | ||||
| * | Fix link failure on one build bot introduced by r320584. | Nemanja Ivanovic | 2017-12-13 | 1 | -1/+3 |
| | | | | | llvm-svn: 320589 | ||||
| * | [PowerPC] MachineSSA pass to reduce the number of CR-logical operations | Nemanja Ivanovic | 2017-12-13 | 1 | -0/+533 |
| The initial implementation of an MI SSA pass to reduce cr-logical operations. Currently, the only operations handled by the pass are binary operations where both CR-inputs come from the same block and the single use is a conditional branch (also in the same block). Committing this off by default to allow for a period of field testing. Will enable it by default in a follow-up patch soon. Differential Revision: https://reviews.llvm.org/D30431 llvm-svn: 320584 | |||||

