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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-23
fcvtmod.w.h: Not update fflags if no exception flag, e.g., exp == frac == 0
YenHaoChen
1
-2
/
+1
2024-07-23
refactor: set_fp_exceptions: Use a new macro raise_fp_exceptions(flags) and r...
YenHaoChen
1
-4
/
+6
2024-07-17
Merge pull request #1736 from YenHaoChen/pr-hlvx-epmp
Andrew Waterman
1
-3
/
+3
2024-07-18
Fix ePMP checking on hlvx instructions
YenHaoChen
1
-3
/
+3
2024-07-17
Merge pull request #1735 from chihminchao/deleg-hw-excp
Andrew Waterman
2
-1
/
+3
2024-07-17
Merge pull request #1733 from chihminchao/fix-ssqosid
Andrew Waterman
1
-2
/
+4
2024-07-17
Merge pull request #1731 from chihminchao/fix-zicfiss
Andrew Waterman
1
-4
/
+5
2024-07-16
zicfiss: modify check condicton to loads to shadow-stack pages
Binno
1
-3
/
+4
2024-07-16
zicfiss: fix missed throw to store access fault of shadow stack page
Binno
1
-1
/
+1
2024-07-16
excp: support hardware_error_exception delegation
Binno
2
-1
/
+3
2024-07-16
Add include guards to entropy_source.h
Andrew Waterman
1
-0
/
+5
2024-07-16
Add missing include
Andrew Waterman
1
-0
/
+1
2024-07-16
ssqosid: modify permission check condition for srmcfg
Binno
1
-2
/
+4
2024-07-15
Deprecate dcsr.halt
YenHaoChen
2
-2
/
+1
2024-07-08
Merge pull request #1700 from ved-rivos/ssdbltrp
Andrew Waterman
9
-16
/
+91
2024-07-06
Add Ssdbltrp
Ved Shanbhogue
9
-16
/
+91
2024-07-04
Merge pull request #1717 from riscv-software-src/fix-ss-load
Andrew Waterman
1
-1
/
+1
2024-07-01
Loads to shadow-stack pages are allowed
Andrew Waterman
1
-1
/
+1
2024-07-02
Update encoding.h for pointer masking
YenHaoChen
2
-155
/
+114
2024-06-28
Merge pull request #1714 from abejgonzalez/fix-interactive-insn
Jerry Zhao
1
-29
/
+30
2024-06-28
Don't print vregs if no V exts
abejgonzalez
1
-29
/
+34
2024-06-28
Fix insn interactive command (catch/print trap, use proper access func)
abejgonzalez
1
-29
/
+30
2024-06-26
Add insn cmds to interactive debug mode
abejgonzalez
2
-19
/
+57
2024-06-21
Vector-fp instructions depend on zve, not F/D
Jerry Zhao
2
-10
/
+12
2024-06-21
Remove all --varch parsing
Jerry Zhao
5
-70
/
+0
2024-06-21
Switch to Zvl/Zve parsing from isa_parser, instead of varch
Jerry Zhao
1
-1
/
+4
2024-06-21
Disallow any vector, not just V, when no __int128 type is present
Jerry Zhao
1
-1
/
+1
2024-06-21
Relax require_vector check for misa.V
Jerry Zhao
1
-2
/
+0
2024-06-21
Relax mstatus.vs dependency on full V
Jerry Zhao
2
-1
/
+5
2024-06-21
Relax vector_csr dependency on 'V'
Jerry Zhao
1
-4
/
+0
2024-06-21
Relax has_fs dependency on misa.v
Jerry Zhao
1
-2
/
+1
2024-06-21
Add accessors to isa_parser's VLEN/ELEN
Jerry Zhao
1
-0
/
+3
2024-06-21
Add isa_parser parsing for zvl/zve
Jerry Zhao
1
-0
/
+4
2024-06-20
Merge pull request #1690 from riscv-software-src/fix-warnings
Jerry Zhao
2
-17
/
+17
2024-06-13
Adding Zilsd and Zcmlsd extensions (Load/store pair for RV32)
Christian Herber
8
-16
/
+63
2024-06-12
Fix a few compile warnings
Andrew Waterman
2
-17
/
+17
2024-06-11
Validate contents of overlap list in CI
Andrew Waterman
1
-13
/
+32
2024-06-11
Separate RV32 and RV64 C instructions into separate files
Andrew Waterman
10
-33
/
+31
2024-06-11
Improve hit rate of opcode cache to compensate for not mutating insn list
Andrew Waterman
2
-17
/
+58
2024-06-11
Compensate for perf loss of not mutating insn list by presorting it
Andrew Waterman
1
-7
/
+7
2024-06-11
Keep potentially overlapping instructions in order at head of list
Andrew Waterman
1
-20
/
+32
2024-06-11
Preserve the ordering of the instruction list
Andrew Waterman
1
-22
/
+2
2024-06-11
Add comments to overlap list
Andrew Waterman
1
-0
/
+9
2024-06-11
Refine Zicfiss overlap list
Andrew Waterman
1
-2
/
+5
2024-06-11
Remove unnecessary instructions from overlap list
Andrew Waterman
1
-11
/
+0
2024-06-11
Add missing instructions to Makefile
Andrew Waterman
1
-0
/
+4
2024-06-11
triggers: implement tcontrol
YenHaoChen
5
-1
/
+9
2024-05-31
Avoid checking ELP before every instruction fetch
Andrew Waterman
6
-13
/
+12
2024-05-31
No need to check if Zicfilp is enabled before checking ELP
Andrew Waterman
1
-3
/
+1
2024-05-27
Merge pull request #1678 from rbuchner-aril/rbuchner/vxsat-write
Andrew Waterman
1
-0
/
+2
[next]