| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Reworked branch adding in prologue. Added check for infinite loops which are ↵ | Tanya Lattner | 2004-12-02 | 1 | -1/+1 |
| | | | | | | | not modulo scheduled. llvm-svn: 18419 | ||||
| * | Reworked branching so we don't handle BAs specially. It just updates the ↵ | Tanya Lattner | 2004-11-29 | 1 | -0/+2 |
| | | | | | | | branchTO regardless of what type of branch it is. llvm-svn: 18322 | ||||
| * | Fixed a bug where I was trying to ModuloSchedule a loop with no instructions ↵ | Tanya Lattner | 2004-11-22 | 1 | -0/+1 |
| | | | | | | | | | but a terminator. Fixed a bug in the schedule generation that was always using the start cycle. llvm-svn: 18123 | ||||
| * | Added my own defMap. Only saving values that are not loop invariant. Fixed a ↵ | Tanya Lattner | 2004-11-16 | 1 | -0/+1 |
| | | | | | | | couple of assertions that were triggered due to registers not being allocated. These both had to do with PHINodes. llvm-svn: 17907 | ||||
| * | Added gross hacks such as creating my own def-use map, and picking on ↵ | Tanya Lattner | 2004-11-02 | 1 | -0/+6 |
| | | | | | | | Instruction that I can add all my TmpInstructions to its MCFI. llvm-svn: 17441 | ||||
| * | Fixed bug with infinite epilogues. | Tanya Lattner | 2004-10-30 | 1 | -3/+5 |
| | | | | | | | Fixed issue with generating the partial order. It now adds the nodes not in recurrences in sets for each connected component. llvm-svn: 17351 | ||||
| * | ModuloScheduling moved to lib/Target/SparcV9 as it is SparcV9-specific | Misha Brukman | 2004-10-10 | 1 | -0/+112 |
| llvm-svn: 16902 | |||||

