aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-11-28[release-branch.go1.20] cmd/compile: fix findIndVar so it does not match disj...Jorropo
2023-08-24[release-branch.go1.20] cmd/compile: in expandCalls, move all arg marshalling...David Chase
2023-07-19[release-branch.go1.20] cmd/compile: on PPC64, fix sign/zero extension when m...Paul E. Murphy
2023-06-19[release-branch.go1.20] cmd/compile: do not report division by error during t...Cuong Manh Le
2023-04-24[release-branch.go1.20] cmd/compile: use correct type for byteswaps on multi-...Keith Randall
2023-04-12[release-branch.go1.20] cmd/compile: fix ir.StaticValue for ORANGEJunwei Zuo
2023-04-05[release-branch.go1.20] cmd/compile: don't set range expr key/value type if a...Cuong Manh Le
2023-04-05[release-branch.go1.20] crypto/subtle: don't cast to *uintptr when word size ...Keith Randall
2023-03-29[release-branch.go1.20] cmd/compile: don't assume pointer of a slice is non-nilKeith Randall
2023-03-01[release-branch.go1.20] cmd/compile: relax overly strict assertionMatthew Dempsky
2023-02-28[release-branch.go1.20] cmd/compile/internal/noder: correct positions for syn...Matthew Dempsky
2023-02-15[release-branch.go1.20] cmd/compile: fix wrong escape analysis for go/defer g...Cuong Manh Le
2023-02-15[release-branch.go1.20] cmd/compile: disable inline static init optimizationCuong Manh Le
2023-02-09[release-branch.go1.20] cmd/compile/internal/noder: stop creating TUNION typesMatthew Dempsky
2023-02-09[release-branch.go1.20] cmd/compile: fix inline static init arguments substit...Cuong Manh Le
2023-02-09[release-branch.go1.20] cmd/compile: remove constant arithmetic overflows dur...Cuong Manh Le
2023-01-25[release-branch.go1.20] Revert "cmd/compile: teach prove about bitwise OR ope...Keith Randall
2023-01-18[release-branch.go1.20] cmd/compile: fix unsafe.{SliceData,StringData} escape...Cuong Manh Le
2023-01-17[release-branch.go1.20] cmd/compile: fix static init inlining for hidden node...Matthew 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