[all-commits] [llvm/llvm-project] 149f91: [compiler-rt][AArch64] Don't use x18 in __arm_sme_...

Utkarsh Saxena via All-commits all-commits at lists.llvm.org
Fri Sep 12 08:21:07 PDT 2025


  Branch: refs/heads/users/usx95/08-17-_lifetimesafety_track_gsl_pointer_types
  Home:   https://github.com/llvm/llvm-project
  Commit: 149f91bad66972ad8bf0add5c79bf74055f6905a
      https://github.com/llvm/llvm-project/commit/149f91bad66972ad8bf0add5c79bf74055f6905a
  Author: Sander de Smalen <sander.desmalen at arm.com>
  Date:   2025-09-12 (Fri, 12 Sep 2025)

  Changed paths:
    M compiler-rt/lib/builtins/aarch64/sme-abi.S

  Log Message:
  -----------
  [compiler-rt][AArch64] Don't use x18 in __arm_sme_save (#157802)

The AAPCS recommends avoiding the use of x18 as it may be used for other
purposes such as a shadow call stack.

In this particular case it could just as well use x16 instead.


  Commit: 22c60645a8f70b835d1dc6848e3a00ef90c66e5c
      https://github.com/llvm/llvm-project/commit/22c60645a8f70b835d1dc6848e3a00ef90c66e5c
  Author: Utkarsh Saxena <usx at google.com>
  Date:   2025-09-12 (Fri, 12 Sep 2025)

  Changed paths:
    M compiler-rt/lib/builtins/aarch64/sme-abi.S

  Log Message:
  -----------
  Merge branch 'main' into users/usx95/08-17-_lifetimesafety_track_gsl_pointer_types


Compare: https://github.com/llvm/llvm-project/compare/83a9c8091d3d...22c60645a8f7

To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list