Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RISC-V CSR output #1690

Merged
merged 2 commits into from
Mar 7, 2021
Merged

RISC-V CSR output #1690

merged 2 commits into from
Mar 7, 2021

Commits on Sep 17, 2020

  1. riscv: Fix printAliasInstr

    We do not want to append the entire string, only the
    single non-argument character.
    
    Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
    rth7680 committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    0bc9bb4 View commit details
    Browse the repository at this point in the history
  2. riscv: Implement printCSRSystemRegister

    While upstream LLVM probably has a tablegen thing for these
    somewhere, the current import doesn't include them.  Take the
    list from riscv-privileged-v1.10.pdf.
    
    Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
    rth7680 committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    cb02424 View commit details
    Browse the repository at this point in the history