Re: [PATCH 1/4] RISC-V: Add Zicfiss ISA extension.

2024-11-19 Thread Jeff Law
On 11/15/24 3:53 AM, Monk Chiang wrote: This patch is implemented according to the RISC-V CFI specification. It supports the generation of shadow stack instructions in the prologue, epilogue, non-local gotos, and unwinding. RISC-V CFI SPEC: https://github.com/riscv/riscv-cfi gcc/ChangeLog:

[PATCH 1/4] RISC-V: Add Zicfiss ISA extension.

2024-11-15 Thread Monk Chiang
This patch is implemented according to the RISC-V CFI specification. It supports the generation of shadow stack instructions in the prologue, epilogue, non-local gotos, and unwinding. RISC-V CFI SPEC: https://github.com/riscv/riscv-cfi gcc/ChangeLog: * common/config/riscv/riscv-common.cc: