[all-commits] [llvm/llvm-project] cf5c82: [PAC][lld][AArch64][ELF] Support signed GOT with t...
Daniil Kovalev via All-commits
all-commits at lists.llvm.org
Tue Dec 17 00:00:52 PST 2024
Branch: refs/heads/users/kovdan01/pauth-signed-got-tiny-lld
Home: https://github.com/llvm/llvm-project
Commit: cf5c82727b0321fdb35daca7dce5a0bc5efb68af
https://github.com/llvm/llvm-project/commit/cf5c82727b0321fdb35daca7dce5a0bc5efb68af
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-17 (Tue, 17 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: 1dda90713b15c13cab23f97290364a12f107bc3f
https://github.com/llvm/llvm-project/commit/1dda90713b15c13cab23f97290364a12f107bc3f
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-17 (Tue, 17 Dec 2024)
Changed paths:
M lld/test/ELF/aarch64-got-relocations-pauth.s
Log Message:
-----------
Use `##` for comments in tests
Commit: 8f703d696e82d263cc78717b5ec05b9773d6778e
https://github.com/llvm/llvm-project/commit/8f703d696e82d263cc78717b5ec05b9773d6778e
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-17 (Tue, 17 Dec 2024)
Changed paths:
M lld/test/ELF/aarch64-got-relocations-pauth.s
Log Message:
-----------
Address review comments
Commit: 38b0dd5e617eb1db8750887a0a81385ff9c719f7
https://github.com/llvm/llvm-project/commit/38b0dd5e617eb1db8750887a0a81385ff9c719f7
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-17 (Tue, 17 Dec 2024)
Changed paths:
M lld/test/ELF/aarch64-got-relocations-pauth.s
Log Message:
-----------
Remove unneeded blank line in test
Commit: 150abb4cdea8c3df512c0aa9d9c1b1485bd8d9f8
https://github.com/llvm/llvm-project/commit/150abb4cdea8c3df512c0aa9d9c1b1485bd8d9f8
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-17 (Tue, 17 Dec 2024)
Changed paths:
M lld/ELF/InputSection.cpp
Log Message:
-----------
Fix build after #118424
Commit: ed754a73c75f591f7dd255ec31982fbbb854b59c
https://github.com/llvm/llvm-project/commit/ed754a73c75f591f7dd255ec31982fbbb854b59c
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-17 (Tue, 17 Dec 2024)
Changed paths:
M lld/test/ELF/aarch64-got-relocations-pauth.s
Log Message:
-----------
Change reloc codes in tests (see also #118214)
Commit: 2cbc916dbf15a5343e1826d1a060dc0331b93143
https://github.com/llvm/llvm-project/commit/2cbc916dbf15a5343e1826d1a060dc0331b93143
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-17 (Tue, 17 Dec 2024)
Changed paths:
M lld/ELF/Relocations.cpp
Log Message:
-----------
Fix formatting
Commit: fc085b0c61f74ad82451f064c079bb0758a5a1e5
https://github.com/llvm/llvm-project/commit/fc085b0c61f74ad82451f064c079bb0758a5a1e5
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-17 (Tue, 17 Dec 2024)
Changed paths:
M lld/ELF/Relocations.cpp
Log Message:
-----------
Fix typo error
Commit: 1c22a2df31f6065bdd89fe5527bdc3681b7df7ed
https://github.com/llvm/llvm-project/commit/1c22a2df31f6065bdd89fe5527bdc3681b7df7ed
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-17 (Tue, 17 Dec 2024)
Changed paths:
M lld/test/ELF/aarch64-got-relocations-pauth.s
Log Message:
-----------
Do not use terms 'external' and 'local'
Commit: bc3a2e451efb5e959bc8b3f4ff2a4d9e57a7ba84
https://github.com/llvm/llvm-project/commit/bc3a2e451efb5e959bc8b3f4ff2a4d9e57a7ba84
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-17 (Tue, 17 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/a0c30ce8c7e9...bc3a2e451efb
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