summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ |/|
* | cmd/compile: disable checkptr for //go:cgo_unsafe_args functionsMatthew Dempsky2019-10-171-0/+15
* | cmd/compile: fix -d=checkptr for named unsafe.Pointer typesMatthew Dempsky2019-10-171-0/+14
* | Revert "cmd/compile, cmd/link, runtime: make defers low-cost through inline c...Bryan C. Mills2019-10-163-100/+10
* | cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales2019-10-163-10/+100
* | cmd/compile: on Wasm and AIX, let deferred nil function panic at invocationCherry Zhang2019-10-161-0/+33
* | cmd/compile: preserve statements in late nilcheckelim optimizationDavid Chase2019-10-152-2/+47
* | cmd/compile: add math/bits.Mul64 intrinsic on mips64xMeng Zhuo2019-10-141-0/+2
* | cmd/compile: remove period from "not allowed in runtime" errorsMatthew Dempsky2019-10-141-3/+3
* | test: revise testcase for new gccgo compiler bugThan McIntosh2019-10-142-0/+17
* | cmd/compile: make poset use sufficient conditions for OrderedOrEqualzdjones2019-10-121-0/+22
|/
* test/fixedbugs: bump issue21576.go's timeout to 1minEmmanuel T Odeke2019-10-111-2/+4
* test: adjust a test to work with js/wasm's background goroutineBrad Fitzpatrick2019-10-101-2/+13
* test: new testcase for gccgo compiler problemThan McIntosh2019-10-093-0/+42
* cmd/compile: add SSA rules for s390x compare-and-branch instructionsMichael Munday2019-10-081-0/+154
* cmd/compile: don't use statictmps for small object in slice literalCuong Manh Le2019-10-081-0/+51
* cmd/compile: reimplement parameter leak encodingMatthew Dempsky2019-10-071-1/+1
* cmd/link: produce valid binaries with large data section on wasmRichard Musiol2019-10-071-0/+17
* cmd/compile: improve write barrier removalKeith Randall2019-10-071-0/+70
* cmd/compile: reuse dead register before reusing register holding constantKeith Randall2019-10-071-0/+25