Teach CodeGenPrepare to look through Bitcast instructions when attempting to
[oota-llvm.git] / lib / CodeGen / ScheduleDAG.cpp
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...