Old fork of llvm-mirror, used on older RPCS3 builds
Go to file
2017-11-27 23:51:31 +00:00
bindings
cmake [CMake] Pass LLVM_HOST_TRIPLE to external projects 2017-11-27 22:50:48 +00:00
docs
examples
include Add OpenFlags to the create(Unique|Temporary)File interfaces. 2017-11-27 23:44:11 +00:00
lib [DAGCombiner] Use EVT::changeVectorElementTypeToInteger() instead of implementing manually. 2017-11-27 23:51:31 +00:00
projects
resources
runtimes [CMake][runtimes] Support monorepo layout with runtimes build 2017-11-27 22:31:11 +00:00
test [X86] Teach getSetCCResultType to handle more than just SimpleVTs when looking at larger than 512-bit vectors. 2017-11-27 22:56:10 +00:00
tools
unittests [cmake] Pass -Wl,-z,nodelete on Linux to prevent unloading 2017-11-27 22:23:09 +00:00
utils
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.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.