aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegAlloc/InterferenceGraph.cpp
AgeCommit message (Expand)Author
2004-01-09Move lib/Codegen/RegAlloc into lib/Target/Sparc, as it is sparc specificChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-23* Eliminate `using' directiveMisha Brukman
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-09-01Move IGNode from public include directory to here. Minor cleanups like addin...Chris Lattner
2003-07-10Print out all neighbors in interference graph, not just higher-numbered ones.Vikram S. Adve
2003-01-15Header is moved into local directoryChris Lattner
2003-01-15#include RegClass.h explicitlyChris Lattner
2002-10-29Add #includes that were eliminated from headersChris Lattner
2002-10-29Make assertIGNode be private to the InterferenceGraph.cpp fileChris Lattner
2002-09-15Fix typos in previous checkin.Vikram S. Adve
2002-09-14Break RA_DEBUG option into several levels to get better control overVikram S. Adve
2002-04-29Eliminate duplicate or unneccesary #include'sChris Lattner
2002-02-05* Eliminate the LiveVarSet class, making applyTranferFuncForMInst a staticChris Lattner
2002-02-04* Add #includes removed from headersChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2002-01-07Added destructors and comments.Ruchira Sasanka
2001-10-16Added support for caller savingRuchira Sasanka
2001-10-15Output to cerr rather than cout so that debug info doesn't mess up assembly g...Chris Lattner
2001-09-14*** empty log message ***Ruchira Sasanka