Go to file
Rafael Espindola bab2afbfbe Fix MCDataAtom never calling remap when adding data.
This patch fixes a small mistake in MCDataAtom::addData() where it doesn't ever
call remap():

-  if (Data.size() > Begin - End - 1)
+  if (Data.size() > End + 1 - Begin)
     remap(Begin, End + 1);

This is currently not visible because of another bug is the disassembler, so
the patch includes a unit test.

Patch by Stephen Checkoway.

llvm-svn: 192823
2013-10-16 18:26:16 +00:00
clang [-cxx-abi microsoft] Fix this argument/parameter offsets for virtual destructors in the presence of virtual bases 2013-10-16 18:24:06 +00:00
clang-tools-extra Added module map generation docs and some clean-up. 2013-10-16 13:44:21 +00:00
compiler-rt tsan: revert variable name change in test 2013-10-16 15:57:23 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc Port pocl's gen_convert.py script to libclc 2013-10-10 19:09:01 +00:00
libcxx r192075 broke the buildbot at 2013-10-14 18:02:02 +00:00
libcxxabi [unwind] Fix unw_init_remote_thread() use to void* instead of thread_t for parameter to match other implementations 2013-10-08 22:59:34 +00:00
lld Fix a bug that the empty string could be added to dead strip root. 2013-10-16 05:06:52 +00:00
lldb lui: enable tab completion in command window 2013-10-16 17:08:55 +00:00
llvm Fix MCDataAtom never calling remap when adding data. 2013-10-16 18:26:16 +00:00
openmp Update web pages to include style sheets and referenced documents missed before. 2013-10-03 11:55:28 +00:00
polly clang-format: No empty line after 'public:' 2013-10-15 14:41:02 +00:00