summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [release-branch.go1.20] Revert "cmd/compile: teach prove about bitwise OR ope...Keith Randall2023-01-251-5/+0
* [release-branch.go1.20] cmd/compile: fix unsafe.{SliceData,StringData} escape...Cuong Manh Le2023-01-181-0/+76
* [release-branch.go1.20] cmd/compile: fix static init inlining for hidden node...Matthew Dempsky2023-01-171-0/+19
* cmd/compile: ensure temp register mask isn't emptyKeith Randall2023-01-171-0/+33
* go/types, types2: don't look up fields or methods when expecting a typeRobert Findley2023-01-111-1/+1
* all: fix typos in go file commentsMarcel Meyer2023-01-092-2/+2
* cmd/compile: use "satisfies" (not "implements") for constraint errorsRobert Griesemer2023-01-042-3/+3
* cmd/compile: desugar OCALLMETH->OCALLFUNC within devirtualizationMatthew Dempsky2022-12-141-0/+23
* cmd/compile: fix conditional select ruleKeith Randall2022-12-091-0/+40
* cmd/compile: turn off jump tables when spectre retpolines are onKeith Randall2022-12-061-0/+28
* all: fix some comments for methodcui fliter2022-12-032-2/+2
* cmd/compile: fix inline static init with derived typesCuong Manh Le2022-11-301-0/+28
* cmd/compile: disallow CMOV optimization with ptr arithmetic as an argKeith Randall2022-11-302-0/+120
* cmd/compile: reenable inlstaticinitRuss Cox2022-11-233-3/+3
* cmd/compile: add -d=inlstaticinit debug flagMatthew Dempsky2022-11-223-3/+3
* cmd/compile: reject anonymous interface cyclesMatthew Dempsky2022-11-213-2/+48
* cmd/compile: fix wrong optimization for eliding Not in PhiWayne Zuo2022-11-181-0/+56
* cmd/compile: fix broken IR for iface -> efaceCuong Manh Le2022-11-171-0/+37
* cmd/compile: fix static init for inlined callsCuong Manh Le2022-11-173-0/+34
* test: remove optimizationOffCuong Manh Le2022-11-171-4/+0
* cmd/compile: handle integer conversions in static init inlinerRuss Cox2022-11-171-0/+194
* test: fix noinit on noopt builderRuss Cox2022-11-161-0/+1
* cmd/compile: handle simple inlined calls in staticinitRuss Cox2022-11-165-120/+137
* cmd/compile: fix missing typecheck for static initialization sliceCuong Manh Le2022-11-151-0/+45
* cmd/compile: merge zero constant ISEL in PPC64 lateLower passPaul E. Murphy2022-11-141-0/+24
* test: add regression test for issue 53439Cuong Manh Le2022-11-111-0/+20
* cmd/compile: enable brachelim pass on loong64Wayne Zuo2022-11-091-0/+18
* cmd/compile: fix transitive inlining of generic functionsMatthew Dempsky2022-11-084-0/+30
* codegen: check for PPC64 ISEL in condmove testsPaul E. Murphy2022-11-071-1/+23
* cmd/compile: allow ineffectual //go:linkname in -lang=go1.17 and olderMatthew Dempsky2022-11-031-0/+21
* cmd/compile/internal/ssa: re-adjust CarryChainTail scheduling priorityPaul E. Murphy2022-11-031-0/+33
* test/bench/go1: eliminate start-up timeAustin Clements2022-11-016-54/+67
* cmd/compile: add rule for post-decomposed growslice optimizationKeith Randall2022-10-311-0/+16
* cmd/compile: recognize when the result of append has a constant lengthKeith Randall2022-10-272-1/+19
* cmd/compile: in compiler errors, print more digits for floats close to an intKeith Randall2022-10-201-0/+15
* runtime: replace all uses of CtzXX with TrailingZerosXXYoulin Feng2022-10-181-12/+12
* test: update test/run.go and some tests to use importcfgMichael Matloob2022-10-125-32/+106
* all: prevent fakePC overflow on 386 in libfuzzer modeCuong Manh Le2022-10-121-0/+12
* test: add test case that caused a bogus error from gofrontendIan Lance Taylor2022-10-101-0/+18
* cmd/compile: fix missing walk pass for static initialization sliceCuong Manh Le2022-10-101-0/+11
* cmd/compile: intrinsify Sub64 on loong64Wayne Zuo2022-10-071-0/+8
* cmd/compile: intrinsify Add64 on loong64Wayne Zuo2022-10-071-0/+7
* cmd/compile: fold constant shift with extension on riscv64Wayne Zuo2022-10-061-3/+3
* cmd/compile: add late lower pass for last rules to runeric fang2022-10-054-11/+22
* test: skip inlining check in escape4.goCuong Manh Le2022-10-012-7/+6
* test: relax closure name matching in closure3.goCuong Manh Le2022-10-012-6/+5
* test: enable issue47631.go for Unified IRCuong Manh Le2022-09-302-12/+8
* cmd/compile: eagerly create LSym for closuresMichael Pratt2022-09-301-0/+16
* go/types, types2: more concise error messages for cycle errorsRobert Griesemer2022-09-2911-11/+11
* cmd/compile: use "shifted operand %s (type %s) must be integer" for some shif...Robert Griesemer2022-09-281-1/+1