aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/mips64/ssa.go
AgeCommit message (Expand)Author
2022-02-07[release-branch.go1.16] cmd/compile: don't elide extension for LoadReg to FP ...Cherry Mui
2019-11-10cmd/compile: enable nil check logging for other architectures.David Chase
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-04-07cmd/compile: remove AUNDEF opcodeKeith Randall
2019-03-18cmd/compile,runtime: provide index information on bounds check failureKeith Randall
2018-12-02all: use "reports whether" consistently instead of "returns whether"Tobias Klauser
2018-05-02cmd/compile: intrinsify runtime.getcallerpc on all link register architecturesWei Xiao
2018-04-20cmd/compile: don't lower OpConvertAustin Clements
2018-04-11cmd/compile: use Block.Likely to put likely branch firstDavid Chase
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-09-19cmd/compile: remove Symbol wrappers from Aux fieldsKeith Randall
2017-08-02cmd/compile: set/unset base register for better assembly printCherry 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-21cmd/compile: experiment which clobbers all dead pointer fieldsKeith Randall
2017-03-22cmd/compile: funnel SSA Prog creation through SSAGenStateJosh Bleecher Snyder
2017-03-17cmd/compile: eliminate direct uses of gc.Thearch in backendsMatthew Dempsky
2017-03-13cmd/compile/internal/gc: refactor ACALL Prog creationMatthew Dempsky
2017-03-13cmd/compile/internal/ssa: replace {Defer,Go}Call with StaticCallMatthew Dempsky
2017-03-07cmd/compile: refactor portable SSA Op handlingMatthew Dempsky
2017-02-06cmd/compile/internal/gc: remove more backend Sym usesMatthew Dempsky
2017-02-06cmd/compile/internal/gc: stop exporting *gc.Sym-typed globalsMatthew Dempsky
2017-02-06cmd/compile/internal/ssa: use obj.LSym instead of gc.SymMatthew Dempsky
2016-12-08[dev.inline] cmd/compile/internal/ssa: rename various fields from Line to PosRobert Griesemer
2016-12-08[dev.inline] cmd/compile: rename various fields from Lineno to PosRobert Griesemer
2016-12-08[dev.inline] cmd/internal/src: make Pos implementation abstractRobert Griesemer
2016-10-04cmd/compile: layout stack frame during SSAMatthew Dempsky
2016-09-16cmd/compile: reorganize SSA register numberingKeith Randall
2016-09-15cmd/compile: redo nil checksKeith Randall
2016-09-14cmd/compile: make ssa compilation unconditionalKeith Randall
2016-09-12cmd/compile: get rid of BlockCallKeith Randall
2016-09-06cmd/compile: remove nil check if followed by storezero on ARM64, MIPS64Cherry Zhang
2016-09-04cmd/compile: refactor out KeepAliveMichael Pratt
2016-08-28cmd/compile: fix load int32 to FP register on big-endian MIPS64Cherry 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