aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/internal/arm64
AgeCommit message (Expand)Author
2020-06-04all: fix dead links to inferno-os bitbucket repositoryTobias Klauser
2020-04-30[dev.link] cmd/link: use more compact representation for external relocationsCherry Zhang
2020-04-30[dev.link] cmd/link: pass reloc by value to Adddynrel2Cherry Zhang
2020-04-28[dev.link] cmd/link: remove elf sym fields from sym.SymbolThan McIntosh
2020-04-28[dev.link] cmd/link: write data sections to heap in Asmb on WasmCherry Zhang
2020-04-27[dev.link] cmd/link: delete old dodataCherry Zhang
2020-04-27[dev.link] cmd/link: support new dodata for elf/{arm,arm64}Than McIntosh
2020-04-20[dev.link] cmd/link: remove buffered file I/O from OutBufJeremy Faller
2020-04-17Revert "[dev.link] cmd/link: remove buffered file I/O from OutBuf"Jeremy Faller
2020-04-16[dev.link] cmd/link: remove buffered file I/O from OutBufJeremy Faller
2020-04-06[dev.link] cmd/link: begin converting gentext to loader APIsThan McIntosh
2020-03-30[dev.link] cmd/link: make asmb parallel across all platformsJeremy Faller
2020-03-27[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
2020-03-25cmd/link/internal/arm64: increase the function alignment to 16fanzha02
2020-03-25[dev.link] cmd/link: pass loader to relocation functionsCherry Zhang
2020-03-19[dev.link] cmd/link: remove *Link from some arch functionsJeremy Faller
2020-03-19[dev.link] cmd/link: eliminate usage of *Link in arch funcsJeremy Faller
2020-03-11[dev.link] cmd/link: convert doelf to new styleCherry Zhang
2020-03-11[dev.link] cmd/link: add Target and ArchSyms to arch functionsJeremy Faller
2020-03-09[dev.link] cmd/link: remove *Link from elf functionsJeremy Faller
2020-03-04[dev.link] cmd/link: remove *Link from architecture relocersJeremy Faller
2020-03-03[dev.link] cmd/link: add Target to relocation functionsJeremy Faller
2020-02-26cmd/link: default to internal linking for android/arm64Elias Naur
2020-02-21cmd/link: also apply R_ADDR relocation statically when internal linking PIECherry Zhang
2020-02-21cmd/link: handle absolute address relocation in C objects for internal linkin...Cherry Zhang
2020-02-21cmd/link: generate relative relocs for PIEMichael Pratt
2019-10-26cmd/link/internal: eliminate all ld.Cputime() usagesnikita-vanyasin
2019-10-09all: remove the nacl port (part 2, amd64p32 + toolchain)Brad Fitzpatrick
2019-10-05cmd/link/internal/arm64: add support for freebsd/arm64Tobias Klauser
2019-05-12cmd/link: add support for R_AARCH64_LDST128_ABS_LO12_NC relocationsJoel Sing
2019-05-02cmd/link: support PIE mode with internal link on linux arm64erifan01
2019-04-26cmd/link: add support for openbsd/arm64Joel Sing
2019-04-20all: add start of netbsd/arm64 supportMaya Rashish
2019-04-19cmd/link: mmap output fileCherry Zhang
2019-03-01cmd/link: remove unused flag -D (FlagDataAddr)Alex Tokarev
2018-11-12cmd/link: start file-local symbols at version 10Austin Clements
2018-08-20cmd/link: fewer allocs in ld.Arch.Archrelocisharipo
2018-05-21cmd/link,runtime: move syscalls to libc on iOSElias Naur
2018-04-27cmd/link: fix plugin on linux/arm64Cherry Zhang
2018-04-26cmd/link, cmd/go: enable DWARF on darwin/arm and darwin/arm64Cherry Zhang
2018-04-23cmd/link: remove R_ADDR relocation workaround for macho arm64Elias Naur
2017-10-21cmd/link: move Headtype global to ctxtDavid Crawshaw
2017-10-20cmd/link: move Iself global to ctxtDavid Crawshaw
2017-10-16cmd/link: replace SHIDDEN bit in SymKind with a bit of AttributeMichael Hudson-Doyle
2017-10-11cmd/link: move ELF reader to its own packageDavid Crawshaw
2017-10-06cmd/link: move build/link mode globals into ctxtDavid Crawshaw
2017-10-05cmd/link: put symbol data types in new packageDavid Crawshaw
2017-10-04cmd/link: convert symbol Add* functions to methodsDavid Crawshaw
2017-10-04cmd/link: remove coutbuf global variableDavid Crawshaw
2017-10-03cmd/link: remove SysArch global variableDavid Crawshaw