llvm-capstone/llvm
Pierre van Houtryve 47fbb649e1 [AMDGPU][PromoteAlloca] Support memsets to ptr allocas (#80678)
Fixes #80366

(cherry picked from commit 4e958abf2f44d08129eafd5b6a4ee2bd3584ed22)
2024-02-05 11:48:14 -08:00
..
benchmarks
bindings
cmake [llvm] [cmake] Include httplib in LLVMConfig.cmake (#79305) 2024-01-29 10:25:40 -08:00
docs Backport [RISCV] Graduate Zicond to non-experimental (#79811) (#80018) 2024-01-30 15:31:38 -08:00
examples
include [AA][JumpThreading] Don't use DomTree for AA in JumpThreading (#79294) 2024-02-05 11:41:55 -08:00
lib [AMDGPU][PromoteAlloca] Support memsets to ptr allocas (#80678) 2024-02-05 11:48:14 -08:00
projects
resources
runtimes
test [AMDGPU][PromoteAlloca] Support memsets to ptr allocas (#80678) 2024-02-05 11:48:14 -08:00
tools [llvm-jitlink] Fix detectStubKind() for big endian systems (#79970) 2024-02-01 13:42:56 -08:00
unittests CoverageMappingWriter: Emit Decision before Expansion (#78966) 2024-02-05 11:32:50 -08:00
utils [TableGen] Add predicates for immediates comparison (#76004) 2024-01-26 21:28:00 -08:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Use rc version suffix 2024-01-23 20:27:37 -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.