Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This patch closes PR#32216: Better testing of schedule model instruction ↵ | Andrew V. Tischenko | 2017-04-14 | 1 | -0/+46 |
| | | | | | | | | latencies/throughputs. The details are here: https://reviews.llvm.org/D30941 llvm-svn: 300311 | ||||
* | TargetSubtargetInfo: Move implementation to lib/CodeGen; NFC | Matthias Braun | 2016-11-22 | 1 | -0/+54 |
TargetSubtargetInfo is filled with CodeGen specific interfaces nowadays (getInstrInfo(), getFrameLowering(), getSelectionDAGInfo()) most of the tuning flags like enablePostRAScheduler(), getAntiDepBreakMode(), enableRALocalReassignment(), ... also do not seem to be universal enough to make sense outside of CodeGen. Differential Revision: https://reviews.llvm.org/D26948 llvm-svn: 287708 |