Go to file
Pavel Labath 564a33a6e8 Fix TestLoadUsingPaths on linux
we need to explicitly link the test program with -ldl for the dlopen
function to be available.

llvm-svn: 335956
2018-06-29 09:22:07 +00:00
clang [X86] Remove masking from the avx512 packed sqrt builtins. Use select builtins instead. 2018-06-29 05:43:33 +00:00
clang-tools-extra [clangd] Use log10 instead of the natural logrithm for usage boost. 2018-06-28 16:51:12 +00:00
compiler-rt [cfi] Reset i-cache after copying code in test. 2018-06-29 00:38:26 +00:00
debuginfo-tests [debuginfo-tests] Always use the system python to invoke llgdb.py. 2018-06-10 19:38:26 +00:00
libclc atom: Use volatile pointers for cl_khr_{global,local}_int32_{base,extended}_atomics 2018-06-21 19:27:39 +00:00
libcxx Configure ELAST for MinGW 2018-06-28 20:16:45 +00:00
libcxxabi Support for multiarch runtimes layout 2018-06-28 03:11:52 +00:00
libunwind Support for multiarch runtimes layout 2018-06-28 03:11:52 +00:00
lld [ELF] - Add test case to test 32 bits output. 2018-06-29 08:54:34 +00:00
lldb Fix TestLoadUsingPaths on linux 2018-06-29 09:22:07 +00:00
llgo Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
llvm [ARM][AArch64] Armv8.4-A Enablement 2018-06-29 08:43:19 +00:00
openmp [OPENMP, NVPTX] Fixes for NVPTX RTL 2018-06-25 13:43:35 +00:00
parallel-libs Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
polly [NFC] Fix formatting to appease builders 2018-06-29 08:29:17 +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.