aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodesEmit.cpp
AgeCommit message (Expand)Author
2009-02-03Propagate debug loc info during SDNode -> machine instr creation.Bill Wendling
2009-01-22Eliminate a couple of fields from TargetRegisterClass: SubRegClasses and Supe...Evan Cheng
2009-01-16Instead of adding dependence edges between terminator instructionsDan Gohman
2009-01-16CreateVirtualRegisters does trivial copy coalescing. If a node def is used by...Evan Cheng
2009-01-15Move a few containers out of ScheduleDAGInstrs::BuildSchedGraphDan Gohman
2009-01-12Rename getABITypeSize to getTypePaddedSize, asDuncan Sands
2009-01-12Fix PR3241: Currently EmitCopyFromReg emits a copy from the physical register...Evan Cheng
2009-01-09Duplicated node may produce a non-physical register def.Evan Cheng
2009-01-03Remove the code from the scheduler that commuted two-addressDan Gohman
2008-11-19Experimental post-pass scheduling support. Post-pass schedulingDan Gohman