summaryrefslogtreecommitdiff
path: root/lib/CodeGen/TargetSubtargetInfo.cpp
AgeCommit message (Expand)Author
2018-02-02Merging r323155:Hans Wennborg
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-11-08Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie
2017-10-22Add logic to greedy reg alloc to avoid bad eviction chainsMarina Yatsina
2017-08-01Support itineraries in TargetSubtargetInfo::getSchedInfoStr - Now if the give...Andrew V. Tischenko
2017-06-19[Target] Fix some Clang-tidy modernize-use-using and Include What You Use war...Eugene Zelenko
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-04-14This patch closes PR#32216: Better testing of schedule model instruction late...Andrew V. Tischenko
2016-11-22TargetSubtargetInfo: Move implementation to lib/CodeGen; NFCMatthias Braun