aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-05-12cmd/compile: add arch-specific inlining for runtime.memmoveRuslan Andreev
2021-05-08cmd/compile: remove bit operations that modify memory directlyKeith Randall
2021-05-06cmd/compile: set unsayable "names" for regabi testing triggersDavid Chase
2021-05-05cmd/compile: do not substitute OGOTO inside a closure when inliningCuong Manh Le
2021-05-05cmd/compile: handle degenerate entry blocks in -N debug genThan McIntosh
2021-05-03cmd/compile: make the stack allocator more careful about register args.David Chase
2021-05-03cmd/compile: make typecheckaste correctly report invalid use of "..."Cuong Manh Le
2021-05-02cmd/compile: implement unsafe.Add and unsafe.SliceMatthew Dempsky
2021-04-28cmd/compile: use desired register only if it satisfies register maskCherry Zhang
2021-04-28test: do not run fuse test in noopt modeCherry Zhang
2021-04-28cmd/compile/ssa: optimize the derivable known branch of If blockeric fang
2021-04-28cmd/compile: fix typechecking logical operators panic with non-boolean operandCuong Manh Le
2021-04-27cmd/compile: fix nongeneric closures in generic functionsKeith Randall
2021-04-27cmd/compile: fix handling of ir.CurFunc during stencilingDan Scales
2021-04-27cmd/compile: fix wrong package path for unsafe.PointerCuong Manh Le
2021-04-26cmd/compile: workaround inlining of closures with type switchesMatthew Dempsky
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: set correct Defn for inlined varsCuong Manh Le
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