Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
Max Kazantsev 59781375d4 [NFC] Make a variable const
llvm-svn: 344113
2018-10-10 04:19:38 +00:00
benchmarks
bindings
cmake
docs
examples
include [Analysis] Make LocationSize pretty-printing more descriptive 2018-10-10 01:35:22 +00:00
lib [NFC] Make a variable const 2018-10-10 04:19:38 +00:00
projects
resources
runtimes
test [PowerPC][NFC] Add a test case for extract and store patterns 2018-10-10 04:18:35 +00:00
tools [sancov] Generalize the code to get the previous instruction to multiple architectures 2018-10-10 00:57:24 +00:00
unittests [opt] Change the parameter of OptTable::PrintHelp from Name to Usage and don't append "[options] <inputs>" 2018-10-10 00:15:31 +00:00
utils [git-llvm] Fix some issues surrouding EOL conversion on Windows. 2018-10-09 23:42:28 +00:00
.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

The LLVM Compiler Infrastructure
================================

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.