Andrew Trick
47f01c373e
Fix a naughty header include that breaks "installed" builds.
...
llvm-svn: 155486
2012-04-24 20:36:19 +00:00
Andrew Trick
cc1e9fe38e
misched: DAG builder support for tracking register pressure within the current scheduling region.
...
The DAG builder is a convenient place to do it. Hopefully this is more
efficient than a separate traversal over the same region.
llvm-svn: 155456
2012-04-24 17:56:43 +00:00
Andrew Trick
93005d8a61
Allow targets to select the default scheduler by name.
...
llvm-svn: 155090
2012-04-19 01:34:10 +00:00
Andrew Trick
71ba4d00f2
misched: allow the default scheduler to be one chosen by the target.
...
llvm-svn: 152360
2012-03-09 00:52:20 +00:00
Andrew Trick
65153639f8
misched interface: Expose the MachineScheduler pass.
...
Allow targets to provide their own schedulers (subclass of
ScheduleDAGInstrs) to the misched pass. Select schedulers using
-misched=...
llvm-svn: 152278
2012-03-08 01:41:12 +00:00