llvm with tablegen backend for capstone disassembler
Go to file
2023-12-18 14:04:41 -05: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 fixup! fixup! [GlobalISel] Always direct-call IFuncs and Aliases (#74902) 2023-12-15 12:48:11 -07:00
clang [HLSL][DirectX] Move handling of resource element types into the frontend 2023-12-18 11:43:52 -07:00
clang-tools-extra Use StringRef::{starts,ends}_with (NFC) 2023-12-16 15:02:17 -08:00
cmake
compiler-rt Revert "[PGO][GlobalValue][LTO]In GlobalValues::getGlobalIdentifier, use semicolon as delimiter for local-linkage varibles." (#75835) 2023-12-18 09:39:55 -08:00
cross-project-tests [Dexter] Set ShouldBuild=false for Visual Studio solutions (#75045) 2023-12-11 15:19:40 +00:00
flang [Flang][OpenMp]Add testcase for threadprivate with blank common block (#74969) 2023-12-18 18:27:34 +05:30
libc [libc] Improve get_object_files_for_test to reduce CMake configure time for tests. (#75552) 2023-12-18 13:07:05 -05:00
libclc [LIBCLC] Teach prepare-builtins how to handle text based IR (#66993) 2023-10-03 14:28:01 +02:00
libcxx [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
libcxxabi [libc++] Add a picolibc test configuration with exceptions enabled (#75462) 2023-12-18 10:25:50 -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 [LTO] Improve diagnostics handling when parsing module-level inline assembly (#75726) 2023-12-18 09:46:58 -08:00
lldb [lldb] Use StringRef::starts_with (NFC) 2023-12-17 15:51:48 -08:00
llvm [AMDGPU] Produce better memoperand for LDS DMA (#75247) 2023-12-18 11:01:12 -08:00
llvm-libgcc [llvm-libgcc][CMake] Refactor llvm-libgcc (#65455) 2023-09-18 22:56:03 -07:00
mlir [MLIR][Linalg] Support dynamic sizes in lower_unpack (#75494) 2023-12-18 19:02:04 +01:00
openmp [OpenMP] Directly use user's grid and block size in kernel language mode (#70612) 2023-12-18 12:26:18 -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 [gtest] Disable new posix::FOpen Windows implementation for now 2023-09-28 21:11:09 +02:00
utils Reapply "[bazel] Port 2e45326b088b3b2f5c8327f6d5e61bdd2845bbbe" 2023-12-18 13:26:38 +01:00
.arcconfig
.arclint
.clang-format
.clang-tidy
.git-blame-ignore-revs [libc++] Add libc++ clang-formatting commit to git-blame-ignore-revs file 2023-12-18 14:04:41 -05:00
.gitattributes [libc++] Format the code base (#74334) 2023-12-18 14:01:33 -05:00
.gitignore Revert accidental .gitignore change from 9b7763821a 2023-09-07 22:42:05 -07:00
.mailmap [mailmap] Add my entry 2023-12-07 10:26:36 +08:00
CODE_OF_CONDUCT.md [llvm] Add CODE_OF_CONDUCT.md (#65816) 2023-09-09 10:55:31 -07:00
CONTRIBUTING.md Update CONTRIBUTING.md to remove the not about not accepting PR 2023-09-10 15:21:06 -07:00
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.