commit | c24e9e3d8f7d4913a69a08ab73685c75124a78ab | [log] [tgz] |
---|---|---|
author | Ramkumar Ramachandra <ramkumar.ramachandra@codasip.com> | Thu Sep 04 15:52:33 2025 +0100 |
committer | GitHub <noreply@github.com> | Thu Sep 04 15:52:33 2025 +0100 |
tree | 1d7d2e34df58c09004391badcf3ef589b99a0b13 | |
parent | ed3597e2f7c4a5ae1ad70de81032f2addf78e267 [diff] |
[HashRecognize] Strip ValueEvolution (#148620) The ValueEvolution logic is deeply flawed, and checking that zero-bits are shifted can be exploited for miscompiles. In an effort to redo HashRecognize with a pattern-matching based approach, extract and fix the core logic of ValueEvolution, and strip it completely, showing that none of the tests rely on the KnownBits computation of ValueEvolution. Co-authored-by: Piotr Fusik <p.fusik@samsung.com>
Welcome to the LLVM project!
This repository contains the source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and run-time environments.
The LLVM project has multiple components. The core of the project is itself called “LLVM”. This contains all of the tools, libraries, and header files needed to process intermediate representations and convert them into object files. Tools include an assembler, disassembler, bitcode analyzer, and bitcode optimizer.
C-like languages use the Clang frontend. This component compiles C, C++, Objective-C, and Objective-C++ code into LLVM bitcode -- and from there into object files, using LLVM.
Other components include: the libc++ C++ standard library, the LLD linker, and more.
Consult the Getting Started with LLVM page for information on building and running LLVM.
For information on how to contribute to the LLVM project, please take a look at the Contributing to LLVM guide.
Join the LLVM Discourse forums, Discord chat, LLVM Office Hours or Regular sync-ups.
The LLVM project has adopted a code of conduct for participants to all modes of communication within the project.