aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/gen/MIPS64Ops.go
AgeCommit message (Expand)Author
2021-09-17cmd/compile: restore tail call for method wrappersCherry Mui
2021-08-13all: gofmt more (but vendor, testdata, and top-level test directories)Dmitri Shuralyov
2021-03-02cmd/compile: optimize single-precision floating point square rootfanzha02
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: intrinsics for runtime/internal/atomic.Store8Austin Clements
2019-10-02cmd/compile: allow multiple SSA block control valuesMichael Munday
2019-08-28runtime, cmd/compile: implement and use DUFFCOPY on MIPS64Meng Zhuo
2019-05-03cmd/compile,runtime/internal/atomic: add Load8Austin Clements
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-21cmd/compile: intrinsify math.Sqrt on mips64Alberto Donizetti
2018-02-13runtime: buffered write barrier for mips64Austin Clements
2017-10-10cmd/compile: intrinsify atomics on MIPS64Cherry Zhang
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-01-07all: fix misspellingsshawnps
2016-10-27cmd/compile: make LR allocatable in non-leaf functions on MIPS64Cherry Zhang
2016-10-11cmd/compile: make link register allocatable in non-leaf functionsMichael Munday
2016-09-27cmd/compile: remove duplicate nilchecksKeith Randall
2016-09-15cmd/compile: redo nil checksKeith Randall
2016-09-12cmd/compile: get rid of BlockCallKeith Randall
2016-08-30cmd/compile, runtime, etc: get rid of constant FP registersCherry Zhang
2016-08-26cmd/compile: add MIPS64 optimizations, SSA on by defaultCherry Zhang
2016-08-25cmd/compile: get MIPS64 SSA workingCherry Zhang
2016-08-22cmd/compile: start MIPS64 port of SSA backendCherry Zhang