[all-commits] [llvm/llvm-project] a3cb7c: [PAC][lld][AArch64][ELF] Support signed TLSDESC
Daniil Kovalev via All-commits
all-commits at lists.llvm.org
Sun Dec 1 14:29:11 PST 2024
Branch: refs/heads/users/kovdan01/pauth-signed-tlsdesc-lld
Home: https://github.com/llvm/llvm-project
Commit: a3cb7c88370a9aea7f276ebd39a548ff64abf6cc
https://github.com/llvm/llvm-project/commit/a3cb7c88370a9aea7f276ebd39a548ff64abf6cc
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-02 (Mon, 02 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/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: 6736c92c9540e0cb61c502ace17189d359a2721d
https://github.com/llvm/llvm-project/commit/6736c92c9540e0cb61c502ace17189d359a2721d
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-02 (Mon, 02 Dec 2024)
Changed paths:
M lld/ELF/Relocations.cpp
Log Message:
-----------
Address review comments
Commit: d0da89c091bf01f5983b6d26f570ba559d18390e
https://github.com/llvm/llvm-project/commit/d0da89c091bf01f5983b6d26f570ba559d18390e
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-02 (Mon, 02 Dec 2024)
Changed paths:
M lld/test/ELF/aarch64-tlsdesc-pauth.s
Log Message:
-----------
Use /// for comments in tests
Commit: 68254048260866a849140c5ee6bdf09351ba3e2a
https://github.com/llvm/llvm-project/commit/68254048260866a849140c5ee6bdf09351ba3e2a
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-02 (Mon, 02 Dec 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: aee6887e5bc6d88720d5a83e7c917a7c51879803
https://github.com/llvm/llvm-project/commit/aee6887e5bc6d88720d5a83e7c917a7c51879803
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-02 (Mon, 02 Dec 2024)
Changed paths:
M lld/ELF/Relocations.cpp
M lld/test/ELF/aarch64-tlsdesc-pauth.s
Log Message:
-----------
Check multiple errors emitted
Commit: f0d4c0d30deedd90cb8cf2427fd36e18099ec443
https://github.com/llvm/llvm-project/commit/f0d4c0d30deedd90cb8cf2427fd36e18099ec443
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-02 (Mon, 02 Dec 2024)
Changed paths:
M lld/ELF/Relocations.cpp
Log Message:
-----------
Use `Err(ctx)` instead of `fatal` and use `getLocation` in error message
Commit: c19ea168975cb29b3e5c71d6a9687150f458bac6
https://github.com/llvm/llvm-project/commit/c19ea168975cb29b3e5c71d6a9687150f458bac6
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-02 (Mon, 02 Dec 2024)
Changed paths:
M lld/test/ELF/aarch64-tlsdesc-pauth.s
Log Message:
-----------
Address review comments
Compare: https://github.com/llvm/llvm-project/compare/b14271d2cfb6...c19ea168975c
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