Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add #includes that were eliminated from headers | Chris Lattner | 2002-10-29 | 1 | -0/+1 |
| | | | | llvm-svn: 4380 | ||||
* | Make assertIGNode be private to the InterferenceGraph.cpp file | Chris Lattner | 2002-10-29 | 1 | -10/+16 |
| | | | | llvm-svn: 4375 | ||||
* | Fix typos in previous checkin. | Vikram S. Adve | 2002-09-15 | 1 | -2/+2 |
| | | | | llvm-svn: 3726 | ||||
* | Break RA_DEBUG option into several levels to get better control over | Vikram S. Adve | 2002-09-14 | 1 | -13/+14 |
| | | | | | | debug output. llvm-svn: 3724 | ||||
* | Eliminate duplicate or unneccesary #include's | Chris Lattner | 2002-04-29 | 1 | -1/+1 |
| | | | | llvm-svn: 2397 | ||||
* | * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static | Chris Lattner | 2002-02-05 | 1 | -5/+5 |
| | | | | | | | | | | function in the one .cpp file that uses it. Use ValueSet's instead. * Prepare to delete LiveVarSet.h & LiveVarSet.cpp * Eliminate the ValueSet class, making all old member functions into global templates that will eventually be moved to Support. * Eliminate some irrelevant const's llvm-svn: 1712 | ||||
* | * Add #includes removed from headers | Chris Lattner | 2002-02-04 | 1 | -0/+1 |
| | | | | | | | * ValueSet interface converted from add/remove to insert/erase * Minor cleanups llvm-svn: 1689 | ||||
* | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 1 | -44/+32 |
| | | | | llvm-svn: 1503 | ||||
* | Added destructors and comments. | Ruchira Sasanka | 2002-01-07 | 1 | -19/+48 |
| | | | | | | Added correct spill candidate selection logic. llvm-svn: 1493 | ||||
* | Added support for caller saving | Ruchira Sasanka | 2001-10-16 | 1 | -14/+14 |
| | | | | llvm-svn: 847 | ||||
* | Output to cerr rather than cout so that debug info doesn't mess up assembly ↵ | Chris Lattner | 2001-10-15 | 1 | -14/+14 |
| | | | | | | generation llvm-svn: 840 | ||||
* | *** empty log message *** | Ruchira Sasanka | 2001-09-14 | 1 | -0/+226 |
llvm-svn: 580 |