| Commit message (Expand) | Author | Age | Files | Lines |
* | Create a new InstrEmitter class for translating SelectionDAG nodes | Dan Gohman | 2009-10-10 | 1 | -26/+42 |
* | The ScheduleDAG framework now requires an AliasAnalysis argument, though | Dan Gohman | 2009-10-09 | 1 | -1/+1 |
* | Improve MachineMemOperand handling. | Dan Gohman | 2009-09-25 | 1 | -13/+3 |
* | Remove some not-really-used variables, as warned | Duncan Sands | 2009-09-06 | 1 | -2/+0 |
* | Use the schedule itinerary operand use/def cycle information to adjust depend... | David Goodwin | 2009-08-19 | 1 | -4/+9 |
* | Add callback to allow target to adjust latency of schedule dependency edge. | David Goodwin | 2009-08-13 | 1 | -2/+10 |
* | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson | 2009-08-11 | 1 | -8/+8 |
* | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 1 | -9/+9 |
* | Move more to raw_ostream, provide support for writing MachineBasicBlock, | Daniel Dunbar | 2009-07-24 | 1 | -4/+4 |
* | Revert 72707 and 72709, for the moment. | Dale Johannesen | 2009-06-02 | 1 | -7/+0 |
* | Make the implicit inputs and outputs of target-independent | Dale Johannesen | 2009-06-01 | 1 | -0/+7 |
* | Don't set SUnit::hasPhysRegDefs to true unless the defs are | Dan Gohman | 2009-03-23 | 1 | -1/+4 |
* | Add a new bit to SUnit to record whether a node has implicit physreg | Dan Gohman | 2009-03-23 | 1 | -3/+6 |
* | Simplify this code; use a while instead of an if and a do-while. | Dan Gohman | 2009-03-20 | 1 | -9/+6 |
* | When scheduling a block in parts, keep track of the overall | Dan Gohman | 2009-02-11 | 1 | -0/+8 |
* | Move ScheduleDAGSDNodes.h to be a private header. Front-ends | Dan Gohman | 2009-02-06 | 1 | -1/+1 |
* | CreateVirtualRegisters does trivial copy coalescing. If a node def is used by... | Evan Cheng | 2009-01-16 | 1 | -0/+1 |
* | Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph | Dan Gohman | 2009-01-15 | 1 | -3/+2 |
* | Fix PR3241: Currently EmitCopyFromReg emits a copy from the physical register... | Evan Cheng | 2009-01-12 | 1 | -8/+22 |
* | CheckForPhysRegDependency should not return copy cost. It's not used. No func... | Evan Cheng | 2009-01-11 | 1 | -9/+4 |
* | Rename BuildSchedUnits to BuildSchedGraph, and refactor the | Dan Gohman | 2008-12-23 | 1 | -4/+14 |
* | Avoid an unnecessary call to allnodes_size(), which is linear. | Dan Gohman | 2008-12-23 | 1 | -8/+11 |
* | Double the amount of memory reserved for SUnits. This is a | Dan Gohman | 2008-12-17 | 1 | -1/+3 |
* | Remove some special-case logic in ScheduleDAGSDNodes's | Dan Gohman | 2008-12-16 | 1 | -10/+0 |
* | Fix some register-alias-related bugs in the post-RA scheduler liveness | Dan Gohman | 2008-12-16 | 1 | -1/+7 |
* | Rewrite the SDep class, and simplify some of the related code. | Dan Gohman | 2008-12-09 | 1 | -1/+4 |
* | Use ComputeLatency in the MachineInstr scheduler. | Dan Gohman | 2008-11-21 | 1 | -0/+1 |
* | Implement ComputeLatency for MachineInstr ScheduleDAGs. Factor | Dan Gohman | 2008-11-21 | 1 | -7/+9 |
* | Experimental post-pass scheduling support. Post-pass scheduling | Dan Gohman | 2008-11-19 | 1 | -0/+257 |