llvm-capstone/llvm
Nikita Popov 5362a0d859 [LCSSA] Remove unused ScalarEvolution argument (NFC)
After D149435, LCSSA formation no longer needs access to
ScalarEvolution, so remove the argument from the utilities.
2023-05-02 12:17:05 +02:00
..
benchmarks
bindings [llvm-c] Remove PassRegistry and initialization APIs 2023-04-14 12:12:48 +02:00
cmake add_tablegen: Quick fix to reflect LLVM_TABLEGEN to llvm-min-tblgen 2023-05-02 17:05:42 +09:00
docs [RISCV] Add Smaia and Ssaia extensions support 2023-05-01 22:30:08 -07:00
examples Re-apply "[ORC][LLJIT] Use JITLink by default on ELF/x86-64." with fixes. 2023-04-23 10:20:09 +00:00
include [LCSSA] Remove unused ScalarEvolution argument (NFC) 2023-05-02 12:17:05 +02:00
lib [LCSSA] Remove unused ScalarEvolution argument (NFC) 2023-05-02 12:17:05 +02:00
projects
resources
runtimes
test [AArch64] Add sign bits handling for vector compare nodes 2023-05-02 11:05:35 +01:00
tools [llvm-profdata] Deprecate Compact Binary Sample Profile Format 2023-05-01 17:10:08 +00:00
unittests Fix MSVC "truncation of constant value" warnings. NFC. 2023-05-02 10:43:28 +01:00
utils [gn build] Port 7b7a6b641a 2023-05-02 09:28:16 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Revert "Revert "Revert "[CMake] Bumps minimum version to 3.20.0.""" 2023-04-15 20:12:24 +02: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.