aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/gen/MIPS.rules
AgeCommit message (Expand)Author
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-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-11-18cmd/compile: stop MOVW-ing -1 as SRA shift amount in mipsAlberto Donizetti
2020-11-16cmd/compile: mask SLL,SRL,SRAconst shift amountAlberto Donizetti
2020-10-28cmd/compile: rename mergeSymTyped to mergeSymAlberto Donizetti
2020-10-27cmd/compile: replace int32(b2i(x)) with b2i32(x) in rulesAlberto Donizetti
2020-10-27cmd/compile: delete isPowerOfTwo, switch to isPowerOfTwo64Alberto Donizetti
2020-10-23cmd/compile: intrinsify runtime/internal/atomic.{And,Or} on MIPSMichael Pratt
2020-04-24cmd/compile: convert remaining mips rules to typed auxAlberto Donizetti
2020-04-22cmd/compile: switch to typed aux for mips lowering rulesAlberto Donizetti
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-02-29cmd/compile: use correct types in phioptJosh Bleecher Snyder
2020-02-26cmd/compile: remove Greater* and Geq* generic integer opsMichael Munday
2020-02-24cmd/compile: use ellipses in MIPS rulesJosh Bleecher Snyder
2019-10-29cmd/compile: fix missing lowering of atomic {Load,Store}8Austin Clements
2019-10-02cmd/compile: allow multiple SSA block control valuesMichael Munday
2019-04-27cmd/compile: add unsigned divisibility rulesBrian Kessler
2019-03-18cmd/compile,runtime: provide index information on bounds check failureKeith Randall
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-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-26cmd/compile: use prove pass to detect Ctz of non-zero valuesJosh Bleecher Snyder
2018-04-20cmd/compile: don't lower OpConvertAustin Clements
2018-02-21cmd/compile: use | in the most repetitive mips rulesAlberto Donizetti
2018-02-13runtime: buffered write barrier for mipsAustin Clements
2017-10-10cmd/compile: intrinsify runtime.getcallerspCherry Zhang
2017-05-31cmd/compile: fix subword store/load elision for MIPSCherry Zhang
2017-05-09cmd/compile: change ssa.Type into *types.TypeJosh Bleecher Snyder
2017-04-28Revert "cmd/compile: add Type.MustSize and Type.MustAlignment"Josh Bleecher Snyder
2017-04-27cmd/compile: add Type.MustSize and Type.MustAlignmentJosh Bleecher Snyder
2017-04-04cmd/compile: remove order canonicalization rules from mipsJosh Bleecher Snyder
2017-04-03cmd/compile: automatically handle commuting ops in rewrite rulesKeith Randall
2017-03-29Revert "cmd/compile: automatically handle commuting ops in rewrite rules"Keith Randall
2017-03-29cmd/compile: automatically handle commuting ops in rewrite rulesKeith Randall
2017-03-21cmd/compile,runtime: fix atomic And8 for mipsleVladimir Stefanovic
2017-03-19cmd/compile: add more types to ssa.TypesJosh Bleecher Snyder
2017-03-19cmd/compile: separate ssa.Frontend and ssa.TypeSourceJosh Bleecher Snyder
2017-03-17cmd/compile: evaluate config as needed in rewrite rulesJosh Bleecher Snyder
2017-03-16cmd/compile: intrinsics for math/bits.{Len,LeadingZeros}Keith Randall
2017-03-16cmd/compile: fix MIPS Zero lower ruleCherry Zhang
2017-03-16cmd/compile: use type information in Aux for Store sizeCherry Zhang
2017-03-13cmd/compile/internal/ssa: replace {Defer,Go}Call with StaticCallMatthew Dempsky
2017-03-03cmd/compile/internal/ssa: remove Hmul{8,16}{,u} opsMatthew Dempsky
2017-02-28cmd/compile: emit fused multiply-{add,subtract} instructions on s390xMichael Munday
2017-02-17cmd/compile: move constant divide strength reduction to SSA rulesKeith Randall