aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/gen/MIPSOps.go
AgeCommit message (Expand)Author
2020-11-16cmd/compile: mask SLL,SRL,SRAconst shift amountAlberto Donizetti
2020-09-16cmd/compile: extend ssa.AuxCall to closure and interface callsDavid Chase
2020-09-16cmd/compile: introduce special ssa Aux type for callsDavid Chase
2020-04-29cmd/compile: mark PanicBounds/Extend as callsAustin Clements
2019-11-07runtime: add async preemption support on MIPS and MIPS64Cherry Zhang
2019-11-07cmd/compile: mark unsafe points for MIPS and MIPS64Cherry Zhang
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-03-18cmd/compile,runtime: provide index information on bounds check failureKeith Randall
2018-05-02cmd/compile: intrinsify runtime.getcallerpc on all link register architecturesWei Xiao
2018-04-20cmd/compile: don't lower OpConvertAustin Clements
2018-03-02cmd/compile/internal/ssa: note zero-width OpsHeschi Kreinick
2018-02-13runtime: buffered write barrier for mipsAustin Clements
2017-10-10cmd/compile: intrinsify runtime.getcallerspCherry Zhang
2017-04-21cmd/compile: experiment which clobbers all dead pointer fieldsKeith Randall
2017-03-14cmd/compile/internal/ssa: populate SymEffects for SSA OpsMatthew Dempsky
2017-03-13cmd/compile/internal/ssa: replace {Defer,Go}Call with StaticCallMatthew Dempsky
2017-02-22cmd/compile: add opcode flag hasSideEffects for do-not-removeDavid Chase
2017-01-07all: fix misspellingsshawnps
2016-11-08cmd/compile/internal/ssa: add support for GOARCH=mips{,le}Vladimir Stefanovic