1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
Go to file
Stanislav Mekhanoshin ab8f19a3de Revert "[AMDGPU] Define special SGPR subregs"
This reverts commit 1baaa080e0481fa2a7cfafc7303c264d0a305c58.
2020-04-28 13:53:15 -07:00
benchmarks
bindings
cmake [Windows] Autolink with basenames and add libdir to libpath 2020-04-28 11:36:21 -07:00
docs [AMDGPU] DWARF proposal review feedback 2020-04-28 00:56:25 -04:00
examples
include [LAA] Move CheckingPtrGroup/PointerCheck outside class (NFC). 2020-04-28 21:47:31 +01:00
lib Revert "[AMDGPU] Define special SGPR subregs" 2020-04-28 13:53:15 -07:00
projects
resources
runtimes
test Revert "[AMDGPU] Define special SGPR subregs" 2020-04-28 13:53:15 -07:00
tools build: use find_package(Python3) if available 2020-04-28 09:24:27 -07:00
unittests [llvm/DebugInfo] Fix invalid verifier error for DWARF5 2020-04-28 10:25:34 -07:00
utils [gn build] (manually) merge c4c3883 2020-04-28 10:24:11 -07:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt build: use find_package(Python3) if available 2020-04-28 09:24:27 -07: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.