summaryrefslogtreecommitdiff
path: root/lib/Target/SparcV9/RegAlloc/InterferenceGraph.cpp
Commit message (Expand)AuthorAge
* This target is no longer built. The ,v files now live in the reoptimizer.Chris Lattner2006-04-20
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-27
* Eliminate tabs and trailing spaces.Jeff Cohen2005-07-27
* When compiled with GCC 4.0, a latent bug was exposed where both SparcV9Nate Begeman2005-06-12
* Remove trailing whitespaceMisha Brukman2005-04-21
* Changes For Bug 352Reid Spencer2004-09-01
* Get rid of calls to void llvm::printSet(const ValueSet &).Brian Gaeke2004-07-29
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-04
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* * Eliminate `using' directiveMisha Brukman2003-10-23
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Move IGNode from public include directory to here. Minor cleanups like addin...Chris Lattner2003-09-01
* Print out all neighbors in interference graph, not just higher-numbered ones.Vikram S. Adve2003-07-10
* Header is moved into local directoryChris Lattner2003-01-15
* #include RegClass.h explicitlyChris Lattner2003-01-15
* Add #includes that were eliminated from headersChris Lattner2002-10-29
* Make assertIGNode be private to the InterferenceGraph.cpp fileChris Lattner2002-10-29
* Fix typos in previous checkin.Vikram S. Adve2002-09-15
* Break RA_DEBUG option into several levels to get better control overVikram S. Adve2002-09-14
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-29
* * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a staticChris Lattner2002-02-05
* * Add #includes removed from headersChris Lattner2002-02-04
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Added destructors and comments.Ruchira Sasanka2002-01-07
* Added support for caller savingRuchira Sasanka2001-10-16
* Output to cerr rather than cout so that debug info doesn't mess up assembly g...Chris Lattner2001-10-15
* *** empty log message ***Ruchira Sasanka2001-09-14