aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
AgeCommit message (Expand)Author
2009-12-18Changes from review:Bill Wendling
2009-12-16Reapply r91392, it was only unmasking the bug, and since TOT is still broken ...Daniel Dunbar
2009-12-16Revert "Initial work on disabling the scheduler. This is a work in progress, andDaniel Dunbar
2009-12-15Initial work on disabling the scheduler. This is a work in progress, and thisBill Wendling
2009-10-10Create a new InstrEmitter class for translating SelectionDAG nodesDan Gohman
2009-10-09The ScheduleDAG framework now requires an AliasAnalysis argument, thoughDan Gohman
2009-09-25Improve MachineMemOperand handling.Dan Gohman
2009-09-06Remove some not-really-used variables, as warnedDuncan Sands
2009-08-19Use the schedule itinerary operand use/def cycle information to adjust depend...David Goodwin
2009-08-13Add callback to allow target to adjust latency of schedule dependency edge.David Goodwin
2009-08-11Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson
2009-08-10Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson
2009-07-24Move more to raw_ostream, provide support for writing MachineBasicBlock,Daniel Dunbar
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