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
/
CodeGen
/
RegAlloc
/
IGNode.h
Age
Commit message (
Expand
)
Author
2004-01-09
Move lib/Codegen/RegAlloc into lib/Target/Sparc, as it is sparc specific
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-23
* Use C++ style comments instead of C-style
Misha Brukman
2003-10-21
Added LLVM copyright notice.
John Criswell
2003-10-15
#include vector which we will need here soon
Chris Lattner
2003-09-24
Remove some unused methods of class IGNode.
Brian Gaeke
2003-09-21
Standardize the names of include guards.
Brian Gaeke
2003-09-01
LiveRange.h is now in lib/CodeGen/RegAlloc
Chris Lattner
2003-06-22
Remove a ton of extraneous #includes
Chris Lattner
2003-06-11
Included assert.h so that the code compiles under newer versions of GCC.
John Criswell
2002-10-29
Remove forward decl
Chris Lattner
2002-09-20
Add method IGNode::getCombinedDegree to count the sum of the degrees
Vikram S. Adve
2002-04-29
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-02-05
Minor change: Methods that return ValueSet's that are guaranteed to be valid
Chris Lattner
2002-02-05
* Code Cleanups of IGNode.h
Chris Lattner
2002-02-04
* Minor cleanups
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-07
Added comments, destructors where necessary.
Ruchira Sasanka
2001-10-19
Changed Call interference info
Ruchira Sasanka
2001-09-07
Add tags so emacs knows these are C++ files
Chris Lattner
2001-08-31
*** empty log message ***
Ruchira Sasanka