Go to file
Eric Fiselier 11edd935c8 Attempt to unbreak Windows configuration.
Although libc++ doesn't yet support Windows we still have Windows
builders to track our progress.

Currently the clang-cl configuration seems broken because it doesn't
support -std=c++11 and instead requires /std:c++11. This patch attempts
to fix this.

llvm-svn: 343431
2018-10-01 01:00:11 +00:00
clang Use the container form llvm::sort(C, ...) 2018-09-30 21:41:11 +00:00
clang-tools-extra Reverting r343415 as it breaks at least one of the bots. 2018-09-30 17:39:39 +00:00
compiler-rt Switch sanitizer_procmaps_bsd to internal_sysctl 2018-09-29 07:45:03 +00:00
debuginfo-tests Revert "(Retry) Add a basic integration test for C++ smart pointers" 2018-08-20 19:53:33 +00:00
libclc configure: Rework support for gfx9+ devices that were added post LLVM 3.9 2018-09-15 22:02:01 +00:00
libcxx Attempt to unbreak Windows configuration. 2018-10-01 01:00:11 +00:00
libcxxabi Update docs to reference new libc++ mailing lists. 2018-09-22 19:52:12 +00:00
libunwind Reverting r342895 2018-09-24 16:36:33 +00:00
lld [COFF] In MinGW mode, ignore relocations against a discarded section 2018-09-30 18:31:03 +00:00
lldb Fix NetBSD build for r343409 2018-09-30 16:12:09 +00:00
llgo
llvm [ORC] Add convenience methods for creating DynamicLibraryFallbackGenerators for 2018-10-01 00:59:28 +00:00
openmp [libomptarget-nvptx] Align data sharing stack 2018-09-30 09:23:21 +00:00
parallel-libs
polly [IslAst] Fix InParallelFor nesting. 2018-09-27 13:39:37 +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.