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
/
compile
/
internal
/
ssagen
/
ssa.go
Age
Commit message (
Expand
)
Author
2023-02-17
cmd/compile: move raw writes out of write barrier code
Keith Randall
2023-02-16
runtime: reimplement GODEBUG=cgocheck=2 as a GOEXPERIMENT
Keith Randall
2023-02-16
cmd/compile: detect write barrier completion differently
Keith Randall
2023-02-08
cmd/compile: intrinsify math/bits/ReverseBytes{32|64} for 386
Wayne Zuo
2023-02-06
cmd/compile: ensure first instruction in a function is not inlined
Keith Randall
2023-02-03
cmd/compile: intrinsify math/bits/ReverseBytes{16|32|64} for ppc64/power10
Archana R
2023-01-26
cmd/compile/internal/types: remove unneeded functionality
Matthew Dempsky
2023-01-20
cmd/compile: improve scheduling pass
Keith Randall
2023-01-19
cmd/compile: add memory argument to GetCallerSP
Keith Randall
2022-12-03
all: fix some comments for method
cui fliter
2022-11-23
cmd/compile: fix error message wording
Russ Cox
2022-11-18
all: add missing periods in comments
cui fliter
2022-10-27
runtime: add wasm bulk memory operations
Garet Halliday
2022-10-18
runtime: replace all uses of CtzXX with TrailingZerosXX
Youlin Feng
2022-10-07
cmd/compile: intrinsify Sub64 on loong64
Wayne Zuo
2022-10-07
cmd/compile: intrinsify Add64 on loong64
Wayne Zuo
2022-09-27
cmd/compile: use stricter rule for possible partial overlap
Keith Randall
2022-09-14
all: remove unnecessary allocations from w.WriteString(fmt.Sprint*(...)) by f...
Emmanuel T Odeke
2022-09-07
cmd/compile/internal/ssagen: use strings.Builder
cuiweixie
2022-09-01
cmd/compile,runtime: redo growslice calling convention
Keith Randall
2022-08-31
cmd/compile: add support for unsafe.{String,StringData,SliceData}
cuiweixie
2022-08-30
cmd/compile: intrinsify RotateLeft{32,64} on loong64
Wayne Zuo
2022-08-27
cmd/compile: intrinsify Sub64 on riscv64
Wayne Zuo
2022-08-27
cmd/compile: intrinsify Add64 on riscv64
Wayne Zuo
2022-08-26
cmd/compile: align stack offset to alignment larger than PtrSize
Cherry Mui
2022-08-23
cmd/compile: handle partially overlapping assignments
Keith Randall
2022-08-22
cmd/compile: issue VarDef only for pointer-ful types
Keith Randall
2022-08-22
cmd/compile: remove OVARDEF and OVARLIVE
Keith Randall
2022-08-22
cmd/compile: rip out support for OVARKILL from compiler frontend
Keith Randall
2022-08-19
cmd/compile: add intrinsic for MulUintptr on arm64
ruinan
2022-08-18
cmd/compile: remove OFORUNTIL
Keith Randall
2022-08-18
cmd/compile: rip out support for OpVarKill from ssa backend
Keith Randall
2022-08-18
cmd/compile: stop using VARKILL
Keith Randall
2022-08-15
cmd/compile/internal/ssagen: gofmt -w -s ssa.go
cuiweixie
2022-08-15
cmd/compile,math: remove all sqrt assembly code
Wayne Zuo
2022-08-10
cmd/compile: refactor GOSSAHASH debugging to make it usable outside ssa package.
David Chase
2022-08-08
cmd/compile: optimize unsafe.Slice generated code
Keith Randall
2022-08-08
cmd/compile: rename types.Rnd -> types.RoundUp
Cuong Manh Le
2022-07-28
[dev.unified] all: merge master (462b78f) into dev.unified
Matthew Dempsky
2022-07-25
cmd/compile: fix blank label code
Keith Randall
2022-06-21
[dev.unified] cmd/compile: avoid reflectType in ssagen
Matthew Dempsky
2022-05-16
cmd/compile: remove base.Ctxt.Pkgpath fallback paths
Matthew Dempsky
2022-05-16
cmd/compile/internal/ir: more idiomatic DynamicType{,AssertExpr}
Matthew Dempsky
2022-05-12
cmd/compile/internal/ssagen: enable intrinsic operation on loong64
Xiaodong Liu
2022-05-11
cmd/compile: convert merge to use appl. bal. trees for sharing
David Chase
2022-05-11
cmd/compile,runtime: open code unsafe.Slice
Cuong Manh Le
2022-05-10
cmd/compile: lower Add64/Sub64 into ssa on PPC64
Paul E. Murphy
2022-05-05
cmd/compile/internal: intrinsify publicationBarrier on ppc64x
Lynn Boger
2022-04-28
cmd/compile: intrinsify math/big.mulWW on MIPS64(LE),RISCV64
Wayne Zuo
2022-04-19
cmd/compile,cmd/internal/obj: replace Ctxt.FixedFrameSize method with Arch field
Austin Clements
[next]