llvm with tablegen backend for capstone disassembler
Go to file
Harsh Menon 26fee2b3cb [mlir] [linalg] Update documentation for fuse_into_containing_op
This patch updates the docs for fuse_into_containing_op. It
updates the returned values to include the new_containing_op
and adds a brief description of the new_containing_op.

updates the docs with new changes in the
op regarding the return of the new_containing_op as well
as a brief description o

Differential Revision: https://reviews.llvm.org/D152044
2023-06-05 08:24:32 -07:00
.github/workflows
bolt [BOLT][DWARF] Fix handling of GCed CU function 2023-06-01 12:06:47 -07:00
clang [NFC][CLANG] Fix nullptr dereference issue in checkSizelessVectorShift() 2023-06-05 08:12:33 -07:00
clang-tools-extra [clangd] Revert to older include spelling approach. 2023-06-05 15:18:28 +00:00
cmake [CMake] Ensure CLANG_RESOURCE_DIR is respected. 2023-06-03 04:21:35 -07:00
compiler-rt [CMake] Ensure CLANG_RESOURCE_DIR is respected. 2023-06-03 04:21:35 -07:00
cross-project-tests
flang [Flang][OpenMP][MLIR] Add lowering from PFT to MLIR (FIR) for OpenMP declare target directive in Flang 2023-06-05 07:07:56 -05:00
libc Revert D148717 "[libc] Improve memcmp latency and codegen" 2023-06-05 09:50:30 +00:00
libclc
libcxx [libc++] Use .gen.py tests for the transitive inclusion tests 2023-06-05 07:23:31 -07:00
libcxxabi remove Demangle/StringView.h 2023-06-01 10:13:33 -07:00
libunwind
lld [ThinLTO] Fix internalization decisions for weak/linkonce ODR 2023-06-02 15:34:14 -07:00
lldb [CMake] Ensure CLANG_RESOURCE_DIR is respected. 2023-06-03 04:21:35 -07:00
llvm Revert "[DAGCombine] Make sure combined nodes are added back to the worklist in topological order." 2023-06-05 10:55:58 -04:00
llvm-libgcc
mlir [mlir] [linalg] Update documentation for fuse_into_containing_op 2023-06-05 08:24:32 -07:00
openmp [CMake] Ensure CLANG_RESOURCE_DIR is respected. 2023-06-03 04:21:35 -07:00
polly
pstl
runtimes
third-party
utils [bazel] Merge BytecodeOpInterface target into IR. 2023-06-05 11:57:12 +02:00
.arcconfig
.arclint
.clang-format
.clang-tidy
.git-blame-ignore-revs
.gitignore
.mailmap
CONTRIBUTING.md
LICENSE.TXT
README.md
SECURITY.md

The LLVM Compiler Infrastructure

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, or #llvm IRC channel on OFTC.

The LLVM project has adopted a code of conduct for participants to all modes of communication within the project.