Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
a95c69997faa0422f135efad2f25281011d1cbf0
/
lib
/
CodeGen
/
InstrSched
/
SchedGraph.h
af00d48
Major improvement to how nodes are built for a BB.
by Vikram S. Adve
· 24 years ago
5b43af9
Only add true dep. edges from an earlier to a later instruction.
by Vikram S. Adve
· 24 years ago
e64574c
Major change to how defs are found when adding dependences (they
by Vikram S. Adve
· 24 years ago
c352d2c
Modified graph construction to use one pass to find all defs.
by Vikram S. Adve
· 24 years ago
d0d79c0
Allow combinations of True/Anti/Output flags for each edge to
by Vikram S. Adve
· 24 years ago
f43e336
Separate VM instruction that generates the instructions that compute a value
by Vikram S. Adve
· 24 years ago
4a87b38
Minor changes for bug fixes in SchedGraph.cpp.
by Vikram S. Adve
· 24 years ago
3ff4387
Pull iterators out of CFG.h and CFGdecls and put them in Support directory
by Chris Lattner
· 24 years ago
f0b6d79
Moved erase-edge functions from SchedGraphNode to SchedGraph.
by Vikram S. Adve
· 24 years ago
c0c7708
Add a forward decl, oops.
by Chris Lattner
· 24 years ago
46cbff6
Chris seems fond of #include <vector>. Fix these. Also convert use list in
by Chris Lattner
· 24 years ago
[Renamed from include/llvm/CodeGen/SchedGraph.h]
cffebdc
* Remove lots of annoying extra #includes
by Chris Lattner
· 24 years ago
78ef139
Scheduling DAG for instruction scheduling. Currently for a single basic block.
by Vikram S. Adve
· 24 years ago