aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/internal/amd64
AgeCommit message (Expand)Author
2020-06-04all: fix dead links to inferno-os bitbucket repositoryTobias Klauser
2020-05-01cmd/internal/obj/x86: prevent jumps crossing 32 byte boundariesMark Ryan
2020-05-01[dev.link] cmd/link: directly use loader.ExtReloc in ELF relocation generationCherry Zhang
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: convert reloc pass to using the loader when internal lin...Cherry 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-24[dev.link] cmd/link: create symbol updated lazily in amd64 adddynrelThan McIntosh
2020-04-24[dev.link] cmd/link: begin converting dodata() to loader APIsThan 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-30[dev.link] cmd/link: parallelize asmb on amd64Jeremy Faller
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-28[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
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
2020-02-18[dev.link] cmd/link: use RO memory (when avail) in elf loaderJeremy Faller
2019-11-08[dev.link] cmd/link: use mmapped data for macho host objsJeremy Faller
2019-10-26cmd/link/internal: eliminate all ld.Cputime() usagesnikita-vanyasin
2019-10-10all: remove nacl (part 3, more amd64p32)Brad Fitzpatrick
2019-10-09all: remove the nacl port (part 2, amd64p32 + toolchain)Brad Fitzpatrick
2019-04-19cmd/link: mmap output fileCherry Zhang
2019-04-17cmd/link: increase the reserved space for ELF relocationserifan01
2019-03-01cmd/link: remove unused flag -D (FlagDataAddr)Alex Tokarev
2018-08-30cmd/link: move ElfType field in sym.Symbol to cold sectionThan McIntosh
2018-08-30cmd/link: move Plt, Got fields in sym.Symbol to cold sectionThan McIntosh
2018-08-22cmd/link/internal/amd64: remove /*fallthrough*/ commentsIskander Sharipov
2018-08-20cmd/link: fewer allocs in ld.Arch.Archrelocisharipo
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-04-30runtime,cmd/ld: on darwin, create theads using libcKeith Randall
2017-10-27cmd/compile, cmd/link: support for DWARF file reference relocationsThan McIntosh
2017-10-24cmd/link: replace SSUB with an attribute bitMichael Hudson-Doyle
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