aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineScheduler.h
Commit message (Expand)AuthorAgeFilesLines
* Reorganize MachineScheduler interfaces and publish them in the header.Andrew Trick2012-09-111-0/+218
* Consistently use AnalysisID types in TargetPassConfig.Bob Wilson2012-07-021-1/+1
* typo in declaration from earlier todayAndrew Trick2012-04-251-1/+1
* Fix a naughty header include that breaks "installed" builds.Andrew Trick2012-04-241-4/+4
* misched: DAG builder support for tracking register pressure within the curren...Andrew Trick2012-04-241-1/+5
* Allow targets to select the default scheduler by name.Andrew Trick2012-04-191-0/+3
* misched: allow the default scheduler to be one chosen by the target.Andrew Trick2012-03-091-3/+8
* misched interface: Expose the MachineScheduler pass.Andrew Trick2012-03-081-0/+86