Brian Gaeke
|
ead8e39832
|
Put quotes around argument to .section directive.
llvm-svn: 16572
|
2004-09-29 03:25:40 +00:00 |
Brian Gaeke
|
c6e81f0fde
|
Back to compiling land for v8
llvm-svn: 16138
|
2004-09-02 02:37:43 +00:00 |
Chris Lattner
|
50c6df4ba0
|
getValues is gone
llvm-svn: 15494
|
2004-08-04 17:27:27 +00:00 |
Chris Lattner
|
9ce34cb323
|
CPR fixes
llvm-svn: 14960
|
2004-07-18 07:26:17 +00:00 |
Brian Gaeke
|
f486726c56
|
Add special handling for pseudo-instructions (print them as comments).
llvm-svn: 14882
|
2004-07-16 10:31:47 +00:00 |
Brian Gaeke
|
3b204c3f24
|
Fix bug where SwitchSection would fail to change to ".bss" successfully.
llvm-svn: 14685
|
2004-07-08 08:08:23 +00:00 |
Brian Gaeke
|
187ff172b6
|
Support printing constant pool indices.
If we see an "unknown operand", abort so it's easier to fix it.
llvm-svn: 14441
|
2004-06-27 22:50:44 +00:00 |
Misha Brukman
|
c562342751
|
* LowercaseString moved to StringExtras.h
* Wrap long line to 80 cols
llvm-svn: 14382
|
2004-06-24 23:38:20 +00:00 |
Brian Gaeke
|
7777e66704
|
Rename the load and store opcodes. The non-fp ones only have one
variant worth worrying about; the fp ones have two.
llvm-svn: 14362
|
2004-06-24 07:37:12 +00:00 |
Brian Gaeke
|
5b433a5de9
|
.zero doesn't work in the Solaris assembler.
llvm-svn: 14231
|
2004-06-18 08:59:16 +00:00 |
Brian Gaeke
|
12ee9a1e75
|
Support printing base+offset pairs where the offset is a register.
Use this for printing the jmpl indirect-call instruction.
llvm-svn: 14224
|
2004-06-18 06:27:59 +00:00 |
Brian Gaeke
|
63c1d6eda8
|
Emit stores correctly; don't fail an assertion.
llvm-svn: 14209
|
2004-06-17 22:34:19 +00:00 |
Brian Gaeke
|
2f2b5f5b93
|
Use addGlobalAddress and addMBB for call & branch targets instead of addPCDisp.
Abort if we see a PCRelativeDisp MachineOperand, to be safe. This matches
the X86 backend.
llvm-svn: 14202
|
2004-06-17 19:39:23 +00:00 |
Chris Lattner
|
6b7275996c
|
Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()
llvm-svn: 14201
|
2004-06-17 18:19:28 +00:00 |
Brian Gaeke
|
ad98a9b526
|
Allow special-casing of operand printing based on opcode. Print
non-register, non-immed. arguments to SETHI and OR using %hi() and
%lo() respectively.
llvm-svn: 14176
|
2004-06-15 19:52:59 +00:00 |
Chris Lattner
|
63c07bf246
|
Adjust to new TM interfaces
llvm-svn: 13949
|
2004-06-02 05:47:26 +00:00 |
Brian Gaeke
|
85521d70dd
|
Don't print [%reg + 0], just print [%reg]
llvm-svn: 12759
|
2004-04-07 17:33:56 +00:00 |
Brian Gaeke
|
3675c30873
|
Fix bug in printing loads.
llvm-svn: 12741
|
2004-04-07 04:29:03 +00:00 |
Brian Gaeke
|
3915ad7c02
|
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.
llvm-svn: 12727
|
2004-04-06 22:10:11 +00:00 |
Brian Gaeke
|
b65254a34d
|
Add support for printing pc-relative displacements of functions (as used in
the CALL instruction).
llvm-svn: 12630
|
2004-04-02 20:53:35 +00:00 |
Brian Gaeke
|
d962dd5528
|
The .type directive on Solaris uses the # character instead of @.
llvm-svn: 12454
|
2004-03-16 22:52:04 +00:00 |
Brian Gaeke
|
ae0ca8baa6
|
Use ! for comment char; it works in both Solaris as and GAS.
llvm-svn: 12451
|
2004-03-16 22:37:12 +00:00 |
Brian Gaeke
|
5a1c7a8be3
|
Emit register names in lowercase, as required by the assembler.
llvm-svn: 12182
|
2004-03-06 05:30:21 +00:00 |
Brian Gaeke
|
0c76d1146f
|
Asm output is looking a lot better; not correct for all operands yet though.
llvm-svn: 12143
|
2004-03-05 08:39:09 +00:00 |
Brian Gaeke
|
82ec4a561b
|
Asm printer support, based on x86 - only prints mnemonics for now
llvm-svn: 12113
|
2004-03-04 06:00:41 +00:00 |