- Move conversion of [SU]ADDO from DAG combiner into legalizer.
[oota-llvm.git] / lib / CodeGen / ScheduleDAG.cpp
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...