index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
Sparc
/
SparcRegClassInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix more incestuous #includage.
Chris Lattner
2004-01-09
1
-2
/
+2
*
Reorganized the Sparc backend to be more modular -- each different
Misha Brukman
2003-12-17
1
-4
/
+5
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Fix spelling.
Misha Brukman
2003-10-10
1
-2
/
+2
*
Fixed spelling.
Misha Brukman
2003-09-23
1
-1
/
+1
*
Fix assertion so it doesn't not trip incorrectly.
Vikram S. Adve
2003-09-21
1
-4
/
+4
*
IGNode got moved to lib/CodeGen/RegAlloc
Chris Lattner
2003-09-01
1
-1
/
+1
*
No longer include IGNode.h in the Sparc global header
Chris Lattner
2003-09-01
1
-0
/
+14
*
(1) Major fix to the way unused regs. are marked and found for the FP
Vikram S. Adve
2003-07-25
1
-17
/
+82
*
Several fixes to handling of int CC register:
Vikram S. Adve
2003-07-10
1
-20
/
+24
*
Correction to last fix: Pointer types do not return true in Type::IsIntegral().
Vikram S. Adve
2003-07-06
1
-6
/
+9
*
Major bug fix though it happened rarely (only on a compare after an
Vikram S. Adve
2003-07-06
1
-0
/
+41
*
Fixed `volatile' typo.
Misha Brukman
2003-05-21
1
-1
/
+1
*
Cleaned up code layout, spacing, etc. for readability purposes and to be more
Misha Brukman
2003-05-21
1
-59
/
+44
*
Namespacified `vector' and `cerr' to always use the `std::' namespace.
Misha Brukman
2003-05-21
1
-17
/
+21
*
Move private header to private directory
Chris Lattner
2003-01-15
1
-1
/
+1
*
Remove unneccesary #includes
Chris Lattner
2002-10-29
1
-1
/
+0
*
- Clean up interface to Sparc register handling a bit:
Chris Lattner
2002-08-12
1
-10
/
+15
*
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
1
-0
/
+1
*
Convert RegClass::IsColorUsedArr from a dynamically allocated array to
Chris Lattner
2002-05-23
1
-6
/
+7
*
Numerous bug fixes:
Vikram S. Adve
2002-05-19
1
-38
/
+17
*
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
1
-1
/
+1
*
* Code Cleanups
Chris Lattner
2002-02-05
1
-9
/
+8
*
* Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static
Chris Lattner
2002-02-05
1
-5
/
+4
*
* Minor cleanups
Chris Lattner
2002-02-04
1
-63
/
+27
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-9
/
+10
*
Added comments and correct logic for finding register sizes.
Ruchira Sasanka
2002-01-07
1
-78
/
+73
*
Added code so that colorIGNode does not unnecessarily reserve unusable
Ruchira Sasanka
2001-10-19
1
-7
/
+18
*
Corrected call interference bug - suggested color not allocated if
Ruchira Sasanka
2001-10-19
1
-14
/
+45
*
Added support for condition code loading/stroing in methods cpReg2Reg etc.
Ruchira Sasanka
2001-10-18
1
-2
/
+2
*
Output to cerr rather than cout so that debug info doesn't mess up assembly g...
Chris Lattner
2001-10-15
1
-4
/
+4
*
added support for suggesting colors
Ruchira Sasanka
2001-09-30
1
-36
/
+82
*
-- ruchira
Ruchira Sasanka
2001-09-18
1
-0
/
+238