summaryrefslogtreecommitdiff
path: root/src/cmd/internal/objabi
Commit message (Expand)AuthorAgeFilesLines
* cmd/link,cmd/internal/obj/riscv: add TLS support for linux/riscv64Joel Sing2020-10-272-8/+18
* runtime,cmd/cgo: simplify C -> Go call pathAustin Clements2020-10-261-3/+3
* cmd/asm: allow def/ref of func ABI when compiling runtimeThan McIntosh2020-10-191-0/+22
* all: implement GO386=softfloatKeith Randall2020-10-061-8/+1
* all: drop 387 supportKeith Randall2020-10-021-1/+8
* cmd/link: retain only used interface methodsCherry Zhang2020-09-292-33/+40
* cmd/link: consider interface conversions only in reachable codeCherry Zhang2020-09-282-2/+69
* all: add GOOS=iosCherry Zhang2020-09-232-2/+2
* runtime: make PCDATA_RegMapUnsafe more clear and remove magic numberchainhelen2020-09-081-1/+1
* cmd/internal/objabi: add regabi GOEXPERIMENTAustin Clements2020-09-031-0/+7
* runtime: framepointers are no longer an experiment - hard code themKeith Randall2020-08-271-5/+2
* cmd/internal/objabi: delete doc.goCherry Zhang2020-08-261-122/+0
* [dev.link] move FuncID creation into the compiler/assemblerJeremy Faller2020-08-031-18/+4
* [dev.link] all: merge branch 'master' into dev.linkCherry Zhang2020-06-111-1/+1
|\
| * cmd/internal/objabi: enable frame-pointer for iOS arm64Gawen Arab2020-06-101-1/+1
* | [dev.link] all: merge branch 'master' into dev.linkCherry Zhang2020-06-054-4/+4
|\ \ | |/
| * all: fix dead links to inferno-os bitbucket repositoryTobias Klauser2020-06-044-4/+4
* | [dev.link] cmd/{compile,link}: split SDWARFINFO symtype into sub-typesThan McIntosh2020-05-262-9/+19
|/
* cmd/go: remove GOAMD64 environment variableDavid Chase2020-05-201-7/+4
* cmd/internal/obj, runtime: preempt & restart some instruction sequencesCherry Zhang2020-05-061-0/+11
* cmd/internal/obj/x86: prevent jumps crossing 32 byte boundariesMark Ryan2020-05-011-0/+10
* cmd/compile,runtime: stack maps only at calls, remove register mapsAustin Clements2020-04-291-2/+9
* cmd/compile: fix unsafe-points with stack mapsAustin Clements2020-04-291-0/+6
* runtime: static lock ranking for the runtime (enabled by GOEXPERIMENT)Dan Scales2020-04-072-4/+6
* cmd/internal/objabi: rerun stringer for sym kindThan McIntosh2020-03-111-2/+22
* cmd/internal/objabi,cmd/link: initial linker support for riscv64Joel Sing2019-11-132-3/+16
* cmd/link,cmd/internal/objabi: factor out direct call identificationJoel Sing2019-11-061-6/+24
* cmd/compile, cmd/link: add coverage instrumentation for libfuzzerMatthew Dempsky2019-11-051-0/+2
* runtime: ensure that Goexit cannot be aborted by a recursive panic/recoverDan Scales2019-11-041-0/+3
* runtime: scan stacks conservatively at async safe pointsAustin Clements2019-11-021-0/+3
* cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales2019-10-243-6/+13
* Revert "cmd/compile, cmd/link, runtime: make defers low-cost through inline c...Bryan C. Mills2019-10-163-13/+6
* cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales2019-10-163-6/+13
* runtime: make goroutine for wasm async events short-livedRichard Musiol2019-10-111-3/+3
* all: remove the nacl port (part 2, amd64p32 + toolchain)Brad Fitzpatrick2019-10-092-6/+1
* runtime: do not omit stack trace of goroutine that handles async eventsRichard Musiol2019-10-071-0/+3
* cmd/compile: remove isStmt symbol from FuncInfoJeremy Faller2019-09-261-1/+0
* cmd/compile: update object file format for DWARF file tableJeremy Faller2019-09-251-2/+4
* cmd/compile: generate debug_lines in compilerJeremy Faller2019-09-241-1/+1
* cmd/compile: add new symbol for debug line numbersJeremy Faller2019-09-231-0/+1
* cmd/go: include GOEXPERIMENT flags in tool id for cache keyJay Conrod2019-07-171-6/+4
* cmd/link: add support for R_AARCH64_LDST128_ABS_LO12_NC relocationsJoel Sing2019-05-122-3/+6
* cmd/link: support PIE mode with internal link on linux arm64erifan012019-05-022-3/+20
* all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow2019-04-301-1/+1
* cmd/link: reduce the size of Reloc structCherry Zhang2019-04-261-1/+1
* cmd/internal/objabi: expand -trimpath syntaxRuss Cox2019-04-242-11/+93
* cmd/go: add env -w and env -u to set and unset default env varsRuss Cox2019-04-231-1/+1
* runtime, cmd/compile: re-order PCDATA and FUNCDATA indicesJosh Bleecher Snyder2019-04-191-6/+7
* cmd/link: increase the reserved space for ELF relocationserifan012019-04-171-0/+5
* cmd/compile: add saturating conversions on wasmRichard Musiol2019-04-041-0/+6