llvm with tablegen backend for capstone disassembler
Go to file
2023-08-09 21:28:24 -07:00
.ci [ci] Make libc++ and Clang CI scripts independent 2023-07-12 14:01:38 -04:00
.github/workflows Workflows: Allow pull request for clang-format changes (#64332) 2023-08-02 21:12:52 +01:00
bolt Update README.md 2023-08-08 18:46:43 -07:00
clang [clang][test] Fix LIT test failures for the following commit 2023-08-09 18:23:18 -07:00
clang-tools-extra [clang][HeaderSearch] Treat framework headers as Angled for suggestPath 2023-08-09 15:51:02 -04:00
cmake [CMake] Switch the CMP0091 policy (MSVC_RUNTIME_LIBRARY) to the new behaviour 2023-07-17 09:59:05 +03:00
compiler-rt [asan] Fix GC of FakeFrames 2023-08-09 20:47:23 -07:00
cross-project-tests
flang Finish renaming getOperandSegmentSizeAttr() from operand_segment_sizes to operandSegmentSizes 2023-08-09 19:37:01 -07:00
libc [libc] Silence integer shortening warnings on NVPTX masks 2023-08-09 17:18:07 -05:00
libclc
libcxx [libc++] Remove generic char_traits implementation 2023-08-09 15:55:28 -07:00
libcxxabi [libc++abi] Update path to script in demangler documentation 2023-08-07 15:07:05 -04:00
libunwind [libc++][libunwind] Fixes to allow GCC 13 to compile libunwind/libc++abi/libc++ 2023-08-04 00:51:43 -07:00
lld [lld-macho]Rework error-checking in peeking at first-member in archive to avoid segfault. 2023-08-09 09:54:32 -04:00
lldb [lldb] Sink StreamFile into lldbHost 2023-08-09 17:17:18 -07:00
llvm [RISCV] Enable alias analysis by default 2023-08-10 10:48:43 +08:00
llvm-libgcc
mlir Revert "Fix canonicalizer to copy the entire GreedyRewriteConfig instead of selected fields" 2023-08-09 21:28:24 -07:00
openmp [OpenMP] Disable some offloading/api tests for AArch64 2023-08-07 20:26:39 +00:00
polly Clear release notes for 18.x 2023-07-25 13:58:49 +02:00
pstl Clear release notes for 18.x 2023-07-25 13:58:49 +02:00
runtimes
third-party
utils [bazel] Add missing dep after 99475f5b4a 2023-08-09 10:10:52 -07:00
.arcconfig
.arclint
.clang-format
.clang-tidy
.git-blame-ignore-revs Revert "[mlir][spirv] Add D155747 to .git-blame-ignore-revs" 2023-07-21 10:59:16 -04:00
.gitignore
.mailmap
CONTRIBUTING.md
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.