llvm with tablegen backend for capstone disassembler
Go to file
Louis Dionne 9c434b4733 [libc++] Only include <setjmp.h> from the C library if it exists (#81887)
In 2cea1babef, we removed the <setjmp.h> header provided by libc++. However, we did not conditionally include the underlying <setjmp.h>
header only if the C library provides one, which we otherwise do consistently (see e.g. 647ddc08f4).

rdar://122978778
(cherry picked from commit d8278b682386f51dfba204849c624672a3df40c7)
2024-02-23 12:46:52 -08:00
.ci
.github [workflows] Fix permissions check for creating new releases (#81163) 2024-02-20 21:10:59 -08:00
bolt
clang ReleaseNotes: mention -mtls-dialect=desc (#82731) 2024-02-23 12:43:55 -08:00
clang-tools-extra
cmake
compiler-rt [compiler-rt][profile] Fix InstrProfilingFile possible resource leak. (#81363) 2024-02-20 12:59:02 -08:00
cross-project-tests
flang
libc
libclc
libcxx [libc++] Only include <setjmp.h> from the C library if it exists (#81887) 2024-02-23 12:46:52 -08:00
libcxxabi
libunwind
lld
lldb
llvm [Loads] Fix crash in isSafeToLoadUnconditionally with scalable accessed type (#82650) 2024-02-23 12:44:49 -08:00
llvm-libgcc
mlir
openmp [OpenMP][AIX]Add assembly file containing microtasking routines and unnamed common block definitions (#81770) 2024-02-20 11:54:09 -08:00
polly
pstl
runtimes
third-party
utils
.arcconfig
.arclint
.clang-format
.clang-tidy
.git-blame-ignore-revs
.gitattributes
.gitignore
.mailmap
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE.TXT
README.md
SECURITY.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.