Go to file
Victor Leschuk e1156c2eb0 DebugInfo: make DW_TAG_atomic_type valid
DW_TAG_atomic_type was already included in Dwarf.defs and emitted correctly,
however Verifier didn't recognize it as valid.
Thus we introduce the following changes:

  * Make DW_TAG_atomic_type valid tag for IR and DWARF (enabled only with -gdwarf-5)
  * Add it to related docs
  * Add DebugInfo tests

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

llvm-svn: 285624
2016-10-31 19:09:38 +00:00
clang NFC - Reorder test case names in a PPC test case 2016-10-31 19:02:54 +00:00
clang-tools-extra Add modernize-use-auto tests for casts inside macros 2016-10-31 17:17:45 +00:00
compiler-rt [asan] Move instrumented null-terminated strings to a special section, compiler-rt part 2016-10-31 18:52:32 +00:00
debuginfo-tests
libclc Provide vstore_half helper to workaround clc restrictions 2016-09-21 20:15:55 +00:00
libcxx [libc++] Add configuration define for off_t functions 2016-10-31 15:09:10 +00:00
libcxxabi Spell libcxxabi-no-threads correctly 2016-10-31 14:14:04 +00:00
libunwind [libunwind] Add support for Fuchsia 2016-10-23 21:48:47 +00:00
lld Simple numeric constants are absolute. 2016-10-31 18:56:02 +00:00
lldb Remove usages of TimeValue from gdb-remote process plugin 2016-10-31 17:19:42 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm DebugInfo: make DW_TAG_atomic_type valid 2016-10-31 19:09:38 +00:00
openmp Fixed a memory leak related to task dependencies. 2016-10-27 11:43:07 +00:00
parallel-libs [Acxxel] Remove setActiveDeviceForThread 2016-10-28 00:54:02 +00:00
polly [ScopDetect] Use SCEVRewriteVisitor to simplify SCEVRemoveSMax rewriter 2016-10-29 06:19:34 +00:00