public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH 0/2] fix RISC-V zcmp popretz [PR113715]
@ 2024-06-05  1:50 Fei Gao
  2024-06-05  1:50 ` [PATCH 1/2] target hooks: allow post processing after epilogue inserted Fei Gao
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Fei Gao @ 2024-06-05  1:50 UTC (permalink / raw)
  To: gcc-patches; +Cc: kito.cheng, palmer, jeffreyalaw, gaofei

The 1st patch adds a hook to allow post processing after epilogue inserted.
The 2nd one implement the RISC-V hook to solve PR113715.

Fei Gao (2):
  target hooks: allow post processing after epilogue inserted.
  [RISC-V]: fix zcmp popretz [PR113715].

 gcc/config/riscv/riscv.cc                   | 191 ++++++++++++++------
 gcc/doc/tm.texi                             |   5 +
 gcc/doc/tm.texi.in                          |   2 +
 gcc/function.cc                             |   2 +
 gcc/hooks.cc                                |   7 +
 gcc/hooks.h                                 |   1 +
 gcc/target.def                              |   8 +
 gcc/testsuite/gcc.target/riscv/rv32i_zcmp.c |  56 ++++++
 8 files changed, 219 insertions(+), 53 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2024-06-28 10:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-05  1:50 [PATCH 0/2] fix RISC-V zcmp popretz [PR113715] Fei Gao
2024-06-05  1:50 ` [PATCH 1/2] target hooks: allow post processing after epilogue inserted Fei Gao
2024-06-05  1:50 ` [PATCH 2/2] [RISC-V]: fix zcmp popretz [PR113715] Fei Gao
2024-06-05  6:36 ` [PATCH 0/2] fix RISC-V " Kito Cheng
2024-06-05  7:47   ` Fei Gao
2024-06-05 13:58     ` Jeff Law
2024-06-06  2:42       ` Fei Gao
2024-06-08 20:36         ` Jeff Law
2024-06-28 10:46           ` Fei Gao
2024-06-05 13:51   ` Jeff Law

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).