llvm with tablegen backend for capstone disassembler
Go to file
Matthias Springer 77f5b33c46
[mlir][SCF] Retire SCF-specific to_memref/to_tensor canonicalization patterns (#74551)
The partial bufferization framework has been replaced with One-Shot
Bufferize. SCF-specific canonicalization patterns for
`to_memref`/`to_tensor` are no longer needed.
2023-12-07 08:24:17 +09:00
.ci [CI] Add check-mlir-python to MLIR pre-merge checks (#72847) 2023-11-25 09:55:32 +00:00
.github Disable fail-fast for libc++ builders. (#74485) 2023-12-05 15:01:46 -05:00
bolt [BOLT] [Passes] Fix two compile warnings in BOLT (#73086) 2023-12-06 11:19:07 -08:00
clang [Clang][Sema] Don't say "is declared here" for invalid template locations 2023-12-06 15:10:45 -08:00
clang-tools-extra [clang-tidy][NFC] Change ArrayRef into std::vector in modernize-use-std-numbers 2023-12-06 20:50:48 +00:00
cmake
compiler-rt Re-apply "[llvm-jitlink] Add Process and Platform JITDylibs, ..." with fixes. 2023-12-06 12:35:56 -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 [mlir][openacc] Switch * to star which is more MLIR friendly (#74662) 2023-12-06 14:53:23 -08:00
libc [libc] fix -Wtype-limits in wctob (#74511) 2023-12-05 15:37:27 -08:00
libclc [LIBCLC] Teach prepare-builtins how to handle text based IR (#66993) 2023-10-03 14:28:01 +02:00
libcxx [libcxx] reorganises the hardening documentation (#73159) 2023-12-06 14:23:35 -08:00
libcxxabi [libc++] Remove dependence on <ciso646> (#73271) 2023-12-06 11:42:55 -05:00
libunwind [libunwind][WebAssembly] Omit unused parts of libunwind.cpp for Wasm (#73196) 2023-11-29 18:03:58 -08:00
lld [ELF] IWYU <optional> NFC 2023-12-06 15:18:46 -08:00
lldb [lldb] Un-xfail test after commit revert 2023-12-06 14:35:34 -08:00
llvm Recommit "[Reassociate] Use disjoint flag to convert Or to Add. (#72772)" 2023-12-06 14:16:56 -08:00
llvm-libgcc [llvm-libgcc][CMake] Refactor llvm-libgcc (#65455) 2023-09-18 22:56:03 -07:00
mlir [mlir][SCF] Retire SCF-specific to_memref/to_tensor canonicalization patterns (#74551) 2023-12-07 08:24:17 +09:00
openmp [OpenMP][NFC] Actually use a string in the error message 2023-12-06 15:06:21 -08:00
polly [Polly] Add disjoint flag to some tests (NFC) 2023-12-05 14:37:19 +01: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 [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 Revert accidental .gitignore change from 9b7763821a 2023-09-07 22:42:05 -07:00
.mailmap [mailmap] Add entry for myself 2023-12-04 18:05:55 +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.