llvm with tablegen backend for capstone disassembler
Go to file
2024-01-16 12:39:47 -08:00
.ci [ci] Set timeout for individual tests and report slowest tests (#76300) 2024-01-10 10:39:33 -08:00
.github [libc++][CI] Fixes documentation builder. (#78327) 2024-01-16 20:02:27 +01:00
bolt [BOLT] Use SmallString::operator std::string (NFC) 2024-01-15 21:59:06 -08:00
clang Revert "[AST] Use APIntStorage to fix memory leak in EnumConstantDecl. (#78311)" 2024-01-16 12:39:47 -08:00
clang-tools-extra [clang-tidy] Fix missing parentheses in readability-implicit-bool-conversion fixes (#74891) 2024-01-16 10:51:18 +01:00
cmake
compiler-rt [sanitizer] Fix builds after #77991 2024-01-15 12:58:23 -08:00
cross-project-tests
flang [flang] Add install target to install flang headers (#78151) 2024-01-16 17:04:52 +00:00
libc Revert "[libc][NFC] Refactor FPBits and remove LongDoubleBits specialization (#78192)" (#78329) 2024-01-16 12:09:58 -08:00
libclc libclc: generic: add half implementation for erf/erfc (#66901) 2024-01-09 16:47:53 +00:00
libcxx [libc++][modules] Fixes RTTI build. 2024-01-16 20:16:29 +01:00
libcxxabi [libc++abi] Fix typo in CMake error message 2024-01-16 10:56:03 -05:00
libunwind [libunwind] Move errno.h and signal.h includes under the block where they're needed (#78054) 2024-01-16 10:31:01 -05:00
lld [LLD] [COFF] Prefer paths specified with -libpath: over toolchain paths (#78039) 2024-01-15 22:52:57 +02:00
lldb Work around a bug in the interaction between newer dyld's and older simulator dyld's (#78004) 2024-01-16 11:31:42 -08:00
llvm [gn build] Manually port 8566cd61 2024-01-16 20:09:02 +00:00
llvm-libgcc
mlir [Coroutines] Fix incorrect attribute name coroutine.presplit (NFC) (#78296) 2024-01-16 17:35:07 +01:00
openmp [Libomptarget] Remove temporary files in AMDGPU JIT impl (#77980) 2024-01-15 19:03:19 -06:00
polly [polly][ScheduleOptimizer] Reland Fix long compile time(hang) reported in polly (#77280) 2024-01-08 09:48:02 -08:00
pstl
runtimes
third-party [System][z/OS] Fix per-thread timing error on z/OS (#76947) 2024-01-05 07:57:07 -05:00
utils Revert "[libc][NFC] Refactor FPBits and remove LongDoubleBits specialization (#78192)" (#78329) 2024-01-16 12:09:58 -08:00
.arcconfig
.arclint
.clang-format
.clang-tidy
.git-blame-ignore-revs
.gitattributes
.gitignore
.mailmap
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE.TXT
README.md Add OpenSSF Best Practice Badge (#77398) 2024-01-13 07:43:11 -08:00
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.