aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/TargetSubtargetInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-11-05[Scheduling][ARM] Consistently enable PostRA Machine schedulingDavid Green1-0/+4
2019-03-05[Subtarget] Merge ProcSched and ProcDesc arrays in MCSubtargetInfo into a sin...Craig Topper1-2/+2
2019-03-05[Subtarget] Create a separate SubtargetSubtargetKV struct for ProcDesc to rem...Craig Topper1-1/+1
2019-02-04[AsmPrinter] Remove hidden flag -print-schedule.Andrea Di Biagio1-69/+1
2019-01-23[MC][X86] Correctly model additional operand latency caused by transfer delay...Andrea Di Biagio1-2/+16
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-06-05[CodeGen] assume max/default throughput for unspecified instructionsSanjay Patel1-7/+5
2018-05-31[MCSchedule] Add the ability to compute the latency and throughput informatio...Andrea Di Biagio1-2/+2
2018-04-15[MC] Moved all the remaining logic that computed instruction latency and reci...Andrea Di Biagio1-2/+2
2018-04-08[TargetSchedule] shrink interface for init(); NFCISanjay Patel1-2/+2
2018-03-14[CodeGen] allow printing of zero latency in sched commentsSanjay Patel1-5/+3
2018-01-22Introduce the "retpoline" x86 mitigation technique for variant #2 of the spec...Chandler Carruth1-0/+4
2018-01-19AArch64: Fix emergency spillslot being out of reach for large callframesMatthias Braun1-0/+3
2018-01-10Revert "AArch64: Fix emergency spillslot being out of reach for large callfra...Matthias Braun1-3/+0
2018-01-10AArch64: Fix emergency spillslot being out of reach for large callframesMatthias Braun1-0/+3
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie1-1/+1
2017-11-08Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie1-1/+1
2017-10-22Add logic to greedy reg alloc to avoid bad eviction chainsMarina Yatsina1-0/+4
2017-08-01Support itineraries in TargetSubtargetInfo::getSchedInfoStr - Now if the give...Andrew V. Tischenko1-3/+10
2017-06-19[Target] Fix some Clang-tidy modernize-use-using and Include What You Use war...Eugene Zelenko1-6/+8
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2017-04-14This patch closes PR#32216: Better testing of schedule model instruction late...Andrew V. Tischenko1-0/+46
2016-11-22TargetSubtargetInfo: Move implementation to lib/CodeGen; NFCMatthias Braun1-0/+54