aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/gc/range.go
AgeCommit message (Expand)Author
2020-08-25cmd/compile: don't allow go:notinheap on the heap or stackKeith Randall
2020-08-23cmd/compile: make Haspointers a method instead of a functionKeith Randall
2019-11-15all: fix a bunch of misspellingsVille Skyttä
2019-11-13cmd/compile: update comments to refer to Order methodsCuong Manh Le
2019-09-28cmd/compile: use Node.Right for OAS2* nodes (cleanup)Mohit Verma
2019-04-30all: refer to map elements as elements instead of valuesJosh Bleecher Snyder
2018-12-05cmd/compile: omit write barriers for slice clears of go:notinheap pointersAustin Clements
2018-12-05cmd/compile: mark memclrHasPointers calls as write barriersAustin Clements
2018-11-19cmd/compile: bulk renameJosh Bleecher Snyder
2018-10-04cmd/compile: remove pointer arithmeticMatthew Dempsky
2018-08-23cmd/compile: add convnop helper functionMartin Möhrmann
2018-05-22cmd/compile: don't produce a past-the-end pointer in range loopsAustin Clements
2018-05-08cmd/compile: optimize map-clearing range idiomMartin Möhrmann
2018-05-02cmd/compile: refactor memclrrange for arrays and slicesMartin Möhrmann
2018-04-24cmd/compile/internal/types: replace Type.Val with Type.ElemMatthew Dempsky
2018-04-16cmd/compile/internal/gc: add some Node methodsDaniel Martí
2018-03-22cmd/compile: fix GOEXPERIMENT=preemptibleloops type-checkingAustin Clements
2018-03-07cmd/compile: prevent untyped types from reaching walkMatthew Dempsky
2017-11-13cmd/compile: remove some more gotos in gcDaniel Martí
2017-11-02cmd/compile: turn some pointer params into resultsDaniel Martí
2017-10-13cmd/compile: simplify slice/array range loops for some element sizesMartin Möhrmann
2017-10-11cmd/compile: eliminate some lineno usesDaniel Martí
2017-09-12cmd/compile: improve single blank variable handling in walkrangeMartin Möhrmann
2017-09-05cmd/compile: set hiter type for map iterator in order passMartin Möhrmann
2017-06-21cmd/compile: make loop guard+rotate conditional on GOEXPERIMENTDavid Chase
2017-04-26cmd/compile: move Node.Typecheck to flagsJosh Bleecher Snyder
2017-04-07cmd/compile: factor out Pkg, Sym, and Type into package typesRobert Griesemer
2017-03-19cmd/compile: replace all uses of ptrto by typPtrMartin Möhrmann
2017-03-08cmd/compile: check loop rescheduling with stack bound, not counterDavid Chase
2017-03-03cmd/compile: pack bool fields in Node, Name, Func and Type structs to bitsetsAliaksandr Valialkin
2017-02-28cmd/compile: update signature of runtime.memclr*Cherry Zhang
2017-02-28cmd/compile: fix assignment order in string range loopMartin Möhrmann
2017-02-24cmd/compile: make setting and accessing of node slice elements more uniformMartin Möhrmann
2016-10-28cmd/compile: lower slice clears to memclrHasPointersAustin Clements
2016-10-28runtime, cmd/compile: rename memclr -> memclrNoHeapPointersAustin Clements
2016-10-17runtime: speed up non-ASCII rune decodingMartin Möhrmann
2016-09-16cmd/compile/internal/gc: make Nod privateDave Cheney
2016-09-15cmd/compile/internal/gc: unexport more helper functionsDave Cheney
2016-09-15cmd/compile/internal/gc: unexport helper functionsDave Cheney
2016-09-14cmd/compile: add Nodes.Prepend helper methodMatthew Dempsky
2016-09-12cmd/compile: rewrite %1v and %2v formats to %S and %L (short and long)Robert Griesemer
2016-09-08cmd/compile: implement fmt.Formatter for *Node formats %s, %vRobert Griesemer
2016-08-30cmd/compile: improve string iteration performanceMartin Möhrmann
2016-04-21cmd/compile: split TSLICE into separate Type kindMatthew Dempsky
2016-04-14cmd/compile: clear hidden value at end of channel range bodyJosh Bleecher Snyder
2016-04-03cmd/compile: give ChanDir a typeBrad Fitzpatrick
2016-04-03cmd/compile: add Type.ChanDirJosh Bleecher Snyder
2016-03-30cmd/compile: use t.IsFoo() instead of Isfoo[t.Etype]Matthew Dempsky
2016-03-30cmd/compile: get rid of redundant Type helper functionsMatthew Dempsky
2016-03-30cmd/compile: add Type.ElemJosh Bleecher Snyder