History log of /llvm-project/llvm/test/CodeGen/RISCV/features-info.ll (Results 1 – 2 of 2)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-21-init, llvmorg-19.1.7
# 2fae5bde 03-Jan-2025 Shao-Ce SUN <sunshaoce@outlook.com>

[RISCV] Add support of Sdext,Sdtrig extentions (#120936)

`Sdext` and `Sdtrig` are RISC-V extensions related to debugging.

The full specification can be found at

https://github.com/riscv/riscv-

[RISCV] Add support of Sdext,Sdtrig extentions (#120936)

`Sdext` and `Sdtrig` are RISC-V extensions related to debugging.

The full specification can be found at

https://github.com/riscv/riscv-debug-spec/releases/download/1.0.0-rc4/riscv-debug-specification.pdf

show more ...


Revision tags: llvmorg-19.1.6
# d280a9c5 16-Dec-2024 Shao-Ce SUN <sunshaoce@outlook.com>

[NFC] [RISCV] Refactor class RISCVExtension (#120040)

I think typo can be avoided by reducing the number of times we re-enter
the extension name.