summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [release-branch.go1.14] cmd/compile: fix live variable computation for deferr...Keith Randall2020-10-051-0/+69
* [release-branch.go1.14] cmd/compile: mark s390x int <-> float conversions as ...Michael Munday2020-08-211-0/+26
* [release-branch.go1.14] cmd/compile: fix checkptr handling of &^Matthew Dempsky2020-08-211-0/+23
* [release-branch.go1.14] cmd/compile: don't addLocalInductiveFacts if there is...Keith Randall2020-08-032-2/+45
* [release-branch.go1.14] reflect: zero stack slots before writing to them with...Keith Randall2020-07-111-0/+33
* [release-branch.go1.14] cmd/compile: remove check that Zero's arg has the cor...Keith Randall2020-07-101-0/+22
* [release-branch.go1.14] cmd/compile: fix constant conversion involving comple...Matthew Dempsky2020-05-081-0/+17
* [release-branch.go1.14] runtime: make typehash match compiler generated hashe...Keith Randall2020-03-101-0/+32
* cmd/compile,cmd/link: fix and re-enable open-coded defers on riscv64Joel Sing2020-01-291-5/+1
* test: disable the live test on riscv64Joel Sing2020-01-291-1/+6
* cmd/compile: disable open-coded defers on riscv64Joel Sing2020-01-281-0/+4
* cmd/compile: on PPC64, fold offset into some loads/stores only when offset is...Cherry Zhang2020-01-271-0/+26
* test: adjust tests for riscv64Joel Sing2020-01-253-2/+11
* test: disable test for #36516 when cgo is not enabledTobias Klauser2020-01-191-1/+1
* cmd/compile: mark ... argument to checkptrArithmetic as not escapingKeith Randall2020-01-171-0/+27
* cmd/compile: give every really deep type a unique nameKeith Randall2020-01-081-0/+70
* test: add a test for gccgo compiler bug of missing type descriptorCherry Zhang2019-12-113-0/+22
* os: skip a new failing test on WindowsBrad Fitzpatrick2019-12-061-51/+0
* os: reset dirinfo when seeking on DarwinKeith Randall2019-12-051-0/+51
* cmd/compile: try harder to not use an empty src.XPos for a bogus lineDavid Chase2019-11-221-1/+14
* cmd/compile: make a better bogus line for empty infinite loopsDavid Chase2019-11-191-0/+15
* test: new test for gollvm compiler crash bugThan McIntosh2019-11-183-0/+31
* test: avoid writing temporary files to GOROOTBryan C. Mills2019-11-185-36/+82
* hash/maphash: mark call into runtime hash function as not escapingKeith Randall2019-11-161-0/+19
* Revert "test: avoid writing temporary files to GOROOT"Bryan C. Mills2019-11-155-64/+36
* test: avoid writing temporary files to GOROOTBryan C. Mills2019-11-155-36/+64
* test: add another test case for #35518Matthew Dempsky2019-11-121-0/+8
* cmd/compile: fix -m=2 infinite loop in escape.goMatthew Dempsky2019-11-121-0/+36
* runtime: fix line number for faulting instructionsKeith Randall2019-11-081-0/+43
* Merge "cmd: merge branch 'dev.link' into master"Gerrit Code Review2019-11-081-0/+6
|\
| * cmd: merge branch 'dev.link' into masterCherry Zhang2019-11-051-0/+6
| |\
| | * [dev.link] all: clean up some TODOsCherry Zhang2019-11-011-2/+0
| | * [dev.link] all: merge branch 'master' into dev.linkThan McIntosh2019-11-019-11/+45
| | |\
| | * \ [dev.link] all: merge branch 'master' into dev.linkCherry Zhang2019-10-255-10/+133
| | |\ \
| | * \ \ [dev.link] all: merge branch 'master' into dev.linkCherry Zhang2019-10-1810-5/+153
| | |\ \ \
| | * | | | [dev.link] cmd: default to new object filesCherry Zhang2019-10-161-0/+8
* | | | | | cmd/compile: add signed indivisibility by power of 2 rulesBrian Kessler2019-11-071-2/+12
* | | | | | math, cmd/compile: rename Fma to FMARuss Cox2019-11-071-1/+1
* | | | | | test: add tests for runtime.itab.initDmitry Vyukov2019-11-063-0/+106
|/ / / / /
* | | | | cmd/compile: fix //go:uintptrescapes for basic method callsMatthew Dempsky2019-11-052-9/+94
* | | | | cmd/compile: add test for skipping empty init functionsCuong Manh Le2019-11-041-0/+40
* | | | | runtime: ensure that Goexit cannot be aborted by a recursive panic/recoverDan Scales2019-11-041-0/+4
| |_|_|/ |/| | |
* | | | cmd/compile: make duplicate index error distinguish arrays and slicesCuong Manh Le2019-11-013-4/+18
* | | | cmd/compile/internal/gc: reword "declared and not used" error messageShenghou Ma2019-10-285-7/+7
* | | | test: add test for fixed internal compiler errorGiovanni Bajo2019-10-261-0/+20
| |_|/ |/| |
* | | cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales2019-10-243-10/+100
* | | cmd/compile: recognize reflect.{Slice,String}Header for -d=checkptrMatthew Dempsky2019-10-211-0/+23
* | | cmd/compile: add fma intrinsic for armsmasher1642019-10-211-0/+1
* | | cmd/compile: add fma intrinsic for amd64smasher1642019-10-211-0/+1
* | | cmd/compile: introduce generic ssa intrinsic for fused-multiply-addsmasher1642019-10-211-0/+8
| |/ |/|