commit | 919a630125a00edbc7ebbcd7a681fa50f4c8df4c | [log] [tgz] |
---|---|---|
author | Nikita Popov <npopov@redhat.com> | Wed Dec 20 14:41:52 2023 +0100 |
committer | Nikita Popov <npopov@redhat.com> | Tue Jan 09 12:12:58 2024 +0100 |
tree | 3389af13355afd872a4559c304feb699b5d91582 | |
parent | add00bcbad74c6191362b571c3a5f2fb9224f711 [diff] |
[MergeFunc] Add tests for incorrect const expr merging (NFC) (cherry picked from commit 1ff9fb78c8bb87ffa8700523cd77e4e2bf000740) (cherry picked from commit 3dd2db08a2b30618e21f165cf094de421dc32c00) (cherry picked from commit 836e71a4254cb7b61f9d1b59591e69bb4055eb45)
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, or #llvm IRC channel on OFTC.
The LLVM project has adopted a code of conduct for participants to all modes of communication within the project.