aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/SchedulerRegistry.h
Commit message (Expand)AuthorAgeFilesLines
* Add a hybrid bottom up scheduler that reduce register usage while avoidingEvan Cheng2010-05-201-2/+8
* Remove the '-disable-scheduling' flag and replace it with the 'source' option ofBill Wendling2010-01-231-0/+5
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-291-6/+8
* Second attempt:Bill Wendling2009-04-291-6/+6
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-281-6/+6
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-281-6/+6
* When scheduling a block in parts, keep track of the overallDan Gohman2009-02-111-12/+12
* Move a few containers out of ScheduleDAGInstrs::BuildSchedGraphDan Gohman2009-01-151-20/+2
* Move the scheduler constructor functions to SchedulerRegistry.h, toDan Gohman2008-11-241-3/+40
* Change the scheduler accessor methods to accept an explicit TargetMachineDan Gohman2008-11-111-0/+1
* Do not use computationally expensive scheduling heuristics with -fast.Evan Cheng2008-07-011-1/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Breaking out specialized classes.Jim Laskey2006-08-021-0/+71