aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2020-09-22cmd/compile: clearer error when non-bool used as "||" and "&&" operandCuong Manh Le
2020-09-18cmd/compile: make error message involving variadic calls clearerCuong Manh Le
2020-09-18cmd/compile: more comprehensive tests for #24991Matthew Dempsky
2020-09-17cmd/compile: propagate go:notinheap implicitlyKeith Randall
2020-09-17cmd/compile: use combined shifts to improve array addressing on ppc64xLynn Boger
2020-09-16cmd/compile: be more specific in cannot assign errorsAlberto Donizetti
2020-09-16cmd/compile: make go:notinheap error message friendlier for cgoKeith Randall
2020-09-16cmd/cgo: use go:notinheap for anonymous structsKeith Randall
2020-09-16cmd/compile: allow aliases to go:notinheap typesKeith Randall
2020-09-15test: fix inline.go to pass linux-amd64-nooptMatthew Dempsky
2020-09-14cmd/compile: call fninit earlierMatthew Dempsky
2020-09-13test: fix flaky test for issue24491Cuong Manh Le
2020-09-13cmd/compile: attach OVARLIVE nodes to OCALLxxxCuong Manh Le
2020-09-12cmd/compile: don't report not enough args error if call is undefinedCuong Manh Le
2020-09-12cmd/compile: use clearer error message for stuct literalCuong Manh Le
2020-09-09cmd/compile: fix mishandling of unsafe-uintptr arguments in go/deferCuong Manh Le
2020-09-07cmd/compile: handle ODDD in exprformatCuong Manh Le
2020-08-29cmd/compile,runtime: skip zero'ing order array for select statementsCuong Manh Le
2020-08-28test: add test that gccgo failed to compileIan Lance Taylor
2020-08-28test: document specifying individual test files as operandszdjones
2020-08-28cmd/compile: Install testcases for flag constant OpsXiangdong Ji
2020-08-27cmd/compile: clean up equality generationKeith Randall
2020-08-27cmd/compile: generate subfic on ppc64Paul E. Murphy
2020-08-25cmd/compile: report error for unexported name only onceCuong Manh Le
2020-08-25cmd/compile: don't allow go:notinheap on the heap or stackKeith Randall
2020-08-24cmd/compile: add more generic rewrite rules to reassociate (op (op y C) x|C)fanzha02
2020-08-23test: remove nacl checking conditionCuong Manh Le
2020-08-22cmd/compile: optimize unsigned comparisons with 0/1 on wasmAgniva De Sarker
2020-08-20cmd/compile: fix checkptr handling of &^Matthew Dempsky
2020-08-19cmd/compile: Optimize ARM64's code with EONdiaxu01
2020-08-19cmd/compile: don't bother to declare closure inside redeclared funcCuong Manh Le
2020-08-18cmd/compile: combine multiply/add into maddld on ppc64le/power9Paul E. Murphy
2020-08-18cmd/compile: clean up and optimize s390x multiplication rulesMichael Munday
2020-08-18cmd/compile: optimize unsigned comparisons to 0/1 on arm64Junchen Li
2020-08-17cmd/compile: don't rewrite (CMP (AND x y) 0) to TEST if AND has other usesKeith Randall
2020-08-17cmd/compile: optimize unsigned comparisons to 0Junchen Li
2020-08-17all: add empty line between copyright header and package clauseTobias Klauser
2020-08-15test: bump array size in fixedbugs/issue39292.goMatthew Dempsky
2020-08-15cmd/compile: add failing test case for #24305Cuong Manh Le
2020-08-15cmd/compile: handle OCLOSURE/OCALLPART in mustHeapAlloc checkCuong Manh Le
2020-08-15cmd/compile: another fix initializing blank fields in struct literalCuong Manh Le
2020-08-15test: add test for conversion of untyped bool to interfaceIan Lance Taylor
2020-08-15test: add a test case that gccgo fails to compileIan Lance Taylor
2020-08-15test: add test case that caused gccgo undefined symbol referenceIan Lance Taylor
2020-08-14cmd/compile: fix live variable computation for deferreturnKeith Randall
2020-08-13cmd/compile: correct type of CvtBoolToUint8 valuesJosh Bleecher Snyder
2020-07-30cmd/compile: don't addLocalInductiveFacts if there is no direct edge from if ...Cholerae Hu
2020-07-27cmd/compile: add floating point load+op operations to addressing modes passKeith Randall
2020-07-20cmd/compile: add test for fixed ICE on untyped conversionAlberto Donizetti
2020-06-25cmd/compile: remove check that Zero's arg has the correct base typeKeith Randall