Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b4dfce2dba102eaef3fcb7f52fbb583bbae54a01
/
llvm
/
lib
/
CodeGen
/
ScheduleDAGEmit.cpp
dfaf646
When scheduling a block in parts, keep track of the overall
by Dan Gohman
· 17 years ago
5f8a259
Instead of adding dependence edges between terminator instructions
by Dan Gohman
· 17 years ago
619ef48
Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph
by Dan Gohman
· 17 years ago
b2c42c6
Fix PR3241: Currently EmitCopyFromReg emits a copy from the physical register to a virtual register unless it requires an expensive cross class copy. That means we are only treating "expensive to copy" register dependency as physical register dependency.
by Evan Cheng
· 17 years ago
2d17089
Rewrite the SDep class, and simplify some of the related code.
by Dan Gohman
· 17 years ago
60cb69e
Experimental post-pass scheduling support. Post-pass scheduling
by Dan Gohman
· 17 years ago