Go to file
Zinovy Nis a1ef2f7b19 [clang-apply-replacements] Make clang-apply-replacements installable
Add a new target for install: install-clang-apply-replacements.
So if you need clang-tidy and clang-apply-replacements tools only, 
you may build and install only these tools:

    make install-clang-tidy install-clang-apply-replacements

Differential Revision: https://reviews.llvm.org/D45160

llvm-svn: 330509
2018-04-21 15:01:33 +00:00
clang [libclang] Fix LibclangReparseTest.FileName when TMPDIR is set to a symlink 2018-04-21 14:35:18 +00:00
clang-tools-extra [clang-apply-replacements] Make clang-apply-replacements installable 2018-04-21 15:01:33 +00:00
compiler-rt Revert "[Sanitizer] Internal Printf string precision argument + padding." 2018-04-20 20:24:02 +00:00
debuginfo-tests [Darwin] Specify DWARF 2/4 when running apple accelerator tests. 2018-02-26 20:56:45 +00:00
libclc powr: Use denormal path only 2018-04-17 19:35:32 +00:00
libcxx Don't do aligned allocations on MSVCRT before 19.12 (update 15.3) 2018-04-19 22:12:10 +00:00
libcxxabi [libc++abi] Replace __sync_* functions with __libcpp_atomic_* functions. 2018-04-16 22:00:14 +00:00
libunwind [cmake] Remove duplicate command line options from build 2018-04-05 20:27:50 +00:00
lld [ELF] Swap argument names: use Old to refer to original symbol and New for incoming one 2018-04-20 22:50:15 +00:00
lldb Temporarily skip Go TestExpressions on FreeBSD as it hangs 2018-04-21 13:59:07 +00:00
llgo
llvm [X86] Strip unnecessary WriteFShuffle instruction instrw overrides from scheduler models. 2018-04-21 14:56:56 +00:00
openmp [OpenMP] Make bc file compilation sensitive to LIBOMPTARGET_NVPTX_DEBUG flag 2018-04-20 20:41:00 +00:00
parallel-libs
polly Update isl to isl-0.19-107-gc4fe33d8 2018-04-21 08:34:22 +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.