llvm with tablegen backend for capstone disassembler
Go to file
2023-12-01 15:22:51 -08:00
.ci [CI] Add check-mlir-python to MLIR pre-merge checks (#72847) 2023-11-25 09:55:32 +00:00
.github Add a scheduled build for libc++ (#73848) 2023-11-29 17:36:44 -05:00
bolt [BOLT][NFC] Remove unused code for CDSplit (#74136) 2023-12-01 15:21:30 -05:00
clang [CUDA][HIP] allow trivial ctor/dtor in device var init (#73140) 2023-12-01 16:24:01 -05:00
clang-tools-extra [clang-tidy][NFC] Fix bugprone-suspicious-enum-usage tests 2023-11-29 22:53:59 +00:00
cmake
compiler-rt [scudo] Fix realloc hooks behavior (#74149) 2023-12-01 14:41:43 -08:00
cross-project-tests [cross-project-tests] Fix struct-dse example so that it fails again (#73566) 2023-11-27 13:14:10 -08:00
flang [Flang][Clang] Add support for frame pointers in Flang 2023-12-01 17:09:59 +00:00
libc [libc] Allocate fine-grained memory for the RPC host symbol 2023-12-01 13:47:33 -06:00
libclc
libcxx [libc++] Correct libcxx default linker script behavior (#74130) 2023-12-01 15:37:04 -05:00
libcxxabi [libc++] Run picolibc tests with qemu 2023-11-29 17:21:08 -05:00
libunwind [libunwind][WebAssembly] Omit unused parts of libunwind.cpp for Wasm (#73196) 2023-11-29 18:03:58 -08:00
lld [LLD][RISCV] Fix incorrect call relaxation when mixing +c and -c objects (#73977) 2023-12-01 11:02:53 -08:00
lldb [lldb] Make use of LD_LIBRARY_PATH on OpenBSD (#74017) 2023-12-01 16:06:22 -05:00
llvm [cmake] Fix relative paths in prefix map (#74132) 2023-12-01 14:51:21 -08:00
llvm-libgcc
mlir [mlir][sparse] fix crash when generate rotated convolution kernels. (#74146) 2023-12-01 14:13:57 -08:00
openmp [OpenMP][FIX] Fixup test 2023-12-01 15:22:51 -08:00
polly [mlir,polly] Replace uses of IRBuilder::getInt8PtrTy with getPtrTy. NFC 2023-11-27 20:58:25 -08:00
pstl
runtimes [CMake] Always define runtimes-test-depends (#73629) 2023-11-28 15:30:52 -08:00
third-party
utils [libc][NFC] Remove named_pair (#73952) 2023-12-01 10:30:15 +01:00
.arcconfig
.arclint
.clang-format
.clang-tidy
.git-blame-ignore-revs
.gitignore
.mailmap [mailmap] Add my entry 2023-11-20 00:16:53 +00:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE.TXT
README.md Add Scorecard Action (#69933) 2023-11-01 11:08:26 -07:00
SECURITY.md

The LLVM Compiler Infrastructure

OpenSSF Scorecard

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.