index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
SparcV9
/
RegAlloc
/
InterferenceGraph.cpp
Age
Commit message (
Expand
)
Author
2006-04-20
This target is no longer built. The ,v files now live in the reoptimizer.
Chris Lattner
2005-07-27
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-07-27
Eliminate tabs and trailing spaces.
Jeff Cohen
2005-06-12
When compiled with GCC 4.0, a latent bug was exposed where both SparcV9
Nate Begeman
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-09-01
Changes For Bug 352
Reid Spencer
2004-07-29
Get rid of calls to void llvm::printSet(const ValueSet &).
Brian Gaeke
2004-07-04
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-23
* Eliminate `using' directive
Misha Brukman
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-09-01
Move IGNode from public include directory to here. Minor cleanups like addin...
Chris Lattner
2003-07-10
Print out all neighbors in interference graph, not just higher-numbered ones.
Vikram S. Adve
2003-01-15
Header is moved into local directory
Chris Lattner
2003-01-15
#include RegClass.h explicitly
Chris Lattner
2002-10-29
Add #includes that were eliminated from headers
Chris Lattner
2002-10-29
Make assertIGNode be private to the InterferenceGraph.cpp file
Chris Lattner
2002-09-15
Fix typos in previous checkin.
Vikram S. Adve
2002-09-14
Break RA_DEBUG option into several levels to get better control over
Vikram S. Adve
2002-04-29
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-02-05
* Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static
Chris Lattner
2002-02-04
* Add #includes removed from headers
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-07
Added destructors and comments.
Ruchira Sasanka
2001-10-16
Added support for caller saving
Ruchira Sasanka
2001-10-15
Output 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