summaryrefslogtreecommitdiff
path: root/lib/Target/Hexagon/HexagonMachineScheduler.h
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-09-28[Hexagon] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko
2017-08-28[Hexagon] Break up DAG mutations into separate classes, move to subtargetKrzysztof Parzyszek
2017-08-28[Hexagon] Move pre-RA DAG mutations to scheduler constructorKrzysztof Parzyszek
2017-04-27Fix typo and place comment close to its targetKrzysztof Parzyszek
2016-08-11Use the range variant of find instead of unpacking begin/endDavid Majnemer
2016-07-18[Hexagon] Add verbose debugging mode to Hexagon MI SchedulerKrzysztof Parzyszek
2016-07-15[Hexagon] Make MI scheduler check for stalls in previous packet on v60Krzysztof Parzyszek
2016-04-18[NFC] Header cleanupMehdi Amini
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-02-02Move HexagonMachineScheduler to use the subtarget off of theEric Christopher
2014-10-09Remove unused argument to CreateTargetScheduleState and changeEric Christopher
2014-08-30Remove 'virtual' keyword from methods markedwith 'override' keyword.Craig Topper
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher
2014-06-30Fix 'platform-specific' hyphenationsAlp Toker
2014-04-28[C++] Use 'nullptr'.Craig Topper
2014-04-21Use unique_ptr to manage objects owned by the ScheduleDAGMI.David Blaikie
2014-04-21[C++11] Replace OwningPtr with std::unique_ptr in places where it doesn't bre...Benjamin Kramer
2014-03-02Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper
2013-12-28Factor MI-Sched in preparation for post-ra scheduling support.Andrew Trick
2013-08-30mi-sched: Precompute a PressureDiff for each instruction, adjust for liveness...Andrew Trick
2013-06-07Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth
2012-10-10misched: Use the TargetSchedModel interface wherever possible.Andrew Trick
2012-09-14DAG post-process for Hexagon MI schedulerSergei Larin
2012-09-14Remove redundant private field.Benjamin Kramer
2012-09-11Reorganize MachineScheduler interfaces and publish them in the header.Andrew Trick
2012-09-10Add "blocked" heuristic to the Hexagon MI scheduler.Sergei Larin
2012-09-05Remove redundant semicolons to fix -pedantic-errors build.Richard Smith
2012-09-04Porting Hexagon MI Scheduler to the new API.Sergei Larin