aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Hexagon/HexagonMachineScheduler.h
AgeCommit message (Expand)AuthorFilesLines
2016-08-11Use the range variant of find instead of unpacking begin/endDavid Majnemer1-3/+1
2016-07-18[Hexagon] Add verbose debugging mode to Hexagon MI SchedulerKrzysztof Parzyszek1-2/+5
2016-07-15[Hexagon] Make MI scheduler check for stalls in previous packet on v60Krzysztof Parzyszek1-3/+13
2016-04-18[NFC] Header cleanupMehdi Amini1-1/+0
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-02-02Move HexagonMachineScheduler to use the subtarget off of theEric Christopher1-5/+3
2014-10-09Remove unused argument to CreateTargetScheduleState and changeEric Christopher1-2/+2
2014-08-30Remove 'virtual' keyword from methods markedwith 'override' keyword.Craig Topper1-6/+6
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer1-2/+2
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-1/+3
2014-06-30Fix 'platform-specific' hyphenationsAlp Toker1-1/+1
2014-04-28[C++] Use 'nullptr'.Craig Topper1-6/+7
2014-04-21Use unique_ptr to manage objects owned by the ScheduleDAGMI.David Blaikie1-2/+3
2014-04-21[C++11] Replace OwningPtr with std::unique_ptr in places where it doesn't bre...Benjamin Kramer1-1/+0
2014-03-02Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper1-6/+6
2013-12-28Factor MI-Sched in preparation for post-ra scheduling support.Andrew Trick1-13/+13
2013-08-30mi-sched: Precompute a PressureDiff for each instruction, adjust for liveness...Andrew Trick1-1/+1
2013-06-07Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling1-2/+1
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth1-4/+4
2012-10-10misched: Use the TargetSchedModel interface wherever possible.Andrew Trick1-20/+13
2012-09-14DAG post-process for Hexagon MI schedulerSergei Larin1-0/+7
2012-09-14Remove redundant private field.Benjamin Kramer1-2/+1
2012-09-11Reorganize MachineScheduler interfaces and publish them in the header.Andrew Trick1-198/+6
2012-09-10Add "blocked" heuristic to the Hexagon MI scheduler.Sergei Larin1-141/+155
2012-09-05Remove redundant semicolons to fix -pedantic-errors build.Richard Smith1-2/+2
2012-09-04Porting Hexagon MI Scheduler to the new API.Sergei Larin1-0/+423