aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/MachineScheduler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use const reference instead of vector copying.Jakub Staszak2013-01-251-1/+2
* MIsched: Print block name. No functionality.Andrew Trick2013-01-251-1/+2
* MachineScheduler support for viewGraph.Andrew Trick2013-01-251-1/+88
* MIsched: Improve the interface to SchedDFS analysis (subtrees).Andrew Trick2013-01-251-29/+33
* MISched: Add SchedDFSResult to ScheduleDAGMI to formalize theAndrew Trick2013-01-251-25/+55
* MachineScheduler: enable biasCriticalPath for all DAGs.Andrew Trick2013-01-241-0/+4
* Follow-up typo correction from building the wrong branch.Andrew Trick2013-01-111-2/+2
* Fix typo from r170452. Affects -enable-misched heuristics.Andrew Trick2013-01-111-2/+2
* MIsched: add an ILP window property to machine model.Andrew Trick2013-01-091-10/+2
* MISched: Cleanup, redundant statement.Andrew Trick2012-12-181-1/+0
* MISched: Heuristics, compare latency more precisely. It matters more for some...Andrew Trick2012-12-181-43/+38
* MISched: Remove SchedRemainder::IsResourceLimited. I don't know how to comput...Andrew Trick2012-12-181-3/+0
* MISched: cleanup, use the proper iterator type.Andrew Trick2012-12-181-1/+1
* MISched: minor improvement, initialize remaining resources before the first s...Andrew Trick2012-12-181-0/+10
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-5/+4
* misched: Fix RegisterPressureTracker handling of DebugVals.Andrew Trick2012-12-011-0/+4
* misched: fix RegionBegin when DebugValues get shuffled to the top.Andrew Trick2012-12-011-0/+2
* misched: Recompute priority queue when DFSResults are updated.Benjamin Kramer2012-11-291-0/+2
* misched: Analysis that partitions the DAG into subtrees.Andrew Trick2012-11-281-15/+56
* misched: rename ScheduleDAGILP to ScheduleDFS to prepare for other heuristics.Andrew Trick2012-11-281-1/+1
* misched: Debug output fix. Use an always valid iterator.Andrew Trick2012-11-281-1/+1
* misched: Allow subtargets to enable misched and dependent options.Andrew Trick2012-11-131-2/+2
* misched: rename interfaceto avoid gcc warningsAndrew Trick2012-11-121-2/+1
* misched: Target-independent support for MacroFusion.Andrew Trick2012-11-121-5/+61
* misched: Target-independent support for load/store clustering.Andrew Trick2012-11-121-12/+176
* misched: Infrastructure for weak DAG edges.Andrew Trick2012-11-121-8/+18
* Silence GCC warning about falling off the end of a non-void function.Benjamin Kramer2012-11-091-0/+1
* misched: Heuristics based on the machine model.Andrew Trick2012-11-071-146/+762
* misched: Rename RemainingCount to avoid confusion with remaining resources.Andrew Trick2012-11-061-6/+6
* misched: Added handleMove support for updating all kill flags, not just for a...Andrew Trick2012-10-161-1/+1
* misched: ILP scheduler for experimental heuristics.Andrew Trick2012-10-151-20/+104
* misched: Use the TargetSchedModel interface wherever possible.Andrew Trick2012-10-101-10/+20
* misched: avoid scheduling an instruction twice.Andrew Trick2012-10-081-25/+29
* misched: add a hook for custom DAG postprocessing.Andrew Trick2012-09-141-0/+9
* Release build: guard dump functions withManman Ren2012-09-111-1/+1
* Reorganize MachineScheduler interfaces and publish them in the header.Andrew Trick2012-09-111-256/+100
* Release build: guard dump functions with "ifndef NDEBUG"Manman Ren2012-09-061-0/+2
* Simplify the computeOperandLatency API.Andrew Trick2012-08-231-10/+8
* Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper2012-08-221-1/+1
* Fix a typo (the the => the)Sylvestre Ledru2012-07-231-1/+1
* I'm introducing a new machine model to simultaneously allow simpleAndrew Trick2012-07-071-1/+2
* misched: allow NULL InstrItineraries.Andrew Trick2012-07-021-0/+1
* misched: avoid scheduling instructions that can't be dispatched.Andrew Trick2012-06-291-6/+29
* misched: count micro-ops toward the issue limit.Andrew Trick2012-06-291-10/+19
* Guard private fields that are unused in Release builds with #ifndef NDEBUG.Benjamin Kramer2012-06-161-1/+7
* Move RegisterClassInfo.h.Andrew Trick2012-06-061-1/+1
* Move RegisterPressure.h.Andrew Trick2012-06-061-1/+1
* misched: API for minimum vs. expected latency.Andrew Trick2012-06-051-31/+81
* misched: comments from code review.Andrew Trick2012-06-051-3/+3
* misched: trace formattingAndrew Trick2012-05-251-6/+5