commit | 09175195320cb573d5015e30b6da4e5677350364 | [log] [tgz] |
---|---|---|
author | Marina Taylor <marina_taylor@apple.com> | Mon Mar 17 18:28:45 2025 +0000 |
committer | Marina Taylor <marina_taylor@apple.com> | Fri May 02 17:37:37 2025 +0100 |
tree | ea3310183791c595231e52adc7f6d6cf1426196e | |
parent | ee3610efb511ec0a8d5ebd2016ce23b4b4344cd1 [diff] |
[AArch64] Allow the clang.arc.attachedcall marker to be optional. Now that the clang.arc.attachedcall bundle requires having an operand, which we emit a call to in the RVMARKER sequence, we can achieve our real goal: make the marker NOP optional. The intention is that a new objc runtime call will be introduced, which doesn't require the NOP to be present, but must be adjacent to the possibly-autorelease-returning call (that the bundle is attached to). This is achieved by having ISel embed whether the marker is necessary with an additional boolean target immediate operand. Co-authored-by: Ahmed Bougacha <ahmed@bougacha.org>
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.