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
/
SparcV9RegClassInfo.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 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-07-29
Get rid of calls to void llvm::printSet(const ValueSet &).
Brian Gaeke
2004-07-29
Remove mustSaveAcrossCalls flag, which isn't ever read, and its mutator,
Brian Gaeke
2004-07-04
Add #include <iostream> since Value.h does not #include it any more.
Reid Spencer
2004-04-25
Fix file header comments and include guards -- many files have been moved or
Brian Gaeke
2004-02-25
Great renaming: Sparc --> SparcV9
Brian Gaeke
2004-01-09
Fix more incestuous #includage.
Chris Lattner
2003-12-17
Reorganized the Sparc backend to be more modular -- each different
Misha Brukman
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-10
Fix spelling.
Misha Brukman
2003-09-23
Fixed spelling.
Misha Brukman
2003-09-21
Fix assertion so it doesn't not trip incorrectly.
Vikram S. Adve
2003-09-01
IGNode got moved to lib/CodeGen/RegAlloc
Chris Lattner
2003-09-01
No longer include IGNode.h in the Sparc global header
Chris Lattner
2003-07-25
(1) Major fix to the way unused regs. are marked and found for the FP
Vikram S. Adve
2003-07-10
Several fixes to handling of int CC register:
Vikram S. Adve
2003-07-06
Correction to last fix: Pointer types do not return true in Type::IsIntegral().
Vikram S. Adve
2003-07-06
Major bug fix though it happened rarely (only on a compare after an
Vikram S. Adve
2003-05-21
Fixed `volatile' typo.
Misha Brukman
2003-05-21
Cleaned up code layout, spacing, etc. for readability purposes and to be more
Misha Brukman
2003-05-21
Namespacified `vector' and `cerr' to always use the `std::' namespace.
Misha Brukman
2003-01-15
Move private header to private directory
Chris Lattner
2002-10-29
Remove unneccesary #includes
Chris Lattner
2002-08-12
- Clean up interface to Sparc register handling a bit:
Chris Lattner
2002-06-25
changes to make it compatible with 64bit gcc
Anand Shukla
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-02-05
* Code Cleanups
Chris Lattner
2002-02-05
* Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static
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 and correct logic for finding register sizes.
Ruchira Sasanka
2001-10-19
Added code so that colorIGNode does not unnecessarily reserve unusable
Ruchira Sasanka
2001-10-19
Corrected call interference bug - suggested color not allocated if
Ruchira Sasanka
2001-10-18
Added support for condition code loading/stroing in methods cpReg2Reg etc.
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-30
added support for suggesting colors
Ruchira Sasanka
2001-09-18
-- ruchira
Ruchira Sasanka