aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-02-28cmd/compile: omit redundant sign/unsign extension on arm64ruinan
2023-02-28cmd/dist, test: convert test/run.go runner to a cmd/go testDmitri Shuralyov
2023-02-27cmd/compile/internal/noder: correct positions for synthetic closuresMatthew Dempsky
2023-02-27cmd/compile: use zero constants in comparisons where possibleMichael Munday
2023-02-23cmd/compile: inline constant sized memclrNoHeapPointers calls on PPC64Lynn Boger
2023-02-17test: add regress test for #58572Matthew Dempsky
2023-02-13cmd/compile: fix wrong escape analysis for go/defer generic callsCuong Manh Le
2023-02-09cmd/compile: disable inline static init optimizationCuong Manh Le
2023-02-09cmd/compile/internal/staticinit: fix panic in interface conversionSung Yoon Whang
2023-02-09cmd/compile: remove constant arithmetic overflows during typecheckCuong Manh Le
2023-02-08cmd/compile: use MakeResult in empty MakeSlice eliminationJorropo
2023-02-08cmd/compile: intrinsify math/bits/ReverseBytes{32|64} for 386Wayne Zuo
2023-02-08cmd/compile: fix inline static init arguments substitued treeCuong Manh Le
2023-02-07test: add test for issue 58345Cuong Manh Le
2023-02-06cmd/compile: ensure first instruction in a function is not inlinedKeith Randall
2023-02-06cmd/compile: add rules to emit SETBC/R instructions on power10Archana R
2023-02-03cmd/compile: intrinsify math/bits/ReverseBytes{16|32|64} for ppc64/power10Archana R
2023-02-01cmd/compile: schedule values with no in-block uses laterKeith Randall
2023-01-31test: enable inlining tests for functions with local typeCuong Manh Le
2023-01-31cmd/compile: add clear(x) builtinCuong Manh Le
2023-01-31cmd/compile: inline known-size memclrNoHeapPointers callsJakub Ciolek
2023-01-28cmd/compile: fix -m=2 output for recursive function with closuresKeith Randall
2023-01-27test/codegen: merge identical ppc64 and ppc64le testsPaul E. Murphy
2023-01-27test/codegen: combine trivial PPC64 tests into ppc64xPaul E. Murphy
2023-01-26cmd/compile/internal/noder: stop creating TUNION typesMatthew Dempsky
2023-01-25cmd: remove GOEXPERIMENT=nounified knobMatthew Dempsky
2023-01-24test/codegen: accept ppc64x as alias for ppc64le and ppc64 archesPaul E. Murphy
2023-01-24test: remove TODO in issue20250.goMatthew Dempsky
2023-01-24Revert "cmd/compile: teach prove about bitwise OR operation"Keith Randall
2023-01-24cmd/compile: flag 'large' functions when -m=2+ in effectThan McIntosh
2023-01-23cmd/compile: teach prove about unsigned division, modulus and rshJorropo
2023-01-23cmd/compile: make loopbce handle 8, 16 and 32 bit induction variablesJakub Ciolek
2023-01-23internal/abi,runtime: refactor map constants into one placeDavid Chase
2023-01-21test: test that we schedule OpArgIntReg earlyKeith Randall
2023-01-21cmd/compile: sort liveness variable reportsKeith Randall
2023-01-20cmd/compile: AMD64v3 remove unnecessary TEST comparision in isPowerOfTwoJorropo
2023-01-20cmd/compile: rewrite empty makeslice to zerobase pointerJorropo
2023-01-20cmd/compile: improve scheduling passKeith Randall
2023-01-19cmd/compile: add anchored version of SPKeith Randall
2023-01-19runtime: replace panic(nil) with panic(new(runtime.PanicNilError))Russ Cox
2023-01-18cmd/compile: fix unsafe.{SliceData,StringData} escape analysis memory corruptionCuong Manh Le
2023-01-17cmd/compile: fix static init inlining for hidden node fieldsMatthew Dempsky
2023-01-17cmd/compile: ensure temp register mask isn't emptyKeith Randall
2023-01-11go/types, types2: don't look up fields or methods when expecting a typeRobert Findley
2023-01-09all: fix typos in go file commentsMarcel Meyer
2023-01-04cmd/compile: use "satisfies" (not "implements") for constraint errorsRobert Griesemer
2022-12-14cmd/compile: desugar OCALLMETH->OCALLFUNC within devirtualizationMatthew Dempsky
2022-12-09cmd/compile: fix conditional select ruleKeith Randall
2022-12-06cmd/compile: turn off jump tables when spectre retpolines are onKeith Randall
2022-12-03all: fix some comments for methodcui fliter