Old fork of llvm-mirror, used on older RPCS3 builds
Go to file
2016-09-01 08:02:20 +00:00
bindings
cmake [CMake] Increase stack size to 16MiB for all mingw executables. 2016-08-31 22:43:23 +00:00
docs [LangRef] Clarify !invariant.load semantics. 2016-08-31 17:39:21 +00:00
examples
include Commit of forgotten header for r280339 "[LLVM/Support] - Create no-arguments constructor for llvm::Regex" 2016-09-01 08:02:20 +00:00
lib [LLVM/Support] - Create no-arguments constructor for llvm::Regex 2016-09-01 08:00:28 +00:00
projects
resources
runtimes
test [XRay] Detect and emit sleds for sibling/tail calls 2016-09-01 01:29:13 +00:00
tools [codeview] Have visitTypeBegin return the record type. 2016-08-31 23:14:31 +00:00
unittests [LLVM/Support] - Create no-arguments constructor for llvm::Regex 2016-09-01 08:00:28 +00:00
utils
.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.