aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal
AgeCommit message (Expand)Author
2022-04-29[dev.boringcrypto] cmd/internal/notsha256: add new packageRuss Cox
2022-04-25cmd/compile: fix the missing size for FuncInfoSymzhouguangyuan
2022-04-19cmd/compile,cmd/internal/obj: replace Ctxt.FixedFrameSize method with Arch fieldAustin Clements
2022-04-19internal/sys: add LR and fixed frame size to sys.ArchAustin Clements
2022-04-14cmd/compile: implement jump tablesKeith Randall
2022-04-11all: gofmt main repoRuss Cox
2022-04-11cmd/asm: fix MOVK when constant has high bit setKeith Randall
2022-04-06cmd/internal/obj: set morestack arg spilling and regabi prologue on riscv64Meng Zhuo
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2022-04-05cmd/internal/objabi: fix FuncID of runtime.rt0_go and runtime.systemstack_switchzhouguangyuan
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-04-01all: fix various doc comment formatting nitsRuss Cox
2022-04-01cmd/asm: add DC instruction on arm64erifan01
2022-04-01cmd/asm: add TLBI instruction on arm64erifan01
2022-04-01cmd/asm: refactor some operands that are not special registers on arm64erifan01
2022-04-01cmd/internal/obj/arm64: fix encoding error for SYS instructioneric fang
2022-04-01cmd/internal/obj/riscv: fix illegal form of MOV instructionsBen Shi
2022-03-30cmd: make go and moddeps tests insensitive to presence of src/go.workDavid Chase
2022-03-29cmd/internal/obj/riscv: add two-operand form to more instructionsBen Shi
2022-03-28cmd/internal/obj: sort relocationsCherry Mui
2022-03-22cmd/compile, cmd/link: produce unlinkable object when compile without -pCherry Mui
2022-03-18internal/testenv: add GOROOT and use it to fix tests broken with -trimpathBryan C. Mills
2022-03-18internal/buildcfg: initialize GOROOT to runtime.GOROOTBryan C. Mills
2022-03-18internal/diff: add, replacing cmd/internal/diffRuss Cox
2022-03-18internal/buildcfg: extract logic specific to cmd/goBryan C. Mills
2022-03-15cmd/internal/obj/arm64: add TRN1 and TRN2 instructions supportfanzha02
2022-03-15cmd/internal/obj/arm64: refactor the handling of shifted RSPeric fang
2022-03-11cmd/asm: add support for bdnz/bdz extended mnemonics on PPC64Paul E. Murphy
2022-03-10cmd/compile,bytealg: change context register on riscv64Meng Zhuo
2022-03-09cmd/compile: require -p flagRuss Cox
2022-03-09cmd/internal/obj/arm64: optimize function prologue/epilogue with STP/LDPeric fang
2022-03-08cmd/dist: log OS version when testingMichael Pratt
2022-03-08cmd/dist: log CPU model when testingMichael Pratt
2022-03-08cmd/internal/obj/arm64: optimize stacksplit prologue for small stackeric fang
2022-03-03cmd/asm,cmd/compile: generate preferred nop on PPC64Paul E. Murphy
2022-02-28cmd/internal/obj/riscv/testdata/testbranch: add //go:build linesTobias Klauser
2022-02-14cmd/compile: drop column info when line number saturatesKeith Randall
2022-02-11cmd/compile, runtime: use unwrapped PC for goroutine creation tracingCherry Mui
2022-01-17cmd/internal/obj/arm64: adjust rule for VMOVQ instructioneric fang
2022-01-14Revert "cmd/dist: log OS version when testing"Michael Pratt
2022-01-14cmd/dist: log OS version when testingMichael Pratt
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