index
:
rocket-tools/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
2023-06-19
List extensions alphabetically in riscv_insn_list
Eric Gouriou
1
-16
/
+16
2023-06-19
Merge pull request #1364 from glg-rv/dev/glguida/amocas
Andrew Waterman
13
-8
/
+263
2023-06-19
Merge pull request #1387 from ptomsich/ptomsich/add-zicond-to-disasm
Andrew Waterman
1
-0
/
+5
2023-06-19
Add Zicond to disassembler
Philipp Tomsich
1
-0
/
+5
2023-06-19
Merge pull request #1386 from ptomsich/ptomsich/fix-typo-in-check
Philipp Tomsich
1
-1
/
+1
2023-06-19
Implement Zacas extension.
Gianluca Guida
9
-0
/
+108
2023-06-19
regenerate enconding.h
Gianluca Guida
1
-1
/
+133
2023-06-19
mmu: support load/store longer than 64-bits.
Gianluca Guida
1
-2
/
+15
2023-06-19
fesvr: support int128_t/uint128_t
Gianluca Guida
2
-5
/
+7
2023-06-18
Makefile: fix type in check target
Philipp Tomsich
1
-1
/
+1
2023-06-18
Merge pull request #1384 from riscv-software-src/remove-xbitmanip
Andrew Waterman
65
-501
/
+18
2023-06-18
Remove Xbitmanip from README
Andrew Waterman
1
-14
/
+0
2023-06-18
isa parser: reject Xbitmanip extensions
Andrew Waterman
2
-34
/
+1
2023-06-18
Remove Xbitmanip from disassembler
Andrew Waterman
1
-33
/
+1
2023-06-18
Remove Xbitmanip from instructions that belong to multiple extensions
Andrew Waterman
14
-30
/
+16
2023-06-18
Remove instructions that belong only to Xbitmanip
Andrew Waterman
47
-390
/
+0
2023-06-18
Add CMOV to overlap list, as it overlaps CZERO.EQZ
Andrew Waterman
1
-0
/
+1
2023-06-17
Merge pull request #1385 from riscv-software-src/check-overlap
Andrew Waterman
8
-164
/
+68
2023-06-17
Run 'make check' in CI
Andrew Waterman
1
-0
/
+1
2023-06-17
Add test that ensures opcodes don't overlap unless explicitly specified
Andrew Waterman
2
-1
/
+59
2023-06-17
Add C.EBREAK, C.JALR, and C.JR to overlap list
Andrew Waterman
1
-0
/
+3
2023-06-17
Restore MCPPBS unit-testing flow
Andrew Waterman
1
-16
/
+5
2023-06-17
Remove legacy debug test
Andrew Waterman
3
-147
/
+0
2023-06-12
Merge pull request #1377 from riscv-software-src/ci-thorough
Jerry Zhao
2
-4
/
+20
2023-06-12
ci: CI should check each commit in a PR
Jerry Zhao
2
-4
/
+20
2023-06-12
Merge pull request #1376 from YenHaoChen/pr-cbo-region
Andrew Waterman
1
-1
/
+1
2023-06-12
Fix PMP checking region of cache-block management instructions
YenHaoChen
1
-1
/
+1
2023-06-07
Merge pull request #1375 from demin-han/master
Andrew Waterman
1
-2
/
+2
2023-06-08
Replace ternary operator with std:min
demin.han
1
-2
/
+2
2023-06-06
Merge pull request #1321 from plctlab/plct-bf16-dev
Andrew Waterman
26
-9
/
+515
2023-06-02
Merge pull request #1372 from plctlab/plct-cmmv-fix
Andrew Waterman
1
-2
/
+14
2023-06-02
Merge pull request #1373 from riscv-software-src/ebreakv
Andrew Waterman
4
-12
/
+20
2023-06-02
Fix bugs in disassembling code for cm.mva01s/mvsa01 instructions. (Resolved i...
Weiwei Li
1
-2
/
+14
2023-06-01
dscr.ebreakh is now dcsr.ebreakv[su]
Tim Newsome
4
-12
/
+20
2023-05-29
Add BF16 extensions to README.md
Weiwei Li
1
-0
/
+3
2023-05-29
Add dsasm support for BF16 extensions
Weiwei Li
1
-2
/
+20
2023-05-29
Add flh/fsh/fmv_h_x/fmv_x_h instructions to Zvfbfmin/Zvfbfwma extensions
Weiwei Li
6
-4
/
+9
2023-05-29
Add support for new instructions of Zvfbfwma extension
Weiwei Li
4
-0
/
+69
2023-05-29
Add support for new instructions of Zvfbfmin extension
Weiwei Li
4
-0
/
+37
2023-05-29
Add support for new instructions of Zfbfmin extension
Weiwei Li
4
-2
/
+22
2023-05-29
Update encoding.h to add instructions for BF16 extensions
Weiwei Li
1
-1
/
+22
2023-05-29
Add isa string support for Zfbfmin/Zvfbfmin/Zvfbfwma
Weiwei Li
2
-0
/
+17
2023-05-29
Add convertion function between binary float16 and float32 in softfloat
Weiwei Li
8
-0
/
+316
2023-05-27
Merge pull request #1368 from glg-rv/have_int128/0/topic
Jerry Zhao
6
-8
/
+16
2023-05-26
Merge pull request #1367 from glg-rv/move_isaligned/0/topic
Andrew Waterman
2
-5
/
+4
2023-05-26
Fix check for extension
Gianluca Guida
1
-1
/
+1
2023-05-26
Use HAVE_INT128 instead of __SIZEOF_INT128__
Gianluca Guida
3
-6
/
+6
2023-05-26
configure.h: Add HAVE_INT128
Gianluca Guida
3
-1
/
+9
2023-05-26
decode_macros: move 'is_aligned' from 'v_ext_macros.h'
Gianluca Guida
2
-5
/
+4
2023-05-25
Merge pull request #1366 from riscv-software-src/fix-1365
Andrew Waterman
8
-63
/
+55
[prev]
[next]