aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2020-11-28test: match gofrontend error messagesIan Lance Taylor
2020-11-24cmd/compile: set OpLoad argument type interface{} correctlyCuong Manh Le
2020-11-24go/types: fix incorrect string(int) conversion (regression)Robert Griesemer
2020-11-21cmd/compile: add test for 42753Keith Randall
2020-11-20cmd/compile: allow loading single field of typed-interface{} OpIDataCuong Manh Le
2020-11-18cmd/compile: fix miscompilation during inliningMatthew Dempsky
2020-11-18cmd/compile: fix panic in field tracking logicMatthew Dempsky
2020-11-17cmd/compile: fix rules regression with shifts on PPC64Lynn Boger
2020-11-16cmd/compile: mask SLL,SRL,SRAconst shift amountAlberto Donizetti
2020-11-14cmd/compile: fix load of interface{}-typed OpIData in expand_callsDavid Chase
2020-11-09cmd/compile: make sure linkname'd symbol is non-packageCherry Zhang
2020-11-08test/codegen: go fmtAlberto Donizetti
2020-11-07cmd/compile: check indirect connection between if block and phi block in addL...Cholerae Hu
2020-11-06cmd/compile: support inlining of type switchesMatthew Dempsky
2020-11-06cmd/compile: optimize shift pairs and masks on s390xMichael Munday
2020-11-02cmd/compile: remove racefuncenterfp when it is not neededCherry Zhang
2020-11-01cmd/compile: fix recognition of unnamed return variablesMatthew Dempsky
2020-10-30cmd/compile: fix reassignVisitorMatthew Dempsky
2020-10-30cmd/compile: fix devirtualization of promoted interface methodsMatthew Dempsky
2020-10-29cmd/compile: early devirtualization of interface method callsMatthew Dempsky
2020-10-29cmd/compile: inline functions evaluated in go and defer statementsBranden J Brown
2020-10-28cmd/link: enable internal linking by default on darwin/arm64Cherry Zhang
2020-10-27cmd/compile, runtime: store pointers to go:notinheap types indirectlyKeith Randall
2020-10-27cmd/compile: fix storeType to handle pointers to go:notinheap typesKeith Randall
2020-10-27cmd/compile: combine more 32 bit shift and mask operations on ppc64Paul E. Murphy
2020-10-27cmd/compile: defer lowering OANDNOT until SSACuong Manh Le
2020-10-27test: add index bounds check elided with "&^"Cuong Manh Le
2020-10-20cmd/internal/obj: reject too large symbolsCherry Zhang
2020-10-20cmd/compile: use type position for error message in align.goCuong Manh Le
2020-10-20cmd/compile: allowing inlining of functions with OCALLPARTDan Scales
2020-10-19cmd/compile: fix ICE in reporting of invalid recursive typesMatthew Dempsky
2020-10-17cmd/compile: fix defer/go calls to variadic unsafe-uintptr functionsMatthew Dempsky
2020-10-15cmd/compile: use staticValue for inlining logicMatthew Dempsky
2020-10-15cmd/compile: allow inlining of "for" loopsMatthew Dempsky
2020-10-15cmd/compile: improve escape analysis of known callsMatthew Dempsky
2020-10-13test: add test that fails with gofrontendIan Lance Taylor
2020-10-13cmd/compile: reject misplaced go:build commentsRuss Cox
2020-10-08cmd/compile: fix incorrect comparison foldingKeith Randall
2020-10-06all: implement GO386=softfloatKeith Randall
2020-10-06cmd/dist: enable more tests on macOS/ARM64Cherry Zhang
2020-10-06cmd/compile: correct leaf type when "selecting" singleton register-sized structDavid Chase
2020-10-06cmd/compile: avoid applying ARM CMP->CMN rewrite in unsigned contextDavid Chase
2020-10-03cmd/compile: change mustHeapAlloc to return a reason whyAlberto Donizetti
2020-10-02all: drop 387 supportKeith Randall
2020-10-01cmd/compile,cmd/internal/obj/ppc64: fix some shift rules due to a regressionLynn Boger
2020-09-29cmd/compile: report type loop for invalid recursive typesMatthew Dempsky
2020-09-28cmd/compile: fix type checking of "make" argumentsMatthew Dempsky
2020-09-28cmd/asm,cmd/compile,cmd/internal/obj/ppc64: add extswsli support on power9Lynn Boger
2020-09-28cmd/compile: fix escape reason for MAKESLICE with no capAlberto Donizetti
2020-09-25runtime: use old capacity to decide on append growth regimeKeith Randall