llvm-capstone/llvm
github-actions[bot] 6c5a12b5eb
All checks were successful
LLVM Project Version Check / version_check (push) Has been skipped
Update LLVM release/18.x
2024-09-16 00:59:21 +00:00
..
benchmarks
bindings
cmake Update LLVM release/18.x 2024-09-16 00:59:21 +00:00
docs Update LLVM release/18.x 2024-09-16 00:59:21 +00:00
examples [Kaleidoscope] LLVM is not needed for chapter two (#69823) 2024-01-12 20:48:43 -08:00
include Update LLVM release/18.x 2024-09-16 00:59:21 +00:00
lib Update LLVM release/18.x 2024-09-16 00:59:21 +00:00
projects
resources
runtimes [libc] Fix libc-hdrgen crosscompiling (#78227) 2024-01-16 07:39:06 -06:00
test Update LLVM release/18.x 2024-09-16 00:59:21 +00:00
tools Update LLVM release/18.x 2024-09-16 00:59:21 +00:00
unittests Update LLVM release/18.x 2024-09-16 00:59:21 +00:00
utils Update LLVM release/18.x 2024-09-16 00:59:21 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Update LLVM release/18.x 2024-09-16 00:59:21 +00: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.