aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/walk/expr.go
AgeCommit message (Expand)Author
2021-05-02cmd/compile: implement unsafe.Add and unsafe.SliceMatthew Dempsky
2021-04-23cmd/compile, internal/abi: add FuncPCABIxxx intrinsicsCherry Zhang
2021-04-21cmd/compile: allow conversion from slice to array ptrJosh Bleecher Snyder
2021-04-20cmd/compile: preserve pointerness when creating map key tempCherry Zhang
2021-04-16internal/buildcfg: move build configuration out of cmd/internal/objabiRuss Cox
2021-04-13cmd/compile: make map functions ABI insensitiveCherry Zhang
2021-03-30cmd/compile: be sure to wrap defer/go calls with argumentsCherry Zhang
2021-03-18cmd: move experiment flags into objabi.ExperimentAustin Clements
2021-03-05cmd/compile: use getcallersp for gorecover "fp" argCherry Zhang
2021-02-25Revert "cmd/compile: fix mishandling of unsafe-uintptr arguments with call me...Matthew Dempsky
2021-02-25cmd/compile: fix mishandling of unsafe-uintptr arguments with call method in ...Cuong Manh Le
2021-02-12[dev.regabi] all: merge master (ff0e93e) into dev.regabiCherry Zhang
2021-01-21[dev.regabi] cmd/compile: remove tempAssigns in walkCall1Cuong Manh Le
2021-01-21[dev.regabi] cmd/compile: remove CallExpr.RargsCuong Manh Le
2021-01-17[dev.regabi] cmd/compile: rename NameOffsetExpr to LinksymOffsetExprCuong Manh Le
2021-01-17[dev.regabi] cmd/compile: refactor temp construction in walkMatthew Dempsky
2021-01-17[dev.regabi] cmd/compile: replace Node.HasCall with walk.mayCallMatthew Dempsky
2021-01-16[dev.regabi] cmd/compile, runtime: fix up comments/error messages from recent...Dan Scales
2021-01-16[dev.regabi] cmd/compile: remove ONEWOBJCuong Manh Le
2021-01-16[dev.regabi] cmd/compile: remove TypeAssertExpr {Src,Dst}Type fieldsCuong Manh Le
2021-01-14[dev.regabi] cmd/compile: do not rely on CallExpr.Rargs for detect already wa...Cuong Manh Le
2021-01-12[dev.regabi] cmd/compile: transform closures during walkMatthew Dempsky
2021-01-12[dev.regabi] cmd/compile: compile functions before closuresMatthew Dempsky
2021-01-10[dev.regabi] cmd/compile: remove OCLOSUREREADMatthew Dempsky
2021-01-10[dev.regabi] cmd/compile: deref PAUTOHEAPs during SSA constructionMatthew Dempsky
2021-01-04[dev.regabi] cmd/compile: remove Name.Class_ accessorsMatthew Dempsky
2021-01-02[dev.regabi] cmd/compile: remove Nodes.Set [generated]Matthew Dempsky
2021-01-02[dev.regabi] cmd/compile: remove {Ptr,Set}Init from Node interfaceMatthew Dempsky
2021-01-01[dev.regabi] cmd/compile: remove Func.ClosureEnterMatthew Dempsky
2021-01-01[dev.regabi] cmd/compile: remove idempotent Name() calls [generated]Matthew Dempsky
2020-12-29[dev.regabi] cmd/compile: add Linksym helpersMatthew Dempsky
2020-12-29[dev.regabi] cmd/compile: address some ir TODOsMatthew Dempsky
2020-12-29[dev.regabi] cmd/compile: merge {Selector,CallPart,Method}ExprMatthew Dempsky
2020-12-28[dev.regabi] cmd/compile: desugar OMETHEXPR into ONAME during walkMatthew Dempsky
2020-12-28[dev.regabi] cmd/compile: minor walkExpr cleanupsMatthew Dempsky
2020-12-28[dev.regabi] cmd/compile: remove SelectorExpr.Offset fieldMatthew Dempsky
2020-12-25[dev.regabi] cmd/compile: fix OCALLMETH desugaringMatthew Dempsky
2020-12-24[dev.regabi] cmd/compile: change ir.IsAssignable -> ir.IsAddressableCuong Manh Le
2020-12-23[dev.regabi] cmd/compile: split SliceExpr.List into separate fieldsMatthew Dempsky
2020-12-23[dev.regabi] cmd/compile: split SliceHeaderExpr.LenCap into separate fieldsMatthew Dempsky
2020-12-23[dev.regabi] cmd/compile: split up walkexpr1, walkstmt [generated]Russ Cox