Move ScheduleDAGSDNodes.h to be a private header. Front-ends
[oota-llvm.git] / lib / CodeGen / SelectionDAG / ScheduleDAGSDNodesEmit.cpp
2009-02-06 Dan GohmanMove ScheduleDAGSDNodes.h to be a private header. Front...
2009-02-03 Bill WendlingPropagate debug loc info during SDNode -> machine instr...
2009-01-22 Evan ChengEliminate a couple of fields from TargetRegisterClass...
2009-01-16 Dan GohmanInstead of adding dependence edges between terminator...
2009-01-16 Evan ChengCreateVirtualRegisters does trivial copy coalescing...
2009-01-15 Dan GohmanMove a few containers out of ScheduleDAGInstrs::BuildSc...
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2009-01-12 Evan ChengFix PR3241: Currently EmitCopyFromReg emits a copy...
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...
2008-11-19 Dan GohmanExperimental post-pass scheduling support. Post-pass...