summaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/mips
Commit message (Expand)AuthorAgeFilesLines
* [dev.inline] cmd/internal/obj: rename Prog.Lineno to Prog.PosDavid Lazar2016-12-092-9/+9
* cmd/internal/obj/mips: add support for GOARCH=mips{,le}Vladimir Stefanovic2016-11-085-343/+575
* cmd/internal/obj/mips: materialize float constant 0 from zero registerCherry Zhang2016-10-281-0/+12
* cmd/internal/obj: Use bitfield for LSym attributesshaharko2016-10-251-3/+3
* cmd/internal/obj/mips: store LR before update SP in function prologueCherry Zhang2016-10-241-10/+15
* cmd/link, cmd/internal/obj: stop exporting various namesIan Lance Taylor2016-10-191-2/+2
* cmd/compile, runtime, etc: get rid of constant FP registersCherry Zhang2016-08-301-16/+12
* cmd/compile: get MIPS64 SSA workingCherry Zhang2016-08-251-27/+23
* cmd/link/internal, cmd/internal/obj: introduce ctxt.LogfDave Cheney2016-08-252-5/+3
* cmd/internal/*: only call ctx.Bso.Flush when something has been writtenDave Cheney2016-08-251-1/+1
* cmd/internal/obj: convert Aconv to a stringerMichael Pratt2016-08-161-6/+6
* all: make copyright headers consistent with one space after periodEmmanuel Odeke2016-05-024-4/+4
* cmd/internal/obj/mips, cmd/link: add support TLS relocation for mips64xCherry Zhang2016-05-013-0/+56
* cmd/internal/obj/mips et al.: introduce SB register on mips64xCherry Zhang2016-05-011-100/+114
* cmd/asm, cmd/internal/obj/mips: add an alias of RSB on mips64xCherry Zhang2016-05-012-1/+5
* cmd/internal/obj/mips, runtime: change REGTMP to R23Cherry Zhang2016-05-011-1/+1
* cmd: remove unnecessary type conversionsMatthew Dempsky2016-04-151-1/+1
* cmd: replace x[i:][0] expressions with x[i]Matthew Dempsky2016-04-121-1/+1
* cmd: remove unused codeDave Cheney2016-04-091-4/+0
* cmd: add new common architecture representationMatthew Dempsky2016-04-071-16/+6
* all: fix spelling mistakesEric Engestrom2016-04-031-3/+3
* cmd/internal/obj: add copyright header to filesMichael Munday2016-03-301-0/+4
* cmd/internal/obj: convert fields of LSym from uint8 to boolMarvin Stenger2016-03-281-3/+3
* cmd/internal/obj: convert Symgrow to a methodJosh Bleecher Snyder2016-03-161-1/+1
* cmd/internal/obj: remove LSym.ValueJosh Bleecher Snyder2016-03-161-2/+2
* cmd/internal/obj: more Optab range simplificationMatthew Dempsky2016-03-081-31/+18
* cmd/internal/obj: add As type for assembly opcodesMatthew Dempsky2016-03-082-35/+33
* cmd/internal/obj: stop using as+ALAST as an opcodeMatthew Dempsky2016-03-081-39/+39
* cmd/internal/obj/mips: add ALUI constMatthew Dempsky2016-03-073-13/+15
* all: fix typos and spellingMartin Möhrmann2016-02-241-1/+1
* cmd/internal/obj/mips, cmd/internal/obj: reduce MIPS register spaceShenghou Ma2016-01-222-3/+5
* cmd/compile, cmd/internal/obj: ignore AUSEFIELDIan Lance Taylor2015-12-091-2/+2
* cmd/internal/obj/mips: added support for GOARCH=mips64{,le}Yao Zhang2015-11-126-3504/+2150
* cmd/internal/obj, cmd/link, runtime: lots of TLS cleanupMichael Hudson-Doyle2015-10-081-3/+0
* cmd/internal/obj/mips: copy cmd/internal/obj/ppc64Shenghou Ma2015-09-086-0/+5191