aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-04-23cmd/compile: fix bug in defer wrappingThan McIntosh
2021-04-23cmd/compile/internal/types2: add unsafe.Add and unsafe.SliceMatthew Dempsky
2021-04-22cmd/compile: keep call's args in elim dead auto passCherry Zhang
2021-04-21test: add a field tracking testKeith Randall
2021-04-21cmd/compile: reenable name preservation on copies in expand_callsCherry Zhang
2021-04-21cmd/compile: allow export/import OSLICE2ARRPTRCuong Manh Le
2021-04-21cmd/compile: allow conversion from slice to array ptrJosh Bleecher Snyder
2021-04-20cmd/compile: disable name preservation on copies in expand_callsCherry Zhang
2021-04-20cmd/compile: preserve pointerness when creating map key tempCherry Zhang
2021-04-19cmd/compile: reduce redundant register moves for regabi callsCherry Zhang
2021-04-19test: add test for CL 310589Cherry Zhang
2021-04-19test: add liveness test for regabiCherry Zhang
2021-04-19cmd/compile: skip "_" function in reflectdata.MarkUsedIfaceMethodCuong Manh Le
2021-04-16cmd/go, go/build: add ToolTags to build.DefaultRuss Cox
2021-04-16test/abi: reenable test on windowsDavid Chase
2021-04-16cmd/internal/objabi,test: use correct GOEXPERIMENT build tags in test/run.goAustin Clements
2021-04-15cmd/compile/internal/syntax: fix error message for ... without typeRobert Griesemer
2021-04-15cmd/compile: propagate pragmas from generic function to stenciled implementationKeith Randall
2021-04-15cmd/compile: look for function in instantiations in all global assignmentsDan Scales
2021-04-14cmd/compile: rescue stmt boundaries from OpArgXXXReg and OpSelectN.David Chase
2021-04-14cmd/compile: fix importing of method expressionsKeith Randall
2021-04-14cmd/compile: set types properly for imported funcs with closuresDan Scales
2021-04-13test: make codegen/memops.go work with both ABIsCherry Zhang
2021-04-12test: make codegen tests work with both ABIsCherry Zhang
2021-04-12test: consider default GOEXPERIMENT when matching build tagsCherry Zhang
2021-04-10cmd/compile: include typecheck information in export/importKeith Randall
2021-04-09test: do not run (another) softfloat test with regabiargsCherry Zhang
2021-04-09test/abi: disable test with old-style build tag known to run.goDavid Chase
2021-04-09test/abi: disable test on windows for nowDavid Chase
2021-04-09test: do not run softfloat test with regabiargsCherry 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-08test/abi: clean up test to fix buildersDavid Chase
2021-04-08cmd/compile: sanitize before/after expansion OpSelectN referencesDavid Chase
2021-04-07cmd/compile/internal/syntax: add "~" operatorRobert Griesemer
2021-04-07cmd/compile: pre-spill pointers in aggregate-typed register argsDavid Chase
2021-04-07cmd/compile: fix bug of conditional instructions on arm64eric fang
2021-04-06cmd/compile: load results into registers on open defer return pathCherry Zhang
2021-04-06test/syntax: remove interface.goRobert Griesemer
2021-04-05cmd/compile: add "surprised by IData of Arg" case for register argsDavid Chase
2021-04-05all: update references to symbols moved from io/ioutil to ioKimMachineGun
2021-04-02cmd/compile: mark unused values as invalid to prevent problems in expandCallsDavid Chase
2021-04-02cmd/compile: fix bug in phiopt passKeith Randall
2021-04-02cmd/compile: in expand calls, preserve pointer store type but decompose aggre...Cherry Zhang
2021-04-01cmd/compile: fix register/offset calculation for trailing empty field case.David Chase
2021-03-31cmd/compile: deduplicate OpArg's across typesCherry Zhang
2021-03-31cmd/compile: deal correctly with unnamed function params during stencilingDan Scales
2021-03-30cmd/compile: avoid generating duplicated in-register ArgCherry Zhang
2021-03-30cmd/compile: handle partial type inference that doesn't require function argsDan Scales
2021-03-30cmd/compile: fix creation of named generic types (setting of t.nod)Dan Scales