aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile
AgeCommit message (Expand)Author
2025-09-26[dev.simd] cmd/compile: don't require single use for SIMD load/store foldingCherry Mui
2025-09-26[dev.simd] cmd/compile: remove unnecessary code from early simd prototypeCherry Mui
2025-09-26[dev.simd] cmd/compile: make condtion of CanSSA smarter for SIMD fieldsJunyang Shao
2025-09-26[dev.simd] simd: generalize select-float32-from-pairDavid Chase
2025-09-26cmd/compile: fix ICE with new(<untyped expr>)Cuong Manh Le
2025-09-25[dev.simd] all: merge master (d70ad4e) into dev.simdCherry Mui
2025-09-25[dev.simd] simd, cmd/compile: mark simd vectors uncomparableCherry Mui
2025-09-25go/types: make typeset return an iteratorAlan Donovan
2025-09-24cmd/compile: don't rely on loop info when there are irreducible loopsKeith Randall
2025-09-23runtime: add specialized malloc functions for sizes up to 512 bytesMichael Matloob
2025-09-23[dev.simd] simd, cmd/compile: added simd methods for VSHUFP[DS]David Chase
2025-09-23cmd/compile/internal: support new(expr)Alan Donovan
2025-09-23cmd/compile: fix typo in commentmohanson
2025-09-23cmd/compile: prevent shapifying of pointer shape typeCuong Manh Le
2025-09-23go/types,types2: allow new(expr)Alan Donovan
2025-09-23[dev.simd] cmd/compile: improve slicemask removalDavid Chase
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-22[dev.simd] cmd/compile: fix SIMD const rematerialization conditionJunyang Shao
2025-09-22cmd/compile/internal/ssa: match style and formattingWill Faught
2025-09-20[dev.simd] cmd/compile: enhance prove to infer bounds in slice len/cap calcul...David Chase
2025-09-19cmd/compile: fix doc wordWill Faught
2025-09-19[dev.simd] cmd/compile: spill the correct SIMD register for morestackCherry Mui
2025-09-19[dev.simd] cmd/compile: enhance the chunked indexing case to include reslicingDavid Chase
2025-09-19cmd/compile: duplicate nil check to two branches of write barrierCherry Mui
2025-09-18cmd/compile/internal/abi: use clear built-inKir Kolyshkin
2025-09-18[dev.simd] cmd/compile: remove Add32x4 generic opCherry Mui
2025-09-18[dev.simd] cmd/compile: widen index for simd intrinsics jumptableDavid Chase
2025-09-18[dev.simd] cmd/compile: optimize VPTEST for 2-operand casesJunyang Shao
2025-09-18[dev.simd] cmd/compile, simd: add VPTESTJunyang Shao
2025-09-18[dev.simd] cmd/compile: handle rematerialized op for incompatible reg constraintJunyang Shao
2025-09-18[dev.simd] cmd/compile, simd/_gen: add rewrite for const load opsJunyang Shao
2025-09-18[dev.simd] cmd/compile, simd/_gen: make rewrite rules consistent on CPU FeaturesJunyang Shao
2025-09-17cmd/compile: fix the issue of shift amount exceeding the valid rangeXiaolin Zhao
2025-09-16cmd/compile: fix mips zerorange implementationKeith Randall
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-15all: replace strings.Split with strings.SplitSeq1911860538
2025-09-15cmd/compile: combine doubling with shift on riscv64Meng Zhuo
2025-09-15[dev.simd] cmd/compile: fix holes in mask peepholesJunyang Shao
2025-09-15cmd/compile,cmd/gofmt: use reflect.TypeForapocelipes
2025-09-12[dev.simd] cmd/compile, simd/_gen/simdgen: add const load mopsJunyang Shao
2025-09-12[dev.simd] cmd/compile: peephole simd loadJunyang Shao
2025-09-12cmd/compile: optimize abi.Type.GCData loadsJake Bailey
2025-09-12cmd/compile, reflect: further allow inlining of TypeForJake Bailey
2025-09-11[dev.simd] cmd/compile: add memop peephole rulesJunyang Shao
2025-09-11[dev.simd] all: merge master (cf5e993) into dev.simdCherry Mui
2025-09-11[dev.simd] simd/_gen/simdgen, cmd/compile: add memory op machine opsJunyang Shao
2025-09-10cmd/compile: when CSEing two values, prefer the statement marked oneKeith Randall
2025-09-10types2: better documentation for resolve()Mark Freeman