llvm-capstone/llvm
Quentin Dian 4c36ecbe0e [InstCombine] Fix shift calculation in InstCombineCasts (#84027)
Fixes #84025.

(cherry picked from commit e96c0c1d5e0a9916098b1a31acb006ea6c1108fb)
2024-03-11 13:33:20 -07:00
..
benchmarks
bindings
cmake [llvm-shlib] Change libLLVM-$MAJOR.so symlink to point to versioned SO (#82660) 2024-02-26 16:57:21 -08:00
docs [llvm-readobj,ELF] Support --decompress/-z (#82594) 2024-02-23 12:51:05 -08:00
examples [Kaleidoscope] LLVM is not needed for chapter two (#69823) 2024-01-12 20:48:43 -08:00
include [AArch64] Add the Ampere1B core (#81297) 2024-02-26 17:38:41 -08:00
lib [InstCombine] Fix shift calculation in InstCombineCasts (#84027) 2024-03-11 13:33:20 -07:00
projects
resources
runtimes [libc] Fix libc-hdrgen crosscompiling (#78227) 2024-01-16 07:39:06 -06:00
test [InstCombine] Fix shift calculation in InstCombineCasts (#84027) 2024-03-11 13:33:20 -07:00
tools [llvm-shlib] Change libLLVM-$MAJOR.so symlink to point to versioned SO (#82660) 2024-02-26 16:57:21 -08:00
unittests [AArch64] Add the Ampere1B core (#81297) 2024-02-26 17:38:41 -08:00
utils [llvm][AArch64] Do not inline a function with different signing scheme. (#80642) (#82743) 2024-02-26 15:13:43 -08:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Bump version to 18.1.2 (#84655) 2024-03-11 07:31:28 -07: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.