llvm-project/llvm
Nuno Lopes 0586d1cac2 [NFC] Switch a few uses of undef to poison as placeholders for unreachble code 2022-06-30 21:47:31 +01: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 [Kaleidoscope] Remove unused function argument 2022-06-30 20:47:01 +00:00
examples [Kaleidoscope] Remove unused function argument 2022-06-30 20:47:01 +00:00
include [OpenMP] Initial parsing and sema support for 'parallel masked taskloop' construct 2022-06-30 11:44:17 -07:00
lib [NFC] Switch a few uses of undef to poison as placeholders for unreachble code 2022-06-30 21:47:31 +01:00
projects
resources
runtimes
test [NFC] Switch a few uses of undef to poison as placeholders for unreachble code 2022-06-30 21:47:31 +01:00
tools [llvm-objdump] Default to --mattr=+all for AArch64 2022-06-30 11:17:56 -07:00
unittests Use value_or instead of getValueOr. NFC 2022-06-29 21:55:02 -07:00
utils [AArch64] Add target feature "all" 2022-06-30 10:37:58 -07: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.