David Peixotto 3793977e90 Implement the .ltorg directive for ARM assembly
This directive will write out the assembler-maintained constant
pool for the current section. These constant pools are created to
support the ldr-pseudo instruction (e.g. ldr r0, =val).

The directive can be used by the programmer to place the constant
pool in a location that can be reached by a pc-relative offset in
the ldr instruction.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197711 91177308-0d34-0410-b5e6-96231b3b80d8
2013-12-19 18:26:07 +00:00
..
2013-10-29 09:47:35 +00:00
2013-09-18 09:46:49 +00:00
2013-08-28 16:39:20 +00:00
2013-08-28 16:39:20 +00:00
2013-06-24 09:11:53 +00:00