Go to file
Eric Fiselier 4d334c4cdd Implement filesystem::perm_options specified in NB comments.
The NB comments for filesystem changed permissions and added
a new enum `perm_options` which control how the permissions
are applied.

This implements than NB resolution

llvm-svn: 328476
2018-03-26 06:23:55 +00:00
clang Remove reference to stale (2009) python version. 2018-03-25 13:12:05 +00:00
clang-tools-extra [clang-tidy] Enable Python 3 support for add_new_check.py 2018-03-24 10:49:17 +00:00
compiler-rt [sanitizer] Make test compatible with Darwin 2018-03-26 01:29:48 +00:00
debuginfo-tests [Darwin] Specify DWARF 2/4 when running apple accelerator tests. 2018-02-26 20:56:45 +00:00
libclc remainder: Port from amd builtins 2018-03-19 01:01:10 +00:00
libcxx Implement filesystem::perm_options specified in NB comments. 2018-03-26 06:23:55 +00:00
libcxxabi [demangler] Use a back-patching scheme to resolve forward references. 2018-03-25 22:50:33 +00:00
libunwind [libunwind][MIPS]: Add support for unwinding in N32 processes. 2018-02-27 21:24:02 +00:00
lld [ELF] - Do not ignore discarding of .rela.plt/.rela.dyn, allow doing custom layout for them. 2018-03-24 13:10:19 +00:00
lldb Add support for __attribute__(trivial_abi). 2018-03-23 23:44:52 +00:00
llgo irgen: Create functions instead of global variables for builtin hash and equal algorithms. 2017-06-04 22:11:28 +00:00
llvm [X86] Fix the SchedRW for intrinsic register form of SQRT/RCP/RSQRT. 2018-03-26 05:05:12 +00:00
openmp Fixed __kmpc_get_target_offload() to call library initialization. 2018-03-22 18:51:51 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly Update for LLVM header movement 2018-03-21 23:21:10 +00:00
README.md Add an svn project to contain the files that appear at the root of the 2017-10-19 21:09:49 +00:00

README.md

Low Level Virtual Machine (LLVM)

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