1186 Commits (a346ad57a2144f3af0759605c9268711c8bd670b)
 

Author SHA1 Message Date
Andrew Waterman a346ad57a2 Fix debug segfault by partially reverting #409 6 years ago
Andrew Waterman 1ff8764fa0
Merge pull request #433 from chihminchao/rvv-fix-2020-03-27 6 years ago
Rupert Swarbrick bf296ca064
Write execution logs to a named log file (#409) 6 years ago
Chih-Min Chao 7760d6d68b rvv: fix int_max/min value calculation 6 years ago
Chih-Min Chao 425e39b009 rvv: fix vssra.vi e64 corner case 6 years ago
Chih-Min Chao 8977224a42 rvv: check vlen == slen 6 years ago
Chih-Min Chao a91e62f6c1 rvv: fix vmv reg checking failure 6 years ago
綺麗な賢狼ホロ 66b44bfbed
Allow PATH lookup for executing dtc (#432) 6 years ago
Andrew Waterman c9f2f4a8e8
Merge pull request #425 from chihminchao/rvv-fix-2020-03-17 6 years ago
Chih-Min Chao 5a208b28a2 rvv: restrict segment load register rule 6 years ago
Chih-Min Chao f9fbe22053 rvv: fix WARL behavior for vxsat and vxrm 6 years ago
Chih-Min Chao 570ed5c37b rvv: fix vdiv corner case 6 years ago
Chih-Min Chao 8663f6494e rvv: sf: handle signaling NaN for fmax/fmin 6 years ago
Chih-Min Chao 7bdc7c2017 commitlog: fix wrong dump when exception occurs 6 years ago
Andrew Waterman b4add16f49 Don't acquire load reservation in the event of a fault 6 years ago
Joel Sherrill ff7d6954ab
Fix hard-coded path to DTC that breaks packaging (#428) 6 years ago
Andrew Waterman 59a9277ac1 ebreak should write mtval with 0, not pc 6 years ago
Dai chou f3055afa55
fixed htif exception typo (#423) 6 years ago
Chih-Min Chao 8b68e13501
rvv: commitlog: fix vrgather_vv dump (#421) 7 years ago
Andrew Waterman f048ad619f
Merge pull request #420 from chihminchao/rvv-fix-2020-03-11 7 years ago
Chih-Min Chao 5a22115f62 rvv: commitlog: fix missing dump for some instructions 7 years ago
Chih-Min Chao 5b6e779675 rvv: fix vfmv.s.f and vfmv.f.s 7 years ago
Andrew Waterman 4c9b576741
Merge pull request #417 from chihminchao/rvv-fix-2020-03-09 7 years ago
Chih-Min Chao 7221b284ec op: rvv: update encoding 7 years ago
Chih-Min Chao 2be0501710 commitlog: enhance vector dump 7 years ago
Zhen Wei c949a75893 rvv: enhance --varch to parse string type options 7 years ago
Chih-Min Chao ef5950ea11 rvv: handle middle value of vslidedown.vx 7 years ago
Chih-Min Chao aa1392d063 rvv: vstart must be 0 for reduction instructions 7 years ago
Andrew Waterman a19971fff9
Make debug printfs only show in debug builds. (#414) 7 years ago
Andrew Waterman d51edef8a6 Don't clobber trigger types when initializing state 7 years ago
Andrew Waterman fe24c46547 Merge branch 'rswarbrick-mcountinhibit' 7 years ago
Rupert Swarbrick a154c42a9b Add do-nothing support for mcountinhibit CSR 7 years ago
Andrew Waterman 7dfd3525c8 Enable SOFTFLOAT_ROUND_ODD for vfncvt.rod.f.f.w 7 years ago
Udit Khanna f6290f604c
Merge pull request #405 from riscv/mstatus-sxl-uxl 7 years ago
Udit Khanna e470c1bcc2 Check presence of [S|U] extension for mstatus.[sxl|uxl] read/write 7 years ago
Andrew Waterman 7d9a624bbe
Merge pull request #406 from rswarbrick/cflags 7 years ago
Rupert Swarbrick 2efea60720 Allow overriding CFLAGS and similar when building 7 years ago
Andrew Waterman 157143b503 Allow debug accesses from MMUs not bound to processors 7 years ago
Andrew Waterman b1563b8af6 Initialize some uninitialized state 7 years ago
Andrew Waterman 1ef875316a Disallow access to debug memory region unless in debug mode 7 years ago
Andrew Waterman a81fbad672 Debug can actually start at 0x0 now 7 years ago
Andrew Waterman 76e211d53e
Merge pull request #403 from chihminchao/rvv-fix-2020-02-20 7 years ago
Chih-Min Chao 192225712c rvv: only check segment overlapping in index load 7 years ago
Chih-Min Chao 035a679053 rvv: also relax vmerge_vim/vvm when lmul = 1 7 years ago
Chih-Min Chao 2aff80167d rvv: also relax lmul in vfwredum 7 years ago
Chih-Min Chao 243703d607 commitlog: print vsew in bit 7 years ago
Chih-Min Chao aa0754e093 rvv: don't zero vstart in the beginning 7 years ago
Andrew Waterman 6d0c5a9050 widening reductions are legal when LMUL=8 7 years ago
Andrew Waterman 78bbcb94c2
Vector stores don't care if rd overlaps v0 (#400) 7 years ago
Andrew Waterman 722b9bf869
Merge pull request #396 from chihminchao/rvv-fix-2020-02-14 7 years ago