Propagate debug info when building SelectionDAG.
[oota-llvm.git] / include / llvm / CodeGen / ScheduleDAGSDNodes.h
2009-01-27 Dan GohmanUse .empty() instead of comparing .size() with 0.
2009-01-16 Evan ChengCreateVirtualRegisters does trivial copy coalescing...
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-09 Evan ChengDuplicated node may produce a non-physical register...
2009-01-03 Dan GohmanRemove the code from the scheduler that commuted two...
2009-01-01 Bill WendlingSome compilers are picky about accessing the first...
2008-12-23 Dan GohmanRename BuildSchedUnits to BuildSchedGraph, and refactor the
2008-12-22 Dan GohmanAdd an assertion to catch SUnits reallocations. And...
2008-12-09 Dan GohmanRewrite the SDep class, and simplify some of the relate...
2008-11-24 Dan GohmanMove the scheduler constructor functions to SchedulerRe...
2008-11-19 Dan GohmanExperimental post-pass scheduling support. Post-pass...