| commit | c8898b09f9cc8b2d8df37c40b1d7c5ab868cd9db | [log] [tgz] |
|---|---|---|
| author | Valentin Clement (バレンタイン クレメン) <clementval@gmail.com> | Thu Mar 06 08:47:27 2025 -0800 |
| committer | GitHub <noreply@github.com> | Thu Mar 06 08:47:27 2025 -0800 |
| tree | 138a93e7fb23b0377d9cd85464d6493ad5754f07 | |
| parent | 5ae19fad3f1a73577cb8446b2b88eea5b3d0c8f0 [diff] |
[flang][rt] Use allocator registry to allocate the pointer payload (#129992) pointer allocation is done through `AllocateValidatedPointerPayload`. This function was not updated to use the registered allocators in the descriptor to perform the allocation. This patch makes use of the allocator. The footer word is not set and not checked for allocator other than the default one. The support will likely come in a follow up patch but this will necessitate more functions to be registered to be able to set and get the footer value when the allocation in on the device.
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.