| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | When scheduling a block in parts, keep track of the overall | Dan Gohman | 2009-02-11 | 1 | -0/+7 |
| | | | | | | | | | | | | instruction index across each part. Instruction indices are used to make live range queries, and live ranges can extend beyond scheduling region boundaries. Refactor the ScheduleDAGSDNodes class some more so that it doesn't have to worry about this additional information. llvm-svn: 64288 | ||||
| * | Delete an unused member function. | Dan Gohman | 2009-02-06 | 1 | -2/+0 |
| | | | | | llvm-svn: 63941 | ||||
| * | Move ScheduleDAGSDNodes.h to be a private header. Front-ends | Dan Gohman | 2009-02-06 | 1 | -0/+161 |
| that previously included this header should include SchedulerRegistry.h instead. llvm-svn: 63937 | |||||

