aboutsummaryrefslogtreecommitdiff
path: root/test/codegen
AgeCommit message (Expand)Author
2025-09-23[dev.simd] cmd/compile: remove stores to unread parametersCherry Mui
2025-09-23[dev.simd] all: merge master (9b2d39b) into dev.simdCherry Mui
2025-09-18[dev.simd] cmd/compile: optimize VPTEST for 2-operand casesJunyang Shao
2025-09-17cmd/compile: fix the issue of shift amount exceeding the valid rangeXiaolin Zhao
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-10Revert "cmd/compile: improve stp merging for non-sequent cases"Keith Randall
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-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-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/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-13cmd/compile: emit classify instructions for infinity tests on riscv64Michael Munday
2025-08-12cmd/compile/internal: optimize multiplication use new operation 'ADDshiftLLV'...limeidan
2025-08-12cmd/compile: soften test for 74788Keith Randall
2025-08-11cmd/compile: allow InlMark operations to be speculatively executedMichael Munday
2025-08-05cmd/compile: fold negation into multiplication on loong64Xiaolin Zhao
2025-08-05cmd/compile: optimise float <-> int register moves on riscv64Michael Munday
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-30cmd/compile: deduplicate instructions when rewrite func resultsYoulin Feng
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-28test/codegen: fix failing condmove wasm testsMichael Munday
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: fold shift through AND for slice operationsAlexander Musman
2025-07-24cmd/compile: optimize slice bounds checking with SUB/SUBconst comparisonsAlexander Musman
2025-06-09cmd/compile/internal/ssa: fix PPC64 merging of (AND (S[RL]Dconst ...)Paul Murphy
2025-05-21cmd/compile/internal/ssa: eliminate string copies for calls to unique.MakeJake Bailey
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: 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-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-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