summaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/walk/builtin.go
Commit message (Expand)AuthorAgeFilesLines
* [dev.typeparams] all: merge master (912f075) into dev.typeparamsMatthew Dempsky2021-07-021-1/+1
|\
| * cmd/compile: make stack value size threshold comparisons consistentgo1012021-07-011-1/+1
* | [dev.typeparams] all: merge master (4711bf3) into dev.typeparamsMatthew Dempsky2021-06-301-16/+9
|\ \ | |/
| * cmd/compile,runtime: change unsafe.Slice((*T)(nil), 0) to return []T(nil)Matthew Dempsky2021-06-281-17/+9
* | [dev.typeparams] cmd/compile: desugar ORECOVER into ORECOVERFPMatthew Dempsky2021-06-231-10/+3
* | [dev.typeparams] cmd/compile: allow typecheck of OCHECKNILMatthew Dempsky2021-06-231-3/+2
|/
* cmd/compile: implement unsafe.Add and unsafe.SliceMatthew Dempsky2021-05-021-0/+39
* cmd/compile/internal/walk: merge operations when calling ir.NewSlic…cuiweixie2021-04-291-22/+13
* cmd/compile: preserve pointerness when creating map key tempCherry Zhang2021-04-201-4/+1
* cmd/compile: be sure to wrap defer/go calls with argumentsCherry Zhang2021-03-301-0/+12
* [dev.regabi] cmd/compile: refactor temp construction in walkMatthew Dempsky2021-01-171-10/+3
* [dev.regabi] cmd/compile, runtime: fix up comments/error messages from recent...Dan Scales2021-01-161-3/+3
* [dev.regabi] cmd/compile: remove ONEWOBJCuong Manh Le2021-01-161-13/+7
* [dev.regabi] cmd/compile: remove Nodes.Set [generated]Matthew Dempsky2021-01-021-3/+3
* [dev.regabi] cmd/compile: remove {Ptr,Set}Init from Node interfaceMatthew Dempsky2021-01-021-1/+1
* [dev.regabi] cmd/compile: split SliceExpr.List into separate fieldsMatthew Dempsky2020-12-231-5/+3
* [dev.regabi] cmd/compile: split SliceHeaderExpr.LenCap into separate fieldsMatthew Dempsky2020-12-231-3/+6
* [dev.regabi] cmd/compile: split up walkexpr1, walkstmt [generated]Russ Cox2020-12-231-0/+699