summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test: update for gofrontend error message changesIan Lance Taylor2020-12-153-3/+3
* test: match gofrontend error messagesIan Lance Taylor2020-12-151-1/+1
* test: only require issue11674 errors with gc compilerIan Lance Taylor2020-12-151-9/+9
* test: remove bug429 (duplicates runtime.TestSimpleDeadlock)Ian Lance Taylor2020-12-152-49/+0
* test: adjust issue11371 to fit in required precisionIan Lance Taylor2020-12-151-2/+2
* test: only check for issue11362 error with gcIan Lance Taylor2020-12-151-1/+1
* test: import file name for issue19028Ian Lance Taylor2020-12-151-1/+1
* test: recognize gofrontend error messagesIan Lance Taylor2020-12-1548-147/+147
* test: match gofrontend error messagesIan Lance Taylor2020-12-1429-77/+77
* test: match gofrontend error messagesIan Lance Taylor2020-12-1422-46/+46
* cmd/compile: set correct type for OpIDataCuong Manh Le2020-12-141-0/+41
* cmd/compile: fix select statement evaluation order corner caseMatthew Dempsky2020-12-111-0/+70
* test: match gofrontend error messagesIan Lance Taylor2020-12-1025-158/+159
* cmd/compile: don't constant fold divide by zeroKeith Randall2020-12-101-0/+34
* test: add new test that gofrontend failed to handleIan Lance Taylor2020-12-073-0/+36
* cmd/compile: make sure address of offset(SP) is rematerializeableCherry Zhang2020-12-031-0/+24
* test: match gofrontend error messagesIan Lance Taylor2020-12-032-6/+6
* test: match gccgo error messagesIan Lance Taylor2020-12-032-4/+4
* all: update to use filepath.WalkDir instead of filepath.WalkRuss Cox2020-12-022-10/+13
* test: match gofrontend error messagesIan Lance Taylor2020-12-021-2/+2
* cmd/compile: do not assume TST and TEQ set V on armJason A. Donenfeld2020-12-011-0/+18
* test: update gofrontend expected errorsIan Lance Taylor2020-11-301-2/+2
* test: recognize gofrontend error messagesIan Lance Taylor2020-11-301-2/+2
* test: recognize new gofrontend error messageIan Lance Taylor2020-11-301-1/+1
* test: match gofrontend error messagesIan Lance Taylor2020-11-2818-40/+40
* cmd/compile: set OpLoad argument type interface{} correctlyCuong Manh Le2020-11-241-0/+26
* go/types: fix incorrect string(int) conversion (regression)Robert Griesemer2020-11-241-0/+9
* cmd/compile: add test for 42753Keith Randall2020-11-211-0/+13
* cmd/compile: allow loading single field of typed-interface{} OpIDataCuong Manh Le2020-11-201-0/+23
* cmd/compile: fix miscompilation during inliningMatthew Dempsky2020-11-181-0/+19
* cmd/compile: fix panic in field tracking logicMatthew Dempsky2020-11-181-0/+11
* cmd/compile: fix rules regression with shifts on PPC64Lynn Boger2020-11-171-0/+30
* cmd/compile: mask SLL,SRL,SRAconst shift amountAlberto Donizetti2020-11-161-0/+15
* cmd/compile: fix load of interface{}-typed OpIData in expand_callsDavid Chase2020-11-141-0/+25
* cmd/compile: make sure linkname'd symbol is non-packageCherry Zhang2020-11-093-0/+45
* test/codegen: go fmtAlberto Donizetti2020-11-082-38/+38
* cmd/compile: check indirect connection between if block and phi block in addL...Cholerae Hu2020-11-071-4/+2
* cmd/compile: support inlining of type switchesMatthew Dempsky2020-11-064-2/+73
* cmd/compile: optimize shift pairs and masks on s390xMichael Munday2020-11-065-21/+50
* cmd/compile: remove racefuncenterfp when it is not neededCherry Zhang2020-11-021-0/+2
* cmd/compile: fix recognition of unnamed return variablesMatthew Dempsky2020-11-012-2/+12
* cmd/compile: fix reassignVisitorMatthew Dempsky2020-10-303-0/+45
* cmd/compile: fix devirtualization of promoted interface methodsMatthew Dempsky2020-10-301-0/+8
* cmd/compile: early devirtualization of interface method callsMatthew Dempsky2020-10-291-11/+8
* cmd/compile: inline functions evaluated in go and defer statementsBranden J Brown2020-10-291-0/+17
* cmd/link: enable internal linking by default on darwin/arm64Cherry Zhang2020-10-282-8/+0
* cmd/compile, runtime: store pointers to go:notinheap types indirectlyKeith Randall2020-10-271-0/+21
* cmd/compile: fix storeType to handle pointers to go:notinheap typesKeith Randall2020-10-271-0/+27
* cmd/compile: combine more 32 bit shift and mask operations on ppc64Paul E. Murphy2020-10-272-21/+118
* cmd/compile: defer lowering OANDNOT until SSACuong Manh Le2020-10-271-0/+5