Brian Gaeke
|
1c38175d6b
|
First attempt at special-casing printing of [%reg + offset] for
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
|
2004-04-06 22:10:11 +00:00 |
|
Brian Gaeke
|
a778ca555a
|
Add support for printing pc-relative displacements of functions (as used in
the CALL instruction).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12630 91177308-0d34-0410-b5e6-96231b3b80d8
|
2004-04-02 20:53:35 +00:00 |
|
Brian Gaeke
|
54cc3c2135
|
The .type directive on Solaris uses the # character instead of @.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12454 91177308-0d34-0410-b5e6-96231b3b80d8
|
2004-03-16 22:52:04 +00:00 |
|
Brian Gaeke
|
79db7405f7
|
Use ! for comment char; it works in both Solaris as and GAS.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12451 91177308-0d34-0410-b5e6-96231b3b80d8
|
2004-03-16 22:37:12 +00:00 |
|
Brian Gaeke
|
a8b00cafc4
|
Emit register names in lowercase, as required by the assembler.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12182 91177308-0d34-0410-b5e6-96231b3b80d8
|
2004-03-06 05:30:21 +00:00 |
|
Brian Gaeke
|
62aa28aef3
|
Asm output is looking a lot better; not correct for all operands yet though.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12143 91177308-0d34-0410-b5e6-96231b3b80d8
|
2004-03-05 08:39:09 +00:00 |
|
Brian Gaeke
|
4acfd039f9
|
Asm printer support, based on x86 - only prints mnemonics for now
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12113 91177308-0d34-0410-b5e6-96231b3b80d8
|
2004-03-04 06:00:41 +00:00 |
|