[all-commits] [llvm/llvm-project] 8c57e4: [PAC][lld][AArch64][ELF] Support signed TLSDESC
Daniil Kovalev via All-commits
all-commits at lists.llvm.org
Wed Dec 4 03:57:49 PST 2024
Branch: refs/heads/users/kovdan01/pauth-signed-tlsdesc-lld
Home: https://github.com/llvm/llvm-project
Commit: 8c57e4cf99d7517079df09135f155e16cfe58e21
https://github.com/llvm/llvm-project/commit/8c57e4cf99d7517079df09135f155e16cfe58e21
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/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: 8f7109c12ba2babf1ba9f7db6eaa3500f53fe0df
https://github.com/llvm/llvm-project/commit/8f7109c12ba2babf1ba9f7db6eaa3500f53fe0df
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-04 (Wed, 04 Dec 2024)
Changed paths:
M lld/ELF/Relocations.cpp
Log Message:
-----------
Address review comments
Commit: 87b0539917072f1a6013a5ce2dfbe0bc85cd964b
https://github.com/llvm/llvm-project/commit/87b0539917072f1a6013a5ce2dfbe0bc85cd964b
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-04 (Wed, 04 Dec 2024)
Changed paths:
M lld/test/ELF/aarch64-tlsdesc-pauth.s
Log Message:
-----------
Use /// for comments in tests
Commit: 2acceb168f6a2da68dde0a641b2b4a9ce0705994
https://github.com/llvm/llvm-project/commit/2acceb168f6a2da68dde0a641b2b4a9ce0705994
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-04 (Wed, 04 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: 9b632094d8428e3673adf43761c38fe91d6bffa9
https://github.com/llvm/llvm-project/commit/9b632094d8428e3673adf43761c38fe91d6bffa9
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-04 (Wed, 04 Dec 2024)
Changed paths:
M lld/ELF/Relocations.cpp
M lld/test/ELF/aarch64-tlsdesc-pauth.s
Log Message:
-----------
Check multiple errors emitted
Commit: 458f748629d2d443ee2c56f6de049d9622181a13
https://github.com/llvm/llvm-project/commit/458f748629d2d443ee2c56f6de049d9622181a13
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-04 (Wed, 04 Dec 2024)
Changed paths:
M lld/ELF/Relocations.cpp
Log Message:
-----------
Use `Err(ctx)` instead of `fatal` and use `getLocation` in error message
Commit: 72d6e0ca1b58c38f6d62493bf1d1567ed9c7e941
https://github.com/llvm/llvm-project/commit/72d6e0ca1b58c38f6d62493bf1d1567ed9c7e941
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-04 (Wed, 04 Dec 2024)
Changed paths:
M lld/test/ELF/aarch64-tlsdesc-pauth.s
Log Message:
-----------
Address review comments
Commit: a41e25d36f71591995ac7d97fa120395f7caf443
https://github.com/llvm/llvm-project/commit/a41e25d36f71591995ac7d97fa120395f7caf443
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
Compare: https://github.com/llvm/llvm-project/compare/c19ea168975c...a41e25d36f71
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