[all-commits] [llvm/llvm-project] 6aced2: [PAC][lld][AArch64][ELF] Support signed GOT with t...

Daniil Kovalev via All-commits all-commits at lists.llvm.org
Wed Dec 4 03:58:18 PST 2024


  Branch: refs/heads/users/kovdan01/pauth-signed-got-tiny-lld
  Home:   https://github.com/llvm/llvm-project
  Commit: 6aced2afcc1a97719464024ada75da2c47994ca8
      https://github.com/llvm/llvm-project/commit/6aced2afcc1a97719464024ada75da2c47994ca8
  Author: Daniil Kovalev <dkovalev at accesssoftek.com>
  Date:   2024-12-04 (Wed, 04 Dec 2024)

  Changed paths:
    M lld/ELF/Arch/AArch64.cpp
    M lld/ELF/InputSection.cpp
    M lld/ELF/Relocations.cpp
    M lld/ELF/Relocations.h
    M lld/test/ELF/aarch64-got-relocations-pauth.s

  Log Message:
  -----------
  [PAC][lld][AArch64][ELF] Support signed GOT with tiny code model

Support `R_AARCH64_AUTH_GOT_ADR_PREL_LO21` and `R_AARCH64_AUTH_GOT_LD_PREL19`
GOT-generating relocations.


  Commit: 3835c2e15028ba2333cb0c4e78f70d1b3cdd2454
      https://github.com/llvm/llvm-project/commit/3835c2e15028ba2333cb0c4e78f70d1b3cdd2454
  Author: Daniil Kovalev <dkovalev at accesssoftek.com>
  Date:   2024-12-04 (Wed, 04 Dec 2024)

  Changed paths:
    M lld/test/ELF/aarch64-got-relocations-pauth.s

  Log Message:
  -----------
  Use `##` for comments in tests


  Commit: 8a02449d00a9c7679b168b189d0e146e07420caf
      https://github.com/llvm/llvm-project/commit/8a02449d00a9c7679b168b189d0e146e07420caf
  Author: Daniil Kovalev <dkovalev at accesssoftek.com>
  Date:   2024-12-04 (Wed, 04 Dec 2024)

  Changed paths:
    M lld/test/ELF/aarch64-got-relocations-pauth.s

  Log Message:
  -----------
  Address review comments


  Commit: 7f6ae28b2177283e94bbbaa4d505692d1c31c257
      https://github.com/llvm/llvm-project/commit/7f6ae28b2177283e94bbbaa4d505692d1c31c257
  Author: Daniil Kovalev <dkovalev at accesssoftek.com>
  Date:   2024-12-04 (Wed, 04 Dec 2024)

  Changed paths:
    M lld/test/ELF/aarch64-got-relocations-pauth.s

  Log Message:
  -----------
  Remove unneeded blank line in test


  Commit: 3fdffc5d7c806b177cfec536f779c5fc9b016f0c
      https://github.com/llvm/llvm-project/commit/3fdffc5d7c806b177cfec536f779c5fc9b016f0c
  Author: Daniil Kovalev <dkovalev at accesssoftek.com>
  Date:   2024-12-04 (Wed, 04 Dec 2024)

  Changed paths:
    M lld/ELF/InputSection.cpp

  Log Message:
  -----------
  Fix build after #118424


  Commit: 1de7b3eb6d35437eea495a8c465958d0a98a61e9
      https://github.com/llvm/llvm-project/commit/1de7b3eb6d35437eea495a8c465958d0a98a61e9
  Author: Daniil Kovalev <dkovalev at accesssoftek.com>
  Date:   2024-12-04 (Wed, 04 Dec 2024)

  Changed paths:
    M lld/test/ELF/aarch64-got-relocations-pauth.s

  Log Message:
  -----------
  Change reloc codes in tests (see also #118214)


Compare: https://github.com/llvm/llvm-project/compare/ecc8b1495852...1de7b3eb6d35

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