aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2021-03-30cmd/compile: fix various small bugs related to type listsDan Scales
2021-03-29cmd/compile/internal/ssa: strengthen phiopt passfanzha02
2021-03-28runtime: overwrite existing keys for mapassign_faststr variantCuong Manh Le
2021-03-26cmd/compile: fix long RMW bit operations on AMD64Pat Gavlin
2021-03-26cmd/compile: add arm64 rules to optimize go codes to constant 0fanzha02
2021-03-25test: skip fixedbugs/issue36705 on WindowsBryan C. Mills
2021-03-24test: only run bug513.go if cgo is enabledIan Lance Taylor
2021-03-24test: recognize cgo build tagIan Lance Taylor
2021-03-24cmd/compile: disable shortcircuit optimization for intertwined phi valuesKeith Randall
2021-03-23cmd/compile: don't let -race override explicit -d=checkptr=0Ian Lance Taylor
2021-03-23cmd/compile: wrap/desugar defer calls for register abiThan McIntosh
2021-03-23test: enable fixedbugs/bug193.go for -G compiler optionRobert Griesemer
2021-03-23cmd/compile/internal/types2: refactor untyped conversionsRobert Griesemer
2021-03-23cmd/compile: replace calls to typecheck with transform functionsDan Scales
2021-03-23cmd/compile: optimize codes with arm64 REV16 instructionfanzha02
2021-03-19cmd/compile: add clobberdeadreg modeCherry Zhang
2021-03-18cmd/compile: get untyped constants working in generic functionsDan Scales
2021-03-18test: switch fieldtrack test to use GOEXPERIMENTAustin Clements
2021-03-18test: make nosplit test invariant to ABI wrappersAustin Clements
2021-03-18cmd/compile: add rewrite rules for conditional instructions on arm64fanzha02
2021-03-17test: add bug that failed when run with gccgoIan Lance Taylor
2021-03-17cmd/compile: resurrect clobberdead modeCherry Zhang
2021-03-17cmd/compile: getting more built-ins to work with genericsDan Scales
2021-03-16cmd/compile: fix open defer of method callDavid Chase
2021-03-16cmd/compile: (fixed) spill output parameters passed in registers as autosDavid Chase
2021-03-16cmd/compile: deal with comparable embedded in a constraintDan Scales
2021-03-16cmd/compile: loads from readonly globals into const for mips64xMeng Zhuo
2021-03-16cmd/compile: use depth first topological sort algorithm for layouterifan01
2021-03-15Revert "cmd/compile: spill output parameters passed in registers as autos"David Chase
2021-03-15cmd/compile: spill output parameters passed in registers as autosDavid Chase
2021-03-15cmd/compile: fix case where func-valued field of a generic type is calledDan Scales