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
/
RegClass.cpp
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
* Eliminate `using' directive
Misha Brukman
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-09-11
Fixed spelling and grammar.
Misha Brukman
2003-09-01
Move IGNode from public include directory to here. Minor cleanups like addin...
Chris Lattner
2003-07-25
(1) Change the way unused regs. are marked and found to consider regType
Vikram S. Adve
2003-01-15
Move headers around
Chris Lattner
2003-01-15
#include RegClass.h explicitly
Chris Lattner
2002-12-29
More renamings of Target/Machine*Info to Target/Target*Info
Chris Lattner
2002-10-29
Add #includes that were eliminated from headers
Chris Lattner
2002-10-22
Ensure definate initialization
Chris Lattner
2002-09-14
Break RA_DEBUG option into several levels to get better control over
Vikram S. Adve
2002-05-23
Convert RegClass::IsColorUsedArr from a dynamically allocated array to
Chris Lattner
2002-05-19
Numerous bug fixes:
Vikram S. Adve
2002-04-29
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-15
Only emit message if DEBUG_RA is on
Chris Lattner
2002-04-08
s/method/function
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-08
Fixed a bug in spill cost estimation
Ruchira Sasanka
2002-01-07
PhyRegAlloc.cpp: Added temp area resetting before every call
Ruchira Sasanka
2002-01-07
Added destructors and comments.
Ruchira Sasanka
2001-11-10
Changed code to ignore Phi Nodes in PhyRegAlloc
Ruchira Sasanka
2001-11-06
Fixed bug - added code in pushUnconstrainedIGNodes() to check whether a node
Ruchira Sasanka
2001-11-06
Bug fix: uninitialized variable.
Vikram S. Adve
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-15
fixed printing messages
Ruchira Sasanka
2001-09-14
*** empty log message ***
Ruchira Sasanka