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

Daniil Kovalev via All-commits all-commits at lists.llvm.org
Wed Dec 4 12:05:15 PST 2024


  Branch: refs/heads/users/kovdan01/pauth-signed-got-tiny-lld
  Home:   https://github.com/llvm/llvm-project
  Commit: f061ec8df5648bdff25e0278075ad515e681b698
      https://github.com/llvm/llvm-project/commit/f061ec8df5648bdff25e0278075ad515e681b698
  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: 8fa4f1946811548d18dd0cd0c11b72a93cc54abc
      https://github.com/llvm/llvm-project/commit/8fa4f1946811548d18dd0cd0c11b72a93cc54abc
  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: 9af14a2948db6aae0b970054d482717b8bf3230c
      https://github.com/llvm/llvm-project/commit/9af14a2948db6aae0b970054d482717b8bf3230c
  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: c9c3b8bec86f81a4ff36c89a58fef3ac174804ff
      https://github.com/llvm/llvm-project/commit/c9c3b8bec86f81a4ff36c89a58fef3ac174804ff
  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: 25fb571c111474494a7d2c0497b6592783998ec6
      https://github.com/llvm/llvm-project/commit/25fb571c111474494a7d2c0497b6592783998ec6
  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: 6f3cb95c5a714af5ed6921a3aefb0b87856abc53
      https://github.com/llvm/llvm-project/commit/6f3cb95c5a714af5ed6921a3aefb0b87856abc53
  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)


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

  Changed paths:
    M lld/ELF/Relocations.cpp

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


Compare: https://github.com/llvm/llvm-project/compare/732e1f15d23e...0c161dac70c7

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