aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/mips
AgeCommit message (Expand)Author
2026-03-07cmd/internal/obj: fix indirect tail call codeKeith Randall
2025-10-21all: eliminate unnecessary type conversionsJes Cok
2025-10-08cmd/internal/obj: fix Link.Diag printf errorsAlan Donovan
2025-07-24cmd/internal/obj: rip out argp adjustment for wrapper framesKeith Randall
2025-05-05Revert "cmd/compile: allow all of the preamble to be preemptible"Keith Randall
2025-04-25cmd/compile: allow all of the preamble to be preemptibleKeith Randall
2024-11-13cmd/internal/obj: add tool to generate Cnames stringchenguoqi
2024-11-07cmd/internal/obj: replace obj.Addrel func with LSym.AddRel methodRuss Cox
2024-09-03cmd: replace many sort.Interface with slices.Sort and SortFuncZxilly
2024-04-16cmd,crypto/elliptic: fix typos in commentsapocelipes
2023-10-03cmd: fix mismatched symbolscui fliter
2023-08-08cmd/internal/obj/mips: add SEB/SEH instructionsJunxian Zhu
2023-08-03cmd/internal/obj/mips: add WSBH/DSBH/DSHD instructionsJunxian Zhu
2023-07-31cmd/internal/obj/mips: use more appropriate register types for OP_FRRR/OP_SRRJoel Sing
2023-07-31cmd/internal/obj/mips: use more appropriate register types for OP_IRRJoel Sing
2023-07-31cmd/internal/obj/mips: use more appropriate register types for OP_RRRJoel Sing
2023-07-31cmd/internal/obj/mips: use obj.REG_NONE rather than 0Joel Sing
2023-04-21internal/abi, runtime, cmd: merge StackSmall, StackBig consts into internal/abiAustin Clements
2023-04-21internal/abi, runtime, cmd: merge funcFlag_* consts into internal/abiAustin Clements
2023-04-20Revert "internal/abi, runtime, cmd: merge StackSmall, StackBig consts into in...Austin Clements
2023-04-20internal/abi, runtime, cmd: merge StackSmall, StackBig consts into internal/abiAustin Clements
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-03-16cmd/asm: add rotr/drotr for mips64Meng Zhuo
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
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-27cmd/internal/obj: mark split-stack prologue nonpreemptibleCherry Zhang
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
2019-01-09cmd/dist, cmd/link, runtime: fix stack size when cross-compiling aix/ppc64Clément Chigot
2018-07-03cmd/internal/obj: follow convention for generated code commentTobias Klauser
2018-05-22cmd/internal/obj: consolidate emitting entry stack mapAustin Clements
2018-05-02cmd/compile: intrinsify runtime.getcallerpc on all link register architecturesWei Xiao