The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
Go to file
Matt Arsenault f9bd08382a AMDGPU: Explicitly disable verifier in failing tests
This should fix expensive_checks failures.

These now hit a new verifier error. The first test is explicitly
testing the failing case produces an error, so it should skip
the verifier. The unsupported call tests should also error (although
it would be better if it errored via a different path).
2024-09-20 10:26:57 +04:00
.ci
.github github: Add tablegen directories to PR autolabeler (#109129) 2024-09-20 08:39:55 +04:00
bolt
clang [AST] Ensure getRawCommentsForAnyRedecl() does not miss any redecl with a comment (#108475) 2024-09-20 02:23:58 -04:00
clang-tools-extra
cmake
compiler-rt
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 [libcxx] Use __libcpp_verbose_abort for error messages (#108873) 2024-09-19 23:07:27 -07:00
libcxxabi
libunwind
lld
lldb
llvm AMDGPU: Explicitly disable verifier in failing tests 2024-09-20 10:26:57 +04:00
llvm-libgcc
mlir [mlir] [LLVM IR] Introduce VaArgOp (#109260) 2024-09-20 13:19:50 +08:00
offload
openmp
polly
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.