aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-07-05cmd/compile: fix FMA negative commutativity of riscv64Meng Zhuo
2023-07-04test/codegen: enable Mul2 DivPow2 test for riscv64Meng Zhuo
2023-06-28cmd/compile/internal/ssagen: fix min/max codegen, againMatthew Dempsky
2023-06-27cmd/compile: fix bad order of evaluation for min/max builtinCuong Manh Le
2023-06-26types2, go/types: record final type for min/max argumentsCuong Manh Le
2023-06-24cmd/compile: fix min/max builtin code generationKeith Randall
2023-06-23cmd/compile: scanning closures body when visiting wrapper functionCuong Manh Le
2023-06-21test: add test that caused a gofrontend crashIan Lance Taylor
2023-06-16reflect: fix ArenaNew to match documentationMichael Anthony Knyszek
2023-06-15cmd/compile: do not report division by error during typecheckCuong Manh Le
2023-06-15test/codegen: add fsqrt test for riscv64Meng Zhuo
2023-06-12cmd/compile: use callsite as line number for argument marshalingKeith Randall
2023-06-05cmd/compile: allow ir.OMIN/ir.OMAX in mayCallCuong Manh Le
2023-06-01cmd/internal/obj/arm: handle HAUTO etc. in addpoolCherry Mui
2023-06-01cmd/internal/testdir: pass if GOEXPERIMENT=cgocheck2 is setAustin Clements
2023-05-25go/types, types2: don't infer type argument for unused parameter in interfacesRobert Griesemer
2023-05-24cmd/compile: prioritize non-CALL struct member comparisonsDerek Parker
2023-05-24Revert "cmd/compile: sparse conditional constant propagation"Bryan Mills
2023-05-24cmd/compile: optimize math.Float64(32)bits and math.Float64(32)frombits on mi...Junxian Zhu
2023-05-24cmd/compile: sparse conditional constant propagationYi Yang
2023-05-23cmd/compile: avoid slicebytetostring call in len(string([]byte))Cuong Manh Le
2023-05-23test: remove *_unified.go variantsCuong Manh Le
2023-05-22cmd/compile: incorporate inlined function names into closure namingMatthew Dempsky
2023-05-19cmd/compile: constant-fold loads from constant dictionaries and typesKeith Randall
2023-05-18cmd/compile: enable more lenient type inference for untyped argumentsRobert Griesemer
2023-05-16cmd/compile/internal/noder: suppress unionType consistency checkMatthew Dempsky
2023-05-16cmd/compile: make memcombine pass a bit more robust to reassociation of exprsKeith Randall
2023-05-16cmd/compile: enhance tighten pass for memory valueseric fang
2023-05-15cmd/compile: update rules to generate more prefixed instructionsLynn Boger
2023-05-12test: add escape test for reflect.Value operationsCherry Mui
2023-05-12reflect: do not escape Value.TypeCherry Mui
2023-05-12internal/testdir: move to cmd/internal/testdirDmitri Shuralyov
2023-05-12test/bench: deleteAustin Clements
2023-05-12test,internal/testdir: don't set GOOS/GOARCHAustin Clements
2023-05-10cmd/compile: add De Morgan's rewrite ruleStefan
2023-05-08test: add memcombine testcases for ppc64Lynn Boger
2023-05-08math: optimize math.Abs on mipsxJunxian Zhu
2023-05-05cmd/compile: allow more inlining of functions that construct closuresThan McIntosh
2023-05-05cmd/compile: un-hide closure func if parent expr moved to staticinitThan McIntosh
2023-05-05cmd/compile: rework marking of dead hidden closure functionsThan McIntosh
2023-05-05math: optimize math.Abs on mips64xJunxian Zhu
2023-05-03cmd/compile: fix compilation of inferred type argumentsMatthew Dempsky
2023-05-03Revert "cmd/compile: enhance tighten pass for memory values"Daniel Martí
2023-05-03cmd/compile: enhance tighten pass for memory valueserifan01
2023-05-03cmd/compile: enable reverse type inferenceRobert Griesemer
2023-04-28cmd/link: put zero-sized data symbols at same address as runtime.zerobaseCherry Mui
2023-04-21runtime, cmd: rationalize StackLimit and StackGuardAustin Clements
2023-04-20Revert "runtime, cmd: rationalize StackLimit and StackGuard"Austin Clements
2023-04-20runtime, cmd: rationalize StackLimit and StackGuardAustin Clements
2023-04-19cmd/compile/internal/types2: only mark variables as used if they areRobert Griesemer