aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal
AgeCommit message (Expand)Author
2023-03-09Revert "cmd/internal/objabi: regenerate RelocType stringer file"Keith Randall
2023-03-08cmd/internal/obj/ppc64: add SETB instructionPaul E. Murphy
2023-03-07cmd/internal/objabi: regenerate RelocType stringer fileqmuntal
2023-03-03cmd/link: establish dependable package initialization orderKeith Randall
2023-03-02all: move //go: function directives directly above functionsMichael Pratt
2023-03-02cmd/asm: don't panic on bad GATHER x86 instructionsKeith Randall
2023-03-02all: implement wasmimport directiveEvan Phoenix
2023-03-01runtime: remove implicit NOFRAME heuristic supportqmuntal
2023-03-01runtime: use explicit NOFRAME on plan9/amd64qmuntal
2023-02-28cmd/internal/obj: use prefix insn in MOV* opcodes for GOPPC64=power10Paul E. Murphy
2023-02-28cmd/asm: remove the incorrect check of LDADDx-like instructionsfanzha02
2023-02-28all: fix typospgxiaolianzi
2023-02-27cmd/asm: preserve 3rd arg when GOT-rewriting assembly instructionsKeith Randall
2023-02-27runtime: use explicit NOFRAME on solaris/amd64qmuntal
2023-02-27runtime: use explicit NOFRAME on openbsd/amd64qmuntal
2023-02-24cmd/internal/obj/arm64: factor out code generation for addition of 12 bit imm...Joel Sing
2023-02-24runtime: use explicit NOFRAME on netbsd/amd64qmuntal
2023-02-24runtime: use explicit NOFRAME on freebsd/amd64qmuntal
2023-02-24cmd/compile: batch write barrier callsKeith Randall
2023-02-23runtime: use explicit NOFRAME on dragonfly/amd64qmuntal
2023-02-23cmd/internal/obj/arm64: use more appropriate types for olsr12uJoel Sing
2023-02-23cmd/internal/obj/arm64: invert SP checkJoel Sing
2023-02-23cmd/internal/obj/arm64: use obj.REG_NONE where appropriateJoel Sing
2023-02-23cmd/internal/obj/arm64: remove bogus omovlit return value checkJoel Sing
2023-02-23cmd/internal/obj/arm64: remove spurious assignments with ORJoel Sing
2023-02-22runtime: use explicit NOFRAME on linux/amd64qmuntal
2023-02-21cmd/internal/obj/riscv: optimize loading large immediate with trailing zerosWayne Zuo
2023-02-13cmd/internal/cov: fix typo in readcovdata.goIkko Eltociear Ashimine
2023-02-10cmd/internal/cov: fix misuse of bufio.Reader.Read in read helperThan McIntosh
2023-02-07runtime: use explicit NOFRAME on darwin/amd64qmuntal
2023-02-06cmd/internal/obj: flag init functions in object fileThan McIntosh
2023-02-06cmd/asm: add RDTIME{L,H}.W, RDTIME.D support for loong64Guoqi Chen
2023-02-02internal/testenv: avoid rebuilding all of std in WriteImportcfgBryan C. Mills
2023-01-31cmd/internal/obj/x86: use mov instead of lea to load the frame pointerqmuntal
2023-01-31cmd/internal/obj/x86: use push/pop instead of mov to store/load FPqmuntal
2023-01-30all: fix problematic commentscui fliter
2023-01-30cmd/internal/obj: drop Filesym from DwarfAbstractFuncMichael Pratt
2023-01-30cmd/compile,cmd/link: set DW_AT_decl_line for function declarationsMichael Pratt
2023-01-30cmd/asm: reject avx512 .Z instructions without a mask registerKeith Randall
2023-01-26Revert "runtime: use explicit NOFRAME on darwin/amd64"Quim Muntal
2023-01-26runtime: use explicit NOFRAME on darwin/amd64qmuntal
2023-01-24runtime: use explicit NOFRAME on windows/amd64qmuntal
2023-01-24all: fix some commentscui fliter
2023-01-24archive: error check when parse archiveJames Yang
2023-01-23runtime,cmd/internal/obj/x86: use TEB TLS slots on windows/i386qmuntal
2023-01-20cmd/internal/obj/s390x, runtime: fix breakpoint in s390xSrinivas Pokala
2023-01-20all: fix typos in go file commentsMarcel Meyer
2023-01-19cmd/internal/obj/riscv: add check for invalid shift amount inputWayne Zuo
2023-01-19cmd/internal/osinfo: report Node.js versionDmitri Shuralyov
2023-01-17cmd/dist: make toolchain build reproducibleRuss Cox