aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/rewriteMIPS64.go
AgeCommit message (Expand)Author
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
2019-10-07cmd/compile: reduce amount of code generated for block rewrite rulesMichael Munday
2019-10-02cmd/compile: allow multiple SSA block control valuesMichael Munday
2019-09-23cmd/compile: reduce rulegen's output by 200 KiBDaniel Martí
2019-08-28runtime, cmd/compile: implement and use DUFFCOPY on MIPS64Meng Zhuo
2019-08-27cmd/compile: teach rulegen to remove unused declsDaniel Martí
2019-05-03cmd/compile,runtime/internal/atomic: add Load8Austin Clements
2019-04-27cmd/compile: add unsigned divisibility rulesBrian Kessler
2019-03-22cmd/compile: reduce rulegen's for loop verbosityDaniel Martí
2019-03-21cmd/compile: regenerate rewrite rulesJosh Bleecher Snyder
2019-03-18cmd/compile,runtime: provide index information on bounds check failureKeith Randall
2019-03-13cmd/compile: try and access last argument first in rulegenMichael Munday
2019-03-12cmd/compile: make rulegen magic variable prediction more preciseJosh Bleecher Snyder
2018-12-27cmd/compile: fix MIPS SGTconst-with-shift rulesCherry Zhang
2018-10-28cmd/compile: make fmt available in rewrite rulesJosh Bleecher Snyder
2018-07-12cmd/compile: add LocalAddr that takes SP,mem operandsDavid Chase
2018-05-02cmd/compile: intrinsify runtime.getcallerpc on all link register architecturesWei Xiao
2018-04-20cmd/compile: don't lower OpConvertAustin Clements
2018-02-26cmd: avoid unnecessary type conversionsKunpei Sakai
2018-02-21cmd/compile: intrinsify math.Sqrt on mips64Alberto Donizetti
2018-02-20cmd/compile: normalize spaces in rewrite rule comments.Giovanni Bajo
2018-02-13runtime: buffered write barrier for mips64Austin Clements
2017-10-10cmd/compile: intrinsify atomics on MIPS64Cherry Zhang