Old fork of llvm-mirror, used on older RPCS3 builds
Go to file
2016-05-23 16:45:00 +00:00
bindings
cmake Add a configure-time check for the existence of sigaltstack. It seems that some 2016-05-20 21:26:00 +00:00
docs Extract renaming from D19181 2016-05-23 16:38:25 +00:00
examples [Kaleidoscope] Fix static global ordering to prevent crash on exit. 2016-05-22 22:48:36 +00:00
include Extract renaming from D19181 2016-05-23 16:38:25 +00:00
lib Extract renaming from D19181 2016-05-23 16:38:25 +00:00
projects
resources
test [profile] show more statistics 2016-05-23 16:36:11 +00:00
tools llvm-dwp: Fix the build by moving DWPStringPool into the llvm namespace 2016-05-23 16:45:00 +00:00
unittests Fix constant folding of addrspacecast of null 2016-05-21 00:14:04 +00:00
utils Fix Clang-tidy modernize-use-bool-literals in generated Target code; other minor fixes; other minor fixes. 2016-05-17 17:04:23 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt Remove LLVM_ENABLE_TIMESTAMPS 2016-05-05 19:57:03 +00:00
CODE_OWNERS.TXT CODE_OWNERS: Take ownership of SelectionDAG 2016-05-20 19:14:04 +00:00
configure
CREDITS.TXT Update my email address. 2016-05-10 16:23:54 +00:00
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
README.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.