Go to file
Jonathan Peyton 928b8ea203 Removing couple unnecessary architecture guards.
This section of code (__kmp_test_then_* functions) is guarded by
(KMP_ARCH_X86 || KMP_ARCH_X86_64) so it does not make sense to have other
architecture guards inside this section.  Non-x86 architectures always
use intrinsics (__sync_*)

llvm-svn: 296525
2017-02-28 21:43:28 +00:00
clang [ODRHash] Add basic support for CXXRecordDecl 2017-02-28 21:24:38 +00:00
clang-tools-extra [clang-tidy] Fix a false positive on modernize-use-nullptr check. 2017-02-28 15:29:52 +00:00
compiler-rt [XRay] [compiler-rt] [NFC] Annotate unused variables for the compiler. 2017-02-28 08:48:46 +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 math: Implement sinh function 2017-02-25 02:46:53 +00:00
libcxx Remove XFAIL in implicit_deduction_guides tests 2017-02-27 21:10:41 +00:00
libcxxabi Attempt to fix arm-native libcxxabi tests for the no-exceptions variant 2017-02-27 15:31:34 +00:00
libunwind Fix the project name in the license file. 2017-02-27 17:47:58 +00:00
lld Minor refactoring. NFC. 2017-02-28 19:43:54 +00:00
lldb clang-format the Mangled changes. 2017-02-28 20:30:31 +00:00
llgo [llgo] Remove support for LLVM attributes 2016-12-06 19:22:04 +00:00
llvm AMDGPU: Fix types for VOP_I16_I16_I16 2017-02-28 21:31:45 +00:00
openmp Removing couple unnecessary architecture guards. 2017-02-28 21:43:28 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [ScopInfo] Simplify inbounds assumptions under domain constraints 2017-02-28 09:45:54 +00:00