Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated ModuloScheduling. It makes it all the wya through register ↵ | Tanya Lattner | 2004-07-30 | 1 | -3/+8 |
| | | | | | | allocation on the new code!! llvm-svn: 15351 | ||||
* | updates to ModuloSched | Tanya Lattner | 2004-05-28 | 1 | -1/+3 |
| | | | | llvm-svn: 13881 | ||||
* | Updating my cvs versions. THis is still in progress and much will be changed. | Tanya Lattner | 2004-05-26 | 1 | -1/+8 |
| | | | | llvm-svn: 13782 | ||||
* | Updating my versions of ModuloScheduling in cvs. Still not complete. | Tanya Lattner | 2004-05-08 | 1 | -10/+41 |
| | | | | llvm-svn: 13424 | ||||
* | Adding new Modulo Scheduling graph files. | Tanya Lattner | 2004-03-01 | 1 | -0/+68 |
| | | | | llvm-svn: 12031 | ||||
* | Putting my revised version of ModuloScheduling in cvs. This is not complete... | Tanya Lattner | 2003-08-28 | 1 | -194/+0 |
| | | | | llvm-svn: 8179 | ||||
* | add some comments | Guochun Shi | 2003-06-10 | 1 | -1/+4 |
| | | | | | | add a function ModuloScheduling::dumpFinalSchedule() to print out final schedule llvm-svn: 6677 | ||||
* | delete useless functions | Guochun Shi | 2003-06-08 | 1 | -4/+4 |
| | | | | | | add comment llvm-svn: 6673 | ||||
* | change DEBUG to DEBUG_PRINT | Guochun Shi | 2003-06-08 | 1 | -0/+2 |
| | | | | llvm-svn: 6672 | ||||
* | compiled with the new SchedGraphCommon | Guochun Shi | 2003-06-02 | 1 | -1/+1 |
| | | | | llvm-svn: 6545 | ||||
* | so far everything compiles | Guochun Shi | 2003-05-30 | 1 | -10/+26 |
| | | | | llvm-svn: 6423 | ||||
* | Fixed compilation errors, command-line argument declarations, cleaned up code to | Misha Brukman | 2003-04-10 | 1 | -11/+24 |
| | | | | | | | | | | | | look nicer and removed useless stuff. Also renamed a few variables, moved them into namespaces, converted outputting to a file into a print to std::cerr with a DEBUG() guard, as all passes should do anyway. No functional changes have been made. However, this code now compiles. llvm-svn: 5769 | ||||
* | Made the code readable: | Misha Brukman | 2003-04-09 | 1 | -97/+94 |
| | | | | | | | | | * Lines must be wrapped at 80 chars. This is a hard limit. * Consistent style on functions, braces, if, for, etc. Code must be readable. No functional changes have been made, even though I added a new typedef. llvm-svn: 5768 | ||||
* | change the include file names and some class names to make it compile | Guochun Shi | 2003-04-06 | 1 | -1/+4 |
| | | | | llvm-svn: 5764 | ||||
* | *** empty log message *** | Guochun Shi | 2003-03-27 | 1 | -0/+160 |
llvm-svn: 5755 |