Go to file
Mel Chen 6752415ce8
[VectorUtils] Simplify the code by new function InterleaveGroup::isFull. nfc (#151112)
2025-07-31 16:02:53 +08:00
.ci
.github
bolt
clang [clang][CodeComplete] skip explicit obj param when creating signature string (#146649) 2025-07-31 02:12:25 -04:00
clang-tools-extra [clang-tidy] Add check 'bugprone-invalid-enum-default-initialization' (#136823) 2025-07-31 09:00:34 +02:00
cmake
compiler-rt [MemProf] Write out raw profile bytes in little endian. (#150375) 2025-07-30 21:44:20 -07:00
cross-project-tests
flang [flang][openacc] fix a bug with checking data mapping clause when there is no default (#151419) 2025-07-30 22:51:09 -07:00
flang-rt
libc [libc] Remove some sched.h includes (#151425) 2025-07-30 18:20:55 -07:00
libclc
libcxx
libcxxabi
libunwind
lld
lldb [lldb][docs] Fix typo in frame-format docs 2025-07-31 09:00:40 +01:00
llvm [VectorUtils] Simplify the code by new function InterleaveGroup::isFull. nfc (#151112) 2025-07-31 16:02:53 +08:00
llvm-libgcc
mlir
offload
openmp
polly
runtimes
third-party
utils/bazel
.clang-format
.clang-format-ignore
.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.