llvm-project/llvm
Fangrui Song d9cf9bd4b3 [llvm-readobj][test] Rename ELF/reloc-types-elf-*.test to avoid redundant "elf-" infix 2022-01-03 17:24:55 -08:00
..
benchmarks
bindings Fix forward for "signed version of createExpression" 2021-12-27 13:51:59 +01:00
cmake [NFC][CMake] Add FOLDER to utility targets 2022-01-03 12:16:30 -06:00
docs [IR] Allow the 'align' param attr on vectors of pointers 2022-01-03 12:32:46 +00:00
examples Remove redundant return and continue statements (NFC) 2021-12-24 23:17:54 -08:00
include [ValueTracking][SelectionDAG] Rename ComputeMinSignedBits->ComputeMaxSignificantBits. NFC 2022-01-03 11:33:30 -08:00
lib Revert "[unroll] Prune all but first copy of invariant exit" 2022-01-03 11:57:35 -08:00
projects
resources
runtimes [runtimes] Remove LLVM_ENABLE_LLD 2021-12-17 15:03:57 -08:00
test [llvm-readobj][test] Rename ELF/reloc-types-elf-*.test to avoid redundant "elf-" infix 2022-01-03 17:24:55 -08:00
tools Revert "[llvm] Remove redundant member initialization (NFC)" 2022-01-03 11:28:47 -08:00
unittests [ValueTracking][SelectionDAG] Rename ComputeMinSignedBits->ComputeMaxSignificantBits. NFC 2022-01-03 11:33:30 -08:00
utils [gn build] Port 6f6f88ffda 2022-01-03 20:50:31 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [llvm][cmake] Normalize some indent 2022-01-03 07:34:09 +00: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.