aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/objabi
AgeCommit message (Expand)Author
2019-04-30all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow
2019-04-26cmd/link: reduce the size of Reloc structCherry Zhang
2019-04-24cmd/internal/objabi: expand -trimpath syntaxRuss Cox
2019-04-23cmd/go: add env -w and env -u to set and unset default env varsRuss Cox
2019-04-19runtime, cmd/compile: re-order PCDATA and FUNCDATA indicesJosh Bleecher Snyder
2019-04-17cmd/link: increase the reserved space for ELF relocationserifan01
2019-04-04cmd/compile: add saturating conversions on wasmRichard Musiol
2019-03-28cmd/compile: add sign-extension operators on wasmRichard Musiol
2019-03-25runtime: remove kindNoPointersKeith Randall
2019-03-23cmd/go: add GOWASM environment variableRichard Musiol
2019-03-13cmd/compile: add processor level selection support to ppc64{,le}Carlos Eduardo Seo
2019-03-06cmd/link: fix moduledata symbols for aix/ppc64 and external linkingClément Chigot
2019-03-01cmd/dist, cmd/link: allow passing default dynamic linker/loaderTobias Klauser
2019-01-27cmd/compile: hide init functions in tracebacksKeith Randall
2019-01-09cmd/dist, cmd/link, runtime: fix stack size when cross-compiling aix/ppc64Clément Chigot
2019-01-04runtime: proper panic tracebacks with mid-stack inliningKeith Randall
2018-12-28cmd/compile,runtime: redo mid-stack inlining tracebacksKeith Randall
2018-12-02all: use "reports whether" consistently instead of "returns whether"Tobias Klauser
2018-11-26cmd/compile: remove CLOBBERDEAD experimentKeith Randall
2018-11-16cmd/go: fix experiment isolation in cache keyRuss Cox
2018-11-12cmd/compile, cmd/link: separate stable and internal ABIsAustin Clements
2018-11-12cmd/internal/obj, cmd/link: record ABIs and aliases in Go obj filesAustin Clements
2018-10-12internal/cpu: enable support for GODEBUGCPU in non-experimental buildsMartin Möhrmann
2018-10-03runtime: on a signal, set traceback address to a deferreturn callKeith Randall
2018-10-03cmd/compile,runtime: implement stack objectsKeith Randall
2018-10-03cmd/dist: add AIX operating system.Clément Chigot
2018-08-29build: support frame-pointer for arm64Zheng Xu
2018-05-29all: regenerate stringer filesTim Cooper
2018-05-22internal/cpu: add experiment to disable CPU features with GODEBUGCPUMartin Möhrmann
2018-05-22runtime: support for debugger function callsAustin Clements
2018-05-22cmd/compile, cmd/internal/obj: record register maps in binaryAustin Clements
2018-05-07runtime: replace system goroutine whitelist with symbol testAustin Clements
2018-05-04cmd/compile: add wasm architectureRichard Musiol
2018-05-04cmd/go, cmd/compile: use Windows response files to avoid arg length limitsBrad Fitzpatrick
2018-05-03cmd: re-generate SymKind.String for SDWARFMISCMatthew Dempsky
2018-04-27cmd/compile: add softfloat support to mips64{,le}Milan Knezevic
2018-04-06cmd: some semi-automated cleanupsDaniel Martí
2018-04-04cmd/link: process is_stmt data into dwarf line tablesDavid Chase
2018-03-15runtime: identify special functions by flag instead of addressKeith Randall
2018-03-10cmd: re-generate all stringer filesDaniel Martí
2018-02-20all: remove duplicate word "the"Ryuma Yoshida
2018-02-18all: remove "the" duplicationsKunpei Sakai
2018-02-13cmd/compile: print usage to stderr for consistencyDaniel Martí
2018-01-09cmd/link: set runtime.GOROOT default during linkRuss Cox
2017-12-04cmd/compile: fix bug in DWARF inl handling of unused autosThan McIntosh
2017-11-30cmd/go, cmd/dist: introduce GOMIPS environment variableVladimir Stefanovic
2017-11-01compile, link: remove base address selector from DWARF range listsAlessandro Arzilli
2017-10-31cmd/go: switch to entirely content-based staleness determinationRuss Cox
2017-10-27cmd/compile, cmd/link: support for DWARF file reference relocationsThan McIntosh
2017-10-18cmd/compile, cmd/link: record compiler flags in DW_AT_producerAustin Clements