| Commit message (Expand) | Author | Age | Files | Lines |
| * | cmd/link,cmd/internal/obj/riscv: add TLS support for linux/riscv64 | Joel Sing | 2020-10-27 | 2 | -8/+18 |
| * | runtime,cmd/cgo: simplify C -> Go call path | Austin Clements | 2020-10-26 | 1 | -3/+3 |
| * | cmd/asm: allow def/ref of func ABI when compiling runtime | Than McIntosh | 2020-10-19 | 1 | -0/+22 |
| * | all: implement GO386=softfloat | Keith Randall | 2020-10-06 | 1 | -8/+1 |
| * | all: drop 387 support | Keith Randall | 2020-10-02 | 1 | -1/+8 |
| * | cmd/link: retain only used interface methods | Cherry Zhang | 2020-09-29 | 2 | -33/+40 |
| * | cmd/link: consider interface conversions only in reachable code | Cherry Zhang | 2020-09-28 | 2 | -2/+69 |
| * | all: add GOOS=ios | Cherry Zhang | 2020-09-23 | 2 | -2/+2 |
| * | runtime: make PCDATA_RegMapUnsafe more clear and remove magic number | chainhelen | 2020-09-08 | 1 | -1/+1 |
| * | cmd/internal/objabi: add regabi GOEXPERIMENT | Austin Clements | 2020-09-03 | 1 | -0/+7 |
| * | runtime: framepointers are no longer an experiment - hard code them | Keith Randall | 2020-08-27 | 1 | -5/+2 |
| * | cmd/internal/objabi: delete doc.go | Cherry Zhang | 2020-08-26 | 1 | -122/+0 |
| * | [dev.link] move FuncID creation into the compiler/assembler | Jeremy Faller | 2020-08-03 | 1 | -18/+4 |
| * | [dev.link] all: merge branch 'master' into dev.link | Cherry Zhang | 2020-06-11 | 1 | -1/+1 |
| |\ |
|
| | * | cmd/internal/objabi: enable frame-pointer for iOS arm64 | Gawen Arab | 2020-06-10 | 1 | -1/+1 |
| * | | [dev.link] all: merge branch 'master' into dev.link | Cherry Zhang | 2020-06-05 | 4 | -4/+4 |
| |\ \
| |/ |
|
| | * | all: fix dead links to inferno-os bitbucket repository | Tobias Klauser | 2020-06-04 | 4 | -4/+4 |
| * | | [dev.link] cmd/{compile,link}: split SDWARFINFO symtype into sub-types | Than McIntosh | 2020-05-26 | 2 | -9/+19 |
| |/ |
|
| * | cmd/go: remove GOAMD64 environment variable | David Chase | 2020-05-20 | 1 | -7/+4 |
| * | cmd/internal/obj, runtime: preempt & restart some instruction sequences | Cherry Zhang | 2020-05-06 | 1 | -0/+11 |
| * | cmd/internal/obj/x86: prevent jumps crossing 32 byte boundaries | Mark Ryan | 2020-05-01 | 1 | -0/+10 |
| * | cmd/compile,runtime: stack maps only at calls, remove register maps | Austin Clements | 2020-04-29 | 1 | -2/+9 |
| * | cmd/compile: fix unsafe-points with stack maps | Austin Clements | 2020-04-29 | 1 | -0/+6 |
| * | runtime: static lock ranking for the runtime (enabled by GOEXPERIMENT) | Dan Scales | 2020-04-07 | 2 | -4/+6 |
| * | cmd/internal/objabi: rerun stringer for sym kind | Than McIntosh | 2020-03-11 | 1 | -2/+22 |
| * | cmd/internal/objabi,cmd/link: initial linker support for riscv64 | Joel Sing | 2019-11-13 | 2 | -3/+16 |
| * | cmd/link,cmd/internal/objabi: factor out direct call identification | Joel Sing | 2019-11-06 | 1 | -6/+24 |
| * | cmd/compile, cmd/link: add coverage instrumentation for libfuzzer | Matthew Dempsky | 2019-11-05 | 1 | -0/+2 |
| * | runtime: ensure that Goexit cannot be aborted by a recursive panic/recover | Dan Scales | 2019-11-04 | 1 | -0/+3 |
| * | runtime: scan stacks conservatively at async safe points | Austin Clements | 2019-11-02 | 1 | -0/+3 |
| * | cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ... | Dan Scales | 2019-10-24 | 3 | -6/+13 |
| * | Revert "cmd/compile, cmd/link, runtime: make defers low-cost through inline c... | Bryan C. Mills | 2019-10-16 | 3 | -13/+6 |
| * | cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ... | Dan Scales | 2019-10-16 | 3 | -6/+13 |
| * | runtime: make goroutine for wasm async events short-lived | Richard Musiol | 2019-10-11 | 1 | -3/+3 |
| * | all: remove the nacl port (part 2, amd64p32 + toolchain) | Brad Fitzpatrick | 2019-10-09 | 2 | -6/+1 |
| * | runtime: do not omit stack trace of goroutine that handles async events | Richard Musiol | 2019-10-07 | 1 | -0/+3 |
| * | cmd/compile: remove isStmt symbol from FuncInfo | Jeremy Faller | 2019-09-26 | 1 | -1/+0 |
| * | cmd/compile: update object file format for DWARF file table | Jeremy Faller | 2019-09-25 | 1 | -2/+4 |
| * | cmd/compile: generate debug_lines in compiler | Jeremy Faller | 2019-09-24 | 1 | -1/+1 |
| * | cmd/compile: add new symbol for debug line numbers | Jeremy Faller | 2019-09-23 | 1 | -0/+1 |
| * | cmd/go: include GOEXPERIMENT flags in tool id for cache key | Jay Conrod | 2019-07-17 | 1 | -6/+4 |
| * | cmd/link: add support for R_AARCH64_LDST128_ABS_LO12_NC relocations | Joel Sing | 2019-05-12 | 2 | -3/+6 |
| * | cmd/link: support PIE mode with internal link on linux arm64 | erifan01 | 2019-05-02 | 2 | -3/+20 |
| * | all: add new GOOS=illumos, split out of GOOS=solaris | Joshua M. Clulow | 2019-04-30 | 1 | -1/+1 |
| * | cmd/link: reduce the size of Reloc struct | Cherry Zhang | 2019-04-26 | 1 | -1/+1 |
| * | cmd/internal/objabi: expand -trimpath syntax | Russ Cox | 2019-04-24 | 2 | -11/+93 |
| * | cmd/go: add env -w and env -u to set and unset default env vars | Russ Cox | 2019-04-23 | 1 | -1/+1 |
| * | runtime, cmd/compile: re-order PCDATA and FUNCDATA indices | Josh Bleecher Snyder | 2019-04-19 | 1 | -6/+7 |
| * | cmd/link: increase the reserved space for ELF relocations | erifan01 | 2019-04-17 | 1 | -0/+5 |
| * | cmd/compile: add saturating conversions on wasm | Richard Musiol | 2019-04-04 | 1 | -0/+6 |