Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
40e3b209b1700b8c644af183d4cde89acbc03f19
/
llvm
/
lib
/
CodeGen
/
SelectionDAG
/
ScheduleDAGFast.cpp
2d17089
Rewrite the SDep class, and simplify some of the related code.
by Dan Gohman
· 17 years ago
5cc12a8
Check in the rest of this change. The isAntiDep flag needs to be passed
by Dan Gohman
· 17 years ago
f00cef4
Add a flag to SDep for tracking which edges are anti-dependence edges.
by Dan Gohman
· 17 years ago
67b35bd
Rename SDep's isSpecial to isArtificial, to make this field a little
by Dan Gohman
· 17 years ago
c602dd4
Change these schedulers to not emit no-ops. It turns out that
by Dan Gohman
· 17 years ago
4c3034f
Simplify this code a little. In the fast scheduler, CreateNewSUnit
by Dan Gohman
· 17 years ago
60cb69e
Experimental post-pass scheduling support. Post-pass scheduling
by Dan Gohman
· 17 years ago
6e58726
Tidy up ScheduleNodeBottomUp methods, and make them more
by Dan Gohman
· 17 years ago
22d07b1
Change SUnit's dump method to take a ScheduleDAG* instead of a SelectionDAG*.
by Dan Gohman
· 17 years ago
5ebdb98
Avoid using a loop in ReleasePred and ReleaseSucc methods to compute the
by Dan Gohman
· 17 years ago
4f474b0
Don't bother doing latency calculations in the "fast" scheduler.
by Dan Gohman
· 17 years ago
072734e
Remove the FlaggedNodes member from SUnit. Instead of requiring each SUnit
by Dan Gohman
· 17 years ago
1ddfcba
Make the Node member of SUnit private, and add accessors.
by Dan Gohman
· 17 years ago
5a390b9
Change ScheduleDAG's DAG member from a reference to a pointer, to prepare
by Dan Gohman
· 17 years ago
5499e89
Change the scheduler accessor methods to accept an explicit TargetMachine
by Dan Gohman
· 17 years ago
9c4b7d5
Fix command-line option printing to print two spaces where needed,
by Dan Gohman
· 17 years ago
c07f686
Replace the LiveRegs SmallSet with a simple counter that keeps
by Dan Gohman
· 17 years ago
95be7d7
Add a new "fast" scheduler. This is currently basically just a
by Dan Gohman
· 17 years ago