aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2025-03-25test/codegen: add combined conversion and shift testsJoel Sing
2025-03-24testing: detect a stopped timer in B.LoopAustin Clements
2025-03-21cmd/compile: intrinsify math/bits.Len on riscv64Joel Sing
2025-03-19cmd/compile: remove implicit deref from len(p) where p is ptr-to-arrayKeith Randall
2025-03-15cmd/compile: intrinsify math/bits.TrailingZeros on riscv64Joel Sing
2025-03-15cmd/compile: combine negation and word sign extension on riscv64Joel Sing
2025-03-15cmd/compile/internal/ssa: remove double negation with addition on riscv64Joel Sing
2025-03-15test/codegen: add a test for negation and conversion to int32Joel Sing
2025-03-15test/codegen: add riscv64 codegen for arithmetic testsJoel Sing
2025-03-15test/codegen: add riscv64/rva23u64 specifiers to existing testsJoel Sing
2025-03-14test/codegen: tighten the TrailingZeros64 test on 386Joel Sing
2025-03-13cmd/compile: don't move nilCheck operations during tightenKeith Randall
2025-03-13test/codegen: remove plan9/amd64 specific array zeroing/copying testsJoel Sing
2025-03-12cmd/compile: simplify bounded shift on loong64Xiaolin Zhao
2025-03-11cmd/compile: compute bits.OnesCount's limits from argument's limitsJorropo
2025-03-11cmd/compile: set bits.OnesCount's limits to [0, 64]Jorropo
2025-03-11cmd/compile: use min & max builtins to assert constant bounds in prove's testsJorropo
2025-03-11cmd/compile: compute min's & max's limits from argument's limits inside flowL...Jorropo
2025-03-11all: move //go:debug decoratemappings=0 test to cmd/goMichael Pratt
2025-03-11cmd/compile: Enable inlining of tail callsAlexander Musman
2025-03-11go/types, types2: report better error messages for slice expressionsRobert Griesemer
2025-03-10go/types, types2: better error messages for copy built-inRobert Griesemer
2025-03-10cmd/compile: optimize shifts of int32 and uint32 on loong64Xiaolin Zhao
2025-03-10internal/godebugs: add decoratemappings as an opaque godebug settingMichael Pratt
2025-03-06go/types, types2: better error messages for invalid callsRobert Griesemer
2025-03-06cmd/compile: remove no-longer-necessary recursive inlining checksDavid Chase
2025-03-05cmd/compile: use inline-Pos-based recursion testDavid Chase
2025-03-04cmd/compile: fix out of memory when inlining closureCuong Manh Le
2025-02-27cmd/compile: simplify intrinsification of TrailingZeros16 and TrailingZeros8Joel Sing
2025-02-26cmd/compile: don't pull constant offsets out of pointer arithmeticKeith Randall
2025-02-25cmd/compile: ensure we don't reuse temporary registerkhr@golang.org
2025-02-20cmd/compile: don't report newLimit discovered when unsat happens multiple timesJorropo
2025-02-19cmd/compile: load properly constant values from itabsMateusz Poliwczak