index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
link
/
internal
/
arm64
Age
Commit message (
Expand
)
Author
2026-03-19
cmd/link: skip special symbols for label symbol generation
Cherry Mui
2026-03-04
cmd/link: support Mach-O UNSIGNED relocations for dynamic imports on darwin
George Adams
2026-02-04
cmd/link: remove obsolete duffzero/duffcopy code
Keith Randall
2025-10-27
cmd/link: internal linking support for windows/arm64
qmuntal
2025-10-21
all: eliminate unnecessary type conversions
Jes Cok
2025-10-07
Revert "cmd/compile: redo arm64 LR/FP save and restore"
Keith Randall
2025-10-06
cmd/compile: redo arm64 LR/FP save and restore
Keith Randall
2025-09-30
cmd/link/internal/arm64: support Mach-O ARM64_RELOC_SUBTRACTOR in internal li...
qmuntal
2025-09-30
cmd/link/internal/arm64: support Mach-O ARM64_RELOC_POINTER_TO_GOT in interna...
qmuntal
2024-11-22
cmd/compile, cmd/link: FIPS fixes for large programs
Russ Cox
2024-11-07
cmd/internal/objabi, cmd/link: introduce SymKind helper methods
Russ Cox
2024-01-30
all: fix typos
Jes Cok
2023-09-13
cmd/link: round up default start address to alignment
Cherry Mui
2023-08-23
cmd/internal/obj/riscv,cmd/link: add support for internal cgo linking on riscv64
Joel Sing
2023-07-31
cmd/link: always use symbol-targeted relocations on Mach-O
Cherry Mui
2023-07-31
cmd/link: use symbol-targeted relocation for initializers on Mach-O
Cherry Mui
2023-07-20
cmd/link: clean up some relocation handling
Cherry Mui
2023-07-20
cmd/link: handle dynamic import variables on Darwin
Cherry Mui
2023-03-29
cmd/link,cmd/internal/objabi: support ADDR32NB relocations on windows
qmuntal
2023-03-09
cmd/link: use label symbols for Duff's devices on darwin/arm64
Cherry Mui
2023-01-31
cmd/link: rename ELF struct fields to remove "elf" prefix
Ian Lance Taylor
2023-01-30
cmd/link: refactor ELF hooks into ELFArch struct
Ian Lance Taylor
2022-11-18
all: add missing periods in comments
cui fliter
2022-10-28
cmd/internal/obj/arm64: optimize ADRP+ADD+LD/ST to ADRP+LD/ST(offset)
eric fang
2022-08-08
cmd/link: detect glibc vs musl ldso at link time
Russ Cox
2022-08-08
cmd/compile, cmd/link: enable Duff's device on darwin/arm64
Cherry Mui
2022-05-06
cmd/link: fix handling of visibility hidden symbols
Cherry Mui
2022-03-24
cmd/link: do not add label symbols for DWARF on Windows/ARM64
Cherry Mui
2021-11-04
cmd/link: don't use label symbol for absolute address relocations on ARM64 PE
Cherry Mui
2021-09-22
cmd/link: remove ABI aliases
Cherry Mui
2021-04-29
cmd/link: support trampoline insertion for PLT calls on ARM64
Cherry Zhang
2021-04-29
cmd/link: support trampoline insertion on ARM64
Cherry Zhang
2021-04-23
cmd/link: implement windows/arm64 external linking
Russ Cox
2021-03-18
cmd/link: Add section data slice to Archrelocvariant
Paul E. Murphy
2021-02-19
cmd/link: add windows/arm64 support
Russ Cox
2021-01-07
cmd/link: fix typo in asm.go
Ikko Ashimine
2020-12-16
cmd/link: handle large relocation addend on darwin/arm64
Cherry Zhang
2020-12-10
cmd/link: reject too-large relocation addend on darwin/arm64
Cherry Zhang
2020-11-25
cmd/link: add relocation type R_AARCH64_LDST16_ABS_LO12_NC for arm64
eric fang
2020-10-28
cmd/link: remove all constants of elf
Meng Zhuo
2020-10-27
Revert "cmd/link: remove all constants of elf"
Meng Zhuo
2020-10-27
cmd/link: remove all constants of elf
Meng Zhuo
2020-10-20
cmd/link: support cgo internal/linking on darwin/arm64
Cherry Zhang
2020-10-15
cmd/link/internal/arm64: handle calls to SDYNIMPORT with internal linking
Joel Sing
2020-10-14
cmd/link: support internal linking on darwin/arm64
Cherry Zhang
2020-10-06
cmd/link: support plugin on macOS/ARM64
Cherry Zhang
2020-09-08
cmd/link: enable DWARF combining on macOS ARM64
Cherry Zhang
2020-07-30
[dev.link] cmd/link: remove "2", another round
Cherry Zhang
2020-07-30
[dev.link] cmd/link: remove loader.Reloc
Cherry Zhang
2020-07-30
[dev.link] cmd/link: refactor ExtReloc data structures
Cherry Zhang
[next]