llvm/llvm
2022-07-24 12:27:05 -07:00
..
benchmarks
bindings
cmake [CMake] Stop zstd find_package warnings 2022-07-22 19:06:54 +00:00
docs [AIX][NFC] modify the llvm-ar help information for big archive. 2022-07-22 13:52:18 -04:00
examples
include [llvm] Remove unused forward declarations (NFC) 2022-07-24 12:27:05 -07:00
lib RegAllocGreedy: Fix subranges when rematerializing dead subreg defs 2022-07-24 11:51:59 -04:00
projects
resources
runtimes
test [X86] Autogenerate atomic tests. NFC 2022-07-24 16:42:34 +00:00
tools [LegacyPM] Remove {,PostInline}EntryExitInstrumenterPass 2022-07-23 15:30:15 -07:00
unittests Use llvm::sort instead of std::sort where possible 2022-07-23 15:19:05 +02:00
utils [gn build] Port 46ae26e7eb 2022-07-24 17:43:27 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
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.