aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/SparcV9/RegAlloc/InterferenceGraph.cpp
AgeCommit message (Expand)Author
2006-04-20This target is no longer built. The ,v files now live in the reoptimizer.Chris Lattner
2005-07-27Eliminate all remaining tabs and trailing spaces.Jeff Cohen
2005-07-27Eliminate tabs and trailing spaces.Jeff Cohen
2005-06-12When compiled with GCC 4.0, a latent bug was exposed where both SparcV9Nate Begeman
2005-04-21Remove trailing whitespaceMisha Brukman
2004-09-01Changes For Bug 352Reid Spencer
2004-07-29Get rid of calls to void llvm::printSet(const ValueSet &).Brian Gaeke
2004-07-04Add #include <iostream> since Value.h does not #include it any more.Reid Spencer
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