aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2025-06-26cmd/compile/internal/escape: evaluate any side effects when rewriting with li...thepudds
2025-06-09cmd/compile/internal/ssa: fix PPC64 merging of (AND (S[RL]Dconst ...)Paul Murphy
2025-06-04Revert "cmd/compile: Enable inlining of tail calls"Cherry Mui
2025-06-04test: add another regression test for issue 73309Cuong Manh Le
2025-05-28cmd/compile: do nil check before calling duff functions, on arm64 and amd64Keith Randall
2025-05-27cmd/compile/internal/walk: use original type for composite literals in addrTempthepudds
2025-05-22cmd/compile: do not shapify when reading reshaping exprCuong Manh Le
2025-05-22cmd/compile: fix ICE with recursive alias type parameterCuong Manh Le
2025-05-22cmd/compile: fix ICE when transforming loopvarCuong Manh Le
2025-05-21cmd/compile/internal/ssa: eliminate string copies for calls to unique.MakeJake Bailey
2025-05-21cmd/compile, unique: model data flow of non-string pointersCherry Mui
2025-05-21cmd/compile/internal/walk: use global zeroVal in interface conversions for ze...thepudds
2025-05-21cmd/compile/internal/walk: convert composite literals to interfaces without a...thepudds
2025-05-21cmd/compile: fix offset calculation error in memcombineJunyang Shao
2025-05-21cmd/compile/internal/escape: propagate constants to interface conversions to ...thepudds
2025-05-21cmd/compile: add rules about ORN and ANDNXiaolin Zhao
2025-05-20cmd/compile: fix the implementation of NORconst on loong64Xiaolin Zhao
2025-05-20cmd/compile: memcombine different size storesJunyang Shao
2025-05-20cmd/compile: fold negation into addition/subtraction on arm64Julian Zhu
2025-05-20cmd/compile/internal/escape: additional constant and zero value tests and log...thepudds
2025-05-19cmd/compile: allocate backing store for append on the stackKeith Randall
2025-05-19cmd/compile: derive bounds on signed %N for N a power of 2Keith Randall
2025-05-19cmd/compile: fold negation into addition/subtraction on mipsxJulian Zhu
2025-05-19go/types, types2: improve error message for init without bodyMark Freeman
2025-05-16cmd/compile: fold negation into addition/subtraction on mips64xJulian Zhu
2025-05-15cmd/compile: allow load-op merging in additional situationsKeith Randall
2025-05-15cmd/compile: schedule induction variable increments lateKeith Randall
2025-05-15cmd/compile: create LSym for closures with type conversionYongyue Sun
2025-05-14cmd/compile: fold negation into addition/subtraction on loong64Xiaolin Zhao
2025-05-12cmd/link: use >4GB base address for 64-bit PE binariesqmuntal
2025-05-08runtime: schedule cleanups across multiple goroutinesMichael Anthony Knyszek
2025-05-08cmd/compile: add 2 phiopt casesJakub Ciolek
2025-05-01cmd/compile: improve multiplication strength reductionKeith Randall
2025-05-01cmd/compile,internal/cpu,runtime: intrinsify math/bits.OnesCount on riscv64Joel Sing
2025-05-01cmd/compile: intrinsify math/bits.Bswap on riscv64Joel Sing
2025-04-24cmd/compile: put constant value on node inside parenthesesKeith Randall
2025-04-24cmd/compile: add cast in range loop final value computationKeith Randall
2025-04-23runtime: use precise bounds of Go data/bss for race detectorKeith Randall
2025-04-22cmd/compile: constant fold 128-bit multipliesKeith Randall
2025-04-22sync: use atomic.Bool for Once.donePrabhav Dogra
2025-04-21cmd/compile: ensure we evaluate side effects of len() argKeith Randall
2025-04-21cmd/compile: don't evaluate side effects of range over arrayKeith Randall
2025-04-09cmd/compile: set unalignedOK to make memcombine work properly on loong64limeidan
2025-04-07cmd/compile: add additional flag constant folding rulesKeith Randall
2025-04-06cmd/compile: be more conservative about arm64 insns that can take zero registerKeith Randall
2025-04-04cmd/compile: allow pointer-containing elements in stack allocationsKeith Randall
2025-04-04cmd/compile: stack allocate variable-sized makesliceKeith Randall
2025-04-04cmd/compile: improve store-to-load forwarding with compatible typesAlexander Musman
2025-03-28cmd/compile/internal/ssa: optimise more branches with zero on riscv64Joel Sing
2025-03-27cmd/compile: rename some test packages in codegenMark Freeman