aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/ModuloScheduling/ModuloSchedGraph.h
Commit message (Collapse)AuthorAgeFilesLines
* cleaned codeGuochun Shi2003-06-101-1/+1
| | | | | | | add some comments git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6674 91177308-0d34-0410-b5e6-96231b3b80d8
* delete useless functionsGuochun Shi2003-06-081-13/+5
| | | | | | | add comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6673 91177308-0d34-0410-b5e6-96231b3b80d8
* compiled with the new SchedGraphCommonGuochun Shi2003-06-021-8/+20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6545 91177308-0d34-0410-b5e6-96231b3b80d8
* Just some code beautification changes I had sitting around in my tree.Misha Brukman2003-04-221-9/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5859 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed compilation errors, command-line argument declarations, cleaned up code toMisha Brukman2003-04-101-29/+28
| | | | | | | | | | | | | 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5769 91177308-0d34-0410-b5e6-96231b3b80d8
* Made the code readable:Misha Brukman2003-04-091-173/+190
| | | | | | | | | | * 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5768 91177308-0d34-0410-b5e6-96231b3b80d8
* change the include file names and some class names to make it compileGuochun Shi2003-04-061-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5764 91177308-0d34-0410-b5e6-96231b3b80d8
* *** empty log message ***Guochun Shi2003-03-271-0/+347
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5755 91177308-0d34-0410-b5e6-96231b3b80d8