The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
Go to file
lntue 95d4c97a20
[libc][wchar] Move wchar's types to proxy headers. (#109334)
Also protect against extern inline function definitions added when
building with gcc: https://github.com/llvm/llvm-project/issues/60481.
2024-09-19 22:23:51 -04:00
.ci
.github workflows/commit-access-review: Use get_collaborators() function (#108313) 2024-09-16 13:37:49 -07:00
bolt [bolt][tests] Skip tests that use perf when perf counters are unavailable (#107892) 2024-09-17 17:07:35 -07:00
clang [C++20] [Modules] Offer -fmodules-embed-all-files option (#107194) 2024-09-20 09:57:46 +08:00
clang-tools-extra [SystemZ][z/OS] Propagate IsText parameter to open text files as text (#107906) 2024-09-19 14:30:10 -04:00
cmake
compiler-rt [scudo] Remove unused field in BatchGroup (#109322) 2024-09-19 13:58:47 -07:00
cross-project-tests
flang [clang][flang][mlir] Support -frecord-command-line option (#102975) 2024-09-19 18:28:50 -06:00
libc [libc][wchar] Move wchar's types to proxy headers. (#109334) 2024-09-19 22:23:51 -04:00
libclc
libcxx [libc++] Follow-up to "Poison Pills are Too Toxic" (#88383) 2024-09-19 10:21:07 -04:00
libcxxabi [demangle] Represent a char array initializer as a string literal. (#109021) 2024-09-19 12:40:34 -07:00
libunwind
lld [LLD][COFF] Process all ARM64EC import symbols in MapFile's getSymbols (#109118) 2024-09-19 13:47:22 +02:00
lldb [lldb/Interpreter] Add requirements to Scripted Interface abstract methods (#109063) 2024-09-19 13:55:41 -07:00
llvm [Coroutines] Better optimization remarks for CoroAnnotationElide pass (#109352) 2024-09-19 19:16:10 -07:00
llvm-libgcc
mlir [mlir] Fix disagreement between document and test(NFC) (#109257) 2024-09-20 09:25:57 +08:00
offload [OpenMP] Fix not linking C libraries when enabled (#109168) 2024-09-18 10:02:16 -07:00
openmp [libomp][AIX] Ensure only libomp.a is published on AIX (#109016) 2024-09-18 16:12:39 -04:00
polly [polly] Tidy uses of raw_string_ostream (NFC) 2024-09-17 09:58:58 -05:00
pstl
runtimes
third-party
utils/bazel [bazel] Add VectorToXeGPU deps (#109348) 2024-09-19 18:21:05 -05:00
.clang-format
.clang-tidy
.git-blame-ignore-revs
.gitattributes
.gitignore
.mailmap
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE.TXT
README.md
SECURITY.md
pyproject.toml

README.md

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.