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
/
Sparc
/
SparcInstrFormats.td
Age
Commit message (
Expand
)
Author
2006-02-05
Rename SPARC V8 target to be the LLVM SPARC target.
Chris Lattner
2005-12-18
Push ops list, asm string, and pattern all the way up to InstV8. Move the
Chris Lattner
2005-12-18
Add initial conditional branch support. This doesn't actually work yet due
Chris Lattner
2005-12-17
Give patterns to F3_3 instructions
Chris Lattner
2005-12-17
Use sethi to build large immediates with zeros at the bottom
Chris Lattner
2005-12-17
Add empty patterns to all F3_1 instructions
Chris Lattner
2005-12-17
Add empty patterns for F3_2 instructions
Chris Lattner
2005-12-17
Convert the remaining instructions over, branches and calls. Fix a couple
Chris Lattner
2005-12-17
convert FP instructions to use an asmstring and operand list, allowing FP
Chris Lattner
2005-12-16
Add a couple more instrs
Chris Lattner
2005-12-16
Autogenerate asmprinter for F3_2 instructions
Chris Lattner
2005-12-16
Switch F3_1 instructions over to use AsmStrings
Chris Lattner
2005-12-16
Add operand info for F3_[12] instructions, getting V8 back to basic functiona...
Chris Lattner
2004-10-14
Class F2_1 already inherits the imm22 field from class F2
Misha Brukman
2004-10-14
* In the F3_1 class, default asi to 0 because it's not currently used
Misha Brukman
2004-09-22
Combine the F2 and F3 instruction classes into one file for simplicity
Misha Brukman