llvm-capstone/llvm
Nikita Popov a93d03310e [TableGen] Change representation of ArgumentAttributes (NFC)
Instead of a flat list that includes the argument index, use a
nested vector, where each inner vector is the attribute set for
a single argument. This is more obvious and makes followup changes
simpler.
2022-10-11 15:03:38 +02:00
..
benchmarks
bindings [Bindings] Remove go bindings 2022-10-10 10:14:17 +02:00
cmake [Bindings] Remove go bindings 2022-10-10 10:14:17 +02:00
docs [AMDGPU][NFC] Update DW_OP_LLVM_overlay documentation 2022-10-10 18:50:46 +00:00
examples [examples] Fix deprecated use of llvm::empty. 2022-10-09 22:00:43 -07:00
include [NFC] Refine API: add missing const notion in hasPartialIVCondition 2022-10-11 19:35:16 +07:00
lib [NFC] Factor out collection of unswitch candidate to a separate function 2022-10-11 19:35:16 +07:00
projects
resources
runtimes [NFC] Fix typo in comment 2022-09-20 17:22:08 -04:00
test [NFC] Pre-commit tests for D135434. 2022-10-11 13:27:20 +01:00
tools [llvm-readobj] Decode the new ARM64 SEH info for return address signing 2022-10-11 14:32:01 +03:00
unittests [GlobalISel] Add commutative matchers for compares. 2022-10-07 20:06:13 -07:00
utils [TableGen] Change representation of ArgumentAttributes (NFC) 2022-10-11 15:03:38 +02:00
.clang-format
.clang-tidy
.gitattributes
.gitignore [Bindings] Remove go bindings 2022-10-10 10:14:17 +02:00
CMakeLists.txt [llvm] Remove libcxx, libcxxabi and libunwind from supported LLVM_ENABLE_PROJECTS 2022-10-04 09:04:12 -04:00
CODE_OWNERS.TXT Remove myself as X86 Backend owner. 2022-10-08 18:39:45 -07:00
configure
CREDITS.TXT Add myself to CREDITS.TXT + CODE_OWNERS.TXT 2022-10-09 09:02:20 +08:00
LICENSE.TXT
llvm.spec.in
README.txt
RELEASE_TESTERS.TXT Update RELEASE_TESTERS.TXT 2022-10-07 10:37:25 +02:00

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.