Go to file
Fangrui Song 0b7c424737 [CachePruning] Fix comment about ext4 per-directory file limit. NFC
There is a limit on number of subdirectories if dir_nlinks is not
enabled (31998), but per-directory number of files is not limited.

llvm-svn: 329648
2018-04-10 00:12:28 +00:00
clang [ObjC++] Never pass structs that transitively contain __weak fields in 2018-04-09 22:48:22 +00:00
clang-tools-extra [cmake] Include LLVMTestingSupport when doing stand-alone build 2018-04-09 17:08:14 +00:00
compiler-rt GetRandom / OpenBSD, using getentropy to get high quality randomness 2018-04-09 22:46:40 +00:00
debuginfo-tests [Darwin] Specify DWARF 2/4 when running apple accelerator tests. 2018-02-26 20:56:45 +00:00
libclc hypot: Port from amd builtins 2018-04-10 00:11:58 +00:00
libcxx [test] [NFC] cleanup aligned_storage test 2018-04-09 20:41:45 +00:00
libcxxabi [CFI] Disable CFI checks for __cxa_decrement_exception_refcount 2018-04-09 22:11:28 +00:00
libunwind [cmake] Remove duplicate command line options from build 2018-04-05 20:27:50 +00:00
lld Add a test for nested --start-group. 2018-04-09 23:30:21 +00:00
lldb Fix compilation error caused by tgmath.h. 2018-04-09 17:32:56 +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 [CachePruning] Fix comment about ext4 per-directory file limit. NFC 2018-04-10 00:12:28 +00:00
openmp Revert "[OpenMP] enable bc file compilation using the latest clang" 2018-04-09 14:45:41 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [ScopInfo] Completely remove MemoryAccesses when their parent statement is removed. 2018-04-09 23:13:05 +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.