llvm-capstone/llvm
2021-09-01 12:09:58 +01:00
..
benchmarks
bindings
cmake [CMake] Remove unneeded -Wdelete-non-virtual-dtor availability check 2021-08-31 11:19:04 -07:00
docs Document LLVM_ENABLE_RUNTIMES 2021-09-01 08:45:40 +02:00
examples
include [SCEV] Fix GCC -Wnon-virtual-dtor 2021-09-01 01:12:32 -07:00
lib Fix -Wunused-variable 2021-09-01 11:29:30 +02:00
projects
resources
runtimes [libomptarget][amdcgn] Only add opt/llvm-link dependency if TARGET is available 2021-08-30 17:32:11 +02:00
test [NFC] Re-run update_analyze_test_checks on Analysis/CostModel/AArch64/sve-intrinsics.ll 2021-09-01 12:09:58 +01:00
tools [llvm-ar][nfc] Reword help message to be less ambiguous on what p and t do. 2021-08-31 17:48:04 -04:00
unittests Revert "[OptTable] Improve error message output for grouped short options" 2021-08-31 14:06:11 -07:00
utils [TableGen] Allow target specific flags for RegisterClass 2021-08-31 22:29:11 -04:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [CMake][NFC] Add comment about new --gdb-index option used with -gsplit-dwarf 2021-08-30 12:36:55 +03:00
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.