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