aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/gc
AgeCommit message (Expand)Author
2021-03-23[dev.boringcrypto.go1.15] all: merge go1.15.10 into dev.boringcrypto.go1.15Filippo Valsorda
2021-03-01[release-branch.go1.15] cmd/compile: fix escape analysis of heap-allocated re...Matthew Dempsky
2020-11-13[dev.boringcrypto.go1.15] all: merge go1.15.5 into dev.boringcrypto.go1.15Filippo Valsorda
2020-10-27[release-branch.go1.15] cmd/compile: fix storeType to handle pointers to go:n...Keith Randall
2020-10-27[release-branch.go1.15] cmd/compile, runtime: store pointers to go:notinheap ...Keith Randall
2020-10-16[dev.boringcrypto.go1.15] all: merge go1.15.3 into dev.boringcrypto.go1.15Filippo Valsorda
2020-10-12[release-branch.go1.15] cmd/compile: export notinheap annotation to object fileKeith Randall
2020-10-09[release-branch.go1.15] cmd/compile: propagate go:notinheap implicitlyKeith Randall
2020-10-09[release-branch.go1.15] cmd/compile: make go:notinheap error message friendli...Keith Randall
2020-10-09[release-branch.go1.15] cmd/compile: allow aliases to go:notinheap typesKeith Randall
2020-10-09[release-branch.go1.15] cmd/compile: don't allow go:notinheap on the heap or ...Keith Randall
2020-10-09[release-branch.go1.15] cmd/compile: make Haspointers a method instead of a f...Keith Randall
2020-10-05[release-branch.go1.15] cmd/compile: fix live variable computation for deferr...Keith Randall
2020-09-10[dev.boringcrypto.go1.15] all: merge go1.15.2 into dev.boringcrypto.go1.15Filippo Valsorda
2020-08-21[release-branch.go1.15] cmd/compile: fix checkptr handling of &^Matthew Dempsky
2020-07-09[dev.boringcrypto] all: merge master into dev.boringcryptoDmitri Shuralyov
2020-06-17cmd/compile: mark block control instruction unsafe in "all unsafe" functionsCherry Zhang
2020-06-15cmd/compile: fix ordering problems in struct equalityKeith Randall
2020-06-08all: replace usages of whitelist/blacklist and master/slaveFilippo Valsorda
2020-06-04all: fix dead links to inferno-os bitbucket repositoryTobias Klauser
2020-06-03Revert "cmd/compile: improve equality algs for arrays of interfaces"Keith Randall
2020-06-03Revert "cmd/compile: improve generated eq algs for structs containing interfa...Keith Randall
2020-05-29cmd/compile: add test case for issue 38068Than McIntosh
2020-05-29cmd/compile: fix incorrect rewriting to if conditionXiangdong Ji
2020-05-28cmd/compile: always use StackMapDontCare as register map index when reg map i...Cherry Zhang
2020-05-21cmd/compile: delay inlinable method compilation for -c=1Than McIntosh
2020-05-08cmd/compile: improve error when setting unexported fieldsEmmanuel T Odeke
2020-05-08cmd/compile: omit file:pos for non-existent errorsEmmanuel T Odeke
2020-05-07[dev.boringcrypto] all: merge master into dev.boringcryptoDmitri Shuralyov
2020-05-07[dev.boringcrypto] all: merge master into dev.boringcryptoDmitri Shuralyov
2020-05-07cmd/compile: optimize make+copy pattern to avoid memclrMartin Möhrmann
2020-05-06cmd/compile: do not emit code for discardable blank fieldsCuong Manh Le
2020-05-05cmd/compile: use ReadFull to read fingerprintCherry Zhang
2020-04-30cmd: merge branch 'dev.link' into masterCherry Zhang
2020-04-30cmd/compile: add indexed memory modification ops to amd64Keith Randall
2020-04-30cmd/compile: add indexed load+op operations to amd64Keith Randall
2020-04-30Revert "cmd/compile: omit file:pos for non-existent, permission errors"Austin Clements
2020-04-30cmd/compile: omit file:pos for non-existent, permission errorsEmmanuel T Odeke
2020-04-29cmd/compile,runtime: stack maps only at calls, remove register mapsAustin Clements
2020-04-29cmd/compile: make LivenessMap sparseAustin Clements
2020-04-29cmd/compile: don't emit stack maps for write barrier callsAustin Clements
2020-04-29cmd/compile: fix unsafe-points with stack mapsAustin Clements
2020-04-29cmd/compile: rename issafepoint -> hasStackMapAustin Clements
2020-04-27cmd/compile: eliminate some array equality alg loopsJosh Bleecher Snyder
2020-04-27cmd/compile: improve equality algs for arrays of stringsJosh Bleecher Snyder
2020-04-27cmd/compile: improve equality algs for arrays of interfacesJosh Bleecher Snyder
2020-04-27cmd/compile: improve generated eq algs for structs containing interfacesJosh Bleecher Snyder
2020-04-27cmd/compile: refactor out eqinterfaceJosh Bleecher Snyder
2020-04-27cmd/compile: improve generated eq algs for structs containing stringsJosh Bleecher Snyder
2020-04-27cmd/compile: refactor out eqstringJosh Bleecher Snyder