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
/
rewriteMIPS64.go
Age
Commit message (
Expand
)
Author
2026-01-28
cmd/compile: remove the NORconst op on mips{,64}
Xiaolin Zhao
2025-09-09
cmd/compile: use constant zero register instead of specialized zero instructi...
Julian Zhu
2025-07-30
cmd/compile: move mips64 over to new bounds check strategy
Keith Randall
2025-05-21
cmd/compile/internal: intrinsify publicationBarrier on mips64x
Julian Zhu
2025-05-16
cmd/compile: fold negation into addition/subtraction on mips64x
Julian Zhu
2025-03-12
cmd/compile: remove noDuffDevice
Russ Cox
2025-02-13
cmd/compile: implement signed loads from read-only memory
Keith Randall
2024-09-24
cmd/compile: use generics for isPowerOfTwo predicates
khr@golang.org
2023-07-31
cmd/compile: intrinsify Sub64 on mips64
Junxian Zhu
2023-07-31
cmd/compile: intrinsify Add64 on mips64
Junxian Zhu
2023-05-24
cmd/compile: optimize math.Float64(32)bits and math.Float64(32)frombits on mi...
Junxian Zhu
2023-05-18
cmd/compile: intrinsify runtime/internal/atomic.{And,Or} on MIPS64x
Junxian Zhu
2023-05-05
math: optimize math.Abs on mips64x
Junxian Zhu
2023-04-21
cmd/compile: support -buildmode=c-shared on linux/mips64{,le}
Xiaodong Liu
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-12-17
cmd/compile: sign-extend the 2nd argument of the LoweredAtomicCas32 on loong6...
Guoqi Chen
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-16
cmd/compile: loads from readonly globals into const for mips64x
Meng Zhuo
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-10-28
cmd/compile: rename mergeSymTyped to mergeSym
Alberto Donizetti
2020-10-28
cmd/compile: delete log2, switch to log64
Alberto Donizetti
2020-10-27
cmd/compile: delete isPowerOfTwo, switch to isPowerOfTwo64
Alberto Donizetti
2020-08-24
cmd/compile: complete adjust MIPS64x rewrite rules to use typed aux fields
Meng Zhuo
2020-04-29
cmd/compile: adjust MIPS64x rewrite rules to use typed aux fields
Meng Zhuo
2020-04-24
cmd/compile: CSE the RHS of rewrite rules
Josh Bleecher Snyder
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: regenerate rules
Josh Bleecher Snyder
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-02
cmd/compile: add intrinsics for runtime/internal/math on MIPS64x
Meng Zhuo
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-25
cmd/compile: use ellipses in MIPS64 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
2020-02-20
cmd/compile: delete duplicate rules
Josh Bleecher Snyder
2019-10-29
cmd/compile: intrinsics for runtime/internal/atomic.Store8
Austin Clements
2019-10-14
cmd/compile: add math/bits.Mul64 intrinsic on mips64x
Meng Zhuo
[next]