Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mark dump() methods as const. NFC | Sam Clegg | 2017-06-21 | 1 | -1/+1 |
| | | | | | | | | | Add const qualifier to any dump() method where adding one was trivial. Differential Revision: https://reviews.llvm.org/D34481 llvm-svn: 305963 | ||||
* | [SystemZ] Fix some Clang-tidy modernize and Include What You Use warnings; ↵ | Eugene Zelenko | 2017-01-24 | 1 | -13/+13 |
| | | | | | | other minor fixes (NFC). llvm-svn: 292983 | ||||
* | [SystemZ] Post-RA scheduler implementation | Jonas Paulsson | 2016-10-20 | 1 | -0/+112 |
Post-RA sched strategy and scheduling instruction annotations for z196, zEC12 and z13. This scheduler optimizes decoder grouping and balances processor resources (including side steering the FPd unit instructions). The SystemZHazardRecognizer keeps track of the scheduling state, which can be dumped with -debug-only=misched. Reviers: Ulrich Weigand, Andrew Trick. https://reviews.llvm.org/D17260 llvm-svn: 284704 |