Generates conditional branch instead of fake ones for Select instruction in some...
[oota-llvm.git] / include / llvm / CodeGen / SchedulerRegistry.h
2015-07-28 Mehdi AminiMove the Target way of overriding DAG Scheduler to...
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-10-17 Evan ChengAdd a really faster pre-RA scheduler (-pre-RA-sched...
2012-02-01 Andrew TrickVLIW specific scheduler framework that utilizes determi...
2011-10-24 Dan GohmanDelete the top-down "Latency" scheduler. Top-down sched...
2011-10-20 Dan GohmanDelete the list-tdrr scheduler. Top-down schedulers...
2010-07-24 Evan ChengAdd an ILP scheduler. This is a register pressure aware...
2010-05-20 Evan ChengAdd a hybrid bottom up scheduler that reduce register...
2010-01-23 Bill WendlingRemove the '-disable-scheduling' flag and replace it...
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-04-29 Bill WendlingSecond attempt:
2009-04-28 Bill Wendlingr70270 isn't ready yet. Back this out. Sorry for the...
2009-04-28 Bill WendlingMassive check in. This changes the "-fast" flag to...
2009-02-11 Dan GohmanWhen scheduling a block in parts, keep track of the...
2009-01-15 Dan GohmanMove a few containers out of ScheduleDAGInstrs::BuildSc...
2008-11-24 Dan GohmanMove the scheduler constructor functions to SchedulerRe...
2008-11-11 Dan GohmanChange the scheduler accessor methods to accept an...
2008-07-01 Evan ChengDo not use computationally expensive scheduling heurist...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2006-08-02 Jim LaskeyBreaking out specialized classes.