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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-14
rvv: reset vstart to 0 when vmv.s.x and vmv.x.s and also check the vstart < v...
Dave.Wen
2
-1
/
+5
2020-02-14
rvv: respect vstart in fault-first load
Chih-Min Chao
1
-3
/
+3
2020-02-14
rvv: vms[bio]f.m need to start from 0
Chih-Min Chao
3
-6
/
+3
2020-02-14
rvv: vsbc/vmsbc behavior of the sub order
Max Lin
4
-4
/
+4
2020-02-14
rvv: fix Vxrm not reflected in fcsr
Dave.Wen
1
-2
/
+7
2020-02-13
Merge branch 'avpatel-linux_boot_v1'
Andrew Waterman
5
-5
/
+56
2020-02-14
Make spike capable of booting Linux
Anup Patel
5
-5
/
+56
2020-02-12
Improve --varch error checking. (#394)
Tim Newsome
3
-12
/
+22
2020-02-11
Merge pull request #393 from riscv/fesvr-dmactive-before-read
Andrew Waterman
1
-3
/
+3
2020-02-11
FESVR: ensure dmactive is 1 before reading debug module registers
Megan Wachs
1
-3
/
+3
2020-02-10
Merge pull request #392 from riscv/fesvr-no-dm-when-dmactive-0
Andrew Waterman
1
-1
/
+1
2020-02-10
FESVR: Can't read a DM register when DMACTIVE=0
Megan Wachs
1
-1
/
+1
2020-02-06
Fix incorrect comments
Andrew Waterman
2
-2
/
+2
2020-02-05
Fix immediate signedness in vector disassembly
Andrew Waterman
1
-3
/
+3
2020-01-31
Merge pull request #390 from jrtc27/payload
Andrew Waterman
2
-8
/
+37
2020-01-31
Support loading multiple ELF files via a new payload HTIF option
James Clarke
2
-7
/
+31
2020-01-31
Support plusarg +h/+help option for HTIF
James Clarke
2
-1
/
+6
2020-01-30
Fix pmpcfg0 initial value regression from cb254bfab5fbb6d69e5dd336798861e7c11...
Andrew Waterman
1
-5
/
+5
2020-01-29
Initialize PMPs with set_csr to fix WARLness of initial value
Andrew Waterman
1
-3
/
+6
2020-01-25
Allow EM_NONE ELFs, too
Andrew Waterman
2
-1
/
+3
2020-01-25
Refuse to load non-EXEC/non-RISC-V/non-V1 ELFs (#388)
Alexander Lent
2
-0
/
+10
2020-01-24
Prevent pmpaddr* and satp from holding invalid physical addresses
Andrew Waterman
1
-2
/
+3
2020-01-24
Merge pull request #387 from chihminchao/rvv-fix
Andrew Waterman
3
-56
/
+2
2020-01-24
rvv: fix corner case when input are 1's and shift amount is maximum
Chih-Min Chao
2
-2
/
+2
2020-01-24
rvv: remove duplicate vectorUnit declaration
Chih-Min Chao
1
-54
/
+0
2020-01-22
Merge pull request #383 from chihminchao/rvv-commitlog
Andrew Waterman
27
-143
/
+291
2020-01-22
commitlog: rvv: add commitlog support to misc instrutions
Chih-Min Chao
7
-16
/
+16
2020-01-22
commitlog: rvv: add commitlog support to integer instructions
Chih-Min Chao
2
-37
/
+37
2020-01-22
commitlog: rvv: add commitlog support to float instrunctions
Chih-Min Chao
15
-31
/
+30
2020-01-22
commitlog: rvv: add commitlog support to load instructions
Chih-Min Chao
1
-8
/
+9
2020-01-22
commitlog: rvv: change vector register read/write interface
Chih-Min Chao
3
-2
/
+65
2020-01-22
commitlog: extend reg record to keep multiple accesss
Chih-Min Chao
4
-23
/
+61
2020-01-13
commitlog: extend load/store record to keep multiple access
Chih-Min Chao
4
-24
/
+17
2020-01-13
state: rewrite state_t initialization
Chih-Min Chao
2
-5
/
+59
2020-01-13
Make minimum RTI behavior more realistic. (#375)
Tim Newsome
1
-32
/
+35
2020-01-13
Expose sstatus.vs field
Andrew Waterman
1
-0
/
+1
2020-01-13
Merge pull request #378 from chihminchao/rvv-0.8-float64
Andrew Waterman
85
-109
/
+458
2020-01-13
doc: update vector extension version
Chih-Min Chao
1
-1
/
+1
2020-01-13
rvv: segment load/store needs to check destination range
Chih-Min Chao
1
-2
/
+3
2020-01-13
rvv: add vmv[1248]r.v
Chih-Min Chao
9
-6
/
+45
2020-01-13
rvv: fix vfwcvt/vfncvt for f32 -> f64 and f64 -> f32
Chih-Min Chao
13
-25
/
+60
2020-01-09
Decouple spike-dasm program from simulator code
Andrew Waterman
1
-4
/
+21
2020-01-09
rvv: refinve vfmv to support float64
Chih-Min Chao
4
-29
/
+62
2020-01-09
rvv: add vfredxxx.vs and vfwred[o]sum.vs float64 support
Chih-Min Chao
7
-12
/
+48
2020-01-09
rvv: add vmfxxx.v[vf] float64 support
Chih-Min Chao
11
-26
/
+85
2020-01-09
rvv: add vfxxx.vf float64 support
Chih-Min Chao
23
-3
/
+79
2020-01-09
rvv: add vfxxx.vv float64 suuport
Chih-Min Chao
22
-5
/
+75
2019-12-20
Merge pull request #366 from chihminchao/rvv-0.8-draft-20191118
Andrew Waterman
81
-389
/
+554
2019-12-20
rvv: support new mstatus.vs field defined in v0.8
Chih-Min Chao
4
-15
/
+38
2019-12-20
rvv: refine fault-first loop
Chih-Min Chao
1
-2
/
+1
[prev]
[next]