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
/
ssa
/
writebarrier.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-16
cmd/compile: reorganize write barrier code a bit
Keith Randall
2023-01-09
cmd/compile: prevent IsNewObject from taking quadratic time
Keith Randall
2022-11-18
all: add missing periods in comments
cui fliter
2022-10-31
cmd/compile: add cache of sizeable objects so they can be reused
Keith Randall
2022-09-27
cmd/compile,cmd/link: hooks for identifying coverage counters
Than McIntosh
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-05-20
cmd/compile, cmd/link: use libFuzzer 8-bit instead of extra counters
Khaled Yakdan
2022-05-16
cmd/compile: set LocalPkg.Path to -p flag
Matthew Dempsky
2022-04-19
cmd/compile,cmd/internal/obj: replace Ctxt.FixedFrameSize method with Arch field
Austin Clements
2022-04-01
all: fix various doc comment formatting nits
Russ Cox
2021-09-22
internal/fuzz,cmd/compile: don't add race instrumentation to counters
Roland Shoemaker
2021-09-17
cmd/compile: restore tail call for method wrappers
Cherry Mui
2021-08-23
cmd/compile: don't emit write barriers for offsets of global addresses
zikaeroh
2021-04-12
cmd/compile: look for newobject in register ABI for write barrier elision
Cherry Zhang
2021-04-07
cmd/compile: correct argument area size for typedmemmove/typedmemclr
Cherry Zhang
2021-03-30
cmd/compile: emit writebarriers in specified ABI
David Chase
2021-03-24
cmd/compile: remove more dead code and data structures
David Chase
2021-03-23
cmd/compile: remove AuxCall.results, cleanup ssagen/ssa.go
David Chase
2021-03-22
cmd/compile: remove now-redundant AuxCall.args
David Chase
2021-02-26
cmd/compile: change StaticCall to return a "Results"
David Chase
2021-02-24
cmd/compile: plumb abi info into ssagen/ssa
David Chase
2020-12-29
[dev.regabi] cmd/compile: remove unneeded indirection
Matthew Dempsky
2020-10-01
cmd/compile: fix late call expansion for SSA-able aggregate results and argum...
David Chase
2020-09-18
cmd/compile: add code to expand calls just before late opt
David Chase
2020-09-16
cmd/compile: initialize ACArgs and ACResults AuxCall fields for static and in...
David Chase
2020-09-16
cmd/compile: extend ssa.AuxCall to closure and interface calls
David Chase
2020-09-16
cmd/compile: introduce special ssa Aux type for calls
David Chase
2020-08-25
cmd/compile: don't allow go:notinheap on the heap or stack
Keith Randall
2020-04-28
cmd/compile: simplify readonly sym checks in writebarrier pass
Josh Bleecher Snyder
2020-03-02
cmd/compile: add specialized Value reset for OpCopy
Josh Bleecher Snyder
2019-10-07
cmd/compile: improve write barrier removal
Keith Randall
2019-10-02
cmd/compile: allow multiple SSA block control values
Michael Munday
2019-09-06
cmd/compile: use CTNIL for pointer-typed OLITERALs
Matthew Dempsky
2019-08-02
cmd/compile: fix crash on write barrier insertion
Keith Randall
2019-03-21
cmd/compile: copy volatile values before emitting write barrier call
Cherry Zhang
2019-03-18
cmd/compile: better write barrier removal when initializing new objects
Keith Randall
2019-02-27
cmd/compile/internal/ssa: fix bad CL rebase
Matthew Dempsky
2019-02-26
cmd/compile: avoid collisions between statictmps and user vars
Alessandro Arzilli
2018-12-02
all: use "reports whether" consistently instead of "returns whether"
Tobias Klauser
2018-11-29
cmd/compile: eliminate write barriers when writing non-heap ptrs
Keith Randall
2018-07-12
cmd/compile: add LocalAddr that takes SP,mem operands
David Chase
2018-05-22
cmd/compile: enable stack maps everywhere except unsafe points
Austin Clements
2018-04-24
cmd/compile/internal/types: remove ElemType wrapper
Matthew Dempsky
2018-04-09
cmd/compile: insert instrumentation during SSA building
Matthew Dempsky
2018-04-09
cmd: remove a few more unused parameters
Daniel MartÃ
2018-02-13
runtime: remove legacy eager write barrier
Austin Clements
[next]