aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/link.go
AgeCommit message (Expand)Author
2020-03-13cmd/asm, cmd/compile, runtime: add -spectre=ret modeRuss Cox
2020-02-19[dev.link] cmd/internal: remove unneeded RefIdx fieldJeremy Faller
2019-11-11[dev.link] cmd/compile, cmd/asm: delete old object file format supportCherry Zhang
2019-10-25[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
2019-10-24cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales
2019-10-21[dev.link] cmd: reference symbols by name when linking against Go shared libraryCherry Zhang
2019-10-16Revert "cmd/compile, cmd/link, runtime: make defers low-cost through inline c...Bryan C. Mills
2019-10-16cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales
2019-10-03[dev.link] cmd/internal/obj: write object file in new formatCherry Zhang
2019-10-02[dev.link] cmd/compile, cmd/asm: assign index to symbolsCherry Zhang
2019-09-27cmd/compile: don't emit autom's into object fileThan McIntosh
2019-09-27cmd/compile: add R_USETYPE relocs to func syms for autom typesThan McIntosh
2019-09-26cmd/compile: remove isStmt symbol from FuncInfoJeremy Faller
2019-09-23cmd/compile: add new symbol for debug line numbersJeremy Faller
2019-09-07cmd/internal/obj: instructions and registers for RISC-VJoel Sing
2019-05-21cmd/compile: clarify the difference between types.Sym and obj.LSymLE Manh Cuong
2019-04-23cmd/link: revert/revise CL 98075 because LLDB is very picky nowDavid Chase
2019-04-15cmd/link, runtime: mark goexit as the top of the call stackMichael Munday
2019-01-11cmd/compile: separate data and function LSymsAustin Clements
2018-12-28cmd/compile,runtime: redo mid-stack inlining tracebacksKeith Randall
2018-12-11cmd/compile: use innermost line number for -SKeith Randall
2018-11-27cmd: fix symbols addressing for aix/ppc64Clément Chigot
2018-11-12cmd/internal/obj, cmd/link: record ABIs and aliases in Go obj filesAustin Clements
2018-11-12cmd/compile: accept and parse symabisAustin Clements
2018-11-03cmd/compile: avoid duplicate GC bitmap symbolsAustin Clements
2018-10-23cmd/asm/internal,cmd/internal/obj/ppc64: add alignment directive to asm for p...Lynn Boger
2018-10-03cmd/compile,runtime: implement stack objectsKeith Randall
2018-05-22cmd/compile, cmd/internal/obj: record register maps in binaryAustin Clements
2018-05-22cmd/asm: enable AVX512isharipo
2018-05-04cmd/compile: add wasm architectureRichard Musiol
2018-04-30cmd/compile: intrinsify runtime.getcallerpc on arm64Wei Xiao
2018-04-04cmd/link: process is_stmt data into dwarf line tablesDavid Chase
2018-03-10cmd: re-generate all stringer filesDaniel Martí
2017-12-04cmd/compile: fix bug in DWARF inl handling of unused autosThan McIntosh
2017-11-30compiler,linker: support for DWARF inlined instancesThan McIntosh
2017-11-02cmd/internal/obj: make it possible to have all AVX1/2 instsisharipo
2017-10-13cmd/asm: refine Go assembly for ARM64Wei Xiao
2017-10-11cmd/compile: abort earlier if stack frame too largeKeith Randall
2017-09-15cmd/internal/obj: change Prog.From3 to RestArgs ([]Addr)isharipo
2017-07-27[dev.debug] cmd/compile: better DWARF with optimizations onHeschi Kreinick
2017-05-18cmd/compile: output DWARF lexical blocks for local variablesAlessandro Arzilli
2017-04-27cmd/compile: add initial backend concurrency supportJosh Bleecher Snyder
2017-04-20cmd/internal/obj: eliminate LSym.VersionJosh Bleecher Snyder
2017-04-20cmd/internal/obj: split Link.hash into version 0 and 1Josh Bleecher Snyder
2017-04-19cmd/internal/objabi: extract shared functionality from objMatthew Dempsky
2017-04-18cmd/internal/obj: un-embed FuncInfo field in LSymMatthew Dempsky
2017-04-18cmd/internal/obj: unexport Link.HashJosh Bleecher Snyder
2017-04-18cmd/internal/obj: rework gclocals handlingJosh Bleecher Snyder
2017-04-13cmd/internal/obj: cache dwarfSymJosh Bleecher Snyder
2017-04-12cmd/internal/obj: stop storing Text flags in From3Josh Bleecher Snyder