Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Hexagon] Fix some Clang-tidy modernize and Include What You Use warnings; ↵ | Eugene Zelenko | 2016-12-13 | 1 | -9/+17 |
| | | | | | | other minor fixes (NFC). llvm-svn: 289604 | ||||
* | Use StringRef in Pass/PassManager APIs (NFC) | Mehdi Amini | 2016-10-01 | 1 | -1/+1 |
| | | | | llvm-svn: 283004 | ||||
* | [Hexagon] Referencify MachineInstr in HexagonInstrInfo, NFC | Krzysztof Parzyszek | 2016-07-29 | 1 | -9/+9 |
| | | | | llvm-svn: 277220 | ||||
* | Rename AnalyzeBranch* to analyzeBranch*. | Jacques Pienaar | 2016-07-15 | 1 | -1/+1 |
| | | | | | | | | | | | | Summary: NFC. Rename AnalyzeBranch/AnalyzeBranchPredicate to analyzeBranch/analyzeBranchPredicate to follow LLVM coding style and be consistent with TargetInstrInfo's analyzeCompare and analyzeSelect. Reviewers: tstellarAMD, mcrosier Subscribers: mcrosier, jholewinski, jfb, arsenm, dschuff, jyknight, dsanders, nemanjai Differential Revision: https://reviews.llvm.org/D22409 llvm-svn: 275564 | ||||
* | [Hexagon] Implement branch relaxation | Krzysztof Parzyszek | 2016-04-19 | 1 | -0/+211 |
Patch by Sirish Pande. llvm-svn: 266792 |