llvm-capstone/llvm
2024-08-28 08:36:41 +00:00
..
benchmarks
bindings
cmake [llvm-shlib] Change libLLVM-$MAJOR.so symlink to point to versioned SO (#82660) 2024-02-26 16:57:21 -08:00
docs SystemZ release notes for 18.x. (#84560) 2024-03-13 16:27:21 -07:00
examples [Kaleidoscope] LLVM is not needed for chapter two (#69823) 2024-01-12 20:48:43 -08:00
include Tblgen capstone backends - add Alpha architecture (#17) 2024-06-04 12:57:14 +00:00
lib Add Alpha and LoongArch to the CI tests. 2024-06-04 12:57:14 +00:00
projects
resources
runtimes [libc] Fix libc-hdrgen crosscompiling (#78227) 2024-01-16 07:39:06 -06:00
test [InstCombine] Drop UB-implying attrs/metadata after speculating an instruction (#85542) 2024-03-17 06:20:57 +00:00
tools Tblgen capstone backends - add Alpha architecture (#17) 2024-06-04 12:57:14 +00:00
unittests [AArch64] Add the Ampere1B core (#81297) 2024-02-26 17:38:41 -08:00
utils Allow to patch multiple default template arguments for Mips. 2024-08-28 08:36:41 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Tblgen capstone backends - add Alpha architecture (#17) 2024-06-04 12:57:14 +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.