llvm-capstone/llvm
2023-09-08 06:47:40 -07:00
..
benchmarks
bindings
cmake [Driver] Support GNU ld on Solaris 2023-09-01 21:42:05 +02:00
docs [TableGen] Add a field to filter out GenericTable entries (#65458) 2023-09-08 16:27:11 +08:00
examples
include Revert "[jitlink/rtdydl][checker] Add TargetFlag dependent disassembler switching support" 2023-09-08 13:41:11 +01:00
lib Support: allow building with non-C/C++ language linkers (#65634) 2023-09-08 06:47:40 -07:00
projects
resources
runtimes
test [AArch64][GlobalISel] Fix global offset folding combine inserting MIs into wrong place. 2023-09-08 06:28:12 -07:00
tools Revert "[jitlink/rtdydl][checker] Add TargetFlag dependent disassembler switching support" 2023-09-08 13:41:11 +01:00
unittests [ADT] Fix an empty BitVector call getData assert `idx < size()' failed (#65505) 2023-09-08 10:23:47 +02:00
utils [TableGen] Add a field to filter out GenericTable entries (#65458) 2023-09-08 16:27:11 +08: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.