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-09-08
cmd/internal/obj/riscv: clean up error checking for encoding
Joel Sing
2023-09-08
cmd/internal/obj/riscv: correct message in regVal panic
Joel Sing
2023-09-08
cmd/internal/obj/riscv: simplify instructionsForMOV
Joel Sing
2023-09-07
cmd/internal/obj/ppc64: do not assemble non-constant rotate RLWMI
Paul E. Murphy
2023-09-05
cmd/asm: add KMA and KMCTR instructions on s390x.
root
2023-09-02
cmd: fix some comments
cui fliter
2023-09-01
cmd/internal/dwarf: replace Sym.Length with Context.Size
Matthew Dempsky
2023-09-01
cmd/internal/obj: simplify filename handling
Matthew Dempsky
2023-08-29
cmd/internal/obj: add Func type to replace "curfn any"
Matthew Dempsky
2023-08-29
cmd/internal/{dwarf,obj}: stop substituting "" with pkgprefix
Matthew Dempsky
2023-08-29
cmd/internal/obj: tweak implicit {ArgsPointerMaps,ArgInfo} behavior
Matthew Dempsky
2023-08-29
cmd: simplify some handling of package paths
Matthew Dempsky
2023-08-28
cmd/internal/obj/arm64: avoid unnecessary pool literal usage for load/store p...
Joel Sing
2023-08-25
cmd/internal/obj/arm64: load large constants into vector registers from rodata
Joel Sing
2023-08-23
cmd/internal/obj/riscv,cmd/link: add support for internal cgo linking on riscv64
Joel Sing
2023-08-22
cmd/internal/obj/arm64: add test coverage for VMOVS and VMOVD
Joel Sing
2023-08-11
cmd/asm: add KDSA instruction support
Srinivas Pokala
2023-08-08
cmd/internal/obj/mips: add SEB/SEH instructions
Junxian Zhu
2023-08-07
arm64: replace "PCALGIN with PCALIGN" in package documentation
adetunjii
2023-08-03
cmd/internal/obj/arm64: move register encoding into opxrrr
Joel Sing
2023-08-03
cmd/asm,cmd/internal/obj/riscv,cmd/link: improve TLS handling on riscv64
Joel Sing
2023-08-03
cmd/internal/obj/mips: add WSBH/DSBH/DSHD instructions
Junxian Zhu
2023-08-02
cmd/asm: add s390x crypto related instructions
Srinivas Pokala
2023-07-31
cmd/internal/obj/mips: use more appropriate register types for OP_FRRR/OP_SRR
Joel Sing
2023-07-31
cmd/internal/obj/mips: use more appropriate register types for OP_IRR
Joel Sing
2023-07-31
cmd/internal/obj/mips: use more appropriate register types for OP_RRR
Joel Sing
2023-07-31
cmd/internal/obj/mips: use obj.REG_NONE rather than 0
Joel Sing
2023-07-31
cmd/internal/obj/arm64: improve splitting of 24 bit unsigned scaled immediates
Joel Sing
2023-07-31
cmd/internal/obj/arm64: avoid unnecessary literal pool usage for moves
Joel Sing
2023-07-31
cmd/internal/obj/arm64: improve classification of loads and stores
Joel Sing
2023-07-28
cmd/asm: add PCALIGN support on 386/amd64
Mauri de Souza Meneguzzo
2023-07-27
cmd/asm: add the fifth argument of the instruction to Optab on arm64
erifan01
2023-07-26
cmd/internal/obj/arm64: factor out splitting of 24 bit unsigned scaled immedi...
Joel Sing
2023-07-26
cmd/internal/obj/arm64: simplify buildop
Joel Sing
2023-07-24
cmd/asm: Fix encoding error of register offset shifted by 0 on arm64
eric fang
2023-07-20
cmd/internal/obj: print relocation type by name in -S output
Cherry Mui
2023-07-20
cmd/asm, cmd/internal/obj: generate proper atomic ops for riscv64
Meng Zhuo
2023-07-18
all: fix typos
Jes Cok
2023-06-15
cmd/asm: fix encoding errors for FMOVD and FMOVS instructions on arm64
eric fang
2023-06-14
all: fix spelling errors
Alexander Yastrebov
2023-06-13
cmd/internal/obj: make aix/ppc64 builds reproducible
Russ Cox
2023-06-01
cmd/internal/obj/arm: handle HAUTO etc. in addpool
Cherry Mui
2023-05-24
cmd/asm: refine some APIs related to Prog.RestArgs[]
ruinan
2023-05-22
cmd/compile: incorporate inlined function names into closure naming
Matthew Dempsky
2023-05-22
cmd/asm: encode instructions like SHA1SU0 with a separate case for arm64
Ruinan
2023-05-19
all: generate NOTOC shared code on power10/PPC64/linux
Paul E. Murphy
2023-05-19
cmd/compile: constant-fold loads from constant dictionaries and types
Keith Randall
2023-05-18
cmd/asm: remove unsupported opcodes MOVNP and STLP for arm64
erifan01
2023-05-10
cmd/internal/obj/riscv: regenerate instruction encoding table
Meng Zhuo
2023-05-09
cmd/compile: standardize on outer-to-inner for pos lists
Russ Cox
[prev]
[next]