llvm-capstone/llvm
Nikita Popov 084ca632ac [EarlyCSE] Only combine metadata for load CSE
There is no need to combine metadata if we're performing store to
load forwarding. In that case we would end up combining metadata
on an unrelated load instruction.
2023-05-02 12:51:56 +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 [EarlyCSE] Only combine metadata for load CSE 2023-05-02 12:51:56 +02:00
projects
resources
runtimes [runtimes] Fix typo from e787ef8663 2023-04-05 23:22:53 -07:00
test [EarlyCSE] Only combine metadata for load CSE 2023-05-02 12:51:56 +02: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 852bf52cc9 2023-05-02 10:31:09 +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 AMDGPU: Make myself code owner 2023-04-07 19:26:25 -04:00
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.