Find a file
Alexey Bataev 2e3a07fcb8 [OPENMP]Add standard macro value _OPENMP for OpenMP 5.0.
According to the OpenMP standard, compiler must define _OPENMP macro,
which has value in format yyyymm, where yyyy is the year of the standard
and mm is the month of the standard. For OpenMP 5.0 this value must be
set to 201811.

llvm-svn: 368170
2019-08-07 14:02:11 +00:00
clang [OPENMP]Add standard macro value _OPENMP for OpenMP 5.0. 2019-08-07 14:02:11 +00:00
clang-tools-extra [clangd] Added a TextMate theme parser to the vscode extension. 2019-08-07 08:48:52 +00:00
compiler-rt Require lld for hwasan tests. 2019-08-06 23:43:20 +00:00
debuginfo-tests Make nrvo-string test more robust. 2019-06-27 20:38:37 +00:00
libclc Revert "Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC" 2019-08-05 17:23:23 +00:00
libcxx [pstl][libc++] Provide uglified header names for interface headers 2019-08-06 21:11:24 +00:00
libcxxabi [libc++] Take 2: Integrate the PSTL into libc++ 2019-08-05 18:29:14 +00:00
libunwind [runtimes] Don't depend on libpthread on Android 2019-07-22 20:41:03 +00:00
lld Try to fix windows build bots after r368153. 2019-08-07 13:22:29 +00:00
lldb ProcessElfCore: Remove linux and freebsd NT_*** constants 2019-08-07 13:12:59 +00:00
llgo IR: Support parsing numeric block ids, and emit them in textual output. 2019-03-22 18:27:13 +00:00
llvm [RISCV][NFC] Document RISC-V-specific assembly constraints 2019-08-07 13:08:07 +00:00
openmp [OPENMP][OFFLOADING]Fix the test, NFC. 2019-08-06 18:13:39 +00:00
parallel-libs
polly [NFC][ScopBuilder] Move buildDomains and its callees to ScopBuilder. 2019-08-06 21:51:18 +00:00
pstl [pstl][libc++] Provide uglified header names for interface headers 2019-08-06 21:11:24 +00:00
.arcconfig Update monorepo .arcconfig with new project callsign. 2019-01-31 14:34:59 +00:00
.clang-format
.clang-tidy Disable tidy checks with too many hits 2019-02-01 11:20:13 +00:00
.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.