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
/
SparcAsmPrinter.cpp
Age
Commit message (
Expand
)
Author
2004-06-27
Support printing constant pool indices.
Brian Gaeke
2004-06-24
* LowercaseString moved to StringExtras.h
Misha Brukman
2004-06-24
Rename the load and store opcodes. The non-fp ones only have one
Brian Gaeke
2004-06-18
.zero doesn't work in the Solaris assembler.
Brian Gaeke
2004-06-18
Support printing base+offset pairs where the offset is a register.
Brian Gaeke
2004-06-17
Emit stores correctly; don't fail an assertion.
Brian Gaeke
2004-06-17
Use addGlobalAddress and addMBB for call & branch targets instead of addPCDisp.
Brian Gaeke
2004-06-17
Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()
Chris Lattner
2004-06-15
Allow special-casing of operand printing based on opcode. Print
Brian Gaeke
2004-06-02
Adjust to new TM interfaces
Chris Lattner
2004-04-07
Don't print [%reg + 0], just print [%reg]
Brian Gaeke
2004-04-07
Fix bug in printing loads.
Brian Gaeke
2004-04-06
First attempt at special-casing printing of [%reg + offset] for
Brian Gaeke
2004-04-02
Add support for printing pc-relative displacements of functions (as used in
Brian Gaeke
2004-03-16
The .type directive on Solaris uses the # character instead of @.
Brian Gaeke
2004-03-16
Use ! for comment char; it works in both Solaris as and GAS.
Brian Gaeke
2004-03-06
Emit register names in lowercase, as required by the assembler.
Brian Gaeke
2004-03-05
Asm output is looking a lot better; not correct for all operands yet though.
Brian Gaeke
2004-03-04
Asm printer support, based on x86 - only prints mnemonics for now
Brian Gaeke