aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/gc
AgeCommit message (Expand)Author
2022-01-14[dev.boringcrypto.go1.16] all: merge go1.16.13 into dev.boringcrypto.go1.16David Chase
2021-12-21[release-branch.go1.16] cmd/compile: avoid adding LECall to the entry block w...hanpro
2021-08-09[dev.boringcrypto.go1.16] all: merge go1.16.7 into dev.boringcrypto.go1.16Filippo Valsorda
2021-08-02[release-branch.go1.16] cmd/{compile,link}: fix bug in map.zero handlingThan McIntosh
2021-07-14[dev.boringcrypto.go1.16] all: merge go1.16.6 into dev.boringcrypto.go1.16Filippo Valsorda
2021-06-29[release-branch.go1.16] cmd/compile: make map.zero symbol content-addressableThan McIntosh
2021-04-21[dev.boringcrypto.go1.16] all: merge go1.16.3 into dev.boringcrypto.go1.16Filippo Valsorda
2021-03-25[release-branch.go1.16] cmd/compile, cmd/link: dynamically export writable st...Cherry Zhang
2021-03-23[dev.boringcrypto.go1.16] all: merge go1.16.2 into dev.boringcrypto.go1.16Filippo Valsorda
2021-03-01[release-branch.go1.16] cmd/compile: fix escape analysis of heap-allocated re...Matthew Dempsky
2021-03-01[release-branch.go1.16] cmd/compile: fix mishandling of unsafe-uintptr argume...Cuong Manh Le
2021-03-01[release-branch.go1.16] cmd/compile: fix panic in DWARF-gen handling obfuscat...Than McIntosh
2021-03-01[release-branch.go1.16] cmd/compile: declare inlined result params early for ...Matthew Dempsky
2021-02-23[dev.boringcrypto.go1.16] all: merge go1.16 into dev.boringcrypto.go1.16Filippo Valsorda
2021-02-10cmd/compile: mark concrete call of reflect.(*rtype).Method as REFLECTMETHODCherry Zhang
2021-01-25cmd/compile: fix order-of-assignment issue w/ defersMatthew Dempsky
2021-01-19cmd/compile: require 'go 1.16' go.mod line for //go:embedRuss Cox
2021-01-15cmd/compile: allow embed into any string or byte slice typeRuss Cox
2021-01-15cmd/compile: disallow embed of var inside funcRuss Cox
2021-01-08cmd/compile: fix exponential-time init-cycle reportingRuss Cox
2020-12-20cmd/compile: recognize reassignments involving receivesMatthew Dempsky
2020-12-14cmd/compile: set correct type for OpIDataCuong Manh Le
2020-12-11cmd/compile: fix select statement evaluation order corner caseMatthew Dempsky
2020-12-03cmd/compile, runtime: use __msan_memmove for moving data, split msanread to f...Cherry Zhang
2020-11-19cmd/compile: flag "-d=dumpptrs" to print Node ptrs in Dump outputDan Scales
2020-11-18cmd/compile: fix miscompilation during inliningMatthew Dempsky
2020-11-18cmd/compile: fix panic in field tracking logicMatthew Dempsky
2020-11-18[dev.boringcrypto] all: merge master into dev.boringcryptoRoland Shoemaker
2020-11-18[dev.boringcrypto] crypto/hmac: merge up to 2a206c7 and skip testKatie Hockman
2020-11-17[dev.boringcrypto] all: merge master into dev.boringcryptoDmitri Shuralyov
2020-11-17cmd/compile: clean up buggy DWARF inlined info PC rangesThan McIntosh
2020-11-13cmd/compile: update comments only for Node types and some functionsDan Scales
2020-11-13cmd/compile: mark plugin-exported types as used in interfaceCherry Zhang
2020-11-09cmd/compile: make sure linkname'd symbol is non-packageCherry Zhang
2020-11-06cmd/compile: support inlining of type switchesMatthew Dempsky
2020-11-05cmd/compile: improve atomic swap intrinsics on arm64Jonathan Swinney
2020-11-04cmd/compile,cmd/dist,cmd/go: enable pie buildmode for linux/riscv64Joel Sing
2020-11-02runtime: make getMCache inlineableMichael Anthony Knyszek
2020-11-01cmd/compile: fix recognition of unnamed return variablesMatthew Dempsky
2020-10-31cmd/compile: fmt improvements for AST nodes and some comments on AST nodesDan Scales
2020-10-30cmd/compile: delete register maps, completelyCherry Zhang
2020-10-30cmd/compile: fix reassignVisitorMatthew Dempsky
2020-10-30reflect,runtime: use internal ABI for selected ASM routines, attempt 2Than McIntosh
2020-10-30cmd/compile: fix devirtualization of promoted interface methodsMatthew Dempsky
2020-10-29cmd/compile: gracefully fail when devirtualization failsMatthew Dempsky
2020-10-29cmd/compile: early devirtualization of interface method callsMatthew Dempsky
2020-10-29cmd/compile: improve inlining and static analysisMatthew Dempsky
2020-10-29Revert "cmd/compile,cmd/internal/sys: enable additional build modes on linux/...Joel Sing
2020-10-29cmd/compile: inline functions evaluated in go and defer statementsBranden J Brown
2020-10-29Revert "reflect,runtime: use internal ABI for selected ASM routines"Than McIntosh