llvm with tablegen backend for capstone disassembler
Go to file
2023-05-10 16:49:18 +02:00
.github workflows/release-binaries: Install missing dependencies 2023-04-20 08:21:53 -07:00
bolt [BOLT][DWARF][NFC] Fixed an assertion check 2023-05-09 11:37:40 -07:00
clang Revert "[clang] [test] Narrow down MSVC specific behaviours from "any windows" to only MSVC/clang-cl" 2023-05-10 16:49:18 +02:00
clang-tools-extra [tidy] Expose getID to tidy checks 2023-05-10 12:50:25 +02:00
cmake [CMake] Install FindLibEdit find module 2023-05-04 13:33:52 +00:00
compiler-rt [scudo] Change secondary StatsAllocated update 2023-05-09 15:40:57 -07:00
cross-project-tests [Dexter] Add timeout options 2023-03-22 13:50:00 +00:00
flang [mlir][openacc] Cleanup acc.parallel from old data clause operands 2023-05-09 14:57:50 -07:00
libc [libc] Add optimized memcpy for RISCV 2023-05-10 08:42:07 +00:00
libclc libclc: clspv: fix fma, add vstore and fix inlining issues 2023-05-09 16:52:13 +01:00
libcxx [libc++] Add assertions for potential OOB reads in std::sort 2023-05-09 09:05:29 -04:00
libcxxabi Revert "Reland "[CMake] Bumps minimum version to 3.20.0."" 2023-05-06 17:03:56 +02:00
libunwind [libunwind] Unwind through Linux riscv sigreturn trampoline 2023-05-06 11:17:02 -07:00
lld Revert "Reland "[CMake] Bumps minimum version to 3.20.0."" 2023-05-06 17:03:56 +02:00
lldb [lldb][NFCI] Remove n^2 loops and simplify iterator usage 2023-05-10 06:18:27 -04:00
llvm Revert "[SimpleLoopUnswitch] unswitch selects" 2023-05-10 15:12:21 +02:00
llvm-libgcc Revert "Reland "[CMake] Bumps minimum version to 3.20.0."" 2023-05-06 17:03:56 +02:00
mlir Adopt Properties to store operations inherent Attributes in the Quant dialect 2023-05-10 14:53:38 +01:00
openmp [OpenMP][libomptarget] Init device when printing device info 2023-05-09 18:47:46 +02:00
polly Revert "Reland "[CMake] Bumps minimum version to 3.20.0."" 2023-05-06 17:03:56 +02:00
pstl Revert "Reland "[CMake] Bumps minimum version to 3.20.0."" 2023-05-06 17:03:56 +02:00
runtimes Revert "Reland "[CMake] Bumps minimum version to 3.20.0."" 2023-05-06 17:03:56 +02:00
third-party Remove an extra // in the IWYU pragma for gtest-matchers.h 2023-03-14 13:11:53 +01:00
utils [bazel] Port BUILD rules for 92cc30aca7. 2023-05-09 10:21:07 +00:00
.arcconfig
.arclint
.clang-format
.clang-tidy Add -misc-use-anonymous-namespace to .clang-tidy 2023-05-06 02:33:20 +03:00
.git-blame-ignore-revs
.gitignore
.mailmap Add entry to mailmap 2023-04-25 23:15:07 -07:00
CONTRIBUTING.md Added instruction to join the llvm discourse and discord group. 2023-03-27 17:02:07 -07:00
hot-alloctype.patch [MemProf] Add hot allocation type 2023-05-08 10:34:53 -07:00
LICENSE.TXT
README.md
SECURITY.md

The LLVM Compiler Infrastructure

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, or #llvm IRC channel on OFTC.

The LLVM project has adopted a code of conduct for participants to all modes of communication within the project.