Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ModuloScheduling moved to lib/Target/SparcV9 as it is SparcV9-specific | Misha Brukman | 2004-10-10 | 1 | -196/+0 |
| | | | | llvm-svn: 16902 | ||||
* | Added debug information. Fixed several bugs in the reconstruct loop function. | Tanya Lattner | 2004-10-10 | 1 | -2/+16 |
| | | | | llvm-svn: 16895 | ||||
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -1/+1 |
| | | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137 | ||||
* | Get rid of a warning when compiling optimized. Uninitialized variable has | Reid Spencer | 2004-08-07 | 1 | -1/+1 |
| | | | | | | been initialized. llvm-svn: 15565 | ||||
* | Updated ModuloScheduling. It makes it all the wya through register ↵ | Tanya Lattner | 2004-07-30 | 1 | -3/+3 |
| | | | | | | allocation on the new code!! llvm-svn: 15351 | ||||
* | These files don't need to include <iostream> since they include ↵ | Brian Gaeke | 2004-07-21 | 1 | -1/+0 |
| | | | | | | "Support/Debug.h". llvm-svn: 15089 | ||||
* | Adding scheduling class. | Tanya Lattner | 2004-05-26 | 1 | -0/+183 |
llvm-svn: 13783 |