summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/SchedulerRegistry.h
Commit message (Expand)AuthorAge
* Add a really faster pre-RA scheduler (-pre-RA-sched=linearize). It doesn't useEvan Cheng2012-10-17
* VLIW specific scheduler framework that utilizes deterministic finite automato...Andrew Trick2012-02-01
* Delete the top-down "Latency" scheduler. Top-down scheduling doesn't handleDan Gohman2011-10-24
* Delete the list-tdrr scheduler. Top-down schedulers are going awayDan Gohman2011-10-20
* Add an ILP scheduler. This is a register pressure aware scheduler that'sEvan Cheng2010-07-24
* Add a hybrid bottom up scheduler that reduce register usage while avoidingEvan Cheng2010-05-20
* Remove the '-disable-scheduling' flag and replace it with the 'source' option ofBill Wendling2010-01-23
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-29
* Second attempt:Bill Wendling2009-04-29
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-28
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-28
* When scheduling a block in parts, keep track of the overallDan Gohman2009-02-11
* Move a few containers out of ScheduleDAGInstrs::BuildSchedGraphDan Gohman2009-01-15
* Move the scheduler constructor functions to SchedulerRegistry.h, toDan Gohman2008-11-24
* Change the scheduler accessor methods to accept an explicit TargetMachineDan Gohman2008-11-11
* Do not use computationally expensive scheduling heuristics with -fast.Evan Cheng2008-07-01
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Breaking out specialized classes.Jim Laskey2006-08-02