Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move MachineCodeForInstruction.h and MachineFunctionInfo.h into ↵ | Chris Lattner | 2004-08-16 | 1 | -2/+1 |
| | | | | | | lib/Target/SparcV9 llvm-svn: 15830 | ||||
* | Get rid of a warning when compiling optimized. Uninitialized variable has | Reid Spencer | 2004-08-07 | 1 | -1/+1 |
| | | | | | | been initialized. llvm-svn: 15565 | ||||
* | Include SparcV9TmpInstr.h to pick up the def. of TmpInstruction, | Brian Gaeke | 2004-08-04 | 1 | -1/+1 |
| | | | | | | instead of InstrSelection.h, which is dead. llvm-svn: 15476 | ||||
* | Squelch warnings in release mode | Chris Lattner | 2004-08-04 | 1 | -3/+3 |
| | | | | llvm-svn: 15460 | ||||
* | Add #include <cstdlib> and abort() to silence a warning | Misha Brukman | 2004-08-02 | 1 | -5/+6 |
| | | | | llvm-svn: 15413 | ||||
* | * ceil() requires #include <cmath> for compilation | Misha Brukman | 2004-08-02 | 1 | -3/+4 |
| | | | | | | | * Alphabetize #includes * Fix some lines to fit within 80 cols llvm-svn: 15412 | ||||
* | Updated ModuloScheduling. It makes it all the wya through register ↵ | Tanya Lattner | 2004-07-30 | 4 | -294/+741 |
| | | | | | | allocation on the new code!! llvm-svn: 15351 | ||||
* | These files don't need to include <iostream> since they include ↵ | Brian Gaeke | 2004-07-21 | 3 | -3/+0 |
| | | | | | | "Support/Debug.h". llvm-svn: 15089 | ||||
* | updates to ModuloSched | Tanya Lattner | 2004-05-28 | 2 | -10/+91 |
| | | | | llvm-svn: 13881 | ||||
* | Adding scheduling class. | Tanya Lattner | 2004-05-26 | 2 | -0/+246 |
| | | | | llvm-svn: 13783 | ||||
* | Updating my cvs versions. THis is still in progress and much will be changed. | Tanya Lattner | 2004-05-26 | 4 | -157/+299 |
| | | | | llvm-svn: 13782 | ||||
* | Updating my versions of ModuloScheduling in cvs. Still not complete. | Tanya Lattner | 2004-05-08 | 4 | -303/+860 |
| | | | | llvm-svn: 13424 | ||||
* | Adding new Modulo Scheduling graph files. | Tanya Lattner | 2004-03-01 | 3 | -0/+769 |
| | | | | llvm-svn: 12031 | ||||
* | Removing old graph files with new graph files that I wrote. Updated ↵ | Tanya Lattner | 2004-03-01 | 3 | -276/+682 |
| | | | | | | 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 | 3 | -0/+10 |
| | | | | llvm-svn: 9903 | ||||
* | Added LLVM copyright header. | John Criswell | 2003-10-21 | 1 | -0/+8 |
| | | | | llvm-svn: 9321 | ||||
* | Added LLVM copyright notice to Makefiles. | John Criswell | 2003-10-20 | 1 | -0/+8 |
| | | | | llvm-svn: 9312 | ||||
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 2 | -0/+14 |
| | | | | | | Header files will be on the way. llvm-svn: 9298 | ||||
* | Regularize header file comments | Chris Lattner | 2003-10-13 | 1 | -1/+1 |
| | | | | llvm-svn: 9071 | ||||
* | * Doxygenified comments | Misha Brukman | 2003-10-10 | 1 | -8/+8 |
| | | | | | | | * Wrap code at 80 columns * Ordered includes according to LLVM style guide llvm-svn: 9020 | ||||
* | Removing README | Tanya Lattner | 2003-08-28 | 2 | -35/+2 |
| | | | | llvm-svn: 8180 | ||||
* | Putting my revised version of ModuloScheduling in cvs. This is not complete... | Tanya Lattner | 2003-08-28 | 4 | -2940/+155 |
| | | | | llvm-svn: 8179 | ||||
* | Fix spello | Chris Lattner | 2003-08-21 | 1 | -1/+1 |
| | | | | llvm-svn: 8029 | ||||
* | Remove #include | Chris Lattner | 2003-07-26 | 1 | -1/+0 |
| | | | | llvm-svn: 7342 | ||||
* | Random cleanups | Chris Lattner | 2003-07-23 | 1 | -26/+18 |
| | | | | llvm-svn: 7247 | ||||
* | add some comments | Guochun Shi | 2003-06-10 | 2 | -54/+114 |
| | | | | | | add a function ModuloScheduling::dumpFinalSchedule() to print out final schedule llvm-svn: 6677 | ||||
* | add an brief instruction what this pass is | Guochun Shi | 2003-06-10 | 1 | -1/+1 |
| | | | | llvm-svn: 6676 | ||||
* | a simple introduction to this pass | Guochun Shi | 2003-06-10 | 1 | -0/+33 |
| | | | | llvm-svn: 6675 | ||||
* | cleaned code | Guochun Shi | 2003-06-10 | 3 | -127/+321 |
| | | | | | | add some comments llvm-svn: 6674 | ||||
* | delete useless functions | Guochun Shi | 2003-06-08 | 4 | -216/+190 |
| | | | | | | add comment llvm-svn: 6673 | ||||
* | change DEBUG to DEBUG_PRINT | Guochun Shi | 2003-06-08 | 3 | -102/+106 |
| | | | | llvm-svn: 6672 | ||||
* | compiled with the new SchedGraphCommon | Guochun Shi | 2003-06-02 | 3 | -27/+38 |
| | | | | llvm-svn: 6545 | ||||
* | so far everything compiles | Guochun Shi | 2003-05-30 | 2 | -23/+39 |
| | | | | llvm-svn: 6423 | ||||
* | Just some code beautification changes I had sitting around in my tree. | Misha Brukman | 2003-04-22 | 2 | -22/+15 |
| | | | | llvm-svn: 5859 | ||||
* | Fixed compilation errors, command-line argument declarations, cleaned up code to | Misha Brukman | 2003-04-10 | 4 | -267/+257 |
| | | | | | | | | | | | | 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 | 4 | -1884/+1977 |
| | | | | | | | | | * 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 | 4 | -24/+30 |
| | | | | llvm-svn: 5764 | ||||
* | *** empty log message *** | Guochun Shi | 2003-03-27 | 5 | -0/+2726 |
llvm-svn: 5755 |