llvm with tablegen backend for capstone disassembler
Go to file
Tobias Grosser e83a396b1d Ignore debug intrinsics and do not model their potential scalar metadata reads
Our code generation currently does not support scalar references to metadata
values. Hence, it would crash if we try to model scalar dependences to metadata
values. Fortunately, for one of the common uses, debug information, we can
for now just ignore the relevant intrinsics and consequently the issue of how
to model scalar dependences to metadata.

llvm-svn: 246388
2015-08-30 16:57:20 +00:00
clang Make test resistant to false matches of numbered (unnamed) labels inside other numbers. 2015-08-30 15:24:46 +00:00
clang-tools-extra Updated to make use of the AST matcher instead of a custom matcher; NFC. 2015-08-28 19:40:30 +00:00
compiler-rt [compiler-rt] [tsan] Enable TSan for AArch64/42-bit VMA 2015-08-28 20:40:50 +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 Update mailing list reference. 2015-08-24 22:43:24 +00:00
libcxx Fix most GCC warnings during build. Only -Wattribute left. 2015-08-28 07:02:42 +00:00
libcxxabi Fix or disable C++11 tests in C++03 mode 2015-08-20 01:22:17 +00:00
libunwind [libunwind] Remove unused includes. 2015-08-27 06:58:31 +00:00
lld [ELFv2] Implement R_X86_64_32 relocation. 2015-08-29 13:15:42 +00:00
lldb Differential Review: http://reviews.llvm.org/D12363 2015-08-28 14:42:03 +00:00
llgo Update to new lists.llvm.org 2015-08-05 04:03:05 +00:00
llvm NFC: Code style in VectorUtils.cpp 2015-08-30 13:48:02 +00:00
openmp Add kmp_config.h.cmake 2015-08-28 19:24:39 +00:00
polly Ignore debug intrinsics and do not model their potential scalar metadata reads 2015-08-30 16:57:20 +00:00