llvm-project/llvm
Dmitry Preobrazhensky eabfaced50 [AMDGPU][MC][GFX11][NFC] Add missing asm tests for VOP1 instructions
Differential Revision: https://reviews.llvm.org/D132649
2022-08-26 21:44:31 +03:00
..
benchmarks
bindings
cmake Revert "[CMake] Avoid `LLVM_BINARY_DIR` when other more specific variable are better-suited" 2022-08-25 11:13:46 -04:00
docs KCFI sanitizer 2022-08-24 22:41:38 +00:00
examples [llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFC 2022-08-08 11:24:15 -07:00
include [TTI] NFC: Reduce InstructionCost::getValue() usage... 2022-08-26 16:37:32 +03:00
lib Revert "[InstCombine] Canonicalize "and, add", "or, add", "xor, add"" 2022-08-26 11:18:31 -07:00
projects
resources
runtimes [runtimes][NFC] Colocate handling of LLVM_ENABLE_PROJECTS and LLVM_ENABLE_RUNTIMES 2022-08-24 11:09:38 -04:00
test [AMDGPU][MC][GFX11][NFC] Add missing asm tests for VOP1 instructions 2022-08-26 21:44:31 +03:00
tools [llvm/CodeGen] Add ExpandLargeDivRem pass 2022-08-26 11:55:15 +01:00
unittests [ValueTracking][InstCombine] restrict FP min/max matching to avoid miscompile 2022-08-25 16:52:40 -04:00
utils [gn build] Port 56c54cf66b 2022-08-26 11:23:06 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [mlgo] Don't set the source permissions when copying over tf files 2022-08-26 09:49:53 -07: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.