Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removing old graph files with new graph files that I wrote. Updated ↵ | Tanya Lattner | 2004-03-01 | 1 | -140/+0 |
| | | | | | | ModuloScheduling pass, but still in progress. llvm-svn: 12030 | ||||
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+3 |
| | | | | llvm-svn: 9903 | ||||
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 |
| | | | | | | Header files will be on the way. llvm-svn: 9298 | ||||
* | Removing README | Tanya Lattner | 2003-08-28 | 1 | -2/+2 |
| | | | | llvm-svn: 8180 | ||||
* | Putting my revised version of ModuloScheduling in cvs. This is not complete... | Tanya Lattner | 2003-08-28 | 1 | -1448/+71 |
| | | | | llvm-svn: 8179 | ||||
* | Fix spello | Chris Lattner | 2003-08-21 | 1 | -1/+1 |
| | | | | llvm-svn: 8029 | ||||
* | cleaned code | Guochun Shi | 2003-06-10 | 1 | -125/+319 |
| | | | | | | add some comments llvm-svn: 6674 | ||||
* | delete useless functions | Guochun Shi | 2003-06-08 | 1 | -184/+154 |
| | | | | | | add comment llvm-svn: 6673 | ||||
* | change DEBUG to DEBUG_PRINT | Guochun Shi | 2003-06-08 | 1 | -61/+59 |
| | | | | llvm-svn: 6672 | ||||
* | compiled with the new SchedGraphCommon | Guochun Shi | 2003-06-02 | 1 | -18/+17 |
| | | | | llvm-svn: 6545 | ||||
* | Just some code beautification changes I had sitting around in my tree. | Misha Brukman | 2003-04-22 | 1 | -13/+6 |
| | | | | llvm-svn: 5859 | ||||
* | Fixed compilation errors, command-line argument declarations, cleaned up code to | Misha Brukman | 2003-04-10 | 1 | -125/+122 |
| | | | | | | | | | | | | 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 | -953/+995 |
| | | | | | | | | | * 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 | -8/+9 |
| | | | | llvm-svn: 5764 | ||||
* | *** empty log message *** | Guochun Shi | 2003-03-27 | 1 | -0/+1313 |
llvm-svn: 5755 |