Go to file
Fangrui Song 2c31e12d62 [BPF] Some fixes after rL344366
* Move #include outside of namespaces
* Add missing #include
* Add out-of-line virtual destructor to BTFTypeEntry

designated initializers should also be fixed

llvm-svn: 344376
2018-10-12 17:23:25 +00:00
clang [Driver] check for exit code from SIGPIPE 2018-10-12 17:22:46 +00:00
clang-tools-extra [clang-tidy] New checker for not null-terminated result caused by strlen(), size() or equal length 2018-10-12 17:22:36 +00:00
compiler-rt [libFuzzer] Add test for SanitizerCoverage working on Mac even with -Wl,-dead_strip. 2018-10-12 13:59:56 +00:00
debuginfo-tests Revert "(Retry) Add a basic integration test for C++ smart pointers" 2018-08-20 19:53:33 +00:00
libclc configure: Rework support for gfx9+ devices that were added post LLVM 3.9 2018-09-15 22:02:01 +00:00
libcxx [NFC][libc++] Fix broken link in comment 2018-10-12 17:12:41 +00:00
libcxxabi Override libcxxabi's .clang-format in the demangle directory 2018-10-11 23:30:56 +00:00
libunwind [CMake] Link to compiler-rt if LIBUNWIND_USE_COMPILER_RT is ON. 2018-10-08 18:35:00 +00:00
lld [lld] Add more complete support for the INCLUDE command. 2018-10-12 17:07:32 +00:00
lldb Adding support to step into the callable wrapped by libc++ std::function 2018-10-12 17:20:39 +00:00
llgo Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
llvm [BPF] Some fixes after rL344366 2018-10-12 17:23:25 +00:00
openmp [OpenMP] Convert KMP_DYNAMIC_LIB to a 0 or 1 guard everywhere 2018-10-05 17:59:39 +00:00
parallel-libs Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
polly [IslAst] Fix InParallelFor nesting. 2018-09-27 13:39:37 +00:00
README.md

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.