[all-commits] [llvm/llvm-project] 8f3005: [PAC][lld][AArch64][ELF] Support signed GOT with t...
Daniil Kovalev via All-commits
all-commits at lists.llvm.org
Wed Dec 4 12:09:36 PST 2024
Branch: refs/heads/users/kovdan01/pauth-signed-got-tiny-lld
Home: https://github.com/llvm/llvm-project
Commit: 8f3005f33d0945f066b4abbc0fb715687fce94b2
https://github.com/llvm/llvm-project/commit/8f3005f33d0945f066b4abbc0fb715687fce94b2
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/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: ff4037e05606d005c359ee7547d3328074fb0175
https://github.com/llvm/llvm-project/commit/ff4037e05606d005c359ee7547d3328074fb0175
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-04 (Wed, 04 Dec 2024)
Changed paths:
M lld/test/ELF/aarch64-got-relocations-pauth.s
Log Message:
-----------
Use `##` for comments in tests
Commit: 8e299c52b3dd656df56dbc142eb5fdcb3498b192
https://github.com/llvm/llvm-project/commit/8e299c52b3dd656df56dbc142eb5fdcb3498b192
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-04 (Wed, 04 Dec 2024)
Changed paths:
M lld/test/ELF/aarch64-got-relocations-pauth.s
Log Message:
-----------
Address review comments
Commit: b2932b28ca39c5cd6d00ce417c2c13352a5c4aa5
https://github.com/llvm/llvm-project/commit/b2932b28ca39c5cd6d00ce417c2c13352a5c4aa5
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-04 (Wed, 04 Dec 2024)
Changed paths:
M lld/test/ELF/aarch64-got-relocations-pauth.s
Log Message:
-----------
Remove unneeded blank line in test
Commit: 7cdf2e17e57a26fd02939133567c0d8b1f00c94b
https://github.com/llvm/llvm-project/commit/7cdf2e17e57a26fd02939133567c0d8b1f00c94b
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: 2fa684a17b16cf93835340edc74459a88ec56055
https://github.com/llvm/llvm-project/commit/2fa684a17b16cf93835340edc74459a88ec56055
Author: Daniil Kovalev <dkovalev at accesssoftek.com>
Date: 2024-12-04 (Wed, 04 Dec 2024)
Changed paths:
M lld/test/ELF/aarch64-got-relocations-pauth.s
Log Message:
-----------
Change reloc codes in tests (see also #118214)
Commit: 758fac9e96d9751c6aa3b1a4322bb49cfce9e222
https://github.com/llvm/llvm-project/commit/758fac9e96d9751c6aa3b1a4322bb49cfce9e222
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/0c161dac70c7...758fac9e96d9
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