Go to file
Jonathan Peyton 74f3ffce24 Fix incorrect OpenMP version in Fortran module.
Add check for "45" version to use "201511" string for OpenMP 4.5,
otherwise "200505" is used in Fortran module. Also, fix kmp_openmp_version
variable (used for the debugger, e.g.) and kmp_version_omp_api that is used
in KMP_VERSION=1 output.

Patch by Olga Malysheva

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

llvm-svn: 282868
2016-09-30 15:50:14 +00:00
clang [CUDA][OpenMP] Add a generic offload action builder 2016-09-30 15:34:19 +00:00
clang-tools-extra [change-namespace] fix namespace specifier of global variables. 2016-09-30 04:32:39 +00:00
compiler-rt [compiler-rt][asan] Disable a broken test on windows 64-bits 2016-09-30 14:31:39 +00:00
debuginfo-tests
libclc Provide vstore_half helper to workaround clc restrictions 2016-09-21 20:15:55 +00:00
libcxx [libc++] Add missing locale aliases 2016-09-29 03:35:41 +00:00
libcxxabi Revert r282692: Use fallback_malloc to allocate __cxa_eh_globals in case of dynamic memory exhaustion. 2016-09-29 08:11:57 +00:00
libunwind libunwind: Add OpenBSD case for _Unwind_Ptr typedef 2016-09-28 15:37:21 +00:00
lld [ELF] - Inlined template argument variable. NFC. 2016-09-30 13:46:34 +00:00
lldb Again fixing windows build breakage like in rL282862 2016-09-30 15:41:33 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm Resubmit "Add llvm::enumerate() to STLExtras." 2016-09-30 15:43:59 +00:00
openmp Fix incorrect OpenMP version in Fortran module. 2016-09-30 15:50:14 +00:00
parallel-libs [SE] Change CoreTests target name 2016-09-27 15:32:52 +00:00
polly [Support] Call isl_*_free() only on non-null pointers. NFC. 2016-09-30 15:29:43 +00:00