Go to file
Reid Kleckner 8b5e6991d2 Fix lldb-vscode build on Windows
Include PosixAPI.h to get a PATH_MAX definition and replace CreateEvent
with CreateEventObject to avoid conflicts with the windows.h definition
of CreateEvent to CreateEventW.

llvm-svn: 339920
2018-08-16 18:24:59 +00:00
clang [ASTImporter] Add test for member pointer types. 2018-08-16 18:22:21 +00:00
clang-tools-extra Fixed unused variable warning. NFCI. 2018-08-16 13:55:10 +00:00
compiler-rt [Sanitizer] Fix build openbsd 2018-08-16 15:54:38 +00:00
debuginfo-tests SafeStack: Disable Darwin support 2018-08-14 21:38:50 +00:00
libclc amdgcn: Use __constant AS for amdgcn builtins. 2018-08-03 15:14:08 +00:00
libcxx [libcxx] By default, do not use internal_linkage to hide symbols from the ABI 2018-08-16 12:44:28 +00:00
libcxxabi [libcxxabi] Fix test_exception_address_alignment test for ARM 2018-08-16 11:38:09 +00:00
libunwind NFC: Test commit access 2018-08-16 16:55:07 +00:00
lld Update LLD tests for CodeView dumper change in r339907 2018-08-16 18:03:06 +00:00
lldb Fix lldb-vscode build on Windows 2018-08-16 18:24:59 +00:00
llgo Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
llvm [RegisterCoalescer] Shrink to uses if needed after removeCopyByCommutingDef 2018-08-16 18:02:59 +00:00
openmp [OMPT] Remove OMPT idle callback 2018-08-15 13:54:28 +00:00
parallel-libs Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
polly [DepInfo] Use isl++ in Dependences::isValidSchedule. NFC. 2018-08-10 22:33:27 +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.