[all-commits] [llvm/llvm-project] 67e828: [PAC][lld][AArch64][ELF] Support signed TLSDESC
Daniil Kovalev via All-commits
all-commits at lists.llvm.org
Wed Dec 4 12:09:48 PST 2024
Branch: refs/heads/users/kovdan01/pauth-signed-tlsdesc-lld
Home: https://github.com/llvm/llvm-project
Commit: 67e828f807bd60535d242e534ae5427fccdb9237
https://github.com/llvm/llvm-project/commit/67e828f807bd60535d242e534ae5427fccdb9237
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: 932cac5aeda9e731847a72941b2ba12472596677
https://github.com/llvm/llvm-project/commit/932cac5aeda9e731847a72941b2ba12472596677
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: 3c304ad6ab6189bef7855dd4f201374ba0bfdafc
https://github.com/llvm/llvm-project/commit/3c304ad6ab6189bef7855dd4f201374ba0bfdafc
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: 089c078b4659bc861203651777a92a4d34526891
https://github.com/llvm/llvm-project/commit/089c078b4659bc861203651777a92a4d34526891
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: a97339a145c35db7971b820f697c9af8d596c60d
https://github.com/llvm/llvm-project/commit/a97339a145c35db7971b820f697c9af8d596c60d
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: 62ab850e1d6075cc64931fc17e7e5a1ae53637b4
https://github.com/llvm/llvm-project/commit/62ab850e1d6075cc64931fc17e7e5a1ae53637b4
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: 0d6e983b03223b73a9b45c49a2b9a645f6db5725
https://github.com/llvm/llvm-project/commit/0d6e983b03223b73a9b45c49a2b9a645f6db5725
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: 5e6b0f6091008a21f61700dd0a985a9c545a63c5
https://github.com/llvm/llvm-project/commit/5e6b0f6091008a21f61700dd0a985a9c545a63c5
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: db1058f932d449de7859fe9e1ec47d48851d0982
https://github.com/llvm/llvm-project/commit/db1058f932d449de7859fe9e1ec47d48851d0982
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/5986c083b216...db1058f932d4
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