index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
CodeGen
/
SchedulerRegistry.h
Age
Commit message (
Expand
)
Author
2013-01-10
Fix include guards so they exactly match file names.
Jakub Staszak
2012-10-17
Add a really faster pre-RA scheduler (-pre-RA-sched=linearize). It doesn't use
Evan Cheng
2012-02-01
VLIW specific scheduler framework that utilizes deterministic finite automato...
Andrew Trick
2011-10-24
Delete the top-down "Latency" scheduler. Top-down scheduling doesn't handle
Dan Gohman
2011-10-20
Delete the list-tdrr scheduler. Top-down schedulers are going away
Dan Gohman
2010-07-24
Add an ILP scheduler. This is a register pressure aware scheduler that's
Evan Cheng
2010-05-20
Add a hybrid bottom up scheduler that reduce register usage while avoiding
Evan Cheng
2010-01-23
Remove the '-disable-scheduling' flag and replace it with the 'source' option of
Bill Wendling
2009-04-29
Instead of passing in an unsigned value for the optimization level, use an enum,
Bill Wendling
2009-04-29
Second attempt:
Bill Wendling
2009-04-28
r70270 isn't ready yet. Back this out. Sorry for the noise.
Bill Wendling
2009-04-28
Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to
Bill Wendling
2009-02-11
When scheduling a block in parts, keep track of the overall
Dan Gohman
2009-01-15
Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph
Dan Gohman
2008-11-24
Move the scheduler constructor functions to SchedulerRegistry.h, to
Dan Gohman
2008-11-11
Change the scheduler accessor methods to accept an explicit TargetMachine
Dan Gohman
2008-07-01
Do not use computationally expensive scheduling heuristics with -fast.
Evan Cheng
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2006-08-02
Breaking out specialized classes.
Jim Laskey