Go to file
Benjamin Kramer eb14c1109f [DWARF] Shrink AttributeSpec from 24 to 16 bytes.
This is a bit ugly because we can't put Optional into a union. Hide all
of that behind a set of accessors and make accesses safer using asserts.

llvm-svn: 313884
2017-09-21 15:27:45 +00:00
clang [OPENMP] Use canonical declarations for redeclarations checks. 2017-09-21 14:06:59 +00:00
clang-tools-extra [clangd] Fixed crash on MacOS. 2017-09-20 19:32:06 +00:00
compiler-rt [XRay][compiler-rt] Remove non-trivial globals from xray_log_interface.cc 2017-09-21 10:16:56 +00:00
debuginfo-tests Revert r313600 due to bot failures on Green Dragon. 2017-09-19 14:51:37 +00:00
libclc Implement cl_khr_int64_extended_atomics builtins 2017-09-20 20:42:19 +00:00
libcxx Revert 313789 because gcc doesn't like it 2017-09-20 19:38:43 +00:00
libcxxabi Fix ASAN build with older compiler-rt versions. 2017-09-14 22:37:34 +00:00
libunwind Fix a typo in the documentation. NFC. 2017-09-16 20:52:05 +00:00
lld [MIPS] Explicitly list supported relocations for MIPS target. NFC 2017-09-21 14:40:32 +00:00
lldb Fix warning caused by new clang::BuiltinType::Float16 added in r312794 2017-09-20 19:16:53 +00:00
llgo irgen: Create functions instead of global variables for builtin hash and equal algorithms. 2017-06-04 22:11:28 +00:00
llvm [DWARF] Shrink AttributeSpec from 24 to 16 bytes. 2017-09-21 15:27:45 +00:00
openmp Read blocktime value set by kmp_set_blocktime() before reading from KMP_BLOCKTIME 2017-09-05 15:45:48 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [ScopInfo] Use map for value def/PHI read accesses. 2017-09-21 14:23:11 +00:00