3174 Commits (1a17adb7ba41366359964a26a8403b6dbe7b64cb)
 

Author SHA1 Message Date
Ming-Yi Lai 1a17adb7ba Implement syscall readlinkat 3 years ago
Andrew Waterman 2e86ec4b83
Merge pull request #1582 from mylai-mtk/zicfilp-upstream 2 years ago
Andrew Waterman d527f1e4df
Merge pull request #1624 from rbuchner-aril/rbuchner/iss1623 2 years ago
rbuchner a9831b4377 Update vcompress.vm to not write vstart with 0 upon completion 2 years ago
Andrew Waterman 002d2733ce
Merge pull request #1617 from arrv-sc/master 2 years ago
Alexander Romanov 7da36db7c1 workaround to support custom extensions that use standard prefixes 2 years ago
Ming-Yi Lai 677e030594 Zicfilp: Support delegating software check exception handling 3 years ago
Ming-Yi Lai 7b5eba9428 Zicfilp: Preserve expected landing pad state on traps 3 years ago
Ming-Yi Lai 5ca914b13c Zicfilp: Support lpad instruction in disassembler 3 years ago
Ming-Yi Lai 6408a0f61b Zicfilp: Implement lpad insn behavior 3 years ago
Ming-Yi Lai dffd42169b Zicfilp: Check that the next insn is a lpad if ELP is LP_EXPECTED 3 years ago
Ming-Yi Lai b2a867f78e Zicfilp: Add software_check(x) macro to throw a software check exception 3 years ago
Ming-Yi Lai b618c694d6 Zicfilp: Set ELP state when executing indirect jumps 3 years ago
Ming-Yi Lai 194dfb1d5b Zicfilp: Add CSR fields 3 years ago
Ming-Yi Lai 0172240f7e Zicfilp: Add Zicfilp codes to riscv/encoding.h 3 years ago
Ming-Yi Lai 8e56ced020 Zicfilp: Add Zicfilp extension flag 3 years ago
Andrew Waterman 581e0da685
Merge pull request #1619 from riscv-software-src/ubuntu-22.04 2 years ago
Andrew Waterman 5395961fa5 Bump to Ubuntu 22.04 2 years ago
Andrew Waterman 460d3820d0 Explicitly capture "this" in lambdas 2 years ago
Andrew Waterman c820d2b9b4 Don't include subproject headers with -I 2 years ago
Jerry Zhao 567e687b21
Merge pull request #1583 from rbuchner-aril/rbuchner/designated-initializers 2 years ago
Jerry Zhao 8d239ff376
Merge pull request #1615 from liuyu81/master 2 years ago
LIU Yu 4587ace514 Fix help message to document `--device=<name>,<args>` usage by #1522 2 years ago
Andrew Waterman a22119e562
Merge pull request #1611 from KatCe/patch-1 3 years ago
Andrew Waterman 690298d792
Merge pull request #1602 from YenHaoChen/pr-c_lui 3 years ago
Katharina 954e9e20cf
Update README.md 3 years ago
Andrew Waterman 066a3c1fb0
Merge pull request #1610 from YenHaoChen/pr-wfi 3 years ago
YenHaoChen 4a2b38ffcf Raise illegal instruction instead of virtual instruction on WFI when TW=1 in VU-mode 3 years ago
YenHaoChen d16f8b06dd Fix c.mop.N decoding 3 years ago
Andrew Waterman 8b4fffe23c
Merge pull request #1601 from riscv-software-src/ns16550-address-space-size 3 years ago
Andrew Waterman b08054f734 Reduce NS16550 address space size to one page 3 years ago
Andrew Waterman 3a53c80ade
Merge pull request #1591 from YenHaoChen/pr-sstc-stce 3 years ago
Andrew Waterman d4726e1cf5
Merge pull request #1590 from YenHaoChen/pr-hvip 3 years ago
YenHaoChen 20a7354148 Fix hvip.VSEIP and hvip.VSTIP, so they don't observe platform-specific interrupts or CSR hgeip bits 3 years ago
YenHaoChen 928743b105 Teach Sstc to respect xenvcfg.STCE 3 years ago
Andrew Waterman c5092d5d59
Merge pull request #1592 from YenHaoChen/patch-1 3 years ago
YenHaoChen 6903ff698d Update trigger description in README.md 3 years ago
rbuchner a39c2387b7 Use designated initiallizers to construct xlate_flags_t objects 3 years ago
rbuchner f970cc3f52 Compile with C++2a 3 years ago
Andrew Waterman 7c890632ec
Merge pull request #1584 from riscv-software-src/debug-tests-ubuntu-20.04 3 years ago
Andrew Waterman 1d97ca290c Use Ubuntu 20.04 for debug tests 3 years ago
Andrew Waterman b3ea08457b
Merge pull request #1573 from h-cheng/delete_vstart_write 3 years ago
Hong Cheng 9e0d9d6d1f vcpop.m, vfirst.m: delete unnecessary VSTART write. 3 years ago
Jerry Zhao 99a447247a
Merge pull request #1551 from YenHaoChen/pr-shfli 3 years ago
Jerry Zhao 5e9eccec75
Merge pull request #1315 from endeneer/cpus-cpu-map 3 years ago
Andrew Waterman f490ef0e9f
Merge pull request #1564 from demin-han/master 3 years ago
Andrew Waterman b35d5757e5
Merge pull request #1345 from scottj97/fix-1340 3 years ago
Scott Johnson 69ff70fccd
Fix vectored VS-level interrupts 3 years ago
Scott Johnson 073510dbd4
Introduce adjusted_cause which I will reuse next 3 years ago
Scott Johnson 7ed22f01fc
Introduce interrupt_bit which I will reuse next 3 years ago