llvm with tablegen backend for capstone disassembler
Go to file
Michael Kruse 2c7a8eaf3d [OpenMP 5.0] libomptarget interface for declare mapper functions.
This patch implements the libomptarget runtime interface for OpenMP 5.0
declare mapper functions. The declare mapper functions generated by
Clang will call them to complete the mapping of members.
kmpc_mapper_num_components gets the current number of components for a
user-defined mapper; kmpc_push_mapper_component pushes back one
component for a user-defined mapper.

The design slides can be found at
https://github.com/lingda-li/public-sharing/blob/master/mapper_runtime_design.pptx

Patch by Lingda Li <lildmh@gmail.com>

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

llvm-svn: 367772
2019-08-04 04:18:28 +00:00
clang Use switch instead of series of comparisons 2019-08-03 16:32:49 +00:00
clang-tools-extra [clang-doc] Update documentation 2019-08-03 02:18:06 +00:00
compiler-rt [sanitizer_common][tests] Fix SanitizerCommon-Unit :: ./Sanitizer-*-Test/SanitizerCommon.PthreadDestructorIterations on Solaris 2019-08-02 18:55:22 +00:00
debuginfo-tests Make nrvo-string test more robust. 2019-06-27 20:38:37 +00:00
libclc
libcxx Suppress -Wctad-maybe-unsupported on types w/o deduction guides. 2019-08-03 23:54:29 +00:00
libcxxabi [runtimes] Don't depend on libpthread on Android 2019-07-22 20:41:03 +00:00
libunwind [runtimes] Don't depend on libpthread on Android 2019-07-22 20:41:03 +00:00
lld [ELF] Move R_*_IRELATIVE from .rel[a].plt to .rel[a].dyn unless --pack-dyn-relocs=android[+relr] 2019-08-03 02:26:52 +00:00
lldb Fix ClangASTContext::CreateParameterDeclaration to not call addDecl 2019-08-02 21:41:50 +00:00
llgo
llvm [SelectionDAG] Add node creation debug message to getMemIntrinsicNode. 2019-08-04 02:32:06 +00:00
openmp [OpenMP 5.0] libomptarget interface for declare mapper functions. 2019-08-04 04:18:28 +00:00
parallel-libs
polly [Polly] Clang complains about missing virtual destructor 2019-07-22 15:34:27 +00:00
pstl [pstl] Fully qualify pstl names. 2019-07-31 19:14:16 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore Change /build to /build* in top-level .gitignore. 2019-08-02 02:14:08 +00:00
README.md

The LLVM Compiler Infrastructure

This directory and its subdirectories contain source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and runtime environments.