aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile
AgeCommit message (Expand)Author
2025-04-11cmd/compile/internal/ssa: use built-in min, max functionMarcel Meyer
2025-04-10cmd/compile/internal/ssa: use built-in min functionMarcel Meyer
2025-04-10cmd/compile/internal/ssa: remove unused round functionMarcel Meyer
2025-04-09cmd/compile: set unalignedOK to make memcombine work properly on loong64limeidan
2025-04-09cmd/compile: fix the test for ABI specification so it works right w/ genericsDavid Chase
2025-04-07cmd/compile: add additional flag constant folding rulesKeith Randall
2025-04-06cmd/compile: be more conservative about arm64 insns that can take zero registerKeith Randall
2025-04-04cmd/compile: on 32-bit, bump up align for values that may contain 64-bit fieldsKeith Randall
2025-04-04cmd/compile: use zero register instead of specialized *zero instructionskhr@golang.org
2025-04-04cmd/compile: allow pointer-containing elements in stack allocationsKeith Randall
2025-04-04cmd/compile: aggregate scalar allocations for heap escapesKeith Randall
2025-04-04cmd/compile: stack allocate variable-sized makesliceKeith Randall
2025-04-04cmd/compile: improve store-to-load forwarding with compatible typesAlexander Musman
2025-04-03go/types, types2: better error messages for invalid qualified identifiersMark Freeman
2025-04-02cmd/compile/internal/devirtualize: do not select a zero-weight edge as the ho...Julia Lapenko
2025-04-02cmd/compile: changed variable name due to shadowing of package name minSergey Slukin
2025-04-02cmd/compile: Remove unused 'NoInline' field from CallExpr stuctureAlexander Musman
2025-03-31cmd/compile/internal/ssa: replace uses of interface{} with Sym/AuxMateusz Poliwczak
2025-03-28cmd/compile/internal/ssa: optimise more branches with zero on riscv64Joel Sing
2025-03-27cmd/compile: update GOSSAFUNC doc for printing CFGJunyang Shao
2025-03-27cmd/compile: match more patterns for shortcircuitJunyang Shao
2025-03-27go/types: LookupSelection: returns LookupFieldOrMethod as a SelectionAlan Donovan
2025-03-27cmd/compile: remove references to *gc.Node in docsMateusz Poliwczak
2025-03-24testing: detect a stopped timer in B.LoopAustin Clements
2025-03-23go/types, types2: align trace output a bit better for easier debuggingRobert Griesemer
2025-03-21cmd/compile: intrinsify math/bits.Len on riscv64Joel Sing
2025-03-21cmd/compile/internal/abi: fix ComputePaddingDerek Parker
2025-03-21Revert "cmd/compile/internal/abi: fix ComputePadding"Cherry Mui
2025-03-20cmd/compile/internal/abi: fix ComputePaddingDerek Parker
2025-03-20cmd/compile/internal/ssa: remove linkedBlocks and its usesMateusz Poliwczak
2025-03-20cmd/compile/internal/ssagen: use an alias for math/bits.OnesCountJoel Sing
2025-03-19go/types, types2: fix silly logic error in commonUnderRobert Griesemer
2025-03-19cmd/compile: remove implicit deref from len(p) where p is ptr-to-arrayKeith Randall
2025-03-18cmd/compile/internal/amd64: disable FIPS 140-3 mode for TestGoAMD64v1Filippo Valsorda
2025-03-15cmd/compile: intrinsify math/bits.TrailingZeros on riscv64Joel Sing
2025-03-15cmd/compile: combine negation and word sign extension on riscv64Joel Sing
2025-03-15cmd/compile/internal/ssa: remove double negation with addition on riscv64Joel Sing
2025-03-13cmd/compile: don't move nilCheck operations during tightenKeith Randall
2025-03-12cmd/compile: simplify bounded shift on loong64Xiaolin Zhao
2025-03-12cmd/compile/internal/ssagen: use an alias for math/bits.LenJoel Sing
2025-03-12cmd/compile: remove noDuffDeviceRuss Cox
2025-03-12cmd/compile: use FMA on plan9, and drop UseFMARuss Cox
2025-03-12cmd/compile: remove useSSERuss Cox
2025-03-11cmd/compile: compute bitsize from type size in prove to clean some switchesJorropo
2025-03-11cmd/compile: add constant folding for bits.Add64Jorropo
2025-03-11cmd/compile: add MakeTuple generic SSA op to remove duplicate Select[01] rulesJorropo
2025-03-11cmd/compile: compute bits.OnesCount's limits from argument's limitsJorropo
2025-03-11cmd/compile: set bits.OnesCount's limits to [0, 64]Jorropo
2025-03-11cmd/compile: compute min's & max's limits from argument's limits inside flowL...Jorropo
2025-03-11cmd/compile: Enable inlining of tail callsAlexander Musman