llvm-6502/lib/Target/ARM/AsmParser
Jim Grosbach 4e53fe8dc6 ARM assembly aliases for add negative immediates using sub.
'add r2, #-1024' should just use 'sub r2, #1024' rather than erroring out.
Thumb1 aliases for adding a negative immediate to the stack pointer,
also.

rdar://11192734

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154123 91177308-0d34-0410-b5e6-96231b3b80d8
2012-04-05 20:57:13 +00:00
..
ARMAsmLexer.cpp Prune some includes 2012-03-27 07:54:11 +00:00
ARMAsmParser.cpp ARM assembly aliases for add negative immediates using sub. 2012-04-05 20:57:13 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile