index
:
riscv-isa-sim.git
confprec
cs250
cycleh
debug_rom
debug_rom_fence
device_flags
dtm_reset_error
dts_parsing
dynamic
eos18-bringup
factor-out-macros
fix-bf16
force-rtti
fp-encoding
heterogeneous_mc
hwachav4
increase-stack-size
itrigger-etrigger-cleanup
load_reservation_set_size
log-commits-faster
master
mmio-hack
mvp
no_progbuf
no_progbuf2
nolibfdt
p-ext-0.5.2
plctlab-plct-zce-fix2
plic-clint-endian
plic_uart_v1
priv-1.10
private-l1-caches
pte-info-and-delegation
remove-tests
rivosinc-etrigger_fix_exception_match
rva-profile-support
simplify-misaligned
sodor
sparse-mem
speed2
speedup-hacks
static-link
test
tmp
trigger_priority
tweak_debug_rom
whole-archive
sifive/rvv0.9-phase2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
riscv
/
insns
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-20
rvv: make vlx/vsx match 0.8 spec
Chih-Min Chao
11
-30
/
+17
2019-12-20
rvv: change vmerge/vslideup register checking rule
Chih-Min Chao
7
-3
/
+7
2019-12-20
rvv: change vsetvl[i] to match 0.8 spec
Chih-Min Chao
2
-2
/
+2
2019-12-20
rvv: fix vmadc/vmsbc
Chih-Min Chao
5
-5
/
+5
2019-12-20
rvv: fix vadc/vsbc
Chih-Min Chao
5
-15
/
+10
2019-12-20
rvv: add unsigned average
Chih-Min Chao
4
-0
/
+8
2019-12-20
rvv: replace vn suffic by 'w'
Chih-Min Chao
12
-0
/
+0
2019-12-20
rvv: fix floating sign inject operand order
Chih-Min Chao
6
-6
/
+6
2019-12-20
rvv: add load/store whole register instructions
Chih-Min Chao
2
-0
/
+20
2019-12-20
rvv: rename vfncvt suffix and add rod rouding type
Chih-Min Chao
6
-3
/
+10
2019-12-20
rvv: add vqm* 'Quad-Widening Integer Multiply-Add'
Chih-Min Chao
14
-14
/
+35
2019-12-16
Simplify vleff.v implementation in the same way as vle.v
Andrew Waterman
1
-53
/
+11
2019-12-06
Require VM enabled for SFENCE.VMA and S-mode for mstatus.SUM (#367)
Udit Khanna
1
-0
/
+1
2019-11-12
SRET requires S-mode
Andrew Waterman
1
-0
/
+1
2019-11-11
rvv: fix reg checking for vmadc/vmsbc
Chih-Min Chao
5
-5
/
+0
2019-11-11
rvv: add reg checking for specifial instructions
Chih-Min Chao
13
-74
/
+51
2019-11-11
rvv: add reg checking rule to vslide instructions
Chih-Min Chao
6
-10
/
+37
2019-11-11
rvv: add reg checking rule for ldst
Chih-Min Chao
16
-5
/
+20
2019-11-11
rvv: add reg checking rule for general fomrat
Chih-Min Chao
17
-4
/
+17
2019-11-11
rvv: add reg checking rule for comparison instrucitons
Chih-Min Chao
10
-10
/
+10
2019-11-11
rvv: add register using check for wide and narrow insn
Chih-Min Chao
18
-18
/
+18
2019-11-11
rvv: fix vsmul sign and variable type
Chih-Min Chao
2
-25
/
+23
2019-11-11
rvv: fix vssr/vssra rounding issue
Chih-Min Chao
6
-12
/
+19
2019-11-11
rvv: fix the rounding bit position for vnclip instructions.
Albert Ou
6
-50
/
+34
2019-11-11
rvv: remove configuable tail-zero
Chih-Min Chao
15
-86
/
+34
2019-11-11
rvv: fix redsum/vmv for non-tail-zero case
Chih-Min Chao
2
-23
/
+20
2019-11-11
rvv: fix vmv.x.s signed-ext issue
Chih-Min Chao
1
-22
/
+25
2019-10-29
rvv: fix floating-point exception for comparison
Chih-Min Chao
5
-5
/
+5
2019-10-29
rvv: remove vmford
Chih-Min Chao
2
-10
/
+0
2019-07-19
Check vtype.vill for all vector instructions except vsetvl[i]
Andrew Waterman
23
-13
/
+23
2019-07-19
Check for F extension in vfmv instructions
Andrew Waterman
2
-0
/
+2
2019-07-19
Avoid relying on sizeof long
Andrew Waterman
3
-5
/
+5
2019-07-19
vext.x.v -> vmv.x.s; unary operation encoding changes
Andrew Waterman
2
-30
/
+25
2019-07-12
DRET should not be legal in M-mode
Andrew Waterman
1
-1
/
+1
2019-07-12
Add debug_mode state bit, rather than overloading dcsr.cause
Andrew Waterman
1
-1
/
+1
2019-07-05
vmfirst/vmpopc have been renamed to vfirst/vpopc
Andrew Waterman
2
-0
/
+0
2019-06-18
rvv: add floating-point instructions
Chih-Min Chao
81
-0
/
+509
2019-06-18
rvv: add load/store instructions
Chih-Min Chao
44
-0
/
+371
2019-06-18
rvv: add integer/fixed-point/mask/reduction/permutation instructions
Chih-Min Chao
215
-0
/
+2226
2019-06-18
rvv: add control instructions and system register access
Chih-Min Chao
2
-0
/
+2
2018-11-06
Report misaligned-address exception on failed store-conditionals
Andrew Waterman
2
-14
/
+8
2018-07-10
Refactor and fix LR/SC implementation (#217)
Andrew Waterman
4
-4
/
+8
2018-05-04
Revert "C.LWSP and C.LDSP with rd=0 are legal instructions"
Andrew Waterman
2
-0
/
+2
2018-05-03
C.LWSP and C.LDSP with rd=0 are legal instructions
Andrew Waterman
2
-2
/
+0
2018-04-30
Only break out of the simulator loop on WFI, not on CSR writes
Andrew Waterman
1
-1
/
+1
2018-04-04
Revert "Fix for issue #183: No illegal instruction exception for c.sxxi instr...
Andrew Waterman
3
-3
/
+3
2018-03-16
Fix for issue #183: No illegal instruction exception for c.sxxi instructions ...
Shubhodeep Roy Choudhury
3
-3
/
+3
2018-03-03
Implement clearing-misa.C-while-PC-is-misaligned proposal
Andrew Waterman
6
-0
/
+6
2017-10-19
Fix implementation of FMIN/FMAX NaN case
Andrew Waterman
6
-6
/
+12
2017-09-28
Implement Q extension
Andrew Waterman
40
-8
/
+163
[next]