| Commit message (Expand) | Author | Age | Files | Lines |
| * | internal/abi, runtime, cmd: merge StackSmall, StackBig consts into internal/abi | Austin Clements | 2023-04-21 | 1 | -6/+6 |
| * | internal/abi, runtime, cmd: merge funcFlag_* consts into internal/abi | Austin Clements | 2023-04-21 | 1 | -2/+3 |
| * | Revert "internal/abi, runtime, cmd: merge StackSmall, StackBig consts into in... | Austin Clements | 2023-04-20 | 1 | -6/+6 |
| * | internal/abi, runtime, cmd: merge StackSmall, StackBig consts into internal/abi | Austin Clements | 2023-04-20 | 1 | -6/+6 |
| * | cmd/asm,cmd/internal/obj/x86: add RDPID instruction to x86 assembler | Joel Sing | 2023-04-11 | 4 | -1/+5 |
| * | cmd/internal/obj: generate SEH aux symbols for windows/amd64 | qmuntal | 2023-04-05 | 2 | -0/+143 |
| * | cmd/asm: improve detector for incorrect R15 usage when dynamic linking | Keith Randall | 2023-03-15 | 1 | -32/+117 |
| * | cmd/asm: don't panic on bad GATHER x86 instructions | Keith Randall | 2023-03-02 | 1 | -0/+5 |
| * | runtime: remove implicit NOFRAME heuristic support | qmuntal | 2023-03-01 | 1 | -14/+2 |
| * | runtime: use explicit NOFRAME on plan9/amd64 | qmuntal | 2023-03-01 | 1 | -1/+1 |
| * | cmd/asm: preserve 3rd arg when GOT-rewriting assembly instructions | Keith Randall | 2023-02-27 | 1 | -0/+3 |
| * | runtime: use explicit NOFRAME on solaris/amd64 | qmuntal | 2023-02-27 | 1 | -1/+1 |
| * | runtime: use explicit NOFRAME on openbsd/amd64 | qmuntal | 2023-02-27 | 1 | -1/+1 |
| * | runtime: use explicit NOFRAME on netbsd/amd64 | qmuntal | 2023-02-24 | 1 | -1/+1 |
| * | runtime: use explicit NOFRAME on freebsd/amd64 | qmuntal | 2023-02-24 | 1 | -1/+2 |
| * | runtime: use explicit NOFRAME on dragonfly/amd64 | qmuntal | 2023-02-23 | 1 | -1/+1 |
| * | runtime: use explicit NOFRAME on linux/amd64 | qmuntal | 2023-02-22 | 1 | -2/+8 |
| * | runtime: use explicit NOFRAME on darwin/amd64 | qmuntal | 2023-02-07 | 1 | -2/+2 |
| * | cmd/internal/obj/x86: use mov instead of lea to load the frame pointer | qmuntal | 2023-01-31 | 1 | -4/+2 |
| * | cmd/internal/obj/x86: use push/pop instead of mov to store/load FP | qmuntal | 2023-01-31 | 1 | -37/+33 |
| * | cmd/asm: reject avx512 .Z instructions without a mask register | Keith Randall | 2023-01-30 | 1 | -0/+10 |
| * | Revert "runtime: use explicit NOFRAME on darwin/amd64" | Quim Muntal | 2023-01-26 | 1 | -2/+2 |
| * | runtime: use explicit NOFRAME on darwin/amd64 | qmuntal | 2023-01-26 | 1 | -2/+2 |
| * | runtime: use explicit NOFRAME on windows/amd64 | qmuntal | 2023-01-24 | 1 | -1/+2 |
| * | runtime,cmd/internal/obj/x86: use TEB TLS slots on windows/i386 | qmuntal | 2023-01-23 | 2 | -40/+24 |
| * | cmd/internal/obj: use testenv.Command instead of exec.Command in tests | Bryan C. Mills | 2022-11-15 | 2 | -5/+3 |
| * | runtime,cmd/internal/obj/x86: use TEB TLS slots on windows/amd64 | qmuntal | 2022-11-14 | 2 | -19/+22 |
| * | all: add missing copyright header | cui fliter | 2022-11-09 | 1 | -0/+4 |
| * | cmd/internal/obj/x86: return comparison directly | cuiweixie | 2022-09-29 | 1 | -4/+1 |
| * | all: replace package ioutil with os and io in src | Andy Pan | 2022-09-20 | 2 | -5/+3 |
| * | cmd/compile: implement jump tables | Keith Randall | 2022-04-14 | 1 | -0/+10 |
| * | all: gofmt main repo | Russ Cox | 2022-04-11 | 2 | -21/+25 |
| * | all: remove trailing blank doc comment lines | Russ Cox | 2022-04-01 | 1 | -2/+0 |
| * | cmd/internal/obj/x86: modify the threshold of assert loop for span6 | zhouguangyuan | 2021-11-24 | 1 | -1/+1 |
| * | cmd/{asm,compile,internal/obj}: add "maymorestack" support | Austin Clements | 2021-11-05 | 1 | -27/+70 |
| * | cmd/asm: report an error when trying to do spectre on 386 | Keith Randall | 2021-10-18 | 1 | -0/+5 |
| * | cmd/internal/obj: rename MOVBE{LL,QQ,WW} to just MOVBE{L,Q,W} | Matthew Dempsky | 2021-10-08 | 3 | -9/+9 |
| * | [dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loop | Austin Clements | 2021-08-03 | 1 | -1/+0 |
| * | [dev.typeparams] Revert "[dev.typeparams] runtime,cmd/compile,cmd/link: repla... | Austin Clements | 2021-07-30 | 1 | -0/+1 |
| * | [dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loop | Austin Clements | 2021-07-30 | 1 | -1/+0 |
| * | [dev.typeparams] all: always enable regabig on AMD64 | Cherry Mui | 2021-06-11 | 1 | -3/+1 |
| * | internal/buildcfg: move build configuration out of cmd/internal/objabi | Russ Cox | 2021-04-16 | 2 | -3/+5 |
| * | runtime,runtime/cgo: save all necessary registers on entry to Go on Windows | Austin Clements | 2021-04-15 | 1 | -1/+1 |
| * | cmd/compile: untangle Wrapper and ABIWrapper flags | Cherry Zhang | 2021-04-05 | 1 | -2/+2 |
| * | cmd/internal/obj/x86: simplify huge frame prologue | Austin Clements | 2021-04-05 | 1 | -58/+33 |
| * | cmd/internal/obj: use REGENTRYTMP* in a few more places | Austin Clements | 2021-04-02 | 1 | -3/+3 |
| * | cmd/internal/obj/x86: use ABI scratch registers for WRAPPER prologue | Michael Anthony Knyszek | 2021-03-31 | 2 | -34/+42 |
| * | all: explode GOEXPERIMENT=regabi into 5 sub-experiments | Austin Clements | 2021-03-18 | 1 | -2/+2 |
| * | cmd/asm: when dynamic linking, reject code that uses a clobbered R15 | Keith Randall | 2021-03-16 | 1 | -0/+115 |
| * | cmd/compile: fix failure to communicate between ABIinfo producer&consumer | David Chase | 2021-03-09 | 1 | -1/+1 |