summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/TargetSchedule.cpp
AgeCommit message (Expand)Author
2025-11-10Remove unused standard headers: <string>, <optional>, <numeric>, <tuple> (#16...serge-sans-paille
2025-05-05[ScheduleDAG] Allow disabling the SchedModel / Itineraries during Scheduling ...Jeffrey Byrnes
2024-11-12[CodeGen] Remove unused includes (NFC) (#115996)Kazu Hirata
2024-05-04Revert "llvm/lib/CodeGen/TargetSchedule.cpp:132:12: warning: Assert statement...David Blaikie
2024-05-04llvm/lib/CodeGen/TargetSchedule.cpp:132:12: warning: Assert statement modifie...akshaykumars614
2023-12-05TargetInstrInfo, TargetSchedule: fix non-NFC parts of 9468de4 (#74338)Ramkumar Ramachandra
2023-12-01TargetInstrInfo: make getOperandLatency return optional (NFC) (#73769)Ramkumar Ramachandra
2023-07-31[llc] Add the command line option `-sched-model-force-enable-intervals`.Francesco Petrogalli
2023-01-23[MC] Make more use of MCInstrDesc::operands. NFC.Jay Foad
2022-09-03[CodeGen] Use std::lcm (NFC)Kazu Hirata
2022-03-16Cleanup codegen includesserge-sans-paille
2022-03-10Revert "Cleanup codegen includes"Nico Weber
2022-03-10Cleanup codegen includesserge-sans-paille
2019-08-15Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-06-05[CodeGen] assume max/default throughput for unspecified instructionsSanjay Patel
2018-05-31[MCSchedule] Add the ability to compute the latency and throughput informatio...Andrea Di Biagio
2018-04-15[MC] Moved all the remaining logic that computed instruction latency and reci...Andrea Di Biagio
2018-04-08[TargetSchedule] shrink interface for init(); NFCISanjay Patel
2018-03-13[MC] Move the reciprocal throughput computation from TargetSchedModel to MCSc...Andrea Di Biagio
2018-03-13[MC] Move the instruction latency computation from TargetSchedModel to MCSche...Andrea Di Biagio
2018-03-11[TargetSchedule] Minor refactor in computeInstrLatency. NFCAndrea Di Biagio
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-10CodeGen: Minor cleanups to use MachineInstr::getMF. NFCJustin Bogner
2017-07-26This patch returns proper value to indicate the case when instruction through...Andrew V. Tischenko
2017-06-06Fix spelling mistake in getRThroughput static function names. NFCI.Simon Pilgrim
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
2017-03-27Improve machine schedulers for in-order processorsJaved Absar
2017-02-27[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko
2016-08-24TargetSchedule: Do not consider subregister definitions as reads.Matthias Braun
2016-06-30CodeGen: Use MachineInstr& in TargetInstrInfo, NFCDuncan P. N. Exon Smith
2016-06-21[TargetSchedule] Use 'isOutOfOrder' as possible to avoid magic number. NFC.Junmo Park
2016-02-23CodeGen: TII: Take MachineInstr& in predicate API, NFCDuncan P. N. Exon Smith
2016-01-05[MISched] Explanatory error message when machine model is not complete. NFCMinSeong Kim
2015-07-17Use llvm_unreachable() instead of report_fatal_error() if the machine model i...Matthias Braun
2015-05-14Turn effective assert(0) into llvm_unreachableMatthias Braun
2015-05-14TargetSchedule: factor out common code; NFCMatthias Braun
2014-10-14Remove unnecessary TargetMachine.h includes.Eric Christopher
2014-09-02Change MCSchedModel to be a struct of statically initialized data.Pete Cooper
2014-08-05Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher
2014-08-03MachineCombiner Pass for selecting faster instructionGerolf Hoflehner
2014-06-26Revert "Introduce a string_ostream string builder facilty"Alp Toker
2014-06-26Introduce a string_ostream string builder faciltyAlp Toker
2013-09-30IfConverter: Use TargetSchedule for instruction latenciesArnold Schwaighofer
2013-09-25Mark the x86 machine model as incomplete. PR17367.Andrew Trick
2013-06-17MI-Sched: handle ReadAdvance latencies as used by Swift.Andrew Trick
2013-06-15Machine Model: Add MicroOpBufferSize and resource BufferSize.Andrew Trick