llvm-capstone/llvm
2023-04-28 15:19:33 +02:00
..
benchmarks
bindings [llvm-c] Remove PassRegistry and initialization APIs 2023-04-14 12:12:48 +02:00
cmake Disable compiler launcher on external projects and multi stage clang 2023-04-24 12:15:44 -07:00
docs [AArch64] Add preserve_all calling convention. 2023-04-28 14:55:38 +02:00
examples Re-apply "[ORC][LLJIT] Use JITLink by default on ELF/x86-64." with fixes. 2023-04-23 10:20:09 +00:00
include [SCEV] Use SmallDenseMap in SCEVRewriteVisitor (NFC) 2023-04-28 15:19:33 +02:00
lib [AIX][llvm-ar] Use the Correct Kind for Bitcode File Inputs 2023-04-28 09:14:10 -04:00
projects
resources
runtimes [runtimes] Fix typo from e787ef8663 2023-04-05 23:22:53 -07:00
test [AIX][llvm-ar] Use the Correct Kind for Bitcode File Inputs 2023-04-28 09:14:10 -04:00
tools [profiling] Improve error message for raw profile header mismatches 2023-04-27 14:51:38 -07:00
unittests [PGO] Fix expensive test compilation error 2023-04-28 12:17:01 +00:00
utils [gn build] Port bf199576f9 2023-04-27 20:33:13 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Revert "Revert "Revert "[CMake] Bumps minimum version to 3.20.0.""" 2023-04-15 20:12:24 +02:00
CODE_OWNERS.TXT AMDGPU: Make myself code owner 2023-04-07 19:26:25 -04:00
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.