[all-commits] [llvm/llvm-project] e56c23: [PAC][lld][AArch64][ELF] Support signed GOT with t...
Daniil Kovalev via All-commits
all-commits at lists.llvm.org
Sun Dec 8 06:08:04 PST 2024
Branch: refs/heads/users/kovdan01/pauth-signed-got-tiny-lld
Home: https://github.com/llvm/llvm-project
Commit: e56c23349f6a25e69cc5c61977c24b774c7a4e80
https://github.com/llvm/llvm-project/commit/e56c23349f6a25e69cc5c61977c24b774c7a4e80
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-08 (Sun, 08 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: eef6996a473339a848b4b0de6061c7fba7c01143
https://github.com/llvm/llvm-project/commit/eef6996a473339a848b4b0de6061c7fba7c01143
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-08 (Sun, 08 Dec 2024)
Changed paths:
M lld/test/ELF/aarch64-got-relocations-pauth.s
Log Message:
-----------
Use `##` for comments in tests
Commit: 0f08e0c8621db01f2959a12468fea8d08699fcf5
https://github.com/llvm/llvm-project/commit/0f08e0c8621db01f2959a12468fea8d08699fcf5
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-08 (Sun, 08 Dec 2024)
Changed paths:
M lld/test/ELF/aarch64-got-relocations-pauth.s
Log Message:
-----------
Address review comments
Commit: e39e474c2ada2b93fb91c1617e484ee58db477cf
https://github.com/llvm/llvm-project/commit/e39e474c2ada2b93fb91c1617e484ee58db477cf
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-08 (Sun, 08 Dec 2024)
Changed paths:
M lld/test/ELF/aarch64-got-relocations-pauth.s
Log Message:
-----------
Remove unneeded blank line in test
Commit: 6d65b58afaa940d2617668b562e5f4636b4fd090
https://github.com/llvm/llvm-project/commit/6d65b58afaa940d2617668b562e5f4636b4fd090
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-08 (Sun, 08 Dec 2024)
Changed paths:
M lld/ELF/InputSection.cpp
Log Message:
-----------
Fix build after #118424
Commit: 8284c209d76f6098dbe8bd9d66671ddf77bf7aba
https://github.com/llvm/llvm-project/commit/8284c209d76f6098dbe8bd9d66671ddf77bf7aba
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-08 (Sun, 08 Dec 2024)
Changed paths:
M lld/test/ELF/aarch64-got-relocations-pauth.s
Log Message:
-----------
Change reloc codes in tests (see also #118214)
Commit: 7a987ebe18a415582399e782796bf16d6e382fce
https://github.com/llvm/llvm-project/commit/7a987ebe18a415582399e782796bf16d6e382fce
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-08 (Sun, 08 Dec 2024)
Changed paths:
M lld/ELF/Relocations.cpp
Log Message:
-----------
Fix formatting
Commit: e7443e9414c29c4b11e8b695f3db0b80f4fd00c9
https://github.com/llvm/llvm-project/commit/e7443e9414c29c4b11e8b695f3db0b80f4fd00c9
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-08 (Sun, 08 Dec 2024)
Changed paths:
M lld/ELF/Relocations.cpp
Log Message:
-----------
Fix typo error
Compare: https://github.com/llvm/llvm-project/compare/758fac9e96d9...e7443e9414c2
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