aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2020-12-03[release-branch.go1.14] cmd/compile: sign extend constant folding properlyKeith Randall
2020-10-05[release-branch.go1.14] cmd/compile: fix live variable computation for deferr...Keith Randall
2020-08-21[release-branch.go1.14] cmd/compile: mark s390x int <-> float conversions as ...Michael Munday
2020-08-21[release-branch.go1.14] cmd/compile: fix checkptr handling of &^Matthew Dempsky
2020-08-03[release-branch.go1.14] cmd/compile: don't addLocalInductiveFacts if there is...Keith Randall
2020-07-11[release-branch.go1.14] reflect: zero stack slots before writing to them with...Keith Randall
2020-07-10[release-branch.go1.14] cmd/compile: remove check that Zero's arg has the cor...Keith Randall
2020-05-08[release-branch.go1.14] cmd/compile: fix constant conversion involving comple...Matthew Dempsky
2020-03-10[release-branch.go1.14] runtime: make typehash match compiler generated hashe...Keith Randall
2020-01-29cmd/compile,cmd/link: fix and re-enable open-coded defers on riscv64Joel Sing
2020-01-29test: disable the live test on riscv64Joel Sing
2020-01-28cmd/compile: disable open-coded defers on riscv64Joel Sing
2020-01-27cmd/compile: on PPC64, fold offset into some loads/stores only when offset is...Cherry Zhang
2020-01-25test: adjust tests for riscv64Joel Sing
2020-01-19test: disable test for #36516 when cgo is not enabledTobias Klauser
2020-01-17cmd/compile: mark ... argument to checkptrArithmetic as not escapingKeith Randall
2020-01-08cmd/compile: give every really deep type a unique nameKeith Randall
2019-12-11test: add a test for gccgo compiler bug of missing type descriptorCherry Zhang
2019-12-06os: skip a new failing test on WindowsBrad Fitzpatrick
2019-12-05os: reset dirinfo when seeking on DarwinKeith Randall
2019-11-22cmd/compile: try harder to not use an empty src.XPos for a bogus lineDavid Chase
2019-11-19cmd/compile: make a better bogus line for empty infinite loopsDavid Chase
2019-11-18test: new test for gollvm compiler crash bugThan McIntosh
2019-11-18test: avoid writing temporary files to GOROOTBryan C. Mills
2019-11-16hash/maphash: mark call into runtime hash function as not escapingKeith Randall
2019-11-15Revert "test: avoid writing temporary files to GOROOT"Bryan C. Mills
2019-11-15test: avoid writing temporary files to GOROOTBryan C. Mills
2019-11-12test: add another test case for #35518Matthew Dempsky
2019-11-12cmd/compile: fix -m=2 infinite loop in escape.goMatthew Dempsky
2019-11-08runtime: fix line number for faulting instructionsKeith Randall
2019-11-08Merge "cmd: merge branch 'dev.link' into master"Gerrit Code Review
2019-11-07cmd/compile: add signed indivisibility by power of 2 rulesBrian Kessler
2019-11-07math, cmd/compile: rename Fma to FMARuss Cox
2019-11-06test: add tests for runtime.itab.initDmitry Vyukov
2019-11-05cmd: merge branch 'dev.link' into masterCherry Zhang
2019-11-05cmd/compile: fix //go:uintptrescapes for basic method callsMatthew Dempsky
2019-11-04cmd/compile: add test for skipping empty init functionsCuong Manh Le
2019-11-04runtime: ensure that Goexit cannot be aborted by a recursive panic/recoverDan Scales
2019-11-01[dev.link] all: clean up some TODOsCherry Zhang
2019-11-01[dev.link] all: merge branch 'master' into dev.linkThan McIntosh
2019-11-01cmd/compile: make duplicate index error distinguish arrays and slicesCuong Manh Le
2019-10-28cmd/compile/internal/gc: reword "declared and not used" error messageShenghou Ma
2019-10-26test: add test for fixed internal compiler errorGiovanni Bajo
2019-10-25[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
2019-10-24cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales
2019-10-21cmd/compile: recognize reflect.{Slice,String}Header for -d=checkptrMatthew Dempsky
2019-10-21cmd/compile: add fma intrinsic for armsmasher164
2019-10-21cmd/compile: add fma intrinsic for amd64smasher164
2019-10-21cmd/compile: introduce generic ssa intrinsic for fused-multiply-addsmasher164
2019-10-18[dev.link] all: merge branch 'master' into dev.linkCherry Zhang