aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal
AgeCommit message (Expand)Author
2022-01-12cmd/go: enable fuzz testing for FreeBSDAyan George
2021-12-20all: fix spelling errors found by misspellDan Kortschak
2021-12-20cmd/internal/obj/riscv: mark stack bounds check prologue nonpreemptibleCherry Mui
2021-12-13cmd/internal/obj: fix tail call in non-zero frame leaf function on MIPS and S...Cherry Mui
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-12-13cmd/asm,cmd/compile: fix tail call in leaf functions on PPC64Paul E. Murphy
2021-11-24cmd/internal/objfile, debug/gosym: use the address of runtime.text as textStartCherry Mui
2021-11-24cmd/internal/obj/x86: modify the threshold of assert loop for span6zhouguangyuan
2021-11-11obj/riscv: fix link to risc-v dwarf register numbershasheddan
2021-11-05cmd/link: enable internal linking of PIE binaries on ppc64lePaul E. Murphy
2021-11-05cmd/{asm,compile,internal/obj}: add "maymorestack" supportAustin Clements
2021-11-05cmd/compile,cmd/internal/objabi: move -d flag parser to objabiAustin Clements
2021-11-03all: add support for c-archive and c-shared on linux/riscv64Joel Sing
2021-11-02cmd/dist: add asan tests in misc/cgo/testsanitizers packagefanzha02
2021-10-29Revert "cmd/go: remove support for -buildmode=shared"Bryan C. Mills
2021-10-28cmd/go: consolidate fuzz-support checksBryan C. Mills
2021-10-28cmd/internal/goobj: bump version numberCherry Mui
2021-10-27cmd/compile, runtime: track argument stack slot livenessCherry Mui
2021-10-27cmd/go: remove support for -buildmode=sharedBryan C. Mills
2021-10-27cmd: move internal/str back to cmd/goRuss Cox
2021-10-26cmd/internal/obj/ppc64: fix usage of CR bit argumentsPaul E. Murphy
2021-10-26cmd/internal/obj/arm64: add a restriction on move constant instructionsfanzha02
2021-10-25cmd/internal/obj/riscv: don't split ADD to SP to two addsCherry Mui
2021-10-25cmd/compile: add -asan optionfanzha02
2021-10-25cmd/compile,cmd/link: introduce generic interface call relocationsKeith Randall
2021-10-21cmd/internal/obj/ppc64: rework argument classificationsPaul E. Murphy
2021-10-20cmd/internal/goobj: minor dead code cleanupThan McIntosh
2021-10-19cmd/internal/obj/riscv: fix trampoline calls from large functionsJoel Sing
2021-10-19cmd/internal/obj/riscv: fix and enable test in short modeJoel Sing
2021-10-18cmd/asm: report an error when trying to do spectre on 386Keith Randall
2021-10-14cmd/go: stamp VCS revision and uncommitted status into binariesJay Conrod
2021-10-12cmd/internal/obj/ppc64: support alignment of prefixed insnPaul E. Murphy
2021-10-11cmd/internal/obj/ppc64: fix mtocrf, cleanup other CR opsPaul E. Murphy
2021-10-11cmd/internal/obj/ppc64: remove unused REG_DCR typesPaul E. Murphy
2021-10-08cmd/internal/obj: rename MOVBE{LL,QQ,WW} to just MOVBE{L,Q,W}Matthew Dempsky
2021-10-06cmd/compile: make encoding/binary loads/stores cheaper to inlineJosh Bleecher Snyder
2021-10-06cmd/internal/obj: allow more gcbits content addressabilityJosh Bleecher Snyder
2021-10-05cmd/link: move all FUNCDATA refs into go.func.*Josh Bleecher Snyder
2021-10-04cmd/internal/obj: reduce alignment for gcbitsCherry Mui
2021-10-04cmd/internal/obj, cmd/link: move symbol alignment logic to object file writerCherry Mui
2021-10-04cmd, runtime: eliminate runtime.no_pointers_stackmapJosh Bleecher Snyder
2021-10-04cmd/compile: refactor gclocals sym creationJosh Bleecher Snyder
2021-10-04cmd, runtime: mark assembly routines in FuncFlagsJosh Bleecher Snyder
2021-10-02cmd/internal/obj/riscv,cmd/link/internal/riscv64: add call trampolines for ri...Joel Sing
2021-10-02cmd/go: remove double parallelism from "go fmt"Daniel Martí
2021-09-30cmd/asm: add error check for move constant instructions on arm64fanzha02
2021-09-29cmd/internal/goobj, cmd/link: remove funcdataoffCherry Mui
2021-09-29cmd/link: access pcdata via aux symbolsCherry Mui
2021-09-28cmd/internal/objfile: use aux symbol for pcdata referencesCherry Mui
2021-09-28cmd/internal/obj: index pcdata symbols in NumberSymsCherry Mui