public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] opcodes: LoongArch: Cleanups to jumps
@ 2022-07-27 11:07 WANG Xuerui
  2022-07-27 11:07 ` [PATCH 1/2] opcodes: LoongArch: make all non-native jumps desugar to canonical b{lt/ge}[u] forms WANG Xuerui
  2022-07-27 11:07 ` [PATCH 2/2] opcodes: LoongArch: add "ret" instruction to reduce typing WANG Xuerui
  0 siblings, 2 replies; 10+ messages in thread
From: WANG Xuerui @ 2022-07-27 11:07 UTC (permalink / raw)
  To: binutils; +Cc: Chenghua Xu, Zhensong Liu, Xi Ruoyao, WANG Xuerui

From: WANG Xuerui <git@xen0n.name>

Hi,

This is a resend of the previous series at [1], but without the more
controversial parts for getting at least something done.

As for the controversy over "ret" [2]: how do we teach users about this?
We don't even have written documentation about the other pseudo-insns at
present. However I chose to include this change after all, after seeing
the just upstreamed glibc port adopting it downstream. If anything, you
(Loongson maintainers) could pick the first patch only, and let the
discussion over "ret" continue.

[1]: https://sourceware.org/pipermail/binutils/2021-October/118261.html
[2]: https://sourceware.org/pipermail/binutils/2021-November/118534.html

WANG Xuerui (2):
  opcodes: LoongArch: make all non-native jumps desugar to canonical
    b{lt/ge}[u] forms
  opcodes: LoongArch: add "ret" instruction to reduce typing

 opcodes/loongarch-opc.c | 32 +++++++++++++-------------------
 1 file changed, 13 insertions(+), 19 deletions(-)

-- 
2.35.1


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-08-01  3:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-27 11:07 [PATCH 0/2] opcodes: LoongArch: Cleanups to jumps WANG Xuerui
2022-07-27 11:07 ` [PATCH 1/2] opcodes: LoongArch: make all non-native jumps desugar to canonical b{lt/ge}[u] forms WANG Xuerui
2022-07-29  1:18   ` liuzhensong
2022-07-29  9:42     ` WANG Xuerui
2022-07-29 10:02       ` liuzhensong
2022-07-29 10:06         ` WANG Xuerui
2022-08-01  3:43   ` liuzhensong
2022-07-27 11:07 ` [PATCH 2/2] opcodes: LoongArch: add "ret" instruction to reduce typing WANG Xuerui
2022-07-27 13:26   ` Xi Ruoyao
2022-07-29 10:09     ` WANG Xuerui

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).