llvm-capstone/llvm
billow c0bc1e2f34
Some checks failed
LLVM-Tblgen-Build / build-and-test-llvm-tblgen (push) Has been cancelled
Add InsnBytesAsUint24 and add Xtensa to InsnBytesAsUint24
2024-09-27 06:06:40 +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 Fix: Src operand is not the out operand 2024-09-19 16:12:47 +00:00
projects
resources
runtimes [libc] Fix libc-hdrgen crosscompiling (#78227) 2024-01-16 07:39:06 -06:00
test Mips + microMips + nanoMips (#56) 2024-09-01 00:57:34 +08: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 Add InsnBytesAsUint24 and add Xtensa to InsnBytesAsUint24 2024-09-27 06:06:40 +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.