aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/ssa/rewriteMIPS64.go
AgeCommit message (Expand)Author
2017-10-10cmd/compile: intrinsify runtime.getcallerspCherry Zhang
2017-08-31cmd/compile: remove redundant constant shift rulesCherry Zhang
2017-08-15cmd/compile: add support for arm64 bit-test instructionsphilhofer
2017-05-16cmd/compile: eliminate some bounds checks from generated rewrite rulesJosh Bleecher Snyder
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: break up large value rewrite functionsJosh Bleecher Snyder
2017-04-21cmd/compile: stop generating block successor vars in rewrite rulesJosh Bleecher Snyder
2017-04-19cmd/internal/objabi: extract shared functionality from objMatthew Dempsky
2017-04-03cmd/compile: automatically handle commuting ops in rewrite rulesKeith Randall
2017-04-03cmd/compile/internal/ssa: use recently agreed upon generated code headerBrad Fitzpatrick
2017-03-31cmd/compile/internal: Optimization with RBIT and REVBen Shi
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-19cmd/compile: separate ssa.Frontend and ssa.TypeSourceJosh Bleecher Snyder
2017-03-17cmd/compile: move Frontend field from ssa.Config to ssa.FuncJosh Bleecher Snyder
2017-03-17cmd/compile: evaluate config as needed in rewrite rulesJosh Bleecher Snyder
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
2017-02-02cmd/compile: better implementation of SlicemaskKeith Randall
2016-12-08[dev.inline] cmd/compile/internal/ssa: rename various fields from Line to PosRobert Griesemer
2016-10-27cmd/compile: use masks instead of branches for slicingKeith Randall
2016-08-30cmd/compile: remove Zero and NilCheck for newobjectCherry 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