| commit | 2a4e61b342e7a19bcb229ef16dee083c58224a3f | [log] [tgz] |
|---|---|---|
| author | Matthias Springer <me@m-sp.org> | Thu Apr 18 13:26:15 2024 +0200 |
| committer | GitHub <noreply@github.com> | Thu Apr 18 13:26:15 2024 +0200 |
| tree | 0ed0358d5df64a28df76ddc0d12c4c903b074b1c | |
| parent | 9462abdff1687c1e35574cdef8de6c549addc42a [diff] |
[mlir][NFC] Move and improve ownership-based buffer dellocation docs (#89196) Move the documentation of the ownership-based buffer deallocation pass to a separate file. Also improve the documentation a bit and insert a figure that explains the `bufferization.dealloc` op (copied from the tutorial at the LLVM Dev Summit 2023).
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.
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.
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.