Old fork of llvm-mirror, used on older RPCS3 builds
Go to file
2017-08-24 00:14:38 +00:00
bindings
cmake
docs Test commit. 2017-08-23 20:58:22 +00:00
examples
include [GISEl]: Translate phi into G_PHI 2017-08-23 20:45:48 +00:00
lib [AVR] Use the correct register classes for 16-bit atomic operations 2017-08-24 00:14:38 +00:00
projects
resources
runtimes
test [AVR] Use the correct register classes for 16-bit atomic operations 2017-08-24 00:14:38 +00:00
tools
unittests
utils Fixed invalid variable name in Dockerfile scripts. 2017-08-23 15:36:44 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT Updated my email address. 2017-08-23 18:00:07 +00:00
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.