summaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/walk/expr.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: fix checkptr false positive for (*[Big]T)(ptr)[:n:n] patternCuong Manh Le2021-08-251-1/+1
* [dev.typeparams] cmd/compile: simplify interface conversionsKeith Randall2021-08-091-4/+1
* [dev.typeparams] cmd/compile: implement generic .(T) operationsKeith Randall2021-07-291-0/+11
* [dev.typeparams] cmd/compile: introduce OCONVIDATA opKeith Randall2021-07-241-0/+7
* [dev.typeparams] cmd/compile: fix missing condition in usemethodCuong Manh Le2021-07-221-1/+8
* [dev.typeparams] cmd/compile: rename OCALLPART to OMETHVALUECuong Manh Le2021-06-271-2/+2
* [dev.typeparams] cmd/compile: rewrite method calls during typecheckCuong Manh Le2021-06-261-4/+7
* [dev.typeparams] cmd/compile: restore check for OCALLMETH in walkCallCuong Manh Le2021-06-261-1/+1
* [dev.typeparams] cmd/compile: clarify comment about checking reflect.Method i...Cuong Manh Le2021-06-261-3/+2
* [dev.typeparams] cmd/compile: rewrite method call into method expression duri...Cuong Manh Le2021-06-251-14/+2
* [dev.typeparams] cmd/compile: simplify usemethodCuong Manh Le2021-06-251-37/+30
* [dev.typeparams] cmd/compile: desugar ORECOVER into ORECOVERFPMatthew Dempsky2021-06-231-3/+3
* cmd/compile: implement unsafe.Add and unsafe.SliceMatthew Dempsky2021-05-021-1/+6
* cmd/compile, internal/abi: add FuncPCABIxxx intrinsicsCherry Zhang2021-04-231-0/+37
* cmd/compile: allow conversion from slice to array ptrJosh Bleecher Snyder2021-04-211-0/+5
* cmd/compile: preserve pointerness when creating map key tempCherry Zhang2021-04-201-11/+25
* internal/buildcfg: move build configuration out of cmd/internal/objabiRuss Cox2021-04-161-2/+2
* cmd/compile: make map functions ABI insensitiveCherry Zhang2021-04-131-4/+8
* cmd/compile: be sure to wrap defer/go calls with argumentsCherry Zhang2021-03-301-9/+1
* cmd: move experiment flags into objabi.ExperimentAustin Clements2021-03-181-1/+1
* cmd/compile: use getcallersp for gorecover "fp" argCherry Zhang2021-03-051-1/+8
* Revert "cmd/compile: fix mishandling of unsafe-uintptr arguments with call me...Matthew Dempsky2021-02-251-18/+14
* cmd/compile: fix mishandling of unsafe-uintptr arguments with call method in ...Cuong Manh Le2021-02-251-14/+18
* [dev.regabi] all: merge master (ff0e93e) into dev.regabiCherry Zhang2021-02-121-1/+15
* [dev.regabi] cmd/compile: remove tempAssigns in walkCall1Cuong Manh Le2021-01-211-7/+4
* [dev.regabi] cmd/compile: remove CallExpr.RargsCuong Manh Le2021-01-211-3/+3
* [dev.regabi] cmd/compile: rename NameOffsetExpr to LinksymOffsetExprCuong Manh Le2021-01-171-2/+2
* [dev.regabi] cmd/compile: refactor temp construction in walkMatthew Dempsky2021-01-171-2/+1
* [dev.regabi] cmd/compile: replace Node.HasCall with walk.mayCallMatthew Dempsky2021-01-171-9/+9
* [dev.regabi] cmd/compile, runtime: fix up comments/error messages from recent...Dan Scales2021-01-161-7/+7
* [dev.regabi] cmd/compile: remove ONEWOBJCuong Manh Le2021-01-161-1/+1
* [dev.regabi] cmd/compile: remove TypeAssertExpr {Src,Dst}Type fieldsCuong Manh Le2021-01-161-5/+0
* [dev.regabi] cmd/compile: do not rely on CallExpr.Rargs for detect already wa...Cuong Manh Le2021-01-141-1/+2
* [dev.regabi] cmd/compile: transform closures during walkMatthew Dempsky2021-01-121-21/+2
* [dev.regabi] cmd/compile: compile functions before closuresMatthew Dempsky2021-01-121-2/+5
* [dev.regabi] cmd/compile: remove OCLOSUREREADMatthew Dempsky2021-01-101-1/+1
* [dev.regabi] cmd/compile: deref PAUTOHEAPs during SSA constructionMatthew Dempsky2021-01-101-7/+3
* [dev.regabi] cmd/compile: remove Name.Class_ accessorsMatthew Dempsky2021-01-041-1/+1
* [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-3/+3
* [dev.regabi] cmd/compile: remove Func.ClosureEnterMatthew Dempsky2021-01-011-2/+1
* [dev.regabi] cmd/compile: remove idempotent Name() calls [generated]Matthew Dempsky2021-01-011-1/+1
* [dev.regabi] cmd/compile: add Linksym helpersMatthew Dempsky2020-12-291-1/+1
* [dev.regabi] cmd/compile: address some ir TODOsMatthew Dempsky2020-12-291-3/+4
* [dev.regabi] cmd/compile: merge {Selector,CallPart,Method}ExprMatthew Dempsky2020-12-291-2/+2
* [dev.regabi] cmd/compile: desugar OMETHEXPR into ONAME during walkMatthew Dempsky2020-12-281-12/+14
* [dev.regabi] cmd/compile: minor walkExpr cleanupsMatthew Dempsky2020-12-281-24/+6
* [dev.regabi] cmd/compile: remove SelectorExpr.Offset fieldMatthew Dempsky2020-12-281-11/+2
* [dev.regabi] cmd/compile: fix OCALLMETH desugaringMatthew Dempsky2020-12-251-13/+13
* [dev.regabi] cmd/compile: change ir.IsAssignable -> ir.IsAddressableCuong Manh Le2020-12-241-1/+1