3034 Commits (a2e80e1eba4e554a61784be34d50ce7d573cafdc)
 

Author SHA1 Message Date
Philipp Tomsich 8ab77e8836 Zfa: fix bitpatterns for fli.q (entries 7, 18-25) 3 years ago
Philipp Tomsich 9be9108b47 Zfa: fli.q requires 'Q' not 'D' 3 years ago
Andrew Waterman 8dd8f11510
Merge pull request #1353 from ptomsich/ptomsich/1351-Zfa-fix-NX-fround-family 3 years ago
Philipp Tomsich e25fb13bcd Zfa: fix NX handling for the fround/froundnx family 3 years ago
Andrew Waterman fcbdbe7946
Merge pull request #1316 from YenHaoChen/pr-native-triggers 3 years ago
YenHaoChen 83c19daaf2 triggers: native triggers (action=0) should prevent causing a breakpoint exception while already in a trap handler 3 years ago
Andrew Waterman 87e0a1f86e
Merge pull request #1281 from jiegec/plic-pending 3 years ago
Andrew Waterman 19a7f343af
Merge pull request #1333 from poemonsense/fix-syscall-close 3 years ago
Parshintsev Anatoly 6023896b0a fixup sb_write/sb_read to handle exceptions properly 3 years ago
Andrew Waterman 7e82fd7d19
Merge pull request #1320 from riscv-software-src/clear_wfi 3 years ago
Jerry Zhao 79f1eed678 Add clear in_wfi interface to proc_t 3 years ago
Yinan Xu 5afa62e541 Close file descriptors in destructor of syscall_t 3 years ago
Andrew Waterman 0835bd7729
Merge pull request #1332 from riscv-software-src/fix-1326 3 years ago
Andrew Waterman 64dfca6bec Partially revert #1326 3 years ago
Andrew Waterman 3f7937e25a
Merge pull request #1326 from riscv-software-src/fix-1325 3 years ago
Andrew Waterman 808fa1cab1 Avoid declaring potentially out-of-bounds references in vmfeq etc. 3 years ago
Andrew Waterman 1c2d53a3fc
Merge pull request #1322 from plctlab/plct-vector-fix 3 years ago
Weiwei Li 396910b869 Rename parameters for VI_VFP_NCVT* macros to be consistent with the 3 years ago
Weiwei Li 6f0fb68d58 Fix comments error in vfncvt_*_w.h 3 years ago
Weiwei Li b82d97a011 Remove unused parameter for macro in v_ext_macro.h 3 years ago
Jerry Zhao 887d02e421
Merge pull request #1317 from riscv-software-src/fesvrdebug 3 years ago
Jerry Zhao 7470633c42 Make some dtm_t interfaces protected 3 years ago
Jerry Zhao cf5d11c987 Unify fesvr/debug_defines.h and riscv/debug_defines.h 3 years ago
Jerry Zhao 2e07ac8d71 Add debug_defines.h to list of installed headers 3 years ago
Andrew Waterman 0b52bb6255
Merge pull request #1311 from YenHaoChen/pr-show-d-mode 3 years ago
YenHaoChen 0b266f2a51 explicitly show D(-mode) instead of M(-mode) when in debug mode 3 years ago
Jiajie Chen 960755b192 Implement pending bits for plic 3 years ago
Andrew Waterman eb75ab37a1
Merge pull request #1307 from Jakub-Palider/master-stats-always 3 years ago
Andrew Waterman 7f4c6eb469
Merge pull request #1306 from Jakub-Palider/master-override-cache-name 3 years ago
Andrew Waterman 09f29dbc54
Merge pull request #1305 from Jakub-Palider/master-cache-stats 3 years ago
Scott Johnson 035cc8e98d
Merge pull request #1263 from scottj97/icount-trigger 3 years ago
Scott Johnson 710117a997
Decrement icount trigger count on external interrupt 3 years ago
Scott Johnson 805d71705c
Don't waste time checking icount when unnecessary 3 years ago
Scott Johnson e4325fda27
Initialize all fields of icount_t 3 years ago
Scott Johnson dc109aeb94
Merge pull request #1299 from ptomsich/ptomsich/zfa 3 years ago
Jakub Palider 49362eb1b3 Allow client to override default names of caches 3 years ago
Jakub Palider 96c64bce53 Print cache stats even when no access 3 years ago
Jakub Palider 3dd48fd91c Add cache statistics print on demand 3 years ago
Philipp Tomsich 09140c07e1 Implement Zfa. 3 years ago
Philipp Tomsich f002b931d0 encoding.h: regenerate 3 years ago
Philipp Tomsich 50a48e1517 gitignore: ignore emacs backup files 3 years ago
Andrew Waterman d70ea67df7
Merge pull request #1262 from jolivain/fix_spike_usage_message 3 years ago
Julien Olivain 04dbf0d5be Fix --bootargs default value in spike usage help() function 3 years ago
Jerry Zhao 929ff56a09
Merge pull request #1297 from riscv-software-src/zicntr_zihpm 3 years ago
Jerry Zhao 9641cf5b5a Stop unconditionally adding zicntr_zihpm to extensions 3 years ago
Jerry Zhao 41934578a4 Support zihpm && !zicntr 3 years ago
Jerry Zhao f9c78b8e05 Set counteren_mask properly when !(zihpm && zicntr) 3 years ago
Jerry Zhao 384316fb36 Add zicntr_zihpm to DEFAULT_ISA 3 years ago
Jerry Zhao 5e366af773 Update configure/config.h.in 3 years ago
Jerry Zhao a6eb6c2a99
Merge pull request #1294 from riscv-software-src/wfi_accessor 3 years ago