Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
2017-01-05 18:53:24 +00:00
bindings
cmake [gtest] Fix the way we disable a warning for unittests. 2017-01-04 23:40:06 +00:00
docs [Docs] Update docs to indicate that CUDA compilation is supported on Windows. 2017-01-05 16:54:28 +00:00
examples
include Wdocumentation fix 2017-01-05 14:58:54 +00:00
lib [LICM] Small update to note changes made in hoistRegion 2017-01-05 18:53:24 +00:00
projects
resources
runtimes [CMake] Set HAVE_${runtime} before including any subdirectories 2017-01-02 20:33:33 +00:00
test [x86] add test to show bug in select lowering; NFC 2017-01-05 18:35:44 +00:00
tools MC: support passing search paths to the IAS 2017-01-05 05:56:39 +00:00
unittests [gtest] Fix the way we disable a warning for unittests. 2017-01-04 23:40:06 +00:00
utils [gtest] Work around broken installs of libc++ where we don't have 2017-01-05 01:41:49 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
README.txt
RELEASE_TESTERS.TXT

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.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Please see the documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

If you are writing a package for LLVM, see docs/Packaging.rst for our
suggestions.