[all-commits] [llvm/llvm-project] 717771: [PAC][lld][AArch64][ELF] Support signed TLSDESC
Daniil Kovalev via All-commits
all-commits at lists.llvm.org
Sun Dec 8 06:08:18 PST 2024
Branch: refs/heads/users/kovdan01/pauth-signed-tlsdesc-lld
Home: https://github.com/llvm/llvm-project
Commit: 717771ed63181be2935137304842c27f621acefd
https://github.com/llvm/llvm-project/commit/717771ed63181be2935137304842c27f621acefd
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-08 (Sun, 08 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: ed1b66c83fb94c2e75a8179597910c9cacf95a7c
https://github.com/llvm/llvm-project/commit/ed1b66c83fb94c2e75a8179597910c9cacf95a7c
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-08 (Sun, 08 Dec 2024)
Changed paths:
M lld/ELF/Relocations.cpp
Log Message:
-----------
Address review comments
Commit: a0157179ce7345c129177786e142530d0531d617
https://github.com/llvm/llvm-project/commit/a0157179ce7345c129177786e142530d0531d617
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-08 (Sun, 08 Dec 2024)
Changed paths:
M lld/test/ELF/aarch64-tlsdesc-pauth.s
Log Message:
-----------
Use /// for comments in tests
Commit: b262e694990cdc42d0af1a4f50d6ec77e55a6f0e
https://github.com/llvm/llvm-project/commit/b262e694990cdc42d0af1a4f50d6ec77e55a6f0e
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-08 (Sun, 08 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: 1af224b54a54b617f5681ec5aec47de5e9004b2e
https://github.com/llvm/llvm-project/commit/1af224b54a54b617f5681ec5aec47de5e9004b2e
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-08 (Sun, 08 Dec 2024)
Changed paths:
M lld/ELF/Relocations.cpp
M lld/test/ELF/aarch64-tlsdesc-pauth.s
Log Message:
-----------
Check multiple errors emitted
Commit: a9b8335546910519dbcf3155c2574b1c786884e4
https://github.com/llvm/llvm-project/commit/a9b8335546910519dbcf3155c2574b1c786884e4
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-08 (Sun, 08 Dec 2024)
Changed paths:
M lld/ELF/Relocations.cpp
Log Message:
-----------
Use `Err(ctx)` instead of `fatal` and use `getLocation` in error message
Commit: e691533daeb360ad84f8f86b34e53d4058ef27df
https://github.com/llvm/llvm-project/commit/e691533daeb360ad84f8f86b34e53d4058ef27df
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-08 (Sun, 08 Dec 2024)
Changed paths:
M lld/test/ELF/aarch64-tlsdesc-pauth.s
Log Message:
-----------
Address review comments
Commit: 48b0bc6c640854cf370fe25614db59aa09920a00
https://github.com/llvm/llvm-project/commit/48b0bc6c640854cf370fe25614db59aa09920a00
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-08 (Sun, 08 Dec 2024)
Changed paths:
M lld/ELF/InputSection.cpp
Log Message:
-----------
Fix build after #118424
Commit: d665dd148f38cc14ed1bc8323143fb06c0ed5a15
https://github.com/llvm/llvm-project/commit/d665dd148f38cc14ed1bc8323143fb06c0ed5a15
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-08 (Sun, 08 Dec 2024)
Changed paths:
M lld/ELF/Relocations.cpp
Log Message:
-----------
Fix formatting
Commit: 43ea166c3b9ef8ff395f47de4ea3d24d4de0e440
https://github.com/llvm/llvm-project/commit/43ea166c3b9ef8ff395f47de4ea3d24d4de0e440
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-08 (Sun, 08 Dec 2024)
Changed paths:
M lld/ELF/Relocations.cpp
M lld/ELF/Symbols.h
M lld/ELF/SyntheticSections.cpp
M lld/ELF/SyntheticSections.h
M lld/test/ELF/aarch64-tlsdesc-pauth.s
Log Message:
-----------
Address review comments
Compare: https://github.com/llvm/llvm-project/compare/db1058f932d4...43ea166c3b9e
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