aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
AgeCommit message (Expand)Author
2009-06-02Revert 72707 and 72709, for the moment.Dale Johannesen
2009-06-01Make the implicit inputs and outputs of target-independentDale Johannesen
2009-03-23Don't set SUnit::hasPhysRegDefs to true unless the defs areDan Gohman
2009-03-23Add a new bit to SUnit to record whether a node has implicit physregDan Gohman
2009-03-20Simplify this code; use a while instead of an if and a do-while.Dan Gohman
2009-02-11When scheduling a block in parts, keep track of the overallDan Gohman
2009-02-06Move ScheduleDAGSDNodes.h to be a private header. Front-endsDan 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-12Fix PR3241: Currently EmitCopyFromReg emits a copy from the physical register...Evan Cheng
2009-01-11CheckForPhysRegDependency should not return copy cost. It's not used. No func...Evan Cheng
2008-12-23Rename BuildSchedUnits to BuildSchedGraph, and refactor theDan Gohman
2008-12-23Avoid an unnecessary call to allnodes_size(), which is linear.Dan Gohman
2008-12-17Double the amount of memory reserved for SUnits. This is aDan Gohman
2008-12-16Remove some special-case logic in ScheduleDAGSDNodes's Dan Gohman
2008-12-16Fix some register-alias-related bugs in the post-RA scheduler livenessDan Gohman
2008-12-09Rewrite the SDep class, and simplify some of the related code.Dan Gohman
2008-11-21Use ComputeLatency in the MachineInstr scheduler.Dan Gohman
2008-11-21Implement ComputeLatency for MachineInstr ScheduleDAGs. FactorDan Gohman
2008-11-19Experimental post-pass scheduling support. Post-pass schedulingDan Gohman