llvm-project/llvm
jeff 09424f802c [AMDGPU] Check for CopyToReg PhysReg clobbers in pre-RA-sched
Differential Revision: https://reviews.llvm.org/D128681
2022-06-30 09:18:04 -07:00
..
benchmarks
bindings [IR] Remove support for extractvalue constant expression 2022-06-28 10:40:17 +02:00
cmake [CMake] Don't pass CMAKE_C(XX)_COMPILER to the nested NATIVE build when cross compiling 2022-06-22 09:33:50 +03:00
docs [llvm-objcopy] Remove support for legacy .zdebug sections 2022-06-29 10:42:55 -07:00
examples Add missing (void) for function declarations in C 2022-06-28 00:45:17 +00:00
include [llvm] Fix the modules build 2022-06-30 08:58:37 -07:00
lib [AMDGPU] Check for CopyToReg PhysReg clobbers in pre-RA-sched 2022-06-30 09:18:04 -07:00
projects
resources
runtimes
test [AMDGPU] Check for CopyToReg PhysReg clobbers in pre-RA-sched 2022-06-30 09:18:04 -07:00
tools [llvm-reduce] Add support for LTO bitcode files 2022-06-30 08:58:24 -07:00
unittests Use value_or instead of getValueOr. NFC 2022-06-29 21:55:02 -07:00
utils [gn build] Port a591c7ca0d 2022-06-30 13:27:00 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [Clang][C++23] P2071 Named universal character escapes 2022-06-25 19:03:33 +02:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
README.txt
RELEASE_TESTERS.TXT
configure
llvm.spec.in

README.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.