llvm-capstone/llvm
Jay Foad 80ccc72ec7
[AMDGPU] Remove GFX12 encoding hack (#78702)
This is no longer needed now that we have implemented GFX12 encoding for
all instructions.
2024-01-19 12:19:29 +00:00
..
benchmarks
bindings
cmake [libc] Fix libc-hdrgen crosscompiling (#78227) 2024-01-16 07:39:06 -06:00
docs [RISCV] Add support for new unprivileged extensions defined in profiles spec (#77458) 2024-01-19 06:57:06 +07:00
examples [Kaleidoscope] LLVM is not needed for chapter two (#69823) 2024-01-12 20:48:43 -08:00
include [TableGen] Integrate TableGen-based macro fusion (#73115) 2024-01-19 18:08:09 +08:00
lib [AMDGPU] Remove GFX12 encoding hack (#78702) 2024-01-19 12:19:29 +00:00
projects
resources
runtimes [libc] Fix libc-hdrgen crosscompiling (#78227) 2024-01-16 07:39:06 -06:00
test Revert "[llvm][AArch64] Copy all operands when expanding BLR_BTI bundle (#78267)" 2024-01-19 12:06:30 +00:00
tools [llvm-jitlink] Refactor GOT and stubs registration (NFC) (#78365) 2024-01-19 12:38:22 +01:00
unittests [llvm-exegesis] Add support for validation counters (#76653) 2024-01-19 02:00:33 -08:00
utils [TableGen] Integrate TableGen-based macro fusion (#73115) 2024-01-19 18:08:09 +08:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Revert "[BOLT] Fix unconditional output of boltedcollection in merge-fdata (#78653)" 2024-01-18 19:59:09 -08: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.