Use getDepth() and getHeight() instead of accessing the
[oota-llvm.git] / lib / CodeGen / ScheduleDAG.cpp
2008-12-17 Dan GohmanUse getDepth() and getHeight() instead of accessing the
2008-12-16 Dan GohmanFix some register-alias-related bugs in the post-RA...
2008-12-16 Dan GohmanMove addPred and removePred out-of-line.
2008-12-09 Dan GohmanRewrite the SDep class, and simplify some of the relate...
2008-12-09 Dan GohmanWhitespace cleanups.
2008-11-25 Dan GohmanInitial support for anti-dependence breaking. Currently...
2008-11-21 Dan GohmanRename SDep's isSpecial to isArtificial, to make this...
2008-11-20 Dan GohmanAdd #include <climits> to get the definition of INT_MAX.
2008-11-20 Dan GohmanFactor out the code for verifying the work of the sched...
2008-11-19 Dan GohmanExperimental post-pass scheduling support. Post-pass...