Go to file
Zachary Turner b789458e0c Re-run clang-format on one file.
clang-format was getting confused due to the presence of a macro
invocation that was not terminated by a semicolon.  Fixed this by
terminating the macro lines with semicolons and re-ran clang-format
on the file.

llvm-svn: 341864
2018-09-10 21:31:21 +00:00
clang Move AESNI generation to Skylake and Goldmont 2018-09-10 21:12:21 +00:00
clang-tools-extra [clang-tidy] ExprMutationAnalyzer: construct from references. Fixes PR38888 2018-09-10 19:59:18 +00:00
compiler-rt [Windows] Include BaseTsd.h with lowercase 2018-09-10 20:28:06 +00:00
debuginfo-tests Revert "(Retry) Add a basic integration test for C++ smart pointers" 2018-08-20 19:53:33 +00:00
libclc amdgcn: Use __constant AS for amdgcn builtins. 2018-08-03 15:14:08 +00:00
libcxx ReleaseNotes: update links to use https 2018-09-10 08:57:12 +00:00
libcxxabi Port my recent changes from LLVM copy of the demangler: 2018-08-24 23:30:26 +00:00
libunwind [CMake] Don't use -rtlib=compiler-rt with -nodefaultlibs. 2018-09-04 20:57:50 +00:00
lld [MinGW] Hook up the --require-defined option to -include: 2018-09-10 17:41:40 +00:00
lldb Fix raw address breakpoints not resolving 2018-09-10 18:19:01 +00:00
llgo Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
llvm Re-run clang-format on one file. 2018-09-10 21:31:21 +00:00
openmp [OMPT] Update types according to TR7 2018-09-10 14:34:54 +00:00
parallel-libs Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
polly [IR] Replace `isa<TerminatorInst>` with `isTerminator()`. 2018-08-26 09:51: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.