aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2022-11-30cmd/compile: fix inline static init with derived typesCuong Manh Le
2022-11-30cmd/compile: disallow CMOV optimization with ptr arithmetic as an argKeith Randall
2022-11-23cmd/compile: reenable inlstaticinitRuss Cox
2022-11-22cmd/compile: add -d=inlstaticinit debug flagMatthew Dempsky
2022-11-21cmd/compile: reject anonymous interface cyclesMatthew Dempsky
2022-11-18cmd/compile: fix wrong optimization for eliding Not in PhiWayne Zuo
2022-11-17cmd/compile: fix broken IR for iface -> efaceCuong Manh Le
2022-11-17cmd/compile: fix static init for inlined callsCuong Manh Le
2022-11-17test: remove optimizationOffCuong Manh Le
2022-11-17cmd/compile: handle integer conversions in static init inlinerRuss Cox
2022-11-16test: fix noinit on noopt builderRuss Cox
2022-11-16cmd/compile: handle simple inlined calls in staticinitRuss Cox
2022-11-15cmd/compile: fix missing typecheck for static initialization sliceCuong Manh Le
2022-11-14cmd/compile: merge zero constant ISEL in PPC64 lateLower passPaul E. Murphy
2022-11-11test: add regression test for issue 53439Cuong Manh Le
2022-11-09cmd/compile: enable brachelim pass on loong64Wayne Zuo
2022-11-08cmd/compile: fix transitive inlining of generic functionsMatthew Dempsky
2022-11-07codegen: check for PPC64 ISEL in condmove testsPaul E. Murphy
2022-11-03cmd/compile: allow ineffectual //go:linkname in -lang=go1.17 and olderMatthew Dempsky
2022-11-03cmd/compile/internal/ssa: re-adjust CarryChainTail scheduling priorityPaul E. Murphy
2022-11-01test/bench/go1: eliminate start-up timeAustin Clements
2022-10-31cmd/compile: add rule for post-decomposed growslice optimizationKeith Randall
2022-10-27cmd/compile: recognize when the result of append has a constant lengthKeith Randall
2022-10-20cmd/compile: in compiler errors, print more digits for floats close to an intKeith Randall
2022-10-18runtime: replace all uses of CtzXX with TrailingZerosXXYoulin Feng