aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-28debug: Halted harts can also be unavailable.Tim Newsome1-5/+5
2023-09-27Merge pull request #1471 from mehnadnerd/patch-1Andrew Waterman1-19/+27
2023-09-26Change disasm for vset{i}vli with reserved vtypes to display the reserved bitsBrendan Sweeney1-19/+27
2023-09-13Merge pull request #1458 from YenHaoChen/pr-multiple-icountAndrew Waterman2-7/+18
2023-09-13triggers: fix: not decrease icount.count on firing other icount with action=d...YenHaoChen1-2/+3
2023-09-13triggers: refactor: icount: breakdown detect_icount_match() into detect_icoun...YenHaoChen2-7/+17
2023-09-01Merge pull request #1453 from riscv-software-src/attempt-to-fix-mac-ciAndrew Waterman1-1/+1
2023-09-01Attempt to fix Mac OS CIAndrew Waterman1-1/+1
2023-09-01Merge branch 'viktoryou-master'Andrew Waterman1-3/+3
2023-09-01fix condition of executing cbo.inval as a flush operationviktoryou1-3/+3
2023-08-25Merge pull request #1446 from chihminchao/bf16-nanboxed-accessAndrew Waterman1-1/+6
2023-08-25bf16: handle invalid Nan-boxed accessingChih-Min Chao1-1/+6
2023-08-23Merge pull request #1434 from dansmathers/masterAndrew Waterman1-8/+42
2023-08-16Merge pull request #1438 from liuyu81/masterAndrew Waterman1-0/+2
2023-08-16Merge pull request #1439 from MarkLai0317/fix-include-errorAndrew Waterman1-0/+1
2023-08-16Include cerrno in fesvr/elfloader.ccMark Lai1-0/+1
2023-08-16Install header files fdt.h and libfdt_env.h as needed by libfdt.hLIU Yu1-0/+2
2023-08-14Merge pull request #1436 from ved-rivos/hade_to_adueAndrew Waterman4-14/+14
2023-08-14rename *envcfg.HADE to *envcfg.ADUEVed Shanbhogue4-14/+14
2023-08-03Merge pull request #1 from dansmathers/dansmathers-patch-1Dan Smathers1-8/+42
2023-08-03update set_msw/clear_msw/set_mtimer/clear_mtimerDan Smathers1-8/+42
2023-07-26Merge pull request #1427 from YenHaoChen/pr-textra-sbytemaskAndrew Waterman1-1/+1
2023-07-26Merge pull request #1381 from rivosinc/smcntrpmf_featureAndrew Waterman8-24/+136
2023-07-26Add Smcntrpmf functionalityAtul Khare5-7/+88
2023-07-26Add prv_changed / v_changed fields to stateAtul Khare3-0/+8
2023-07-26Regenerate encoding.hAtul Khare1-17/+40
2023-07-26triggers: fix textra.sbytemaskYenHaoChen1-1/+1
2023-07-25Merge pull request #1383 from rivosinc/sscrind_featureAndrew Waterman6-1/+167
2023-07-25Merge pull request #1416 from YenHaoChen/pr-xenvcfg-cbieScott Johnson3-5/+25
2023-07-25legalize henvcfg.CBIEYenHaoChen2-2/+2
2023-07-25legalize senvcfg.CBIEYenHaoChen2-2/+2
2023-07-25legalize menvcfg.CBIEYenHaoChen3-1/+21
2023-07-20Merge pull request #1422 from mbgg/fix-prefix-warningAndrew Waterman1-1/+1
2023-07-20Merge pull request #1415 from michalt/memt-virtualJerry Zhao7-18/+29
2023-07-20Fix compilation warning in riscv/execute.ccMatthias Brugger1-1/+1
2023-07-20Introduce `abstract_mem_t` to allow custom implementationsMichal Terepeta7-18/+29
2023-07-19Add Smcsrind/Sscsrind supportAtul Khare3-0/+130
2023-07-19Rengenerate encoding.hAtul Khare1-1/+31
2023-07-19Add Smcsrind/Sscsrind extensionsAtul Khare2-0/+6
2023-07-19Merge pull request #1413 from YenHaoChen/pr-mcontrol-cbo-zero-tvalAndrew Waterman2-5/+13
2023-07-19mcontrol/mcontrol6 triggers on cbo.flush/cleanYenHaoChen1-0/+3
2023-07-18Merge pull request #1419 from poemonsense/fix-fetch-orderAndrew Waterman1-3/+3
2023-07-18mmu: fetch instruction bytes in ascending orderYinan Xu1-3/+3
2023-07-13fix mcontrol's tval on cbo_zeroYenHaoChen1-1/+3
2023-07-13refactor: mcontrol/mcontrol6: extend check_triggers() with tval parameterYenHaoChen2-4/+7
2023-07-12Merge pull request #1409 from riscv-software-src/ext-symbolsJerry Zhao7-17/+13
2023-07-11build: Force inclusion of all symbols from extension.o in spike-mainJerry Zhao1-0/+4
2023-07-11build: Support project-defined LDFLAGSJerry Zhao1-3/+3
2023-07-11Remove dependency of isa_parser_t on extension_tJerry Zhao3-13/+5
2023-07-11Move isa_parser_t to libdisasm out of libriscvJerry Zhao3-1/+1