Go to file
Dmitry Vyukov 4132b849e5 tsan: fix compiler warnings
vmaSize is uptr, so we need to print it with %zd.

llvm-svn: 330312
2018-04-19 07:42:08 +00:00
clang OpenBSD add C++ runtime in a driver's standpoint 2018-04-19 06:55:30 +00:00
clang-tools-extra Fix test from r330245 on Windows. 2018-04-18 23:58:05 +00:00
compiler-rt tsan: fix compiler warnings 2018-04-19 07:42:08 +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 support: add missing locale stubs for android L, M 2018-04-13 18:14:57 +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 Simplify. NFC. 2018-04-19 03:51:26 +00:00
lldb Improve LLDB's handling of non-local minidumps 2018-04-18 23:10:46 +00:00
llgo
llvm [AArch64][AsmParser] NFC: Cleanup parsing of scalar registers. 2018-04-19 07:35:08 +00:00
openmp [OpenMP] Compilation error fix on const char* 2018-04-18 22:23:31 +00:00
parallel-libs
polly [RuntimeDebugBuilder] Do not break for 64 bit integers 2018-04-19 05:38:12 +00:00
README.md Add an svn project to contain the files that appear at the root of the 2017-10-19 21:09:49 +00:00

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.