Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
Fangrui Song 9ae96f09ec [llvm-readobj] Rename pr_data to PrData
As requested by grimar in D58112.

llvm-svn: 353951
2019-02-13 15:58:23 +00:00
benchmarks
bindings
cmake [llvm] [cmake] Provide split include paths in LLVMConfig 2019-02-13 08:34:40 +00:00
docs LibFuzzer.rst: double backticks 2019-02-12 09:08:52 +00:00
examples
include [MCA] Store a bitmask of used groups in the instruction descriptor. 2019-02-13 14:56:06 +00:00
lib [DebugInfo][DAG] Refactor dbg.value lowering into its own method 2019-02-13 15:53:10 +00:00
projects
resources
runtimes
test [DebugInfo][DAG] Limit special-casing of dbg.values for Arguments 2019-02-13 13:37:33 +00:00
tools [llvm-readobj] Rename pr_data to PrData 2019-02-13 15:58:23 +00:00
unittests Revert r353927 2019-02-13 11:35:45 +00:00
utils [gn build] Separate debug and optimization settings 2019-02-12 22:24:45 +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.