aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile
AgeCommit message (Expand)Author
2026-02-03all: prealloc slice with possible minimum capabilitiesShulhan
2026-02-02go/types, types2: add missing Named.unpack call in Checker.hasVarSizeMark Freeman
2026-02-02internal/maps,cmd/compile/internal/walk: replace calls to mapaccess1* with ma...ArsenySamoylov
2026-01-29cmd/compile/internal/bloop: avoid extraneous heap allocs in b.Loop body due t...thepudds
2026-01-29cmd/compile: make prove use non-equality in subtraction for a stronger boundJonah Uellenberg
2026-01-29cmd/compile: update ABI document for loong64Guoqi Chen
2026-01-28cmd/compile, simd: capture VAES instructions and fix AVX512VAES featureJunyang Shao
2026-01-28cmd/compile: simplify slice/array range loops on loong64Guoqi Chen
2026-01-28cmd/compile: (loong64) optimize float32(abs|sqrt64(float64(x)))Xiaolin Zhao
2026-01-28cmd/compile: remove the NORconst op on mips{,64}Xiaolin Zhao
2026-01-27cmd/link, runtime: remove typelinksIan Lance Taylor
2026-01-27go/types, types2: rename Named.finite to Named.varSizeMark Freeman
2026-01-27go/types, types2: add check for map value completeness in IndexExprMark Freeman
2026-01-27go/types, types2: replace pendingType with completion checkMark Freeman
2026-01-27cmd/compile, runtime: avoid improper control transfer instruction hints on ri...wangboyao
2026-01-26cmd/compile/internal/reflectdata: fix divide by zero for zero-size array elem...fumiyanokesinn
2026-01-26cmd/compile: reduce lock/scheduler contentionDaniel Morsing
2026-01-23cmd/compile: simplify AlgType usageKeith Randall
2026-01-23cmd/compile: simplify array parsing in equality signaturesKeith Randall
2026-01-23cmd/compile: clean up eq and hash implementationsKeith Randall
2026-01-23cmd/compile: use equality signatures in hash function generationKeith Randall
2026-01-23cmd/compile: reorg equality functions a bitKeith Randall
2026-01-23cmd/compile: redo how equality functions are generatedkhr@golang.org
2026-01-23cmd/compile: fix loopvar version detection with line directivesxieyuschen
2026-01-23cmd/compile: on amd64 use 32bits copies for 64bits copies of 32bits valuesJorropo
2026-01-23cmd/compile: cleanup noLimit in proveJorropo
2026-01-23cmd/compile: improve PopCount's limits modeling and add bruteforce testsJorropo
2026-01-23cmd/compile: add limits bruteforce tests for bitlenJorropo
2026-01-23cmd/compile: improve Ctz's limits modeling and add bruteforce testsJorropo
2026-01-23cmd/compile: cleanup isUnsignedPowerOfTwoJorropo
2026-01-23cmd/compile: fix typos in types2 api_test.gogoto1134
2026-01-23go/types, types: flip field/method selection logic inside out (cleanup)Robert Griesemer
2026-01-23cmd/compile: avoid extending when already sufficiently shifted on loong64Xiaolin Zhao
2026-01-23cmd/compile/internal/pgo: error parsing profile (for pgo) after scalingRyan Diep
2026-01-22go/types, types2: remove support for gotypesalias GODEBUG flagRobert Griesemer
2026-01-22cmd/compile: ensure ops have the expected argument widthsKeith Randall
2026-01-22cmd/compile: optimize small constant-sized MemEqAlexander Musman
2026-01-22cmd/compile: speedup large init function compile timeCuong Manh Le
2026-01-22internal/runtime: remove math.Mul64Gavin Lam
2026-01-22cmd/compile: allow Bswap{64,32,16} on loong64Guoqi Chen
2026-01-22cmd/compile: reserve less memory for bitvectorsKeith Randall
2026-01-22cmd/compile: remove unnecessary code in keepAliveAtCuong Manh Le
2026-01-22cmd/compile: fix mis-compilation for static array initializationCuong Manh Le
2026-01-22cmd/compile: refactor preserveStmtCuong Manh Le
2026-01-22cmd/compile: better name for BloopWalkCuong Manh Le
2026-01-21go/types, types2: better error when selecting field on type rather than valueRobert Griesemer
2026-01-20cmd/compile/internal/staticinit: fix bug in global new(expr)Alan Donovan
2026-01-15go/types,cmd/compile/internal/types2: better diagnostic for type shadowingAlan Donovan
2026-01-13simd/archsimd: 128- and 256-bit FMA operations do not require AVX-512Austin Clements
2026-01-13runtime: rename mallocTiny* to mallocgcTinySize*Michael Matloob