Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * 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 |