llvm with tablegen backend for capstone disassembler
Go to file
Anton Korobeynikov 2aae31a945 Fix PR27500: on MSP430 the branch destination offset is measured in words, not bytes.
In addition, the branch instructions will have proper BB destinations, not offsets, like before.

Patch by Vadzim Dambrouski!

Differential Revision: https://reviews.llvm.org/D20162

llvm-svn: 279242
2016-08-19 14:07:10 +00:00
clang Fixed a typo (compilation_commands.json --> compile_commands.json). 2016-08-19 13:36:31 +00:00
clang-tools-extra minor header guards and help messages cleanup 2016-08-19 09:36:14 +00:00
compiler-rt Cleanup: Move the *AddressDescription printing code to Print() members inside those structs. 2016-08-19 13:07:23 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Implement vstore_half{,n} 2016-08-17 20:02:11 +00:00
libcxx [CMake] Get libcxx building under LLVM/runtimes 2016-08-18 21:31:51 +00:00
libcxxabi Default LIBCXXABI_LIBDIR_SUFFIX to LLVM_LIBDIR_SUFFIX 2016-08-16 03:44:55 +00:00
libunwind EHABI: cover switch once more 2016-08-18 23:59:12 +00:00
lld [ELF] - Removed excessive llvm-readobj call from linkerscript-ouputformat.s. NFC. 2016-08-19 12:57:45 +00:00
lldb Fix 32-bit builds after r279232 2016-08-19 13:14:13 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm Fix PR27500: on MSP430 the branch destination offset is measured in words, not bytes. 2016-08-19 14:07:10 +00:00
openmp cleanup: fixed names of dummy arguments of Fortran interfaces declarations, no functional changes done 2016-08-17 18:18:21 +00:00
parallel-libs [StreamExecutor] Rename StreamExecutor to Executor 2016-08-16 18:18:32 +00:00
polly [SCEVValidator] Don't reorder multiplies in extractConstantFactor. 2016-08-18 16:30:42 +00:00