llvm with tablegen backend for capstone disassembler
Go to file
2023-12-15 10:14:38 +01:00
.ci [CI] Add check-mlir-python to MLIR pre-merge checks (#72847) 2023-11-25 09:55:32 +00:00
.github workflows/release-binaries: Add schedule to run job once per month (#73812) 2023-12-13 12:50:52 -08:00
bolt [RISCV] Support printing immediate of RISCV MCInst in hexadecimal format (#74053) 2023-12-14 22:42:11 -08:00
clang [AMDGPU][GFX12] Add new v_permlane16 variants (#75475) 2023-12-15 10:14:38 +01:00
clang-tools-extra [clang][modules] Deprecate module.map in favor of module.modulemap (#75142) 2023-12-14 14:03:57 -08:00
cmake
compiler-rt Fix comparing in instrprof-binary-correlate.c 2023-12-14 20:47:47 -05:00
cross-project-tests [Dexter] Set ShouldBuild=false for Visual Studio solutions (#75045) 2023-12-11 15:19:40 +00:00
flang [flang][openacc/mp][NFC] Fix order of template arguments (#75538) 2023-12-14 21:13:38 -08:00
libc [libc][NFC] Split str_to_float tests and reduce type clutter (#75471) 2023-12-15 09:44:10 +01:00
libclc
libcxx [libc++][test] Enhance ADDITIONAL_COMPILE_FLAGS, use TEST_MEOW_DIAGNOSTIC_IGNORED sparingly (#75317) 2023-12-14 17:38:27 -05:00
libcxxabi [runtimes] Don't link against compiler-rt explicitly when we use -nostdlib++ (#75089) 2023-12-13 13:57:48 -05:00
libunwind [runtimes] Don't link against compiler-rt explicitly when we use -nostdlib++ (#75089) 2023-12-13 13:57:48 -05:00
lld [RISCV] Support printing immediate of RISCV MCInst in hexadecimal format (#74053) 2023-12-14 22:42:11 -08:00
lldb Add option to pass thread ID to thread select command (#73596) 2023-12-14 15:19:38 -08:00
llvm [AMDGPU][GFX12] Add new v_permlane16 variants (#75475) 2023-12-15 10:14:38 +01:00
llvm-libgcc
mlir [mlir][ArmSME] Fail instead of error in vector.outerproduct lowering (#75447) 2023-12-15 07:30:32 +00:00
openmp [openmp][wasm] Allow compiling OpenMP to WebAssembly (#71297) 2023-12-14 13:48:01 -06:00
polly [polly][NFC] Refactor reduction detection code for modularity (#72343) 2023-12-07 14:04:52 -08:00
pstl
runtimes [CMake] Always define runtimes-test-depends (#73629) 2023-11-28 15:30:52 -08:00
third-party
utils [libc][NFC] Split str_to_float tests and reduce type clutter (#75471) 2023-12-15 09:44:10 +01:00
.arcconfig
.arclint
.clang-format
.clang-tidy
.git-blame-ignore-revs [libc++][NFC] Add _VSTD renaming commit to git-blame-ignore-revs 2023-12-08 09:59:15 -05:00
.gitignore
.mailmap [mailmap] Add my entry 2023-12-07 10:26:36 +08:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE.TXT
README.md
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.