aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/mips/obj0.go
AgeCommit message (Expand)Author
2022-06-29cmd/internal/obj/mips,s390x,riscv: save LR after decrementing SPCherry Mui
2022-04-19cmd/compile,cmd/internal/obj: replace Ctxt.FixedFrameSize method with Arch fieldAustin Clements
2021-12-13cmd/internal/obj: fix tail call in non-zero frame leaf function on MIPS and S...Cherry Mui
2021-11-05cmd/{asm,compile,internal/obj}: add "maymorestack" supportAustin Clements
2021-04-05cmd/internal/obj/mips: simplify huge frame prologueAustin Clements
2021-02-19cmd/asm, cmd/link, runtime: introduce FuncInfo flag bitsRuss Cox
2020-10-16cmd/internal/obj: move LSym.Func into LSym.ExtraRuss Cox
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
2019-11-27cmd/internal/obj: mark split-stack prologue nonpreemptibleCherry Zhang
2019-11-07cmd/internal/obj/mips: mark unsafe pointsCherry Zhang
2019-01-09cmd/dist, cmd/link, runtime: fix stack size when cross-compiling aix/ppc64Clément Chigot
2018-05-22cmd/internal/obj: consolidate emitting entry stack mapAustin Clements
2018-05-02cmd/compile: intrinsify runtime.getcallerpc on all link register architecturesWei Xiao
2018-05-01cmd: remove some unnecessary gotosDaniel Martí
2018-03-15cmd/internal/obj/mips: load/store even float registers firstJames Cowgill
2018-03-09cmd/compile: add DWARF reg defs & fix 32-bit location list bugDavid Chase
2018-02-13cmd/internal/obj/mips: use LR as temporary register in RETCherry Zhang
2018-02-12cmd/internal/obj/mips: support NOFRAMEAustin Clements
2017-05-16cmd/internal/obj/mips: add support of LLV, SCV, NOOP instructionsCherry Zhang
2017-04-20cmd/internal/obj: eliminate LSym.VersionJosh Bleecher Snyder
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-12cmd/internal/obj: stop storing Text flags in From3Josh Bleecher Snyder
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/internal/obj: unify creation of numeric literal symsJosh Bleecher Snyder
2017-04-06cmd/internal/obj: remove LinklookupJosh Bleecher Snyder
2017-04-06cmd/compile: teach assemblers to accept a Prog allocatorJosh Bleecher Snyder
2017-03-29cmd/internal/obj: make morestack cutoff the same on all architecturesMichael Munday
2017-03-22cmd/internal/obj: eliminate Ctxt.ModeJosh Bleecher Snyder
2017-03-20cmd/internal/obj: convert Debug* Link fields into boolsJosh Bleecher Snyder
2017-02-07cmd/internal/obj: remove Follow passCherry Zhang
2017-02-01all: merge dev.inline into masterRuss Cox
2016-12-12cmd/internal/obj/mips: replace MOVD with MOVF on 32-bit to avoid unaligned me...Shenghou Ma
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-28cmd/internal/obj/mips: materialize float constant 0 from zero registerCherry Zhang
2016-10-25cmd/internal/obj: Use bitfield for LSym attributesshaharko
2016-10-24cmd/internal/obj/mips: store LR before update SP in function prologueCherry Zhang
2016-08-25cmd/compile: get MIPS64 SSA workingCherry Zhang
2016-08-25cmd/link/internal, cmd/internal/obj: introduce ctxt.LogfDave Cheney
2016-08-25cmd/internal/*: only call ctx.Bso.Flush when something has been writtenDave Cheney
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2016-04-07cmd: add new common architecture representationMatthew Dempsky
2016-04-03all: fix spelling mistakesEric Engestrom