aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/mips/asm0.go
AgeCommit message (Expand)Author
2020-08-31cmd/compile,cmd/asm: simplify recording of branch targets, take 2Keith Randall
2020-08-28Revert "cmd/compile,cmd/asm: simplify recording of branch targets"Keith Randall
2020-08-27cmd/compile,cmd/asm: simplify recording of branch targetsKeith Randall
2020-08-20cmd/internal/obj: stop removing NOPs from instruction streamKeith Randall
2020-05-06cmd/internal/obj/mips: mark restartable sequencesCherry Zhang
2020-05-06cmd/internal/obj, runtime: preempt & restart some instruction sequencesCherry Zhang
2020-04-03cmd/internal/obj/mips: don't emit spurious CALLIND relocationsCherry Zhang
2020-03-13cmd/asm, cmd/compile, runtime: add -spectre=ret modeRuss Cox
2020-03-04cmd/asm: add MIPS MSA LD/ST/LDI support for mips64xMeng Zhuo
2019-11-07cmd/internal/obj/mips: mark unsafe pointsCherry Zhang
2019-11-05cmd/internal/obj/mips: add a flag field to OptabCherry Zhang
2019-10-29cmd/internal/obj/mips: fix encoding of FCR registersCherry Zhang
2019-05-05all: remove commented-out print statementsIskander Sharipov
2019-03-23cmd/internal/obj/mips: add MADD/MSUBBen Shi
2019-03-05cmd/compile: fix mips64 instruction UNPREDICTABLE bughengwu0
2019-03-03cmd/internal/obj/mips: use r instead of p.Reg in call to OP_IRRLeon Klingele
2018-05-01cmd: remove some unnecessary gotosDaniel Martí
2018-04-06cmd: some semi-automated cleanupsDaniel Martí
2018-02-14cmd/internal/obj/mips: support NEG, avoid crash with illegal instructionCherry Zhang
2017-10-11cmd/compile: abort earlier if stack frame too largeKeith Randall
2017-08-02cmd/compile: set/unset base register for better assembly printCherry Zhang
2017-05-16cmd/internal/obj/mips: add support of LLV, SCV, NOOP instructionsCherry Zhang
2017-04-28cmd/internal: remove SymKind values that are only checked for, never setMichael Hudson-Doyle
2017-04-19cmd/internal/objabi: extract shared functionality from objMatthew Dempsky
2017-04-18cmd/internal/obj: un-embed FuncInfo field in LSymMatthew Dempsky
2017-04-11cmd/internal/obj/mips: make assembler almost concurrency-safeJosh Bleecher Snyder
2017-04-10cmd/internal/obj: rename some local variables not cJosh Bleecher Snyder
2017-04-07cmd/internal/obj: remove timing prints from assemblersJosh Bleecher Snyder
2017-04-07cmd/internal/obj: eagerly initialize assemblersJosh Bleecher Snyder
2017-04-06cmd/compile: teach assemblers to accept a Prog allocatorJosh Bleecher Snyder
2017-03-27cmd/internal/obj: eliminate CurpJosh Bleecher Snyder
2017-03-23cmd/internal/obj/mips: standardize on sys.MIPS and sys.MIPS64 constantsDave Cheney
2017-03-22cmd/internal/obj: eliminate Ctxt.ModeJosh Bleecher Snyder
2017-03-20cmd/internal/obj: convert Debug* Link fields into boolsJosh Bleecher Snyder
2017-03-06cmd/internal/obj: remove AUSEFIELD pseudo-opMatthew Dempsky
2016-12-09[dev.inline] cmd/internal/obj: rename Prog.Lineno to Prog.PosDavid Lazar
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