Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
6d7deae2df84b628868c49e5598f45a7a47a201d
/
llvm
/
lib
/
CodeGen
/
LatencyPriorityQueue.cpp
80a03cc
Remove some old experimental code that is no longer needed. Remove additional, speculative scheduling pass as its cost did not translate into significant performance improvement. Minor tweaks.
by David Goodwin
· 16 years ago
da83f7d
Rename registers to break output dependencies in addition to anti-dependencies.
by David Goodwin
· 16 years ago
8501dbbe
Do a scheduling pass ignoring anti-dependencies to identify candidate registers that should be renamed.
by David Goodwin
· 16 years ago
b9a0121
Add initial support for back-scheduling address computations,
by Dan Gohman
· 17 years ago
dddc1ac
Fix some register-alias-related bugs in the post-RA scheduler liveness
by Dan Gohman
· 17 years ago
43a1203
Update CalcLatency to work in terms of edge latencies, rather than
by Dan Gohman
· 17 years ago
2d17089
Rewrite the SDep class, and simplify some of the related code.
by Dan Gohman
· 17 years ago
37c4969
Don't charge full latency for an anti-dependence, in this simplistic
by Dan Gohman
· 17 years ago
60cb69e
Experimental post-pass scheduling support. Post-pass scheduling
by Dan Gohman
· 17 years ago
[Renamed (98%) from llvm/lib/CodeGen/SelectionDAG/LatencyPriorityQueue.cpp]
17c226b
Don't use the isPending flag to mean what the isAvailable flag means.
by Dan Gohman
· 17 years ago
d2760c0
Move ScheduleDAGList's LatencyPriorityQueue class out to a separate file.
by Dan Gohman
· 17 years ago