[all-commits] [llvm/llvm-project] 67683b: [PAC][lld][AArch64][ELF] Support signed GOT with t...
Daniil Kovalev via All-commits
all-commits at lists.llvm.org
Mon Dec 16 10:07:42 PST 2024
Branch: refs/heads/users/kovdan01/pauth-signed-got-tiny-lld
Home: https://github.com/llvm/llvm-project
Commit: 67683bb9c119d98ba8e57c2a51a3df113a5fe562
https://github.com/llvm/llvm-project/commit/67683bb9c119d98ba8e57c2a51a3df113a5fe562
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-16 (Mon, 16 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/test/ELF/aarch64-got-relocations-pauth.s
Log Message:
-----------
[PAC][lld][AArch64][ELF] Support signed GOT with tiny code model
Support `R_AARCH64_AUTH_GOT_ADR_PREL_LO21` and `R_AARCH64_AUTH_GOT_LD_PREL19`
GOT-generating relocations.
Commit: 273b59c383ab50ffa9a25f655698e7ce57aa4b8a
https://github.com/llvm/llvm-project/commit/273b59c383ab50ffa9a25f655698e7ce57aa4b8a
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-16 (Mon, 16 Dec 2024)
Changed paths:
M lld/test/ELF/aarch64-got-relocations-pauth.s
Log Message:
-----------
Use `##` for comments in tests
Commit: 7ebb02b26fa0f1bda913f1db1e728020f7c86481
https://github.com/llvm/llvm-project/commit/7ebb02b26fa0f1bda913f1db1e728020f7c86481
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-16 (Mon, 16 Dec 2024)
Changed paths:
M lld/test/ELF/aarch64-got-relocations-pauth.s
Log Message:
-----------
Address review comments
Commit: 1c5c3dc2a844d98a2fcd5844e44da9f4e3fc10aa
https://github.com/llvm/llvm-project/commit/1c5c3dc2a844d98a2fcd5844e44da9f4e3fc10aa
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-16 (Mon, 16 Dec 2024)
Changed paths:
M lld/test/ELF/aarch64-got-relocations-pauth.s
Log Message:
-----------
Remove unneeded blank line in test
Commit: f5929651a6dceb7a3e95cab3647eba7362286fcb
https://github.com/llvm/llvm-project/commit/f5929651a6dceb7a3e95cab3647eba7362286fcb
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-16 (Mon, 16 Dec 2024)
Changed paths:
M lld/ELF/InputSection.cpp
Log Message:
-----------
Fix build after #118424
Commit: e9eea942e84836d5c8696b181a1a92bc3f589daf
https://github.com/llvm/llvm-project/commit/e9eea942e84836d5c8696b181a1a92bc3f589daf
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-16 (Mon, 16 Dec 2024)
Changed paths:
M lld/test/ELF/aarch64-got-relocations-pauth.s
Log Message:
-----------
Change reloc codes in tests (see also #118214)
Commit: 85c22d791e24f93ca6fb2bc577d69f328f2bc4ad
https://github.com/llvm/llvm-project/commit/85c22d791e24f93ca6fb2bc577d69f328f2bc4ad
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-16 (Mon, 16 Dec 2024)
Changed paths:
M lld/ELF/Relocations.cpp
Log Message:
-----------
Fix formatting
Commit: 739283b3739507ecb0bfb76b65094a28c3e3d6b6
https://github.com/llvm/llvm-project/commit/739283b3739507ecb0bfb76b65094a28c3e3d6b6
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-16 (Mon, 16 Dec 2024)
Changed paths:
M lld/ELF/Relocations.cpp
Log Message:
-----------
Fix typo error
Commit: 9ce9e1787c14ae632c8dd514498d8b4d3ad4e2ac
https://github.com/llvm/llvm-project/commit/9ce9e1787c14ae632c8dd514498d8b4d3ad4e2ac
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-16 (Mon, 16 Dec 2024)
Changed paths:
M lld/test/ELF/aarch64-got-relocations-pauth.s
Log Message:
-----------
Do not use terms 'external' and 'local'
Commit: a0c30ce8c7e98ad2f45f1d3d097d7fec75b1425b
https://github.com/llvm/llvm-project/commit/a0c30ce8c7e98ad2f45f1d3d097d7fec75b1425b
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-16 (Mon, 16 Dec 2024)
Changed paths:
M lld/test/ELF/aarch64-got-relocations-pauth.s
Log Message:
-----------
Fix check prefixes
Compare: https://github.com/llvm/llvm-project/compare/45898edd823d...a0c30ce8c7e9
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