aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile
AgeCommit message (Expand)Author
2025-11-24[dev.simd] all: merge master (e704b09) into dev.simdCherry Mui
2025-11-24go/types, types2: shorten object map assertionMark Freeman
2025-11-24[dev.simd] all: merge master (02d1f3a) into dev.simdCherry Mui
2025-11-24cmd/compile, internal/buildcfg: enable regABI on s390x, and add s390xSrinivas Pokala
2025-11-24cmd/compile: update s390x CALL* opsSrinivas Pokala
2025-11-24cmd/compile/internal/s390x: add initial spill supportSrinivas Pokala
2025-11-24cmd/compile/internal: add register ABI information for s390xSrinivas Pokala
2025-11-24cmd/compile: document register-based ABI for s390xSrinivas Pokala
2025-11-24[dev.simd] all: merge master (8dd5b13) into dev.simdCherry Mui
2025-11-24Revert "[dev.simd] internal/runtime/gc: add simd package based greentea kernels"Cherry Mui
2025-11-24cmd/compile: relax stmtline_test on amd64David Chase
2025-11-23cmd/compile: use 32x32->64 multiplies on loong64Xiaolin Zhao
2025-11-21[dev.simd] internal/runtime/gc: add simd package based greentea kernelsJunyang Shao
2025-11-21cmd/compile: change testing.B.Loop keep alive semanticJunyang Shao
2025-11-21cmd/compile: simplify negative on multiplicationMeng Zhuo
2025-11-21cmd/compile: rewrite Rsh to RshU if arguments are proved positiveJorropo
2025-11-21cmd/compile: propagate unsigned relations for Rsh if arguments are positiveJorropo
2025-11-21cmd/compile: make dse track multiple shadowed rangesJakub Ciolek
2025-11-21cmd/compile/internal/ssa: correct type of ARM64 conditional instructionsCh1n-ch1nless
2025-11-21[dev.simd] cmd/compile, simd: update conversion API namesJunyang Shao
2025-11-21[dev.simd] cmd/compile: fix incorrect mapping of SHA256MSG2128Neal Patel
2025-11-21cmd/compile: fix integer overflow in prove passJakub Ciolek
2025-11-21cmd/compile/internal: fix typosJes Cok
2025-11-21cmd/compile/internal/devirtualize: fix typosJes Cok
2025-11-20[dev.simd] simd, cmd/compile: add more element types for Select128FromPairDavid Chase
2025-11-20[dev.simd] simd: fix signatures for PermuteConstant* methodsDavid Chase
2025-11-20[dev.simd] all: merge master (ca37d24) into dev.simdCherry Mui
2025-11-20spec: adjust rule for type parameter on RHS of alias declarationRobert Griesemer
2025-11-20cmd/compile: stack allocate backing stores during appendkhr@golang.org
2025-11-19cmd/compile: Implement LoweredZeroLoop with LSX Instruction on loong64Guoqi Chen
2025-11-19go/types, types2: fix object path for grouped declaration statementsMark Freeman
2025-11-19cmd/compile: fix control flow for unsigned divisions proof relationsJorropo
2025-11-19cmd/compile: cleanup useless if statement in proveJorropo
2025-11-18cmd/compile: prefer fixed registers for valuesKeith Randall
2025-11-18cmd/compile: fold boolean NOT into branchesKeith Randall
2025-11-18[dev.simd] cmd/compile, simd: change DotProductQuadruple and add peepholesJunyang Shao
2025-11-18[dev.simd] cmd/compile, simd: change SHA ops names and typesJunyang Shao
2025-11-18cmd/asm,cmd/compile,cmd/internal/obj/riscv: use compressed instructions on ri...Joel Sing
2025-11-17cmd/compile: use 32x32->64 multiplies on arm64Keith Randall
2025-11-17[dev.simd] cmd/compile, simd: change AES op names and add missing sizeJunyang Shao
2025-11-17[dev.simd] cmd/compile, simd: add VPALIGNRJunyang Shao
2025-11-17[dev.simd] cmd/compile: fix unstable outputJunyang Shao
2025-11-17cmd/compile: teach prove about subtract idiomsKeith Randall
2025-11-17cmd/compile: clean up prove passKeith Randall
2025-11-14std: fix printf("%q", int) mistakesAlan Donovan
2025-11-14cmd/compile: allow multi-field structs to be stored directly in interfacesKeith Randall
2025-11-14cmd/compile/internal: remove incorrect riscv64 SLTI ruleMark Ryan
2025-11-14cmd/compile: fold negation into multiplicationMeng Zhuo
2025-11-14cmd/compile: optimize comparisons with single bit differenceMichael Munday
2025-11-14cmd/compile: remove unnecessary casts and types from riscv64 rulesMichael Munday