aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2020-06-19reflect: zero stack slots before writing to them with write barriersKeith Randall
2020-06-18cmd/compile: mark s390x int <-> float conversions as clobbering flagsMichael Munday
2020-06-15cmd/compile: fix ordering problems in struct equalityKeith Randall
2020-06-10cmd/compile: always tighten and de-duplicate tuple selectorsMichael Munday
2020-06-09cmd/compile: ARM comparisons with 0 incorrect on overflowXiangdong Ji
2020-06-08all: treat all files as binary, but check in .bat with CRLFDmitri Shuralyov
2020-06-04cmd/compile: add interface equality testsKeith Randall
2020-06-03cmd/compile: test that equality is evaluated in orderKeith Randall
2020-05-31runtime: fix race condition between timer and event handlerRichard Musiol
2020-05-29cmd/compile: fix incorrect rewriting to if conditionXiangdong Ji
2020-05-14cmd/compile: add test for issue 37246Josh Bleecher Snyder
2020-05-14cmd/compile: fix tuple selector bug in CSE passMichael Munday
2020-05-11cmd/compile: in prove, zero right shifts of positive int by #bits - 1Keith Randall
2020-05-08cmd/compile: improve error when setting unexported fieldsEmmanuel T Odeke
2020-05-08cmd/compile: omit file:pos for non-existent errorsEmmanuel T Odeke