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
2024-01-25
all: prealloc slice with possible minimum capabilities
Shulhan
2024-01-23
cmd/compile/internal/ssagen,runtime: merge trace consts into internal/abi
qiulaidongfeng
2023-11-28
cmd/compile: use correct type for slice pointer
Keith Randall
2023-11-20
ssa: clarify semantics of ID-to-PC translation function
Andrei Matei
2023-11-16
cmd/compile: minor change to simplify addition of experimental CLs
David Chase
2023-10-31
cmd/compile: ensure pointer arithmetic happens after the nil check
Keith Randall
2023-10-18
cmd/compile: move ssagen.dvarint to objw.Uvarint
Cuong Manh Le
2023-10-18
cmd/compile: fix funcdata encode for functions with large frame size
Cuong Manh Le
2023-10-09
cmd/compile: use type hash from itab field instead of type field
Keith Randall
2023-10-06
cmd/compile: expand calls cleanup
David Chase
2023-10-06
cmd/compile: use cache in front of type assert runtime call
Keith Randall
2023-10-06
cmd/compile: use descriptors for type assertion runtime calls
Keith Randall
2023-10-06
cmd/compile: pass only the itab to the assertI2I-style functions
Keith Randall
2023-10-06
cmd/compile: add a cache to interface type switches
Keith Randall
2023-10-06
cmd/compile: improve interface type switches
Keith Randall
2023-10-05
cmd/compile/internal/ir: tweak a couple names
Matthew Dempsky
2023-10-04
cmd/compile: adjust GOSSAFUNC html dumping to be more ABI-aware
David Chase
2023-10-03
cmd/compile/internal: intrinsify publicationBarrier on riscv64
Xianmiao Qu
2023-10-03
cmd/compile,runtime: remove runtime.mulUintptr
qiulaidongfeng
2023-09-20
cmd/compile: implement range over func
Russ Cox
2023-09-14
cmd/compile: move remaining instrumentation logic into ssagen
Matthew Dempsky
2023-09-14
cmd/compile/internal/ir: add Func.DeclareParams
Matthew Dempsky
2023-09-13
cmd/compile/internal/abi: replace types.Object with *ir.Name
Matthew Dempsky
2023-09-12
cmd/compile: rename OEFACE to OMAKEFACE and remove OCONVIDATA
Matthew Dempsky
2023-09-08
cmd/compile/internal/ssa: replace Frontend.Auto with Func.NewLocal
Matthew Dempsky
2023-09-08
cmd/compile/internal/ssagen: call AllocFrame after ssa.Compile
Matthew Dempsky
2023-09-08
cmd/compile/internal/ssa: rename ssagen.TypeOK as CanSSA
Matthew Dempsky
2023-09-08
cmd/compile/internal/ssa: remove Frontend.MyImportPath
Matthew Dempsky
2023-09-08
cmd/compile/internal/ssa: simplify NewFunc API
Matthew Dempsky
2023-09-08
cmd/compile: cleanup uses of ir.Orig and ir.SepCopy
Matthew Dempsky
2023-08-23
cmd/compile: use s.temp for creating defer struct
Cuong Manh Le
2023-08-22
cmd/compile: simplify various signature type handling code
Matthew Dempsky
2023-08-22
cmd/compile/internal/types: replace BOGUS_FUNARG_OFFSET with BADWIDTH
Matthew Dempsky
2023-08-22
cmd/compile/internal/types: overhaul and simplify API
Matthew Dempsky
2023-08-21
cmd/compile/internal/ssagen: share runtime._defer types
Matthew Dempsky
2023-08-21
cmd/compile/internal/reflectdata: share hmap and hiter types
Matthew Dempsky
2023-08-18
cmd/compile: restore zero-copy string->[]byte optimization
Matthew Dempsky
2023-08-17
cmd/compile/internal/ssagen: fix race added in CL 510539
Matthew Dempsky
2023-08-17
Revert "cmd/compile: enable zero-copy string->[]byte conversions"
Matthew Dempsky
2023-08-17
cmd/compile: enable zero-copy string->[]byte conversions
Matthew Dempsky
2023-08-17
cmd/compile/internal/ir: add typ parameter to NewNameAt
Matthew Dempsky
2023-08-17
cmd/compile/internal/ir: remove ODCLCONST and ODCLTYPE
Matthew Dempsky
2023-08-16
cmd/compile, runtime: make room for rangefunc defers
Russ Cox
2023-08-16
runtime/internal/math: add Add64
Russ Cox
2023-08-11
cmd/compile: separate out unsafe mark for end-of-block instructions
Keith Randall
2023-08-07
runtime, cmd/compile: optimize open-coded defers
Matthew Dempsky
2023-08-07
runtime, cmd/compile: prune unused _defer fields
Matthew Dempsky
2023-08-01
cmd/compile: implement float min/max in hardware for amd64 and arm64
Keith Randall
2023-07-31
cmd/compile: intrinsify Sub64 on mips64
Junxian Zhu
2023-07-31
cmd/compile: intrinsify Add64 on mips64
Junxian Zhu
[next]