llvm with tablegen backend for capstone disassembler
Go to file
2023-11-16 16:14:15 -08:00
.ci [ci] diff with main merge-base (#69308) 2023-10-17 11:24:43 +02:00
.github [GitHub] Compress mlir/spirv patterns in CODEOWNERS. NFCI. (#72485) 2023-11-16 02:58:01 -05:00
bolt [Bolt] Solving pie support issue (#65494) 2023-11-16 15:05:06 +08:00
clang [clang-format] Handle lambdas in QualifierAlignment (#72456) 2023-11-16 15:00:09 -08:00
clang-tools-extra [clang-tidy] bugprone-assert-side-effect non-const operator methods (#71974) 2023-11-16 09:53:40 +01:00
cmake
compiler-rt [builtins][test] Don't XFAIL divtc3_test.c on 32-bit Solaris/sparc fo… (#72403) 2023-11-15 20:52:23 +01:00
cross-project-tests [Dexter] Associate parser errors with correct file (#66765) 2023-09-19 14:16:17 +01:00
flang [flang][OpenMP] Add semantic check for declare target (#71861) 2023-11-16 18:03:32 -06:00
libc [libc] Remove recursion in get_object_files_for_test to improve build time. (#72351) 2023-11-16 08:55:51 -05:00
libclc [LIBCLC] Teach prepare-builtins how to handle text based IR (#66993) 2023-10-03 14:28:01 +02:00
libcxx [libc++] Fixes lit portability issues. (#72435) 2023-11-16 17:56:34 -05:00
libcxxabi [runtimes] Add TODO about CXX_STANDARD_REQUIRED being off after review comment 2023-11-16 14:58:52 -05:00
libunwind [libunwind] Remove unnecessary strcpy dependency (#72043) 2023-11-15 18:41:53 -05:00
lld [ELF] Merge verdefIndex into versionId. NFC (#72208) 2023-11-16 01:03:52 -08:00
lldb [lldb] Add interface to check if UserExpression::Parse() is cacheable (#66826) 2023-11-16 14:20:14 -08:00
llvm [ORC] Fix some typos in comments in MachOPlatform. 2023-11-16 16:14:15 -08:00
llvm-libgcc
mlir [mlir][sparse] code cleanup (remove dead code related to filter loop). (#72573) 2023-11-16 14:26:09 -08:00
openmp [flang][NVPTX] Add initial support to the NVPTX target (#71992) 2023-11-16 11:34:28 -05:00
polly [NFC] Remove Type::getInt8PtrTy (#71029) 2023-11-07 17:26:26 +01:00
pstl
runtimes [libc++][Android] Support libc++ testing on Android (#69274) 2023-10-19 16:58:30 -04:00
third-party [gtest] Disable new posix::FOpen Windows implementation for now 2023-09-28 21:11:09 +02:00
utils [bazel] Add @pybind11 deps (#72471) 2023-11-15 21:41:19 -08:00
.arcconfig
.arclint
.clang-format
.clang-tidy
.git-blame-ignore-revs
.gitignore
.mailmap
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.