summaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineScheduler.cpp
Commit message (Expand)AuthorAge
...
* MI-Sched: Rename IssueCount to CurrMOps.Andrew Trick2013-06-15
* MI-Sched: Remove the temporary EnableCopyConstrain flag.Andrew Trick2013-06-15
* MI-Sched: added tracking of dependent latency for better heuristics.Andrew Trick2013-06-15
* MI-Sched: DEBUG: print critical resource.Andrew Trick2013-06-15
* Move #include from .h to .cpp file.Jakub Staszak2013-06-14
* MI Sched: revert a minor heuristic that snuck in with -misched-vcopy.Andrew Trick2013-04-30
* Fix for r180193 - MI Sched: eliminate local vreg.Andrew Trick2013-04-24
* MI Sched: eliminate local vreg copies.Andrew Trick2013-04-24
* MI Sched: regpressure tracing.Andrew Trick2013-04-24
* MI-Sched: DEBUG formatting.Andrew Trick2013-04-13
* MI-Sched: schedule physreg copies.Andrew Trick2013-04-13
* RegisterPressure heuristics currently require signed comparisons.Andrew Trick2013-04-05
* Disable DFSResult for ConvergingScheduler.Andrew Trick2013-04-05
* MachineScheduler: format DEBUG output.Andrew Trick2013-04-05
* Fix missing std::. Not sure how this compiles for anyone else.Matt Arsenault2013-03-21
* Cleanup #includes.Jakub Staszak2013-03-10
* Add -verify-misched option.Andrew Trick2013-03-08
* Use const reference instead of vector object when passing an argument toJakub Staszak2013-02-16
* MIsched: HazardRecognizers are created for each DAG. Free them.Andrew Trick2013-02-13
* MIsched: cleanup code. Use isBoundaryNode().Andrew Trick2013-01-29
* Use const reference instead of vector copying.Jakub Staszak2013-01-25
* MIsched: Print block name. No functionality.Andrew Trick2013-01-25
* MachineScheduler support for viewGraph.Andrew Trick2013-01-25
* MIsched: Improve the interface to SchedDFS analysis (subtrees).Andrew Trick2013-01-25
* MISched: Add SchedDFSResult to ScheduleDAGMI to formalize theAndrew Trick2013-01-25
* MachineScheduler: enable biasCriticalPath for all DAGs.Andrew Trick2013-01-24
* Follow-up typo correction from building the wrong branch.Andrew Trick2013-01-11
* Fix typo from r170452. Affects -enable-misched heuristics.Andrew Trick2013-01-11
* MIsched: add an ILP window property to machine model.Andrew Trick2013-01-09
* MISched: Cleanup, redundant statement.Andrew Trick2012-12-18
* MISched: Heuristics, compare latency more precisely. It matters more for some...Andrew Trick2012-12-18
* MISched: Remove SchedRemainder::IsResourceLimited. I don't know how to comput...Andrew Trick2012-12-18
* MISched: cleanup, use the proper iterator type.Andrew Trick2012-12-18
* MISched: minor improvement, initialize remaining resources before the first s...Andrew Trick2012-12-18
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* misched: Fix RegisterPressureTracker handling of DebugVals.Andrew Trick2012-12-01
* misched: fix RegionBegin when DebugValues get shuffled to the top.Andrew Trick2012-12-01
* misched: Recompute priority queue when DFSResults are updated.Benjamin Kramer2012-11-29
* misched: Analysis that partitions the DAG into subtrees.Andrew Trick2012-11-28
* misched: rename ScheduleDAGILP to ScheduleDFS to prepare for other heuristics.Andrew Trick2012-11-28
* misched: Debug output fix. Use an always valid iterator.Andrew Trick2012-11-28
* misched: Allow subtargets to enable misched and dependent options.Andrew Trick2012-11-13
* misched: rename interfaceto avoid gcc warningsAndrew Trick2012-11-12
* misched: Target-independent support for MacroFusion.Andrew Trick2012-11-12
* misched: Target-independent support for load/store clustering.Andrew Trick2012-11-12
* misched: Infrastructure for weak DAG edges.Andrew Trick2012-11-12
* Silence GCC warning about falling off the end of a non-void function.Benjamin Kramer2012-11-09
* misched: Heuristics based on the machine model.Andrew Trick2012-11-07
* misched: Rename RemainingCount to avoid confusion with remaining resources.Andrew Trick2012-11-06
* misched: Added handleMove support for updating all kill flags, not just for a...Andrew Trick2012-10-16