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
/
internal
/
ssa
/
rewriteMIPS.go
Age
Commit message (
Expand
)
Author
2026-01-28
cmd/compile: remove the NORconst op on mips{,64}
Xiaolin Zhao
2026-01-23
cmd/compile: cleanup isUnsignedPowerOfTwo
Jorropo
2025-10-30
cmd/compile: implement bits.Mul64 on 32-bit systems
Russ Cox
2025-07-30
cmd/compile: move mips32 over to new bounds check strategy
Keith Randall
2025-07-29
cmd/compile: removing log2uint32 function
Cuong Manh Le
2025-05-21
cmd/compile/internal: intrinsify publicationBarrier on mipsx
Julian Zhu
2025-05-19
cmd/compile: fold negation into addition/subtraction on mipsx
Julian Zhu
2025-02-27
cmd/compile: simplify intrinsification of TrailingZeros16 and TrailingZeros8
Joel Sing
2025-02-26
cmd/compile: simplify intrinsification of BitLen16 and BitLen8
Joel Sing
2024-09-24
cmd/compile: use generics for isPowerOfTwo predicates
khr@golang.org
2023-05-24
cmd/compile: optimize math.Float32bits and math.Float32frombits on mipsx
Junxian Zhu
2023-05-08
math: optimize math.Abs on mipsx
Junxian Zhu
2023-04-10
cmd/compile: replace isSigned(t) with t.IsSigned()
Keith Randall
2023-04-10
cmd/compile: clean up store rules to use store type, not argument type
Keith Randall
2023-02-17
cmd/compile: ensure constant folding of pointer arithmetic remains a pointer
Keith Randall
2023-01-19
cmd/compile: add anchored version of SP
Keith Randall
2023-01-19
cmd/compile/internal/ssa: generate code via a //go:generate directive
Dmitri Shuralyov
2022-10-23
cmd/internal/ssa: correct references to _gen folder
Johan Brandhorst-Satzkorn
2021-09-17
cmd/compile: restore tail call for method wrappers
Cherry Mui
2021-03-22
cmd/compile: disallow rewrite rules from declaring reserved names
Daniel Martí
2021-03-02
cmd/compile: optimize single-precision floating point square root
fanzha02
2021-02-23
cmd/compile: fold MOV*nop and MOV*const
Keith Randall
2020-12-10
cmd/compile: don't constant fold divide by zero
Keith Randall
2020-11-18
cmd/compile: stop MOVW-ing -1 as SRA shift amount in mips
Alberto Donizetti
2020-11-16
cmd/compile: mask SLL,SRL,SRAconst shift amount
Alberto Donizetti
2020-10-28
cmd/compile: rename mergeSymTyped to mergeSym
Alberto Donizetti
2020-10-27
cmd/compile: replace int32(b2i(x)) with b2i32(x) in rules
Alberto Donizetti
2020-10-27
cmd/compile: delete isPowerOfTwo, switch to isPowerOfTwo64
Alberto Donizetti
2020-10-23
cmd/compile: intrinsify runtime/internal/atomic.{And,Or} on MIPS
Michael Pratt
2020-04-24
cmd/compile: CSE the RHS of rewrite rules
Josh Bleecher Snyder
2020-04-24
cmd/compile: convert remaining mips rules to typed aux
Alberto Donizetti
2020-04-22
cmd/compile: switch to typed aux for mips lowering rules
Alberto Donizetti
2020-04-07
cmd/compile: delete the floating point Greater and Geq ops
Michael Munday
2020-04-03
cmd/compile: add logging for large (>= 128 byte) copies
David Chase
2020-03-02
cmd/compile: make pre-elimination of rulegen bounds checks more precise
Josh Bleecher Snyder
2020-03-02
cmd/compile: add streamlined Block Reset+AddControl routines
Josh Bleecher Snyder
2020-03-02
cmd/compile: add specialized Value reset for OpCopy
Josh Bleecher Snyder
2020-03-01
cmd/compile: add specialized AddArgN functions for rewrite rules
Josh Bleecher Snyder
2020-02-29
cmd/compile: use correct types in phiopt
Josh Bleecher Snyder
2020-02-26
cmd/compile: remove Greater* and Geq* generic integer ops
Michael Munday
2020-02-24
cmd/compile: use ellipses in MIPS rules
Josh Bleecher Snyder
2020-02-21
cmd/compile: remove chunking of rewrite rules
Josh Bleecher Snyder
2020-02-21
cmd/compile: reduce bounds checks in generated rewrite rules
Josh Bleecher Snyder
2020-02-20
cmd/compile: use loops to handle commutative ops in rules
Josh Bleecher Snyder
2019-10-29
cmd/compile: fix missing lowering of atomic {Load,Store}8
Austin Clements
2019-10-07
cmd/compile: reduce amount of code generated for block rewrite rules
Michael Munday
2019-10-02
cmd/compile: allow multiple SSA block control values
Michael Munday
2019-09-23
cmd/compile: reduce rulegen's output by 200 KiB
Daniel Martí
2019-08-27
cmd/compile: teach rulegen to remove unused decls
Daniel Martí
2019-04-27
cmd/compile: add unsigned divisibility rules
Brian Kessler
[next]