[PATCH] D112425: [ARM] emit PACBTI-M build attributes

Ties Stuij via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 25 03:24:10 PDT 2021


stuij created this revision.
Herald added subscribers: jdoerfert, hiraditya, kristof.beyls.
stuij requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This patch is part of a series that adds support for the PACBTI-M extension of
the Armv8.1-M architecture, as detailed here:

https://community.arm.com/arm-community-blogs/b/architectures-and-processors-blog/posts/armv8-1-m-pointer-authentication-and-branch-target-identification-extension

The PACBTI-M specification can be found in the Armv8-M Architecture Reference
Manual:

https://developer.arm.com/documentation/ddi0553/latest

The following people contributed to this patch:

- Victor Campos
- Ties Stuij


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D112425

Files:
  llvm/include/llvm/Support/ARMAttributeParser.h
  llvm/include/llvm/Support/ARMBuildAttributes.h
  llvm/lib/Support/ARMAttributeParser.cpp
  llvm/lib/Support/ARMBuildAttrs.cpp
  llvm/lib/Target/ARM/ARMAsmPrinter.cpp
  llvm/lib/Target/ARM/MCTargetDesc/ARMTargetStreamer.cpp
  llvm/test/CodeGen/ARM/build-attributes-encoding.s
  llvm/test/CodeGen/ARM/build-attributes.ll
  llvm/test/CodeGen/ARM/pacbti-module-attrs.ll
  llvm/test/MC/ARM/directive-eabi_attribute.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112425.381909.patch
Type: text/x-patch
Size: 12737 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211025/e914312c/attachment.bin>


More information about the llvm-commits mailing list