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

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


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

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

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


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

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

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


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

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

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


  Commit: 6dd8d2cb761e556f188214fa501267e554c56779
      https://github.com/llvm/llvm-project/commit/6dd8d2cb761e556f188214fa501267e554c56779
  Author: Daniil Kovalev <dkovalev at accesssoftek.com>
  Date:   2024-12-16 (Mon, 16 Dec 2024)

  Changed paths:
    M lld/ELF/InputSection.cpp

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


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

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

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


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

  Changed paths:
    M lld/ELF/Relocations.cpp

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


  Commit: 9b7132218d639b5abb3acf429fb621a0e65e457e
      https://github.com/llvm/llvm-project/commit/9b7132218d639b5abb3acf429fb621a0e65e457e
  Author: Daniil Kovalev <dkovalev at accesssoftek.com>
  Date:   2024-12-16 (Mon, 16 Dec 2024)

  Changed paths:
    M lld/ELF/Relocations.cpp

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


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

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

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


  Commit: 45898edd823d1a4ef7330daab3d9ff98125ae523
      https://github.com/llvm/llvm-project/commit/45898edd823d1a4ef7330daab3d9ff98125ae523
  Author: Daniil Kovalev <dkovalev at accesssoftek.com>
  Date:   2024-12-16 (Mon, 16 Dec 2024)

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

  Log Message:
  -----------
  Fix check prefixes


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

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