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