index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
SparcV9
/
SparcV9RegClassInfo.h
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-06-03
Collapse together the abstract superclass TargetRegInfo and SparcV9RegInfo, its
Brian Gaeke
2004-04-25
Fix file header comments and include guards -- many files have been moved or
Brian Gaeke
2004-04-23
Include SparcV9RegInfo.h instead of TargetRegInfo.h.
Brian Gaeke
2004-04-19
Regularize include guards, remove some excess whitespace and fix some comments.
Brian Gaeke
2004-02-25
Great renaming: Sparc --> SparcV9
Brian Gaeke
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-21
Added LLVM copyright header.
John Criswell
2003-10-13
Regularize header file comments
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-20
Added special consideration for instrumentation strategy
Anand Shukla
2003-07-06
Major bug fix though it happened rarely (only on a compare after an
Vikram S. Adve
2003-05-27
Added special register class containing (for now) %fsr.
Vikram S. Adve
2002-12-29
More renamings of Target/Machine*Info to Target/Target*Info
Chris Lattner
2002-08-12
- Clean up interface to Sparc register handling a bit:
Chris Lattner
2002-05-23
Convert RegClass::IsColorUsedArr from a dynamically allocated array to
Chris Lattner
2002-05-19
Numerous bug fixes:
Vikram S. Adve
2002-02-04
* Minor cleanups
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-07
Added more comments
Ruchira Sasanka
2001-11-03
Added code to support correct saving of %ccr across calls
Ruchira Sasanka
2001-10-23
Corrected a bug in SparcRegInfo.cpp - to add inserted instructions before a r...
Ruchira Sasanka
2001-10-22
Reordered registers slightly to simplify a new check.
Vikram S. Adve
2001-10-16
Added support for caller saving
Ruchira Sasanka
2001-10-15
updated suggesting/coloring of call & return args & implicit operands
Ruchira Sasanka
2001-10-09
--removed %g regs being allocated - fix later
Ruchira Sasanka
2001-09-30
added support for suggesting colors
Ruchira Sasanka
2001-09-18
-- ruchira
Ruchira Sasanka