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
/
SparcV9InstrSelectionSupport.h
Age
Commit message (
Expand
)
Author
2004-04-25
Fix file header comments and include guards -- many files have been moved or
Brian Gaeke
2004-04-07
Move ChooseRegOrImmed() prototype here, from InstrSelectionSupport.h.
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-22
Add comments to describe what these functions actually do.
Misha Brukman
2003-10-21
Added LLVM copyright header.
John Criswell
2003-06-06
* Changed Bcc instructions to behave like BPcc instructions
Misha Brukman
2003-06-03
Added opcode conversion for conditional move of integers.
Misha Brukman
2003-05-30
Moved and expanded convertOpcodeFromRegToImm() to conver more opcodes.
Misha Brukman
2003-05-27
Added 'r' or 'i' annotations to instructions, as SparcInstr.def has changed.
Misha Brukman
2003-05-20
Sparc instruction opcodes now all live under the `V9' namespace.
Misha Brukman
2002-09-03
- Renamed Type::isIntegral() to Type::isInteger()
Chris Lattner
2002-08-09
* Removed extraneous #includes
Chris Lattner
2002-05-19
Numerous bug fixes:
Vikram S. Adve
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-10-18
Sparc-specific code shared between local files.
Vikram S. Adve