[all-commits] [llvm/llvm-project] 17efa9: [PAC][lld][AArch64][ELF] Support signed TLSDESC
Daniil Kovalev via All-commits
all-commits at lists.llvm.org
Sun Nov 24 16:40:55 PST 2024
Branch: refs/heads/users/kovdan01/pauth-signed-tlsdesc-lld
Home: https://github.com/llvm/llvm-project
Commit: 17efa983ef782960545d33200d4a0e9f6ccf3af5
https://github.com/llvm/llvm-project/commit/17efa983ef782960545d33200d4a0e9f6ccf3af5
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-11-25 (Mon, 25 Nov 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/ELF/Symbols.h
M lld/ELF/SyntheticSections.cpp
A lld/test/ELF/aarch64-tlsdesc-pauth.s
Log Message:
-----------
[PAC][lld][AArch64][ELF] Support signed TLSDESC
Support `R_AARCH64_AUTH_TLSDESC_ADR_PAGE21`, `R_AARCH64_AUTH_TLSDESC_LD64_LO12`
and `R_AARCH64_AUTH_TLSDESC_LD64_LO12` static TLSDESC relocations.
Commit: be89fced732b680e4307bf497c27d9dc675e423f
https://github.com/llvm/llvm-project/commit/be89fced732b680e4307bf497c27d9dc675e423f
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-11-25 (Mon, 25 Nov 2024)
Changed paths:
M lld/ELF/Relocations.cpp
Log Message:
-----------
Address review comments
Commit: a00c13dcd5cc48a1379604b064abe5b8ea50cbff
https://github.com/llvm/llvm-project/commit/a00c13dcd5cc48a1379604b064abe5b8ea50cbff
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-11-25 (Mon, 25 Nov 2024)
Changed paths:
M lld/test/ELF/aarch64-tlsdesc-pauth.s
Log Message:
-----------
Use /// for comments in tests
Commit: 7a3eabc685a23ab346820f1af4a3cf0a6fd06b0a
https://github.com/llvm/llvm-project/commit/7a3eabc685a23ab346820f1af4a3cf0a6fd06b0a
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-11-25 (Mon, 25 Nov 2024)
Changed paths:
M lld/ELF/Relocations.cpp
M lld/test/ELF/aarch64-tlsdesc-pauth.s
Log Message:
-----------
Use `Err(ctx)` instead of `fatal` and use `getLocation` in error message
Commit: b14271d2cfb6a86987f4d6e581631946b848dd4d
https://github.com/llvm/llvm-project/commit/b14271d2cfb6a86987f4d6e581631946b848dd4d
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-11-25 (Mon, 25 Nov 2024)
Changed paths:
M lld/ELF/Relocations.cpp
M lld/test/ELF/aarch64-tlsdesc-pauth.s
Log Message:
-----------
Check multiple errors emitted
Compare: https://github.com/llvm/llvm-project/compare/ecff903a1a67...b14271d2cfb6
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