aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile/internal/mips64
AgeCommit message (Expand)Author
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-03-06cmd/internal/obj: remove AUSEFIELD pseudo-opMatthew Dempsky
2017-03-03cmd/compile: pack bool fields in Node, Name, Func and Type structs to bitsetsAliaksandr Valialkin
2017-02-07cmd/internal/obj: remove ATYPEMatthew 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-27cmd/compile: enable DUFFZERO in defframe on MIPS64Cherry Zhang
2016-10-04cmd/compile: layout stack frame during SSAMatthew Dempsky
2016-09-29cmd/compile: make Afunclit the default/only behavior for NaddrMatthew Dempsky
2016-09-21cmd/compile: simplify obj.ProgInfo and extract from obj.ProgMatthew Dempsky
2016-09-17cmd/internal/obj: remove ACHECKNILMatthew Dempsky
2016-09-16cmd/compile: remove Arch.REGCTXTMatthew Dempsky
2016-09-16cmd/compile: change goarch.Main into goarch.InitMatthew Dempsky
2016-09-16cmd/compile: reorganize SSA register numberingKeith Randall
2016-09-16cmd/compile: remove BetypeinitMatthew Dempsky
2016-09-16cmd/compile: remove traces of old register allocatorMatthew Dempsky
2016-09-15cmd/compile: remove ginsJosh Bleecher Snyder
2016-09-15cmd/compile: deduplicate appendpp functionsMatthew Dempsky
2016-09-15cmd/compile: eliminate differences in appendpp functionsMatthew Dempsky
2016-09-15cmd/compile: delete lots of the legacy backendKeith 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-12cmd/compile: rewrite %1v and %2v formats to %S and %L (short and long)Robert Griesemer
2016-09-09cmd: use obj.GOOS, obj.GOARCH, etcDavid Crawshaw
2016-09-08cmd/compile: implement fmt.Formatter for *Node formats %s, %vRobert Griesemer
2016-09-08cmd/compile: implement fmt.Formatter for *Type formats %s, %vRobert Griesemer
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-30cmd/compile, runtime, etc: get rid of constant FP registersCherry Zhang
2016-08-29all: fix obsolete inferno-os linksEmmanuel Odeke
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
2016-08-16cmd/internal/obj: convert Aconv to a stringerMichael Pratt
2016-05-06cmd/compile/internal/mips64: fix large uint -> float conversionCherry Zhang
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2016-05-01cmd/internal/obj/mips et al.: introduce SB register on mips64xCherry Zhang
2016-04-27cmd/compile/internal: unexport gc.OconvDave Cheney
2016-04-07cmd: add new common architecture representationMatthew Dempsky
2016-04-01cmd/compile: rename Node.Int to Node.Int64Josh Bleecher Snyder
2016-03-30cmd/compile: use t.IsFoo() instead of Isfoo[t.Etype]Matthew Dempsky