index
:
rocket-tools/riscv-gnu-toolchain/spike.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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-06
rvv: sstatus.SD needs to include vs dirty state (#563)
Chih-Min Chao
1
-1
/
+2
2020-10-06
Update SATP and HGATP mask usage to make it clearer (#564)
Abhinay Kayastha
1
-3
/
+3
2020-10-04
It should never be possible to select MPP=2
Andrew Waterman
1
-1
/
+1
2020-10-01
decode: only return meaningful bits for insn_t (#561)
Chih-Min Chao
1
-1
/
+1
2020-09-29
Adding symbol lookup when --enable-commitlog is enabled (#558)
sthiruva
6
-0
/
+26
2020-09-28
Add core id to lines generated by --log-commits (#556)
sthiruva
1
-0
/
+4
2020-09-24
pmp: fix local scope issue (#552)
Chih-Min Chao
1
-3
/
+3
2020-09-24
correctly respect mstatus.TW and hstatus.VTW
Andrew Waterman
1
-2
/
+9
2020-09-24
Correctly respect mstatus.TSR
Andrew Waterman
1
-3
/
+6
2020-09-24
Correctly respect mstatus.TVM
Andrew Waterman
3
-7
/
+14
2020-09-24
Fix priority of virtual vs. illegal instruction exceptions for HFENCE
Andrew Waterman
2
-2
/
+2
2020-09-24
Fix priority of virtual vs. illegal instruction exceptions for HLV/HSV
Andrew Waterman
13
-13
/
+13
2020-09-23
rvv: commitlog: add peek parameter to get_csr
Chih-Min Chao
2
-3
/
+7
2020-09-22
rvv: fix vfncvt/vfwcvt type checking
Chih-Min Chao
16
-16
/
+171
2020-09-22
Separate build of spike and spike-dasm
Andrew Waterman
3
-35
/
+4
2020-09-22
Don't error out if dlopen isn't available
Andrew Waterman
1
-3
/
+1
2020-09-21
Raise virtual-instruction traps correctly for WFI/SRET/SFENCE
Andrew Waterman
3
-4
/
+6
2020-09-20
Fix polarity of hstatus.HU field
Andrew Waterman
13
-13
/
+13
2020-09-20
Don't throw virtual instruction exceptions for unimplemented CSRs
Andrew Waterman
9
-115
/
+133
2020-09-15
rvv: fix int type is not enough to do shift (#544)
Han-Kuan Chen
2
-2
/
+2
2020-09-15
Populate tval registers on illegal-/virtual-instruction traps
Andrew Waterman
9
-20
/
+26
2020-09-15
No need to catch illegal CSRs in set_csr
Andrew Waterman
1
-16
/
+2
2020-09-11
Add MIP_MEIP to all_ints (#543)
Abhinay Kayastha
1
-1
/
+1
2020-09-01
Fix MIDELEG and MEDELEG emulation when H-extension is available (#537)
Anup Patel
1
-0
/
+7
2020-08-31
rvv: reading vcsr needs to enable mstatus.vs
Chih-Min Chao
1
-0
/
+1
2020-08-31
rvv: relax checking for vs1
Chih-Min Chao
3
-2
/
+31
2020-08-31
rvv: trigger exp for illegal ncvt/wcvt eew
Chih-Min Chao
16
-26
/
+26
2020-08-31
rvv: check invalid frm for floating operations
Chih-Min Chao
3
-0
/
+4
2020-08-31
rvv: add reciprocal instructions
Chih-Min Chao
4
-0
/
+30
2020-08-27
rf: remove bit extraction from processor.h
Chih-Min Chao
3
-9
/
+18
2020-08-27
rvv: remove quad instructions
Chih-Min Chao
11
-60
/
+0
2020-08-20
Fix debug tests failing with impebreak enabled. (#530)
Tim Newsome
1
-1
/
+1
2020-08-20
rvv: fix vrgatherei16 overlap rule
Chih-Min Chao
1
-1
/
+2
2020-08-12
mcounteren does not exist if U-mode is not implemented
Andrew Waterman
1
-1
/
+4
2020-08-11
Add option to dissable implicit ebreak in program buffer
Samuel Obuch
2
-6
/
+10
2020-08-04
Merge pull request #521 from chihminchao/op-hypvervisor
Andrew Waterman
3
-51
/
+51
2020-08-03
op: hyperviosr: fix exception code and name
Chih-Min Chao
3
-6
/
+6
2020-08-03
op: rearrange hypbervisor op/csr/cause
Chih-Min Chao
1
-46
/
+46
2020-08-03
rvv: add 'vstartalu" option to --varch arugment
Chih-Min Chao
23
-36
/
+45
2020-08-03
op: rvv: fix pesudo code instructions
Chih-Min Chao
1
-3
/
+3
2020-07-29
f16: fix Nan-Box macro
Chih-Min Chao
1
-1
/
+1
2020-07-29
rvv: fix frac_lmul get function
Chih-Min Chao
1
-1
/
+1
2020-07-29
rvv: remove isa string zvamoand zvlsseg
Chih-Min Chao
3
-18
/
+0
2020-07-29
rvv: remove veew/vemul state
Chih-Min Chao
3
-32
/
+25
2020-07-29
rvv: add vrgatherei16.vv
Chih-Min Chao
3
-0
/
+37
2020-07-29
rvv: add new whole reg load/store instructions
Chih-Min Chao
24
-21
/
+187
2020-07-29
rvv: op: rearrange some instruction since generation order change
Chih-Min Chao
1
-36
/
+36
2020-07-29
rvv: op: fix amo naming
Chih-Min Chao
38
-144
/
+144
2020-07-29
rvv: remove slen
Chih-Min Chao
2
-8
/
+5
2020-07-29
rvv: initialize vector register as zero
Chih-Min Chao
1
-1
/
+2
[next]