No description
  • LLVM 42%
  • C++ 30.3%
  • C 13.2%
  • Assembly 9.9%
  • MLIR 1.5%
  • Other 2.6%
Find a file
Daniel Baumann 57fa104ab3
Releasing fastforward version 1:22.1.8-1~ffwd13+u1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2026-06-22 10:58:27 +02:00
.ci Merging upstream version 1:22.1.1. 2026-03-18 17:45:22 +01:00
.claude Merging upstream version 1:22.1.4. 2026-05-04 09:09:40 +02:00
bolt Adding upstream version 1:22.1.0. 2026-02-24 17:46:40 +01:00
clang Merging upstream version 1:22.1.8. 2026-06-22 10:49:55 +02:00
clang-tools-extra Merging upstream version 1:22.1.5. 2026-05-06 13:43:11 +02:00
cmake Merging upstream version 1:22.1.8. 2026-06-22 10:49:55 +02:00
compiler-rt Merging upstream version 1:22.1.5. 2026-05-06 13:43:11 +02:00
cross-project-tests Adding upstream version 1:22.1.0. 2026-02-24 17:46:40 +01:00
debian Releasing fastforward version 1:22.1.8-1~ffwd13+u1. 2026-06-22 10:58:27 +02:00
flang Merging upstream version 1:22.1.3. 2026-04-16 05:52:05 +02:00
flang-rt Adding upstream version 1:22.1.0. 2026-02-24 17:46:40 +01:00
integration-test-suite Merging upstream version 1:22.1.8. 2026-06-22 10:49:55 +02:00
libc Merging upstream version 1:22.1.7. 2026-06-04 12:50:55 +02:00
libclc Adding upstream version 1:22.1.0. 2026-02-24 17:46:40 +01:00
libcxx Merging upstream version 1:22.1.8. 2026-06-22 10:49:55 +02:00
libcxxabi Adding upstream version 1:22.1.0. 2026-02-24 17:46:40 +01:00
libsycl Adding upstream version 1:22.1.0. 2026-02-24 17:46:40 +01:00
libunwind Merging upstream version 1:22.1.5. 2026-05-06 13:43:11 +02:00
lld Merging upstream version 1:22.1.8. 2026-06-22 10:49:55 +02:00
lldb Merging upstream version 1:22.1.7. 2026-06-04 12:50:55 +02:00
llvm Merging upstream version 1:22.1.8. 2026-06-22 10:49:55 +02:00
llvm-libgcc Adding upstream version 1:22.1.0. 2026-02-24 17:46:40 +01:00
mlir Adding upstream version 1:22.1.0. 2026-02-24 17:46:40 +01:00
offload Adding upstream version 1:22.1.0. 2026-02-24 17:46:40 +01:00
openmp Merging upstream version 1:22.1.7. 2026-06-04 12:50:55 +02:00
orc-rt Adding upstream version 1:22.1.0. 2026-02-24 17:46:40 +01:00
polly Adding upstream version 1:22.1.0. 2026-02-24 17:46:40 +01:00
runtimes Adding upstream version 1:22.1.0. 2026-02-24 17:46:40 +01:00
third-party Merging upstream version 1:22.1.1. 2026-03-18 17:45:22 +01:00
utils/bazel Adding upstream version 1:22.1.0. 2026-02-24 17:46:40 +01:00
.clang-format Adding upstream version 1:22.1.0. 2026-02-24 17:46:40 +01:00
.clang-format-ignore Adding upstream version 1:22.1.0. 2026-02-24 17:46:40 +01:00
.clang-tidy Adding upstream version 1:22.1.0. 2026-02-24 17:46:40 +01:00
.mailmap Adding upstream version 1:22.1.0. 2026-02-24 17:46:40 +01:00
CODE_OF_CONDUCT.md Adding upstream version 1:22.1.0. 2026-02-24 17:46:40 +01:00
CONTRIBUTING.md Adding upstream version 1:22.1.0. 2026-02-24 17:46:40 +01:00
LICENSE.TXT Adding upstream version 1:22.1.0. 2026-02-24 17:46:40 +01:00
pyproject.toml Adding upstream version 1:22.1.0. 2026-02-24 17:46:40 +01:00
README.md Adding upstream version 1:22.1.0. 2026-02-24 17:46:40 +01:00
SECURITY.md Adding upstream version 1:22.1.0. 2026-02-24 17:46:40 +01:00

The LLVM Compiler Infrastructure

OpenSSF Scorecard OpenSSF Best Practices libc++

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.

Getting the Source Code and Building LLVM

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.

Getting in touch

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.