aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/mips
AgeCommit message (Expand)Author
2016-04-12cmd: replace x[i:][0] expressions with x[i]Matthew Dempsky
2016-04-09cmd: remove unused codeDave Cheney
2016-04-07cmd: add new common architecture representationMatthew Dempsky
2016-04-03all: fix spelling mistakesEric Engestrom
2016-03-30cmd/internal/obj: add copyright header to filesMichael Munday
2016-03-28cmd/internal/obj: convert fields of LSym from uint8 to boolMarvin Stenger
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
2016-02-24all: fix typos and spellingMartin Möhrmann
2016-01-22cmd/internal/obj/mips, cmd/internal/obj: reduce MIPS register spaceShenghou Ma
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