llvm with tablegen backend for capstone disassembler
Go to file
Dmitry Vyukov de033e6cdb tsan: support __ATOMIC_HLE_ACQUIRE/RELEASE flags
HLE flags can be combined with memory order in atomic operations.
Currently tsan runtime crashes on e.g. IsStoreOrder(mo) in atomic store
if any of these additional flags are specified.

Filter these flags out.
See the comment as to why it is safe.

llvm-svn: 298378
2017-03-21 14:28:55 +00:00
clang [DOXYGEN] Improvements to smmintrin.h and emmintrin.h intrinsics. 2017-03-21 13:34:06 +00:00
clang-tools-extra [change-namespace] avoid adding leading '::' when possible. 2017-03-21 12:41:59 +00:00
compiler-rt tsan: support __ATOMIC_HLE_ACQUIRE/RELEASE flags 2017-03-21 14:28:55 +00:00
debuginfo-tests
libclc math: Implement sinh function 2017-02-25 02:46:53 +00:00
libcxx Add two more papers from Kona, and sort them 2017-03-20 18:18:09 +00:00
libcxxabi Fully Reformat fallback_malloc.cpp 2017-03-04 03:23:15 +00:00
libunwind DarwinParser: include limits 2017-03-14 15:17:55 +00:00
lld [ELF] - Detemplate InputSection::getRelocatedSection(). NFC. 2017-03-21 09:13:27 +00:00
lldb Replace std::ofstream with llvm::raw_fd_ostream 2017-03-21 13:49:50 +00:00
llgo [llgo] Remove support for LLVM attributes 2016-12-06 19:22:04 +00:00
llvm [InstCombine] auto-generate better checks; NFC 2017-03-21 14:04:44 +00:00
openmp Fixed intermittent hang on tests with "target teams if(0)" construct with no parallel inside. 2017-03-21 13:48:52 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [DependenceInfo] change name Write to MustWrite to remove ambiguity [NFC] 2017-03-21 11:54:08 +00:00