aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
45 hourscmd/compile/internal/ssa: on PPC64, try combining CLRLSLDI and SRDconst into ...Paul E. Murphy
2024-04-19cmd/compile: remove redundant calls to cmpstringkhr@golang.org
2024-04-09cmd/compile/internal: merge stack slots for selected local auto varsThan McIntosh
2024-04-05cmd/compile: export/import materialized aliasesAlan Donovan
2024-04-04cmd/internal/obj/ppc64: on Power10, use xxspltidp for float constantsPaul E. Murphy
2024-04-04all: fix some commentscui fliter
2024-04-02cmd/compile: add missing OASOP case in mayModifyPkgVarCuong Manh Le
2024-04-02cmd/compile: check ODEREF for safe lhs in assignment during static initCuong Manh Le
2024-04-01cmd/compile: support float min/max instructions on PPC64Paul E. Murphy
2024-03-30Revert "cmd/compile/internal: merge stack slots for selected local auto vars"Cuong Manh Le
2024-03-29cmd/compile/internal: merge stack slots for selected local auto varsThan McIntosh
2024-03-29Revert "cmd/compile: add missing OINLCAll case in mayModifyPkgVar"Than McIntosh
2024-03-29cmd/compile: add missing OINLCAll case in mayModifyPkgVarCuong Manh Le
2024-03-28cmd/compile: put constants before variables in initialization orderKeith Randall
2024-03-27test: issue16016: use fewer goroutines for gccgoIan Lance Taylor
2024-03-26all: fix a large number of commentscui fliter
2024-03-25runtime: migrate internal/atomic to internal/runtimeAndy Pan
2024-03-25test/stress: fix typo in commentguoguangwu
2024-03-25test: put type declaration back inside the functioncui fliter
2024-03-21cmd/compile,cmd/go,cmd/internal,runtime: remove dynamic checks for atomics fo...Andrey Bokhanko
2024-03-21cmd/compile: include constant bools in memcombineKeith Randall
2024-03-20cmd/compile: don't assume args are always zero-extendedKeith Randall
2024-03-18go/types, types2: quote user-supplied names in error messagesRobert Griesemer
2024-03-15cmd/compile/internal: generate ADDZE on PPC64Paul E. Murphy
2024-03-14test/fixedbugs: add regress test for inlining failureMatthew Dempsky
2024-03-13cmd/asm,cmd/compile: generate less instructions for most 32 bit constant adds...Paul E. Murphy
2024-03-12cmd/compile: fix sign/zero-extension removalKeith Randall
2024-03-08cmd/compile: fix copying SSA-able variables optimizationCuong Manh Le
2024-03-07cmd/compile,cmd/internal/obj: provide rotation pseudo-instructions for riscv64Joel Sing
2024-03-02cmd/compile: add 0-sized-value simplification to copyelimDavid Chase
2024-03-01cmd/compile: add missing Unalias call when writing type aliasCuong Manh Le
2024-02-29cmd/compile: soften type matching when allocating stack slotskhr@golang.org
2024-02-29runtime: don't re-initialize itab while looking for missing functionkhr@golang.org
2024-02-28cmd/compile: mark pointer to noalg type as noalgzuojunwei.1024
2024-02-28go/types, types2: consistently use singular when reporting version errorsRobert Griesemer
2024-02-27cmd/compile: fix early deadcode with label statementCuong Manh Le
2024-02-27cmd/compile: use quotes to wrap user-supplied tokenZxilly
2024-02-20cmd/compile/internal/typecheck: remove constant bounds checkCuong Manh Le
2024-02-16cmd/compile: improve rotations for riscv64Joel Sing
2024-02-09cmd/compile: separate inline cost analysis from applying inliningMatthew Dempsky
2024-02-08test/codegen: add float max/min codegen testMeng Zhuo
2024-02-07go/types, types2: better errors for non-existing fields or methodsRobert Griesemer
2024-01-26go/types, types2: use existing case-insensitive lookup (remove TODO)Robert Griesemer
2024-01-23cmd/compile: improve integer comparisons with numeric boundsJorropo
2024-01-08cmd/compile: handle defined iter func type correctlyCuong Manh Le
2023-12-21cmd/compile: handle constant-folding of an out-of-range jump table indexKeith Randall
2023-12-19cmd/compile: remove interfacecycles debug flagRobert Griesemer
2023-12-18test: skip rangegen.go on 32-bit platformsThan McIntosh
2023-12-15cmd/asm: fix encoding for arm right shift by constant 0Keith Randall
2023-12-14all: remove newline characters after return statementsDanil Timerbulatov