aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SparcV9/RegAlloc/InterferenceGraph.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Move IGNode from public include directory to here. Minor cleanups like addin...Chris Lattner2003-09-011-27/+18
* Print out all neighbors in interference graph, not just higher-numbered ones.Vikram S. Adve2003-07-101-1/+1
* Header is moved into local directoryChris Lattner2003-01-151-3/+2
* #include RegClass.h explicitlyChris Lattner2003-01-151-1/+1
* Add #includes that were eliminated from headersChris Lattner2002-10-291-0/+1
* Make assertIGNode be private to the InterferenceGraph.cpp fileChris Lattner2002-10-291-10/+16
* Fix typos in previous checkin.Vikram S. Adve2002-09-151-2/+2
* Break RA_DEBUG option into several levels to get better control overVikram S. Adve2002-09-141-13/+14
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-291-1/+1
* * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a staticChris Lattner2002-02-051-5/+5
* * Add #includes removed from headersChris Lattner2002-02-041-0/+1
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-44/+32
* Added destructors and comments.Ruchira Sasanka2002-01-071-19/+48
* Added support for caller savingRuchira Sasanka2001-10-161-14/+14
* Output to cerr rather than cout so that debug info doesn't mess up assembly g...Chris Lattner2001-10-151-14/+14
* *** empty log message ***Ruchira Sasanka2001-09-141-0/+226