llvm-6502/lib
Jim Grosbach a542ff2804 ARM: honor hex immediate formatting for ldr/str i12 offsets.
Previously we would always print the offset as decimal, regardless of
the formatting requested. Now we use the formatImm() helper so the value
is printed as the client (LLDB in the motivating example) requested.

Before:
ldr.w r8, [sp, #180] @ always

After:
ldr.w r8, [sp, #0xb4] @ when printing hex immediates
ldr.w r8, [sp, #0180] @ when printing decimal immediates

rdar://17237103

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210701 91177308-0d34-0410-b5e6-96231b3b80d8
2014-06-11 20:26:45 +00:00
..
Analysis
AsmParser
Bitcode Mark a few functions noexcept. 2014-06-10 21:26:47 +00:00
CodeGen Revert r210613 to conform to coding standards. 2014-06-11 16:59:33 +00:00
DebugInfo
ExecutionEngine
IR Fix assert comments in Instruction.cpp. 2014-06-11 18:26:29 +00:00
IRReader
LineEditor
Linker
LTO
MC MC: add enumeration of WinEH data encoding 2014-06-11 04:19:25 +00:00
Object Use std::error_code instead of llvm::error_code. 2014-06-11 19:05:50 +00:00
Option
ProfileData Use std::error_code instead of llvm::error_code. 2014-06-11 19:05:50 +00:00
Support Use std::error_code instead of llvm::error_code. 2014-06-11 19:05:50 +00:00
TableGen Fix error in tablegen when either operand of !if is an empty list. 2014-06-10 20:10:08 +00:00
Target ARM: honor hex immediate formatting for ldr/str i12 offsets. 2014-06-11 20:26:45 +00:00
Transforms Create macro INITIALIZE_TM_PASS. 2014-06-11 07:04:37 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile