summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegAlloc/InterferenceGraph.cpp
Commit message (Collapse)AuthorAgeFilesLines
* * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a staticChris Lattner2002-02-051-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 headersChris Lattner2002-02-041-0/+1
| | | | | | | * ValueSet interface converted from add/remove to insert/erase * Minor cleanups llvm-svn: 1689
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-44/+32
| | | | llvm-svn: 1503
* Added destructors and comments.Ruchira Sasanka2002-01-071-19/+48
| | | | | | Added correct spill candidate selection logic. llvm-svn: 1493
* Added support for caller savingRuchira Sasanka2001-10-161-14/+14
| | | | llvm-svn: 847
* Output to cerr rather than cout so that debug info doesn't mess up assembly ↵Chris Lattner2001-10-151-14/+14
| | | | | | generation llvm-svn: 840
* *** empty log message ***Ruchira Sasanka2001-09-141-0/+226
llvm-svn: 580
OpenPOWER on IntegriCloud