llvm-6502/test
Quentin Colombet d64ee4455a ARM: Correct printing of pre-indexed operands.
According to the ARM reference manual, constant offsets are mandatory for pre-indexed addressing modes.
The MC disassembler was not obeying this when the offset is 0.
It was producing instructions like: str r0, [r1]!.
Correct syntax is: str r0, [r1, #0]!.

This change modifies the dumping of operands so that the offset is always printed, regardless of its value, when pre-indexed addressing mode is used.

Patch by Mihail Popa <Mihail.Popa@arm.com>


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179398 91177308-0d34-0410-b5e6-96231b3b80d8
2013-04-12 18:47:25 +00:00
..
Analysis Aliasing rules for struct-path aware TBAA. 2013-04-11 23:24:18 +00:00
Archive
Assembler
Bindings/Ocaml
Bitcode
BugPoint
CodeGen Replace coff-/elf-dump with llvm-readobj 2013-04-12 04:06:46 +00:00
DebugInfo
ExecutionEngine
Feature
FileCheck
Instrumentation Add missing colons to check lines. 2013-04-11 12:41:41 +00:00
Integer
JitListener
Linker
MC ARM: Correct printing of pre-indexed operands. 2013-04-12 18:47:25 +00:00
Object
Other
TableGen
tools Teach llvm-readobj to print ELF program headers 2013-04-12 04:07:39 +00:00
Transforms Simplify (A & ~B) in icmp if A is a power of 2 2013-04-12 17:25:07 +00:00
Unit
Verifier
YAMLParser
CMakeLists.txt
lit.cfg Remove obsolete object file dumpers 2013-04-12 04:07:13 +00:00
lit.site.cfg.in
Makefile
Makefile.tests Remove obsolete object file dumpers 2013-04-12 04:07:13 +00:00
TestRunner.sh