llvm-capstone/llvm
Florian Hahn 4a5bcbd560
[ConstraintElim] Store conditional facts as (Predicate, Op0, Op1).
This allows to add facts even if no corresponding ICmp instruction
exists in the IR.

Reviewed By: nikic

Differential Revision: https://reviews.llvm.org/D158837
2023-08-30 10:54:28 +01:00
..
benchmarks
bindings
cmake
docs [LangRef] Remove module flag description that does not exist anymore 2023-08-29 22:35:16 -07:00
examples
include [PowerPC] Support initial-exec TLS relocation on AIX 2023-08-30 16:22:16 +08:00
lib [ConstraintElim] Store conditional facts as (Predicate, Op0, Op1). 2023-08-30 10:54:28 +01:00
projects
resources
runtimes
test [ConstraintElim] Store conditional facts as (Predicate, Op0, Op1). 2023-08-30 10:54:28 +01:00
tools [NFC] Remove unused variables declared in conditions 2023-08-30 10:05:06 +09:00
unittests Delete CloudABI support 2023-08-29 22:57:30 -04:00
utils Delete CloudABI support 2023-08-29 22:57:30 -04:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT [NFC] Remove old email 2023-08-25 16:34:22 +01:00
configure
CREDITS.TXT [NFC] Remove old email 2023-08-25 16:34:22 +01:00
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.