llvm with tablegen backend for capstone disassembler
Go to file
Louis Dionne 8908296b62 [libc++][NFC] Move 32-bit pointer Lit feature check where it belongs
It was previously defined in the block where we defined back-deployment
features.
2023-12-08 09:43:42 -05:00
.ci [CI] Add check-mlir-python to MLIR pre-merge checks (#72847) 2023-11-25 09:55:32 +00:00
.github [SPIR-V] Add pre-commit CI workflow (#74092) 2023-12-07 09:42:30 -05:00
bolt [BOLT] [Passes] Fix two compile warnings in BOLT (#73086) 2023-12-06 11:19:07 -08:00
clang [OpenACC][NFC] Change Readonly token check to use isSpecialTokenKind 2023-12-08 06:14:21 -08:00
clang-tools-extra [clang-tidy] Add check hicpp-ignored-remove-result (#73119) 2023-12-07 20:55:17 +01:00
cmake
compiler-rt [ORC-RT][ORC][MachO] Fix some issues with executor-side symbol tables. 2023-12-07 14:38:51 -08:00
cross-project-tests [cross-project-tests] Fix struct-dse example so that it fails again (#73566) 2023-11-27 13:14:10 -08:00
flang [flang] Fix length handling in character kind implicit conversion (#74586) 2023-12-08 15:25:56 +01:00
libc [libc] fix -Wshift-count-overflow in UInt.h (#74649) 2023-12-07 08:20:46 -08:00
libclc
libcxx [libc++][NFC] Move 32-bit pointer Lit feature check where it belongs 2023-12-08 09:43:42 -05:00
libcxxabi [libc++abi] Fix lpStart adjustment for exceptions table (#72727) 2023-12-06 20:54:21 -08:00
libunwind [libunwind][WebAssembly] Omit unused parts of libunwind.cpp for Wasm (#73196) 2023-11-29 18:03:58 -08:00
lld [AMDGPU][NFC] Improve testing for AMDHSA ABI Version (#74300) 2023-12-08 18:09:45 +05:30
lldb [lldb][test] Disable image lookup colour test on Mac OS 2023-12-08 13:44:06 +00:00
llvm [NFC][LLVM] clang-format "struct ValID" within LLParser.h. 2023-12-08 13:49:16 +00:00
llvm-libgcc
mlir [mlir] Add missing MLIR_ENABLE_EXECUTION_ENGINE option to MLIRConfig.cmake.in 2023-12-08 04:12:47 -08:00
openmp [OpenMP][Fix] Fix test initialization (#74801) 2023-12-07 22:20:32 -05: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 [mlir][SCF] Retire SCF-specific to_memref/to_tensor canonicalization patterns (#74551) 2023-12-07 08:24:17 +09:00
.arcconfig
.arclint
.clang-format
.clang-tidy
.git-blame-ignore-revs [git] Add _LIBCPP_INLINE_VISIBILITY renaming to .git-blame-ignore-revs file 2023-12-04 10:26:52 -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.