summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/ModuloScheduling
Commit message (Collapse)AuthorAgeFilesLines
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-113-0/+10
| | | | llvm-svn: 9903
* Added LLVM copyright header.John Criswell2003-10-211-0/+8
| | | | llvm-svn: 9321
* Added LLVM copyright notice to Makefiles.John Criswell2003-10-201-0/+8
| | | | llvm-svn: 9312
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-202-0/+14
| | | | | | Header files will be on the way. llvm-svn: 9298
* Regularize header file commentsChris Lattner2003-10-131-1/+1
| | | | llvm-svn: 9071
* * Doxygenified commentsMisha Brukman2003-10-101-8/+8
| | | | | | | * Wrap code at 80 columns * Ordered includes according to LLVM style guide llvm-svn: 9020
* Removing READMETanya Lattner2003-08-282-35/+2
| | | | llvm-svn: 8180
* Putting my revised version of ModuloScheduling in cvs. This is not complete...Tanya Lattner2003-08-284-2940/+155
| | | | llvm-svn: 8179
* Fix spelloChris Lattner2003-08-211-1/+1
| | | | llvm-svn: 8029
* Remove #includeChris Lattner2003-07-261-1/+0
| | | | llvm-svn: 7342
* Random cleanupsChris Lattner2003-07-231-26/+18
| | | | llvm-svn: 7247
* add some commentsGuochun Shi2003-06-102-54/+114
| | | | | | add a function ModuloScheduling::dumpFinalSchedule() to print out final schedule llvm-svn: 6677
* add an brief instruction what this pass isGuochun Shi2003-06-101-1/+1
| | | | llvm-svn: 6676
* a simple introduction to this passGuochun Shi2003-06-101-0/+33
| | | | llvm-svn: 6675
* cleaned codeGuochun Shi2003-06-103-127/+321
| | | | | | add some comments llvm-svn: 6674
* delete useless functionsGuochun Shi2003-06-084-216/+190
| | | | | | add comment llvm-svn: 6673
* change DEBUG to DEBUG_PRINTGuochun Shi2003-06-083-102/+106
| | | | llvm-svn: 6672
* compiled with the new SchedGraphCommonGuochun Shi2003-06-023-27/+38
| | | | llvm-svn: 6545
* so far everything compilesGuochun Shi2003-05-302-23/+39
| | | | llvm-svn: 6423
* Just some code beautification changes I had sitting around in my tree.Misha Brukman2003-04-222-22/+15
| | | | llvm-svn: 5859
* Fixed compilation errors, command-line argument declarations, cleaned up code toMisha Brukman2003-04-104-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 Brukman2003-04-094-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 compileGuochun Shi2003-04-064-24/+30
| | | | llvm-svn: 5764
* *** empty log message ***Guochun Shi2003-03-275-0/+2726
llvm-svn: 5755
OpenPOWER on IntegriCloud