aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/walk
AgeCommit message (Expand)Author
2022-07-26[release-branch.go1.17] cmd/compile: do not use special literal assignment if...Cherry Mui
2021-07-01cmd/compile: make stack value size threshold comparisons consistentgo101
2021-06-28cmd/compile,runtime: change unsafe.Slice((*T)(nil), 0) to return []T(nil)Matthew Dempsky
2021-06-13cmd/compile: allow ir.OSLICE2ARRPTR in mayCallCuong Manh Le
2021-05-03cmd/compile: fix linux-amd64-noopt builderCuong Manh Le
2021-05-02cmd/compile: implement unsafe.Add and unsafe.SliceMatthew Dempsky
2021-04-29cmd/compile/internal/walk: merge operations when calling ir.NewSlic…cuiweixie
2021-04-29cmd/compile/internal/walk: delete unused statementcuiweixie
2021-04-27cmd/compile/internal/walk: merge operationscuiweixie
2021-04-23cmd/compile, internal/abi: add FuncPCABIxxx intrinsicsCherry Zhang
2021-04-23cmd/compile: generalize fix for lvalue-init evaluationMatthew Dempsky
2021-04-23cmd/compile: make sure ascompatee walk lhs init statementsCuong Manh Le
2021-04-23cmd/compile: escape "go" wrapper closure everywhereCherry Zhang
2021-04-23cmd/compile: fix bug in defer wrappingThan McIntosh
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-20all: remove redundant spaces before . and ,Yury Smolsky
2021-04-16internal/buildcfg: move build configuration out of cmd/internal/objabiRuss Cox
2021-04-13cmd/compile: always zero the temporary in mapKeyTempCherry Zhang
2021-04-13cmd/compile: make map functions ABI insensitiveCherry Zhang
2021-04-12cmd/compile: make interface conversion function selection ABI insensitiveCherry Zhang
2021-04-08cmd/compile: adjust interface conversion function selection with 0-sized fieldsCherry Zhang
2021-04-08cmd/compile: don't use fast32/64 map functions for aggregatesCherry Zhang
2021-04-08cmd/compile: fix buglet in walk convert phase relating to convF32/64Than McIntosh
2021-04-08cmd/compile: fix buglet in walk convert phase relating to convT64Than McIntosh
2021-04-07runtime/map: update comment for gc/reflectMakdon
2021-04-05cmd/compile, runtime: use ABI-aware function converting float to interfaceCherry Zhang
2021-03-30cmd/compile: wrap defer/go call with resultsCherry Zhang
2021-03-30cmd/compile: be sure to wrap defer/go calls with argumentsCherry Zhang
2021-03-30cmd/compile: check deferred nil interface call before wrapping itCherry Zhang
2021-03-29cmd/compile: set ir.Name.Func in more casesAustin Clements
2021-03-25cmd/compile: fix defer desugar keepalive arg handling bugletThan McIntosh
2021-03-23cmd/compile: wrap/desugar defer calls for register abiThan McIntosh
2021-03-22cmd/compile/internal/walk: relocate a stray commentThan McIntosh
2021-03-18cmd: move experiment flags into objabi.ExperimentAustin Clements
2021-03-16cmd/compile, cmd/link: dynamically export writable static tmpsCherry Zhang
2021-03-05cmd/compile: use getcallersp for gorecover "fp" argCherry Zhang
2021-03-05cmd/compile: use getcallerpc for racefuncentryCherry Zhang
2021-03-03cmd/compile: use abiutils for all rcvr/in/out frame offsets.David Chase
2021-02-26cmd/compile: fix mishandling of unsafe-uintptr arguments with call method in ...Cuong Manh Le
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-23cmd/compile,runtime: make selectnbrecv return two valuesCuong Manh Le
2021-02-17[dev.typeparams] merge master (2f0da6d) into dev.typeparamsRob Findley
2021-02-12[dev.regabi] all: merge master (ff0e93e) into dev.regabiCherry Zhang
2021-02-03[dev.typeparams] cmd/compile: add OFUNCINST/OTYPEINST nodes for generic func...Dan Scales
2021-01-28[dev.typeparams] cmd/compile: start adding info needed for typeparams in typ...Dan Scales
2021-01-25[dev.regabi] all: merge master (bf0f7c9) into dev.regabiMatthew Dempsky
2021-01-25[dev.regabi] cmd/compile: backport changes from dev.typeparams (9456804)Matthew Dempsky
2021-01-21[dev.regabi] cmd/compile: remove tempAssigns in walkCall1Cuong Manh Le