Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add minimal support for disambiguating memory references. Currently | Dan Gohman | 2008-12-04 | 1 | -13/+123 |
* | Pass the isAntiDep argument. | Dan Gohman | 2008-11-24 | 1 | -1/+1 |
* | Correctly set the isCtrl flag for chain dependencies. | Dan Gohman | 2008-11-21 | 1 | -4/+4 |
* | Update comments. | Dan Gohman | 2008-11-21 | 1 | -9/+9 |
* | Set the isAntiDep flag in the MachineInstr scheduler. | Dan Gohman | 2008-11-21 | 1 | -1/+1 |
* | Use ComputeLatency in the MachineInstr scheduler. | Dan Gohman | 2008-11-21 | 1 | -0/+3 |
* | Implement ComputeLatency for MachineInstr ScheduleDAGs. Factor | Dan Gohman | 2008-11-21 | 1 | -1/+10 |
* | Treat mid-block labels the same as terminators when building the | Dan Gohman | 2008-11-20 | 1 | -1/+1 |
* | Experimental post-pass scheduling support. Post-pass scheduling | Dan Gohman | 2008-11-19 | 1 | -0/+135 |