aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/objabi
AgeCommit message (Expand)Author
2020-11-25cmd/dist: restore GOARM=7 default for android/armElias Naur
2020-11-25cmd/internal/objabi: assume GOARM=7 on AndroidElias Naur
2020-11-25cmd/link: add relocation type R_AARCH64_LDST16_ABS_LO12_NC for arm64eric fang
2020-11-02cmd: remove Go115AMD64Cherry Zhang
2020-10-31cmd/cgo: add -trimpath flag allowing paths to be rewritten in outputsMichael Matloob
2020-10-30cmd/internal/objabi, runtime: compact FUNCDATA indicesCherry Zhang
2020-10-30cmd/compile: delete register maps, completelyCherry Zhang
2020-10-27cmd/link,cmd/internal/obj/riscv: add TLS support for linux/riscv64Joel Sing
2020-10-26runtime,cmd/cgo: simplify C -> Go call pathAustin Clements
2020-10-19cmd/asm: allow def/ref of func ABI when compiling runtimeThan McIntosh
2020-10-06all: implement GO386=softfloatKeith Randall
2020-10-02all: drop 387 supportKeith Randall
2020-09-29cmd/link: retain only used interface methodsCherry Zhang
2020-09-28cmd/link: consider interface conversions only in reachable codeCherry Zhang
2020-09-23all: add GOOS=iosCherry Zhang
2020-09-08runtime: make PCDATA_RegMapUnsafe more clear and remove magic numberchainhelen
2020-09-03cmd/internal/objabi: add regabi GOEXPERIMENTAustin Clements
2020-08-27runtime: framepointers are no longer an experiment - hard code themKeith Randall
2020-08-26cmd/internal/objabi: delete doc.goCherry Zhang
2020-08-03[dev.link] move FuncID creation into the compiler/assemblerJeremy Faller
2020-06-11[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
2020-06-10cmd/internal/objabi: enable frame-pointer for iOS arm64Gawen Arab
2020-06-05[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
2020-06-04all: fix dead links to inferno-os bitbucket repositoryTobias Klauser
2020-05-26[dev.link] cmd/{compile,link}: split SDWARFINFO symtype into sub-typesThan McIntosh
2020-05-20cmd/go: remove GOAMD64 environment variableDavid Chase
2020-05-06cmd/internal/obj, runtime: preempt & restart some instruction sequencesCherry Zhang
2020-05-01cmd/internal/obj/x86: prevent jumps crossing 32 byte boundariesMark Ryan
2020-04-29cmd/compile,runtime: stack maps only at calls, remove register mapsAustin Clements
2020-04-29cmd/compile: fix unsafe-points with stack mapsAustin Clements
2020-04-07runtime: static lock ranking for the runtime (enabled by GOEXPERIMENT)Dan Scales
2020-03-11cmd/internal/objabi: rerun stringer for sym kindThan McIntosh
2019-11-13cmd/internal/objabi,cmd/link: initial linker support for riscv64Joel Sing
2019-11-06cmd/link,cmd/internal/objabi: factor out direct call identificationJoel Sing
2019-11-05cmd/compile, cmd/link: add coverage instrumentation for libfuzzerMatthew Dempsky
2019-11-04runtime: ensure that Goexit cannot be aborted by a recursive panic/recoverDan Scales
2019-11-02runtime: scan stacks conservatively at async safe pointsAustin Clements
2019-10-24cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales
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-11runtime: make goroutine for wasm async events short-livedRichard Musiol
2019-10-09all: remove the nacl port (part 2, amd64p32 + toolchain)Brad Fitzpatrick
2019-10-07runtime: do not omit stack trace of goroutine that handles async eventsRichard Musiol
2019-09-26cmd/compile: remove isStmt symbol from FuncInfoJeremy Faller
2019-09-25cmd/compile: update object file format for DWARF file tableJeremy Faller
2019-09-24cmd/compile: generate debug_lines in compilerJeremy Faller
2019-09-23cmd/compile: add new symbol for debug line numbersJeremy Faller
2019-07-17cmd/go: include GOEXPERIMENT flags in tool id for cache keyJay Conrod
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