aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineScheduler.h
AgeCommit message (Expand)Author
2013-04-24MI Sched: eliminate local vreg copies.Andrew Trick
2013-04-13MI-Sched: schedule physreg copies.Andrew Trick
2013-02-16Use const reference instead of vector object when passing an argument toJakub Staszak
2013-01-25MachineScheduler support for viewGraph.Andrew Trick
2013-01-25MIsched: Improve the interface to SchedDFS analysis (subtrees).Andrew Trick
2013-01-25MISched: Add SchedDFSResult to ScheduleDAGMI to formalize theAndrew Trick
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2012-11-20Fix a place where the declaration didn't use LLVM_ENABLE_DUMP but theChandler Carruth
2012-11-12misched: Target-independent support for load/store clustering.Andrew Trick
2012-11-07misched: Heuristics based on the machine model.Andrew Trick
2012-10-15misched: ILP scheduler for experimental heuristics.Andrew Trick
2012-10-10misched: Use the TargetSchedModel interface wherever possible.Andrew Trick
2012-09-14misched: add a hook for custom DAG postprocessing.Andrew Trick
2012-09-11Reorganize MachineScheduler interfaces and publish them in the header.Andrew Trick
2012-07-02Consistently use AnalysisID types in TargetPassConfig.Bob Wilson
2012-04-25typo in declaration from earlier todayAndrew Trick
2012-04-24Fix a naughty header include that breaks "installed" builds.Andrew Trick
2012-04-24misched: DAG builder support for tracking register pressure within the curren...Andrew Trick
2012-04-19Allow targets to select the default scheduler by name.Andrew Trick
2012-03-09misched: allow the default scheduler to be one chosen by the target.Andrew Trick
2012-03-08misched interface: Expose the MachineScheduler pass.Andrew Trick