aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-12-02[release-branch.go1.16] cmd/compile: only update source type when processing ...Cuong Manh Le
2021-10-27[release-branch.go1.16] cmd/compile: ensure constant shift amounts are in ran...Keith Randall
2021-10-27[release-branch.go1.16] cmd/compile: fix simplification rules on arm/arm64Keith Randall
2021-08-02[release-branch.go1.16] cmd/{compile,link}: fix bug in map.zero handlingThan McIntosh
2021-06-29[release-branch.go1.16] cmd/compile: make map.zero symbol content-addressableThan McIntosh
2021-03-31[release-branch.go1.16] cmd/compile: fix long RMW bit operations on AMD64Pat Gavlin
2021-03-31[release-branch.go1.16] cmd/compile: disable shortcircuit optimization for in...Keith Randall
2021-03-01[release-branch.go1.16] cmd/compile: fix escape analysis of heap-allocated re...Matthew Dempsky
2021-03-01[release-branch.go1.16] cmd/compile: fix mishandling of unsafe-uintptr argume...Cuong Manh Le
2021-03-01[release-branch.go1.16] cmd/compile: fix panic in DWARF-gen handling obfuscat...Than McIntosh
2021-03-01[release-branch.go1.16] cmd/compile: declare inlined result params early for ...Matthew Dempsky
2021-02-10cmd/compile: mark concrete call of reflect.(*rtype).Method as REFLECTMETHODCherry Zhang
2021-02-01test: fix incorrectly laid out instructions in issue11656.goTom Thorogood
2021-01-25cmd/compile: fix order-of-assignment issue w/ defersMatthew Dempsky
2021-01-19cmd/compile: require 'go 1.16' go.mod line for //go:embedRuss Cox
2021-01-14cmd/compile: fix wrong complement for arm64 floating-point comparisonsJunchen Li
2021-01-08cmd/compile: fix exponential-time init-cycle reportingRuss Cox
2021-01-08test: fix timeout code for invoking compilerRuss Cox
2021-01-08cmd/compile: don't short-circuit copies whose source is volatileKeith Randall
2021-01-07cmd/compile: fix late expand_calls leaf type for OpStructSelect/OpArraySelectCuong Manh Le
2020-12-22test: trigger SIGSEGV instead of SIGTRAP in issue11656.goCherry Zhang
2020-12-21test: skip issue11656.go on mips/mips64/ppc64Ian Lance Taylor
2020-12-20cmd/compile: recognize reassignments involving receivesMatthew Dempsky
2020-12-19test: for issue11656 try to execute trap, not call itIan Lance Taylor
2020-12-18test: permit "exponent too large" errorIan Lance Taylor
2020-12-18test: recognize and use gc build tagIan Lance Taylor
2020-12-15test: update for gofrontend error message changesIan Lance Taylor
2020-12-15test: match gofrontend error messagesIan Lance Taylor
2020-12-15test: only require issue11674 errors with gc compilerIan Lance Taylor
2020-12-15test: remove bug429 (duplicates runtime.TestSimpleDeadlock)Ian Lance Taylor
2020-12-15test: adjust issue11371 to fit in required precisionIan Lance Taylor
2020-12-15test: only check for issue11362 error with gcIan Lance Taylor
2020-12-15test: import file name for issue19028Ian Lance Taylor
2020-12-15test: recognize gofrontend error messagesIan Lance Taylor
2020-12-14test: match gofrontend error messagesIan Lance Taylor
2020-12-14test: match gofrontend error messagesIan Lance Taylor
2020-12-14cmd/compile: set correct type for OpIDataCuong Manh Le
2020-12-11cmd/compile: fix select statement evaluation order corner caseMatthew Dempsky
2020-12-10test: match gofrontend error messagesIan Lance Taylor
2020-12-10cmd/compile: don't constant fold divide by zeroKeith Randall
2020-12-07test: add new test that gofrontend failed to handleIan Lance Taylor
2020-12-03cmd/compile: make sure address of offset(SP) is rematerializeableCherry Zhang
2020-12-03test: match gofrontend error messagesIan Lance Taylor
2020-12-03test: match gccgo error messagesIan Lance Taylor
2020-12-02all: update to use filepath.WalkDir instead of filepath.WalkRuss Cox
2020-12-02test: match gofrontend error messagesIan Lance Taylor
2020-12-01cmd/compile: do not assume TST and TEQ set V on armJason A. Donenfeld
2020-11-30test: update gofrontend expected errorsIan Lance Taylor
2020-11-30test: recognize gofrontend error messagesIan Lance Taylor
2020-11-30test: recognize new gofrontend error messageIan Lance Taylor