Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
2018-06-13 15:43:56 +00:00
bindings
cmake
docs GettingStarted.rst: Fix 'If you you' typo (PR37787) 2018-06-13 09:11:10 +00:00
examples
include [TableGen] Emit a fatal error on inconsistencies in resource units vs cycles. 2018-06-13 09:41:49 +00:00
lib [AMDGPU][MC][GFX8][GFX9] Allow LDS direct reads for BUFFER_LOAD_DWORDX2/X3/X4 2018-06-13 15:32:46 +00:00
projects
resources
runtimes
test [AMDGPU][MC][GFX8][GFX9] Allow LDS direct reads for BUFFER_LOAD_DWORDX2/X3/X4 2018-06-13 15:32:46 +00:00
tools [llvm-mca] Flush the output stream before we start the analysis of a new code region. NFC 2018-06-13 15:43:56 +00:00
unittests Do not enforce absolute path argv0 in windows 2018-06-13 14:29:26 +00:00
utils [TableGen] Emit a fatal error on inconsistencies in resource units vs cycles. 2018-06-13 09:41:49 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Revert "Fix how LLVMOPTIONALCOMPONENTS is passed to llvm-build" 2018-06-13 02:16:01 +00:00
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.