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

Daniil Kovalev via All-commits all-commits at lists.llvm.org
Sun Dec 15 07:54:23 PST 2024


  Branch: refs/heads/users/kovdan01/pauth-signed-got-tiny-lld
  Home:   https://github.com/llvm/llvm-project
  Commit: de7feb154caec76b1ddf705689d1e7e8b4b2c491
      https://github.com/llvm/llvm-project/commit/de7feb154caec76b1ddf705689d1e7e8b4b2c491
  Author: Daniil Kovalev <dkovalev at accesssoftek.com>
  Date:   2024-12-15 (Sun, 15 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: e373e607d1ea3b5803dd553767a7d8c91ad4cf58
      https://github.com/llvm/llvm-project/commit/e373e607d1ea3b5803dd553767a7d8c91ad4cf58
  Author: Daniil Kovalev <dkovalev at accesssoftek.com>
  Date:   2024-12-15 (Sun, 15 Dec 2024)

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

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


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

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

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


  Commit: c6803d676fc6c51e1fd4658f10e046ea4ded8679
      https://github.com/llvm/llvm-project/commit/c6803d676fc6c51e1fd4658f10e046ea4ded8679
  Author: Daniil Kovalev <dkovalev at accesssoftek.com>
  Date:   2024-12-15 (Sun, 15 Dec 2024)

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

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


  Commit: 58e4c495503170df8fedb5cc0904fb28c2ff6717
      https://github.com/llvm/llvm-project/commit/58e4c495503170df8fedb5cc0904fb28c2ff6717
  Author: Daniil Kovalev <dkovalev at accesssoftek.com>
  Date:   2024-12-15 (Sun, 15 Dec 2024)

  Changed paths:
    M lld/ELF/InputSection.cpp

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


  Commit: d471a0779c9c700c24277cfd28671dd45d12112e
      https://github.com/llvm/llvm-project/commit/d471a0779c9c700c24277cfd28671dd45d12112e
  Author: Daniil Kovalev <dkovalev at accesssoftek.com>
  Date:   2024-12-15 (Sun, 15 Dec 2024)

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

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


  Commit: de5e2ae2f4bf15870c391cd8e3300c956d649d8b
      https://github.com/llvm/llvm-project/commit/de5e2ae2f4bf15870c391cd8e3300c956d649d8b
  Author: Daniil Kovalev <dkovalev at accesssoftek.com>
  Date:   2024-12-15 (Sun, 15 Dec 2024)

  Changed paths:
    M lld/ELF/Relocations.cpp

  Log Message:
  -----------
  Fix formatting


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

  Changed paths:
    M lld/ELF/Relocations.cpp

  Log Message:
  -----------
  Fix typo error


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

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

  Log Message:
  -----------
  Do not use terms 'external' and 'local'


Compare: https://github.com/llvm/llvm-project/compare/e7443e9414c2...7d949458a8c0

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