index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
internal
/
obj
Age
Commit message (
Expand
)
Author
2023-01-26
runtime: use explicit NOFRAME on darwin/amd64
qmuntal
2023-01-24
runtime: use explicit NOFRAME on windows/amd64
qmuntal
2023-01-23
runtime,cmd/internal/obj/x86: use TEB TLS slots on windows/i386
qmuntal
2023-01-20
cmd/internal/obj/s390x, runtime: fix breakpoint in s390x
Srinivas Pokala
2023-01-20
all: fix typos in go file comments
Marcel Meyer
2023-01-19
cmd/internal/obj/riscv: add check for invalid shift amount input
Wayne Zuo
2023-01-09
all: fix typos in go file comments
Marcel Meyer
2022-12-05
cmd/asm: improve assembler error messages
Keith Randall
2022-11-18
all: add missing periods in comments
cui fliter
2022-11-18
cmd/internal/obj/arm64: tidy literal pool
eric fang
2022-11-18
cmd/internal/obj/arm64: mark branch instructions in optab
eric fang
2022-11-16
cmd/internal/obj/ppc64: add ISA 3.1B opcodes
Paul E. Murphy
2022-11-15
cmd/internal/obj: use testenv.Command instead of exec.Command in tests
Bryan C. Mills
2022-11-14
runtime,cmd/internal/obj/x86: use TEB TLS slots on windows/amd64
qmuntal
2022-11-11
all: fix problematic comments
cui fliter
2022-11-10
cmd/internal/obj: reduce allocations in object file writing
Cherry Mui
2022-11-10
cmd/internal/obj: adjust (*Link).AllPos comment in inl.go
David Chase
2022-11-09
all: add missing copyright header
cui fliter
2022-10-31
cmd/internal/obj: cleanup linkgetlineFromPos
Michael Pratt
2022-10-28
cmd/internal/obj/arm64: optimize ADRP+ADD+LD/ST to ADRP+LD/ST(offset)
eric fang
2022-10-27
runtime: add wasm bulk memory operations
Garet Halliday
2022-10-27
cmd/internal/obj/arm64: remove AMOVBU from optab
erifan01
2022-10-26
cmd/internal/obj/ppc64: generate big uint32 values in register
Paul E. Murphy
2022-10-26
cmd: remove redundant _
cui fliter
2022-10-14
cmd/compile,cmd/link,runtime: add start line numbers to func metadata
Michael Pratt
2022-10-06
all: remove redundant type conversion
cui fliter
2022-10-05
cmd/internal/obj/arm64: add missing operand register in GNU assembly
shaoliming
2022-10-05
cmd/compile: add late lower pass for last rules to run
eric fang
2022-10-01
cmd/internal/obj: hoist constant slice out of function called in loop
David Chase
2022-09-30
all: omit comparison bool constant to simplify code
cui fliter
2022-09-29
cmd/internal/obj/x86: return comparison directly
cuiweixie
2022-09-29
cmd/internal/obj: call delete directly without check exist
cuiweixie
2022-09-29
cmd: fix a few function names on comments
cui fliter
2022-09-28
cmd/internal/obj/ppc64: remove unnecessary opcodes
Archana R
2022-09-20
all: replace package ioutil with os and io in src
Andy Pan
2022-09-20
cmd/compile: Add some CMP and CMN optimization rules on arm64
eric fang
2022-09-15
cmd/internal/obj/ppc64: add ISA 3.1 instructions
Paul E. Murphy
2022-09-15
cmd/asm, cmd/internal/obj/ppc64: increase asm test coverage for PPC64
Archana R
2022-09-07
cmd/asm: improve argument to obj.Prog assignment on PPC64
Paul E. Murphy
2022-09-07
cmd/asm,cmd/internal/obj/ppc64: recognize ppc64 ISA 3.1 MMA registers
Paul E. Murphy
2022-09-02
cmd/internal/obj/riscv: fix comment typo
Wayne Zuo
2022-08-31
cmd/internal/obj/arm64: allow transition from $0 to ZR for MSR
eric fang
2022-08-30
cmd/asm: add new classification for index memory operands on PPC64
Archana R
2022-08-30
cmd/internal/obj/loong64: add ROTR, ROTRV instructions support
Wayne Zuo
2022-08-29
cmd/compile/obj/arm64: fix encoding error of FMOVD/FMOVS $0|ZR
eric fang
2022-08-23
cmd/internal/obj/loong64: add MASKEQZ and MASKNEZ instructions support
Wayne Zuo
2022-08-23
cmd/internal/obj/arm64: remove the transition from $0 to ZR
eric fang
2022-08-23
cmd/compile/internal/ssa: optimize memory moving on arm64
eric fang
2022-08-18
all: remove duplicate "the" words in comments
Abirdcfly
2022-08-16
runtime: process ptr bitmaps one word at a time
Keith Randall
[next]