aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2022-10-12test: update test/run.go and some tests to use importcfgMichael Matloob
2022-10-12all: prevent fakePC overflow on 386 in libfuzzer modeCuong Manh Le
2022-10-10test: add test case that caused a bogus error from gofrontendIan Lance Taylor
2022-10-10cmd/compile: fix missing walk pass for static initialization sliceCuong Manh Le
2022-10-07cmd/compile: intrinsify Sub64 on loong64Wayne Zuo
2022-10-07cmd/compile: intrinsify Add64 on loong64Wayne Zuo
2022-10-06cmd/compile: fold constant shift with extension on riscv64Wayne Zuo
2022-10-05cmd/compile: add late lower pass for last rules to runeric fang
2022-10-01test: skip inlining check in escape4.goCuong Manh Le
2022-10-01test: relax closure name matching in closure3.goCuong Manh Le
2022-09-30test: enable issue47631.go for Unified IRCuong Manh Le
2022-09-30cmd/compile: eagerly create LSym for closuresMichael Pratt
2022-09-29go/types, types2: more concise error messages for cycle errorsRobert Griesemer
2022-09-28cmd/compile: use "shifted operand %s (type %s) must be integer" for some shif...Robert Griesemer
2022-09-28cmd/compile: use "cannot use %s as %s value in %s: %s" error messageRobert Griesemer
2022-09-27cmd/compile: use "method T.m already declared" for method redeclaration errorsRobert Griesemer
2022-09-27go/types, types2: use "unknown field f in struct literal of type S" in error ...Robert Griesemer
2022-09-27go/types, types2: use "and not used" instead of "but not used" in error messagesRobert Griesemer
2022-09-27cmd/compile: use stricter rule for possible partial overlapKeith Randall
2022-09-27all: replace [0-9] with \d in regexpsTomCao New Macbook Pro
2022-09-24cmd/compile: use "missing method m" instead of "missing m method"cuiweixie
2022-09-23cmd/compile: use "init... cycle" instead of "init... loop" in error messagesRobert Griesemer
2022-09-20cmd/compile: Add some CMP and CMN optimization rules on arm64eric fang