[all-commits] [llvm/llvm-project] ece091: [PAC][lld][AArch64][ELF] Support signed TLSDESC
Daniil Kovalev via All-commits
all-commits at lists.llvm.org
Mon Nov 18 04:03:39 PST 2024
Branch: refs/heads/users/kovdan01/pauth-signed-tlsdesc-lld
Home: https://github.com/llvm/llvm-project
Commit: ece091010f97775f2ea857ea21cbbc117b0d63ad
https://github.com/llvm/llvm-project/commit/ece091010f97775f2ea857ea21cbbc117b0d63ad
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-11-18 (Mon, 18 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: 66460f9747c4a42a3e8749647a65be3cc8f53e71
https://github.com/llvm/llvm-project/commit/66460f9747c4a42a3e8749647a65be3cc8f53e71
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-11-18 (Mon, 18 Nov 2024)
Changed paths:
M lld/ELF/Relocations.cpp
Log Message:
-----------
Address review comments
Commit: 2823abc2c99e24a216be361da5dfe9cbbc00d899
https://github.com/llvm/llvm-project/commit/2823abc2c99e24a216be361da5dfe9cbbc00d899
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-11-18 (Mon, 18 Nov 2024)
Changed paths:
M lld/test/ELF/aarch64-tlsdesc-pauth.s
Log Message:
-----------
Use /// for comments in tests
Commit: 3bacb665cce2f34eff4c1fd304b794e6a320f850
https://github.com/llvm/llvm-project/commit/3bacb665cce2f34eff4c1fd304b794e6a320f850
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-11-18 (Mon, 18 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: ecff903a1a67520b82f3af4e1c33e4eed11347ed
https://github.com/llvm/llvm-project/commit/ecff903a1a67520b82f3af4e1c33e4eed11347ed
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-11-18 (Mon, 18 Nov 2024)
Changed paths:
M lld/test/ELF/aarch64-tlsdesc-pauth.s
Log Message:
-----------
Check multiple errors emitted
Compare: https://github.com/llvm/llvm-project/compare/dce37de6abb3...ecff903a1a67
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