No description
  • LLVM 42%
  • C++ 31%
  • C 13.2%
  • Assembly 9.3%
  • MLIR 1.4%
  • Other 2.6%
Find a file
Daniel Baumann 07aa43b6b1
Releasing fastforward version 1:21.1.8-7~ffwd13+u1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2026-04-03 20:02:11 +02:00
.ci Adding upstream version 1:21.1.0. 2026-04-03 19:20:18 +02:00
bolt Adding upstream version 1:21.1.0. 2026-04-03 19:20:18 +02:00
clang Merging upstream version 1:21.1.8. 2026-04-03 19:59:02 +02:00
clang-tools-extra Merging upstream version 1:21.1.8. 2026-04-03 19:59:02 +02:00
cmake Merging upstream version 1:21.1.8. 2026-04-03 19:59:02 +02:00
compiler-rt Merging upstream version 1:21.1.8. 2026-04-03 19:59:02 +02:00
cross-project-tests Merging upstream version 1:21.1.8. 2026-04-03 19:59:02 +02:00
debian Releasing fastforward version 1:21.1.8-7~ffwd13+u1. 2026-04-03 20:02:11 +02:00
flang Merging upstream version 1:21.1.8. 2026-04-03 19:59:02 +02:00
flang-rt Adding upstream version 1:21.1.0. 2026-04-03 19:20:18 +02:00
integration-test-suite Merging upstream version 1:21.1.8. 2026-04-03 19:59:02 +02:00
libc Merging upstream version 1:21.1.8. 2026-04-03 19:59:02 +02:00
libclc Merging upstream version 1:21.1.8. 2026-04-03 19:59:02 +02:00
libcxx Merging upstream version 1:21.1.8. 2026-04-03 19:59:02 +02:00
libcxxabi Merging upstream version 1:21.1.8. 2026-04-03 19:59:02 +02:00
libunwind Merging upstream version 1:21.1.4. 2026-04-03 19:28:03 +02:00
lld Merging upstream version 1:21.1.8. 2026-04-03 19:59:02 +02:00
lldb Merging upstream version 1:21.1.8. 2026-04-03 19:59:02 +02:00
llvm Merging upstream version 1:21.1.8. 2026-04-03 19:59:02 +02:00
llvm-libgcc Adding upstream version 1:21.1.0. 2026-04-03 19:20:18 +02:00
mlir Merging upstream version 1:21.1.8. 2026-04-03 19:59:02 +02:00
offload Merging upstream version 1:21.1.8. 2026-04-03 19:59:02 +02:00
openmp Merging upstream version 1:21.1.8. 2026-04-03 19:59:02 +02:00
polly Merging upstream version 1:21.1.8. 2026-04-03 19:59:02 +02:00
runtimes Adding upstream version 1:21.1.0. 2026-04-03 19:20:18 +02:00
third-party Adding upstream version 1:21.1.0. 2026-04-03 19:20:18 +02:00
utils/bazel Merging upstream version 1:21.1.8. 2026-04-03 19:59:02 +02:00
.clang-format Adding upstream version 1:21.1.0. 2026-04-03 19:20:18 +02:00
.clang-format-ignore Adding upstream version 1:21.1.0. 2026-04-03 19:20:18 +02:00
.clang-tidy Adding upstream version 1:21.1.0. 2026-04-03 19:20:18 +02:00
.mailmap Adding upstream version 1:21.1.0. 2026-04-03 19:20:18 +02:00
CODE_OF_CONDUCT.md Adding upstream version 1:21.1.0. 2026-04-03 19:20:18 +02:00
CONTRIBUTING.md Adding upstream version 1:21.1.0. 2026-04-03 19:20:18 +02:00
LICENSE.TXT Adding upstream version 1:21.1.0. 2026-04-03 19:20:18 +02:00
pyproject.toml Adding upstream version 1:21.1.0. 2026-04-03 19:20:18 +02:00
README.md Adding upstream version 1:21.1.0. 2026-04-03 19:20:18 +02:00
SECURITY.md Adding upstream version 1:21.1.0. 2026-04-03 19:20:18 +02: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.