aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/mips/asm0.go
AgeCommit message (Expand)Author
2016-11-08cmd/internal/obj/mips: add support for GOARCH=mips{,le}Vladimir Stefanovic
2016-10-19cmd/link, cmd/internal/obj: stop exporting various namesIan Lance Taylor
2016-08-25cmd/link/internal, cmd/internal/obj: introduce ctxt.LogfDave Cheney
2016-08-16cmd/internal/obj: convert Aconv to a stringerMichael Pratt
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2016-05-01cmd/internal/obj/mips, cmd/link: add support TLS relocation for mips64xCherry Zhang
2016-05-01cmd/internal/obj/mips et al.: introduce SB register on mips64xCherry Zhang
2016-04-15cmd: remove unnecessary type conversionsMatthew Dempsky
2016-04-12cmd: replace x[i:][0] expressions with x[i]Matthew Dempsky
2016-04-09cmd: remove unused codeDave Cheney
2016-03-16cmd/internal/obj: convert Symgrow to a methodJosh Bleecher Snyder
2016-03-16cmd/internal/obj: remove LSym.ValueJosh Bleecher Snyder
2016-03-08cmd/internal/obj: more Optab range simplificationMatthew Dempsky
2016-03-08cmd/internal/obj: add As type for assembly opcodesMatthew Dempsky
2016-03-08cmd/internal/obj: stop using as+ALAST as an opcodeMatthew Dempsky
2016-03-07cmd/internal/obj/mips: add ALUI constMatthew Dempsky
2015-12-09cmd/compile, cmd/internal/obj: ignore AUSEFIELDIan Lance Taylor
2015-11-12cmd/internal/obj/mips: added support for GOARCH=mips64{,le}Yao Zhang
2015-10-08cmd/internal/obj, cmd/link, runtime: lots of TLS cleanupMichael Hudson-Doyle
2015-09-08cmd/internal/obj/mips: copy cmd/internal/obj/ppc64Shenghou Ma