This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 13c7e8f fix gcc -Wmisleading-indentation [NFC] new f803e21 [Thumb1] Fix the bug when adding/subtracting -2147483648 new eb3e69e [ARM] Fix for branch label disassembly for Thumb
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Target/ARM/ARMISelLowering.cpp | 8 +- lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp | 88 +++++++++++++--------- test/CodeGen/Thumb/long.ll | 12 +++ test/MC/ARM/branch-disassemble.s | 15 ++++ test/MC/ARM/coff-relocations.s | 98 ++++++++++++------------- 5 files changed, 135 insertions(+), 86 deletions(-) create mode 100644 test/MC/ARM/branch-disassemble.s