aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Sparc/SparcAsmPrinter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* First attempt at special-casing printing of [%reg + offset] forBrian Gaeke2004-04-061-0/+55
| | | | | | | | ld/st instructions - doesn't seem to work yet, but I think it's just a typo or something somewhere. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12727 91177308-0d34-0410-b5e6-96231b3b80d8
* Add support for printing pc-relative displacements of functions (as used inBrian Gaeke2004-04-021-0/+6
| | | | | | | the CALL instruction). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12630 91177308-0d34-0410-b5e6-96231b3b80d8
* The .type directive on Solaris uses the # character instead of @.Brian Gaeke2004-03-161-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12454 91177308-0d34-0410-b5e6-96231b3b80d8
* Use ! for comment char; it works in both Solaris as and GAS.Brian Gaeke2004-03-161-7/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12451 91177308-0d34-0410-b5e6-96231b3b80d8
* Emit register names in lowercase, as required by the assembler.Brian Gaeke2004-03-061-1/+11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12182 91177308-0d34-0410-b5e6-96231b3b80d8
* Asm output is looking a lot better; not correct for all operands yet though.Brian Gaeke2004-03-051-1/+62
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12143 91177308-0d34-0410-b5e6-96231b3b80d8
* Asm printer support, based on x86 - only prints mnemonics for nowBrian Gaeke2004-03-041-0/+458
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12113 91177308-0d34-0410-b5e6-96231b3b80d8