Added ARM::mls for armv6t2.
[oota-llvm.git] / lib / CodeGen / ScheduleDAG.cpp
2009-02-11 Dan GohmanWhen scheduling a block in parts, keep track of the...
2009-02-11 Dan GohmanUse iterators to iterate through the Preds array instead of
2009-02-10 Dan GohmanFactor out more code for computing register live-range...
2009-01-16 Dan GohmanInstead of adding dependence edges between terminator...
2009-01-15 Dan GohmanGeneralize the HazardRecognizer interface so that it...
2009-01-15 Dan GohmanMove a few containers out of ScheduleDAGInstrs::BuildSc...
2009-01-13 Dan GohmanAvoid referring to edge D after the Succs or Preds...
2009-01-05 Dan GohmanDon't call setDepthDirty/setHeightDirty when adding...
2008-12-23 Dan GohmanMinor code simplifications.
2008-12-22 Dan GohmanOptimize setDepthDirty and setHeightDirty a little...
2008-12-20 Dan GohmanUse SmallVector's pop_back_val.
2008-12-20 Dan GohmanUse the correct Preds and Succs lists in setHeightDirty()
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...