aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2025-09-22[dev.simd] cmd/compile: fix SIMD const rematerialization conditionJunyang Shao
2025-09-19cmd/compile: duplicate nil check to two branches of write barrierCherry Mui
2025-09-18[dev.simd] cmd/compile: optimize VPTEST for 2-operand casesJunyang Shao
2025-09-18[dev.simd] cmd/compile: handle rematerialized op for incompatible reg constraintJunyang Shao
2025-09-17cmd/compile: fix the issue of shift amount exceeding the valid rangeXiaolin Zhao
2025-09-16[dev.simd] all: merge master (ca0e035) into dev.simdCherry Mui
2025-09-16[dev.simd] cmd/compile: use the right type for spill slotCherry Mui
2025-09-15cmd/compile: combine doubling with shift on riscv64Meng Zhuo
2025-09-15test/codegen: check zerobase for newobject on 0-sized typesMeng Zhuo
2025-09-12cmd/compile, reflect: further allow inlining of TypeForJake Bailey
2025-09-11[dev.simd] all: merge master (cf5e993) into dev.simdCherry Mui
2025-09-10Revert "cmd/compile: improve stp merging for non-sequent cases"Keith Randall
2025-09-09cmd/compile/internal/inline: ignore superfluous slicingJake Bailey
2025-09-09cmd/compile/internal/ssa: expand runtime.memequal for length {3,5,6,7}Youlin Feng
2025-09-09cmd/compile: improve stp merging for non-sequent casesMelnikov Denis
2025-09-09cmd/compile: fix bounds check reportKeith Randall
2025-09-07[dev.simd] cmd/compile: enhance prove to deal with double-offset IsInBounds c...David Chase
2025-09-05cmd/compile: optimize loads from readonly globals into constants on loong64Xiaolin Zhao
2025-09-05cmd/compile: simplify specific addition operations using the ADDV16 instructionXiaolin Zhao
2025-09-04cmd/compile/internal/ssa: load constant values from abi.PtrType.ElemYoulin Feng
2025-09-03[dev.simd] all: merge master (4c4cefc) into dev.simdCherry Mui
2025-08-25cmd/compile/internal: optimizing add+sll rule using ALSLV instruction on loong64limeidan
2025-08-24test/codegen: add Mul2 and DivPow2 test for loong64Xiaolin Zhao
2025-08-24test/codegen: add Mul* test for loong64Xiaolin Zhao
2025-08-24test/codegen: add sqrt* abs and copysign test for loong64Xiaolin Zhao
2025-08-21cmd/asm: process forward jump to PCALIGNZhouGuangyuan
2025-08-21cmd/compile: use zero register instead of specialized *zero instructions on l...limeidan
2025-08-21cmd/compile: optimize some patterns into revb2h/revb4h instruction on loong64Xiaolin Zhao
2025-08-21cmd/compile: optimize rule (x + x) << c to x << c+1 on loong64Xiaolin Zhao
2025-08-20[dev.simd] cmd/compile: rewrite to elide Slicemask from len==c>0 slicingDavid Chase
2025-08-18cmd/compile: ensure we use allowed registers for input-clobbering instructionsKeith Randall
2025-08-13cmd/compile: emit classify instructions for infinity tests on riscv64Michael Munday
2025-08-13cmd/compile: teach prove about len's & cap's max based on the element sizeJorropo
2025-08-12cmd/compile/internal: optimize multiplication use new operation 'ADDshiftLLV'...limeidan
2025-08-12cmd/compile: soften test for 74788Keith Randall
2025-08-12all: delete aliastypeparams GOEXPERIMENTCherry Mui
2025-08-11Revert "cmd/compile: allow StructSelect [x] of interface data fields for x>0"Keith Randall
2025-08-11Revert "cmd/compile: allow more args in StructMake folding rule"Keith Randall
2025-08-11Revert "reflect: handle zero-sized fields of directly-stored structures corre...Keith Randall
2025-08-11cmd/compile: allow InlMark operations to be speculatively executedMichael Munday
2025-08-08reflect: handle zero-sized fields of directly-stored structures correctlyKeith Randall
2025-08-06cmd/compile: allow more args in StructMake folding ruleKeith Randall
2025-08-05cmd/compile: fold negation into multiplication on loong64Xiaolin Zhao
2025-08-05cmd/compile: allow StructSelect [x] of interface data fields for x>0Keith Randall
2025-08-05cmd/compile: optimise float <-> int register moves on riscv64Michael Munday
2025-08-01cmd/compile: enforce that locals are always accessed with SP base registerKeith Randall
2025-08-01cmd/compile: optimize multiplication rules on loong64Xiaolin Zhao
2025-07-31cmd/compile: use generated loops instead of DUFFZERO on amd64Keith Randall
2025-07-30cmd/compile: add floating point min/max intrinsics on s390xMichael Munday
2025-07-30all: remove GOEXPERIMENT=swissmapMichael Pratt