llvm-capstone/llvm
Rot127 7c6840d171 Fix QPX instructions.
Due to 4b43ef3e5c
the names of the operands were matched.
Because FRT dosn't exist in the XForm_1 class,
the generated tables didn't decoded them.
2024-11-21 13:48:01 +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 QPX instructions. 2024-11-21 13:48:01 +00:00
projects
resources
runtimes [libc] Fix libc-hdrgen crosscompiling (#78227) 2024-01-16 07:39:06 -06:00
test Revert for Capstone: 2024-11-10 11:18:28 +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 Don't replace dot in alias mnemonic map 2024-11-21 13:48:01 +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.