aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
40 hourscmd/compile: handle min integer step in loopCuong Manh Le
2 dayscmd/compile: add boolean absorption laws to SSA rewrite rulesTimo Friedl
5 dayscmd/compile/internal/noder: revert to UIR V3Mark Freeman
6 daystest: more tests for generic methodsMark Freeman
6 dayscmd/internal/tesdir: fix Test/codegen/switch on loong64qmuntal
6 dayscmd/compile: run CondSelect into math rules on all archesJorropo
7 dayscmd/compile: improve stp merging for non-sequent casesMelnikov Denis
7 dayscmd/compile: fix loopbce overflow check logicJunyang Shao
7 dayscmd/compile: support all constant return types in switch lookup tablesqmuntal
8 daystest: add a simple test using generic methodsMark Freeman
8 dayscmd/compile: report error instead of ICE for oversized map elementgulmix
8 dayscmd/compile: optimize CondSelect to math on arm64 with inline register shiftsJorropo
8 dayscmd/compile: improve Mul to Left Shift rulesJorropo
9 dayscmd/compile: extend condselect into math code to handle other constants than 1Jorropo
9 dayscmd/compile: improve uint8/uint16 logical immediates on PPC64Jayanth Krishnamurthy jayanth.krishnamurthy@ibm.com
11 dayscmd/compile: optimize switch statements using lookup tablesqmuntal
12 dayscmd/compile: extend all the cmov into math generic rules with their contraryJorropo
13 daysgo/types, types2: in range-over-func, the yield function cannot be variadicRobert Griesemer
2026-03-31test/codegen: remove unneeded commasKeith Randall
2026-03-31test/codegen: fix some unbalanced quotesKeith Randall
2026-03-31test/codegen: replace commas with spaces between regexpsKeith Randall
2026-03-31test/codegen: get rid of \sKeith Randall
2026-03-31test/codegen: fix broken syntaxKeith Randall
2026-03-31cmd/compile: fix wrong label loop during rangefunc rewriteCuong Manh Le
2026-03-31cmd/compile: ensure map/slice clearing expressions are walkedCuong Manh Le
2026-03-31cmd/compile: convert some condmoves in XORJorropo
2026-03-31cmd/compile: convert some condmoves in ORJorropo
2026-03-30simd/archsimd: mark pa* unsafe helpers as nocheckptrCuong Manh Le
2026-03-30cmd/compile/internal/devirtualize: use pointer identity for type comparisonMateusz Poliwczak
2026-03-27test/codegen: check mips64 sqrt/abs code only for hardfloatKeith Randall
2026-03-27test/codegen: remove noop Ands from test casesJorropo
2026-03-27test/codegen: fix ppc64x rldicl bit testPaul Murphy
2026-03-27cmd/compile/internal/ssa: prove support induction variable pairYoulin Feng
2026-03-27cmd/compile: use prove to remove no-op OrsJorropo
2026-03-27cmd/compile: remove 68857 And flowLimit workaround in proveJorropo
2026-03-27cmd/compile: use prove to remove no-op AndsJorropo
2026-03-26cmd/compile: on ARM64 merge shifts into TBZ & TBNZJorropo
2026-03-26cmd/compile: skip incomplete types in needWrapperCuong Manh Le
2026-03-26cmd/compile: do not invert loops that would overflow or underflowJorropo
2026-03-26cmd/compile: fix missing walk for OAS2RECV nodeCuong Manh Le
2026-03-25cmd/compile: preserve variadic signature on range-over-funcCuong Manh Le
2026-03-25cmd/compile: ppc64 fold (x+x)<<c into x<<(c+1)Jayanth Krishnamurthy jayanth.krishnamurthy@ibm.com
2026-03-24test: repair expected-error regexp in simd.goDavid Chase
2026-03-23test/codegen: add codegen checks for float32/float64 conversions optimizationsJulian Zhu
2026-03-20Revert "runtime: disable test for 78081"Keith Randall
2026-03-20cmd/compile/internal/noder: don't shoot oneself (fix silly mistake)Robert Griesemer
2026-03-20runtime: disable test for 78081Keith Randall
2026-03-20cmd/compile: on arm64 pair a load with a load in a subsequent blockKeith Randall
2026-03-19cmd/compile: enable promoted field selectors as keys in struct literalsRobert Griesemer
2026-03-19go/types, types2: allow promoted field names as keys in struct literalsRobert Griesemer