[all-commits] [llvm/llvm-project] ca216c: [PAC][lld][AArch64][ELF] Support signed TLSDESC
Daniil Kovalev via All-commits
all-commits at lists.llvm.org
Wed Dec 4 12:04:59 PST 2024
Branch: refs/heads/users/kovdan01/pauth-signed-tlsdesc-lld
Home: https://github.com/llvm/llvm-project
Commit: ca216cb4ecf6bc1bac57b228c49d5d7d62d26b38
https://github.com/llvm/llvm-project/commit/ca216cb4ecf6bc1bac57b228c49d5d7d62d26b38
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: 4ef2dd0623d20f2a11dbaa9a603d95d293e7be9a
https://github.com/llvm/llvm-project/commit/4ef2dd0623d20f2a11dbaa9a603d95d293e7be9a
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: d461a04dc8c28d2c67d5ebde024ecb4174b040a6
https://github.com/llvm/llvm-project/commit/d461a04dc8c28d2c67d5ebde024ecb4174b040a6
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: 083189c9af2f79b7c36025d3458829e0e904c480
https://github.com/llvm/llvm-project/commit/083189c9af2f79b7c36025d3458829e0e904c480
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: 875e227a85af12553b3c0e839f6ba87246c4218c
https://github.com/llvm/llvm-project/commit/875e227a85af12553b3c0e839f6ba87246c4218c
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: bf103cb089794ed27692e4f7e4918d9217e38559
https://github.com/llvm/llvm-project/commit/bf103cb089794ed27692e4f7e4918d9217e38559
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: d75b2ca3d5b6f5ad8447772bc509d549b94db9d3
https://github.com/llvm/llvm-project/commit/d75b2ca3d5b6f5ad8447772bc509d549b94db9d3
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: 9d7bb4371b058b86038057736e7ae3affcc01df1
https://github.com/llvm/llvm-project/commit/9d7bb4371b058b86038057736e7ae3affcc01df1
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
Commit: 5986c083b2160de009bba17d6736674ce47d2607
https://github.com/llvm/llvm-project/commit/5986c083b2160de009bba17d6736674ce47d2607
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-04 (Wed, 04 Dec 2024)
Changed paths:
M lld/ELF/Relocations.cpp
Log Message:
-----------
Fix formatting
Compare: https://github.com/llvm/llvm-project/compare/01261d052291...5986c083b216
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