No description
  • LLVM 37.7%
  • C++ 32.7%
  • C 17%
  • Assembly 8.4%
  • MLIR 1.3%
  • Other 2.4%
Find a file
Daniel Baumann faaeaf37a5
Releasing fastforward version 1:19.1.7-15~ffwd13+u1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2026-04-05 08:32:34 +02:00
.ci Adding upstream version 1:19.1.7. 2026-04-03 20:39:41 +02:00
bolt Adding upstream version 1:19.1.7. 2026-04-03 20:39:41 +02:00
clang Adding upstream version 1:19.1.7. 2026-04-03 20:39:41 +02:00
clang-tools-extra Adding upstream version 1:19.1.7. 2026-04-03 20:39:41 +02:00
cmake Adding upstream version 1:19.1.7. 2026-04-03 20:39:41 +02:00
compiler-rt Adding upstream version 1:19.1.7. 2026-04-03 20:39:41 +02:00
cross-project-tests Adding upstream version 1:19.1.7. 2026-04-03 20:39:41 +02:00
debian Releasing fastforward version 1:19.1.7-15~ffwd13+u1. 2026-04-05 08:32:34 +02:00
flang Adding upstream version 1:19.1.7. 2026-04-03 20:39:41 +02:00
integration-test-suite Adding upstream version 1:19.1.7. 2026-04-03 20:39:41 +02:00
libc Adding upstream version 1:19.1.7. 2026-04-03 20:39:41 +02:00
libclc Adding upstream version 1:19.1.7. 2026-04-03 20:39:41 +02:00
libcxx Adding upstream version 1:19.1.7. 2026-04-03 20:39:41 +02:00
libcxxabi Adding upstream version 1:19.1.7. 2026-04-03 20:39:41 +02:00
libunwind Adding upstream version 1:19.1.7. 2026-04-03 20:39:41 +02:00
lld Adding upstream version 1:19.1.7. 2026-04-03 20:39:41 +02:00
lldb Adding upstream version 1:19.1.7. 2026-04-03 20:39:41 +02:00
llvm Adding upstream version 1:19.1.7. 2026-04-03 20:39:41 +02:00
llvm-libgcc Adding upstream version 1:19.1.7. 2026-04-03 20:39:41 +02:00
mlir Adding upstream version 1:19.1.7. 2026-04-03 20:39:41 +02:00
offload Adding upstream version 1:19.1.7. 2026-04-03 20:39:41 +02:00
openmp Adding upstream version 1:19.1.7. 2026-04-03 20:39:41 +02:00
polly Adding upstream version 1:19.1.7. 2026-04-03 20:39:41 +02:00
pstl Adding upstream version 1:19.1.7. 2026-04-03 20:39:41 +02:00
runtimes Adding upstream version 1:19.1.7. 2026-04-03 20:39:41 +02:00
third-party Adding upstream version 1:19.1.7. 2026-04-03 20:39:41 +02:00
utils/bazel Adding upstream version 1:19.1.7. 2026-04-03 20:39:41 +02:00
.clang-format Adding upstream version 1:19.1.7. 2026-04-03 20:39:41 +02:00
.clang-tidy Adding upstream version 1:19.1.7. 2026-04-03 20:39:41 +02:00
.mailmap Adding upstream version 1:19.1.7. 2026-04-03 20:39:41 +02:00
CODE_OF_CONDUCT.md Adding upstream version 1:19.1.7. 2026-04-03 20:39:41 +02:00
CONTRIBUTING.md Adding upstream version 1:19.1.7. 2026-04-03 20:39:41 +02:00
LICENSE.TXT Adding upstream version 1:19.1.7. 2026-04-03 20:39:41 +02:00
pyproject.toml Adding upstream version 1:19.1.7. 2026-04-03 20:39:41 +02:00
README.md Adding upstream version 1:19.1.7. 2026-04-03 20:39:41 +02:00
SECURITY.md Adding upstream version 1:19.1.7. 2026-04-03 20:39:41 +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.