aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-10-20[release-branch.go1.8] cmd/compile: fix subword store/load elision for MIPSCherry Zhang
2017-10-20[release-branch.go1.8] cmd/compile: fix subword store/load elision for amd64,...David Chase
2017-05-24[release-branch.go1.8] cmd/compile: zero ambiguously live variables at VARKILLsKeith Randall
2017-05-23[release-branch.go1.8] cmd/compile: ignore types when considering tuple selec...Todd Neal
2017-05-23[release-branch.go1.8] cmd/compile: fix store chain in schedule passKeith Randall
2017-04-05[release-branch.go1.8] cmd/compile: added special case for reflect header fie...David Chase
2017-04-05[release-branch.go1.8] cmd/compile: add missing WBs for reflect.{Slice,String...Matthew Dempsky
2017-04-05[release-branch.go1.8] cmd/compile: don't crash when slicing non-sliceJosh Bleecher Snyder
2017-04-05[release-branch.go1.8] test/fixedbugs: add test for #19403Quentin Smith
2017-04-05[release-branch.go1.8] cmd/compile: repaired loop-finder to handle trickier n...David Chase
2017-04-05[release-branch.go1.8] cmd/compile: add opcode flag hasSideEffects for do-not...David Chase
2017-03-27[release-branch.go1.8] cmd/compile/internal/ssa: don't schedule values after ...Ilya Tocar
2017-03-03[release-branch.go1.8] cmd/compile: do not fold offset into load/store for ar...Cherry Zhang
2017-03-03[release-branch.go1.8] cmd/compile: check both syms when folding address into...Cherry Zhang
2017-02-07[release-branch.go1.8] cmd/compile: do not use "oaslit" for globalCherry Zhang
2017-02-07[release-branch.go1.8] cmd/compile/internal/syntax: make a parser error "1.7 ...Robert Griesemer
2017-02-06[release-branch.go1.8] cmd/compile: do not fold large offset on ARM64Cherry Zhang
2017-02-06[release-branch.go1.8] cmd/compile: fix type propagation through s390x SSA rulesMichael Munday
2017-01-27cmd/compile: use CMPWU for 32-bit or smaller unsigned Geq on ppc64{,le}Michael Munday
2017-01-20cmd/compile: don't use nilcheck information until the next blockKeith Randall
2017-01-16cmd/compile: lvalues are only required for == when calling runtime fnsJosh Bleecher Snyder
2017-01-10cmd/compile: disable flaky testDavid Chase
2017-01-09cmd/compile: insert scheduling checks on loop backedgesDavid Chase
2017-01-09cmd/compile: file line number for //go:xxx directivesRobert Griesemer
2017-01-06cmd/compile: rewrite literal.method to ensure full initializationDavid Chase
2017-01-05cmd/compile: avoid n.Right nil dereference on non-existent interface methodsEmmanuel Odeke
2016-12-24cmd/compile: lock-in test for repeated variables in range declarationEmmanuel Odeke
2016-12-23test: lock in test for _ assignment evaluation/zerodivide panicEmmanuel Odeke
2016-12-15test: add mipsx case to nosplit.goVladimir Stefanovic
2016-12-15test: add test gcc78763.go that caused a gccgo compiler crashIan Lance Taylor
2016-12-15test/fixedbugs: add mipsx case to issue11656Vladimir Stefanovic
2016-12-15test: enable fixedbugs/issue10607 test on GOARCH=mips{,le}Vladimir Stefanovic
2016-12-13test/bench/go1: reduce fasta data size for mips{,64}Vladimir Stefanovic
2016-12-08all: make spelling consistentBrad Fitzpatrick
2016-12-07test: add bug501.go, a gccgo compiler crashIan Lance Taylor
2016-12-06cmd/compile: fix static-initialization compilation failureMatthew Dempsky
2016-12-02test: add test case for which gccgo generated incorrect GC infoIan Lance Taylor
2016-12-01cmd/compile: correctly parse //line filename:line where filename contains ':'Robert Griesemer
2016-11-30cmd/compile: generate code that type checks when inlining variadic functionsDavid Lazar
2016-11-29cmd/compile: don't panic on syntax error in select statementRobert Griesemer
2016-11-23test: remove amd64 build tag from testBrad Fitzpatrick
2016-11-18cmd/compile: in cse, allow for new ssa valuesPhilip Hofer
2016-11-15test: add test case that failed when built with gccgoIan Lance Taylor
2016-11-12all: spell "marshal" and "unmarshal" consistentlyDmitri Shuralyov
2016-11-07test/fixedbugs: enable issue 10607 test on ppc64leMichael Munday
2016-11-04cmd/compile: revert user-visible changes related to aliasesRobert Griesemer
2016-11-04test: disable unsupported test for GOARCH=mips{,le}Vladimir Stefanovic
2016-11-04cmd/compile: prevent Noalg from breaking user typesMatthew Dempsky
2016-11-02cmd/compile: compute faulting args before writing args to stackKeith Randall
2016-11-02cmd/compile: do more type conversion inlineKeith Randall