aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2025-07-30cmd/compile: deduplicate instructions when rewrite func resultsYoulin Feng
2025-07-30cmd/compile: check domination of loop return in both controlsJorropo
2025-07-29cmd/compile: use unsigned power-of-two detector for unsigned modCuong Manh Le
2025-07-29cmd/compile: add unsigned power-of-two detectorCuong Manh Le
2025-07-29internal/goexperiment: delete RangeFunc goexperimentCherry Mui
2025-07-28test/codegen: fix failing condmove wasm testsMichael Munday
2025-07-25runtime: iterate through inlinings when processing recover()Keith Randall
2025-07-24cmd/compile: add missing StringLen rule in proveKeith Randall
2025-07-24cmd/compile: rewrite condselects into doublings and halvingsJorropo
2025-07-24cmd/compile: add opt branchelim to rewrite some CondSelect into mathJorropo
2025-07-24cmd/compile: learn transitive proofs for safe unsigned subsJorropo
2025-07-24cmd/compile: learn transitive proofs for safe negative signed addsJorropo
2025-07-24cmd/compile: learn transitive proofs for safe positive signed addsJorropo
2025-07-24cmd/compile: learn transitive proofs for safe unsigned addsJorropo
2025-07-24cmd/compile: fold shift through AND for slice operationsAlexander Musman
2025-07-24cmd/compile: optimize slice bounds checking with SUB/SUBconst comparisonsAlexander Musman
2025-07-24go/types, types2: better error messages for certain type mismatchesRobert Griesemer
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