Go to file
Samuel Antao 86ace55d53 [OpenMP] Map clause codegeneration.
Summary:
Implement codegen for the map clause. All the new list items in 4.5 specification are supported. 

Fix bug in the generation of array sections that was exposed by some of the map clause tests: for pointer types the offsets have to be calculated from the pointee not the pointer.

Reviewers: hfinkel, kkwli0, carlo.bertolli, arpith-jacob, ABataev

Subscribers: ABataev, cfe-commits, caomhin, fraggamuffin

Differential Revision: http://reviews.llvm.org/D16749

llvm-svn: 267808
2016-04-27 22:40:57 +00:00
clang [OpenMP] Map clause codegeneration. 2016-04-27 22:40:57 +00:00
clang-tools-extra Wdocumentation fix 2016-04-27 20:43:32 +00:00
compiler-rt [MSan] [PowerPC] Dereference function descriptors when recording stack origins. 2016-04-27 21:24:24 +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 prepare-builtins: Remove call to getGlobalContext() 2016-04-15 14:18:58 +00:00
libcxx Fix = that should have been == in test. Thanks to STL@microsoft for the catch 2016-04-27 01:46:43 +00:00
libcxxabi Enable testing for static libc++abi 2016-04-19 12:47:38 +00:00
libunwind unwind: remove last instance of -Wexpansion-to-defined 2016-04-26 01:11:29 +00:00
lld [ELF] -R is an alias for -rpath. 2016-04-27 21:56:53 +00:00
lldb XFail TestIRInterpreter on Windows 2016-04-27 21:53:19 +00:00
llgo [llgo] llgoi: separate evaluation from printing 2016-04-25 01:18:20 +00:00
llvm Fix a bug in llvm-objdump printing of 32-bit addresses for -section in non i386 and x86 files. 2016-04-27 22:36:18 +00:00
openmp Remove architecture dependent Hwloc DEBUG section 2016-04-25 21:11:26 +00:00
polly [FIX] Propagate execution domain of invariant loads 2016-04-27 12:49:11 +00:00