summaryrefslogtreecommitdiff
path: root/lib/CodeGen/TargetSchedule.cpp
AgeCommit message (Expand)Author
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
2013-04-13MI-Sched cleanup. If an instruction has no valid sched class, do not attempt ...Andrew Trick
2013-03-16Change the default latency for implicit defs.Andrew Trick
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-06misched: TargetSchedule interface for machine resources.Andrew Trick
2012-10-17misched: Better handling of invalid latencies in the machine modelAndrew Trick
2012-10-11misched: Handle "transient" non-instructions.Andrew Trick
2012-10-10misched: fall-back to a target hook for instr bundles.Andrew Trick
2012-10-10misched: Use the TargetSchedModel interface wherever possible.Andrew Trick
2012-10-09misched: Add computeInstrLatency to TargetSchedModel.Andrew Trick
2012-10-09misched: Allow flags to disable hasInstrSchedModel/hasInstrItineraries for ex...Andrew Trick
2012-10-04Enable -schedmodel, but prefer itineraries until we have more benchmark data.Andrew Trick
2012-09-18TargetSchedule: cleanup computeOperandLatency logic & diagnostics.Andrew Trick
2012-09-18TargetSchedModel API. Implement latency lookup, disabled.Andrew Trick
2012-09-17Revert r164061-r164067. Most of the new subtarget emitter.Andrew Trick
2012-09-17TargetSchedModel API. Implement latency lookup, disabled.Andrew Trick
2012-09-14TargetSchedModel interface. To be implemented...Andrew Trick