index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
compile
Age
Commit message (
Expand
)
Author
2025-04-11
cmd/compile/internal/ssa: use built-in min, max function
Marcel Meyer
2025-04-10
cmd/compile/internal/ssa: use built-in min function
Marcel Meyer
2025-04-10
cmd/compile/internal/ssa: remove unused round function
Marcel Meyer
2025-04-09
cmd/compile: set unalignedOK to make memcombine work properly on loong64
limeidan
2025-04-09
cmd/compile: fix the test for ABI specification so it works right w/ generics
David Chase
2025-04-07
cmd/compile: add additional flag constant folding rules
Keith Randall
2025-04-06
cmd/compile: be more conservative about arm64 insns that can take zero register
Keith Randall
2025-04-04
cmd/compile: on 32-bit, bump up align for values that may contain 64-bit fields
Keith Randall
2025-04-04
cmd/compile: use zero register instead of specialized *zero instructions
khr@golang.org
2025-04-04
cmd/compile: allow pointer-containing elements in stack allocations
Keith Randall
2025-04-04
cmd/compile: aggregate scalar allocations for heap escapes
Keith Randall
2025-04-04
cmd/compile: stack allocate variable-sized makeslice
Keith Randall
2025-04-04
cmd/compile: improve store-to-load forwarding with compatible types
Alexander Musman
2025-04-03
go/types, types2: better error messages for invalid qualified identifiers
Mark Freeman
2025-04-02
cmd/compile/internal/devirtualize: do not select a zero-weight edge as the ho...
Julia Lapenko
2025-04-02
cmd/compile: changed variable name due to shadowing of package name min
Sergey Slukin
2025-04-02
cmd/compile: Remove unused 'NoInline' field from CallExpr stucture
Alexander Musman
2025-03-31
cmd/compile/internal/ssa: replace uses of interface{} with Sym/Aux
Mateusz Poliwczak
2025-03-28
cmd/compile/internal/ssa: optimise more branches with zero on riscv64
Joel Sing
2025-03-27
cmd/compile: update GOSSAFUNC doc for printing CFG
Junyang Shao
2025-03-27
cmd/compile: match more patterns for shortcircuit
Junyang Shao
2025-03-27
go/types: LookupSelection: returns LookupFieldOrMethod as a Selection
Alan Donovan
2025-03-27
cmd/compile: remove references to *gc.Node in docs
Mateusz Poliwczak
2025-03-24
testing: detect a stopped timer in B.Loop
Austin Clements
2025-03-23
go/types, types2: align trace output a bit better for easier debugging
Robert Griesemer
2025-03-21
cmd/compile: intrinsify math/bits.Len on riscv64
Joel Sing
2025-03-21
cmd/compile/internal/abi: fix ComputePadding
Derek Parker
2025-03-21
Revert "cmd/compile/internal/abi: fix ComputePadding"
Cherry Mui
2025-03-20
cmd/compile/internal/abi: fix ComputePadding
Derek Parker
2025-03-20
cmd/compile/internal/ssa: remove linkedBlocks and its uses
Mateusz Poliwczak
2025-03-20
cmd/compile/internal/ssagen: use an alias for math/bits.OnesCount
Joel Sing
2025-03-19
go/types, types2: fix silly logic error in commonUnder
Robert Griesemer
2025-03-19
cmd/compile: remove implicit deref from len(p) where p is ptr-to-array
Keith Randall
2025-03-18
cmd/compile/internal/amd64: disable FIPS 140-3 mode for TestGoAMD64v1
Filippo Valsorda
2025-03-15
cmd/compile: intrinsify math/bits.TrailingZeros on riscv64
Joel Sing
2025-03-15
cmd/compile: combine negation and word sign extension on riscv64
Joel Sing
2025-03-15
cmd/compile/internal/ssa: remove double negation with addition on riscv64
Joel Sing
2025-03-13
cmd/compile: don't move nilCheck operations during tighten
Keith Randall
2025-03-12
cmd/compile: simplify bounded shift on loong64
Xiaolin Zhao
2025-03-12
cmd/compile/internal/ssagen: use an alias for math/bits.Len
Joel Sing
2025-03-12
cmd/compile: remove noDuffDevice
Russ Cox
2025-03-12
cmd/compile: use FMA on plan9, and drop UseFMA
Russ Cox
2025-03-12
cmd/compile: remove useSSE
Russ Cox
2025-03-11
cmd/compile: compute bitsize from type size in prove to clean some switches
Jorropo
2025-03-11
cmd/compile: add constant folding for bits.Add64
Jorropo
2025-03-11
cmd/compile: add MakeTuple generic SSA op to remove duplicate Select[01] rules
Jorropo
2025-03-11
cmd/compile: compute bits.OnesCount's limits from argument's limits
Jorropo
2025-03-11
cmd/compile: set bits.OnesCount's limits to [0, 64]
Jorropo
2025-03-11
cmd/compile: compute min's & max's limits from argument's limits inside flowL...
Jorropo
2025-03-11
cmd/compile: Enable inlining of tail calls
Alexander Musman
[prev]
[next]