aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/rewriteMIPS64.go
AgeCommit message (Expand)Author
2026-01-28cmd/compile: remove the NORconst op on mips{,64}Xiaolin Zhao
2025-09-09cmd/compile: use constant zero register instead of specialized zero instructi...Julian Zhu
2025-07-30cmd/compile: move mips64 over to new bounds check strategyKeith Randall
2025-05-21cmd/compile/internal: intrinsify publicationBarrier on mips64xJulian Zhu
2025-05-16cmd/compile: fold negation into addition/subtraction on mips64xJulian Zhu
2025-03-12cmd/compile: remove noDuffDeviceRuss Cox
2025-02-13cmd/compile: implement signed loads from read-only memoryKeith Randall
2024-09-24cmd/compile: use generics for isPowerOfTwo predicateskhr@golang.org
2023-07-31cmd/compile: intrinsify Sub64 on mips64Junxian Zhu
2023-07-31cmd/compile: intrinsify Add64 on mips64Junxian Zhu
2023-05-24cmd/compile: optimize math.Float64(32)bits and math.Float64(32)frombits on mi...Junxian Zhu
2023-05-18cmd/compile: intrinsify runtime/internal/atomic.{And,Or} on MIPS64xJunxian Zhu
2023-05-05math: optimize math.Abs on mips64xJunxian Zhu
2023-04-21cmd/compile: support -buildmode=c-shared on linux/mips64{,le}Xiaodong Liu
2023-04-10cmd/compile: replace isSigned(t) with t.IsSigned()Keith Randall
2023-04-10cmd/compile: clean up store rules to use store type, not argument typeKeith Randall
2023-02-17cmd/compile: ensure constant folding of pointer arithmetic remains a pointerKeith Randall
2023-01-19cmd/compile: add anchored version of SPKeith Randall
2023-01-19cmd/compile/internal/ssa: generate code via a //go:generate directiveDmitri Shuralyov
2022-12-17cmd/compile: sign-extend the 2nd argument of the LoweredAtomicCas32 on loong6...Guoqi Chen
2022-10-23cmd/internal/ssa: correct references to _gen folderJohan Brandhorst-Satzkorn
2021-09-17cmd/compile: restore tail call for method wrappersCherry Mui
2021-03-22cmd/compile: disallow rewrite rules from declaring reserved namesDaniel Martí
2021-03-16cmd/compile: loads from readonly globals into const for mips64xMeng Zhuo
2021-03-02cmd/compile: optimize single-precision floating point square rootfanzha02
2021-02-23cmd/compile: fold MOV*nop and MOV*constKeith Randall
2020-12-10cmd/compile: don't constant fold divide by zeroKeith Randall
2020-10-28cmd/compile: rename mergeSymTyped to mergeSymAlberto Donizetti
2020-10-28cmd/compile: delete log2, switch to log64Alberto Donizetti
2020-10-27cmd/compile: delete isPowerOfTwo, switch to isPowerOfTwo64Alberto Donizetti
2020-08-24cmd/compile: complete adjust MIPS64x rewrite rules to use typed aux fieldsMeng Zhuo
2020-04-29cmd/compile: adjust MIPS64x rewrite rules to use typed aux fieldsMeng Zhuo
2020-04-24cmd/compile: CSE the RHS of rewrite rulesJosh Bleecher Snyder
2020-04-07cmd/compile: delete the floating point Greater and Geq opsMichael Munday
2020-04-03cmd/compile: add logging for large (>= 128 byte) copiesDavid Chase
2020-03-02cmd/compile: regenerate rulesJosh Bleecher Snyder
2020-03-02cmd/compile: make pre-elimination of rulegen bounds checks more preciseJosh Bleecher Snyder
2020-03-02cmd/compile: add streamlined Block Reset+AddControl routinesJosh Bleecher Snyder
2020-03-02cmd/compile: add specialized Value reset for OpCopyJosh Bleecher Snyder
2020-03-02cmd/compile: add intrinsics for runtime/internal/math on MIPS64xMeng Zhuo
2020-03-01cmd/compile: add specialized AddArgN functions for rewrite rulesJosh Bleecher Snyder
2020-02-29cmd/compile: use correct types in phioptJosh Bleecher Snyder
2020-02-26cmd/compile: remove Greater* and Geq* generic integer opsMichael Munday
2020-02-25cmd/compile: use ellipses in MIPS64 rulesJosh Bleecher Snyder
2020-02-21cmd/compile: remove chunking of rewrite rulesJosh Bleecher Snyder
2020-02-21cmd/compile: reduce bounds checks in generated rewrite rulesJosh Bleecher Snyder
2020-02-20cmd/compile: use loops to handle commutative ops in rulesJosh Bleecher Snyder
2020-02-20cmd/compile: delete duplicate rulesJosh Bleecher Snyder
2019-10-29cmd/compile: intrinsics for runtime/internal/atomic.Store8Austin Clements
2019-10-14cmd/compile: add math/bits.Mul64 intrinsic on mips64xMeng Zhuo