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
Age
Commit message (
Expand
)
Author
Files
Lines
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
Merge pull request #1688 from YenHaoChen/pr-tcontrol
Andrew Waterman
5
-1
/
+9
2024-06-11
triggers: implement tcontrol
YenHaoChen
5
-1
/
+9
2024-05-31
Merge pull request #1684 from riscv-software-src/simplify-zicfilp
Andrew Waterman
6
-14
/
+11
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-29
Merge branch 'master' into vector-crypto
Akif Ejaz
6
-14
/
+25
2024-05-29
corrected the crypto extension version
akifejaz
1
-10
/
+10
2024-05-29
Merge pull request #1670 from clementleger/dev/cleger/et_dyn
Jerry Zhao
6
-14
/
+25
2024-05-29
add support to load ET_DYN elf
Clément Léger
6
-14
/
+25
2024-05-27
updated README with supported Vector Cryptography Extensions
akifejaz
1
-0
/
+10
2024-05-27
Merge pull request #1678 from rbuchner-aril/rbuchner/vxsat-write
Andrew Waterman
1
-0
/
+2
2024-05-27
Require vector extension when attempting vxsat writes
rbuchner
1
-0
/
+2
2024-05-26
Merge pull request #1677 from YenHaoChen/pr-vector-reduction
Andrew Waterman
1
-4
/
+4
2024-05-26
Merge pull request #1675 from chihminchao/cfi-fix
Andrew Waterman
2
-2
/
+2
2024-05-24
vector: Not logging write of reduction instructions when vl = 0
YenHaoChen
1
-4
/
+4
2024-05-23
zicflip: fix [ms]ret behavior
Chih-Min Chao
2
-2
/
+2
2024-05-22
Merge pull request #1257 from YenHaoChen/pr-mcontrol6-hit0-hit1
Andrew Waterman
3
-1223
/
+1367
2024-05-22
triggers: introduce tinfo.version
YenHaoChen
1
-1
/
+2
2024-05-22
triggers: implement mcontrol6.hit
YenHaoChen
1
-1
/
+1
2024-05-22
triggers: refactor: add typedef enum { ... } hit_t for mcontrol6
YenHaoChen
2
-7
/
+15
2024-05-22
triggers: refactor: move mcontrol_common_t::hit to mcontrol_t::hit and mcontr...
YenHaoChen
2
-2
/
+12
2024-05-22
triggers: refactor: update debug_defines.h
YenHaoChen
2
-1218
/
+1340
2024-05-21
triggers: remove mcontrol6.timing (implement suggested trigger timings)
YenHaoChen
1
-2
/
+5
2024-05-06
Merge pull request #1663 from ved-rivos/zawrs
Andrew Waterman
6
-2
/
+26
2024-05-06
Add Zawrs extension
Ved Shanbhogue
6
-2
/
+26
2024-05-03
Merge pull request #1662 from YenHaoChen/pr-fmaxm_q
Andrew Waterman
1
-1
/
+1
2024-05-03
Zfa: fix: fmaxm.q requires Q instead of D extension
YenHaoChen
1
-1
/
+1
2024-05-01
Merge pull request #1660 from riscv-software-src/remove-p
Andrew Waterman
337
-4462
/
+61
2024-05-01
Update encoding.h
Andrew Waterman
1
-1116
/
+37
2024-05-01
Remove Zbpbo, Zpn, and Zpsfoperand implementation
Andrew Waterman
334
-3013
/
+24
2024-05-01
Remove P, Zbpbo, Zpn, and Zpsfoperand from ISA parser
Andrew Waterman
1
-14
/
+0
2024-05-01
Remove Zbpbo, Zpn, and Zpsfoperand from disassembler
Andrew Waterman
1
-319
/
+0
2024-05-01
Merge pull request #1655 from liuyu81/master
Jerry Zhao
9
-31
/
+32
2024-04-30
Support per-device arguments and device factory reuse
LIU Yu
9
-31
/
+32
2024-04-29
Merge pull request #1648 from YenHaoChen/pr-hstateen
Andrew Waterman
2
-6
/
+10
2024-04-29
Merge pull request #1579 from tebartsch/plic-threshold-masking
Andrew Waterman
1
-0
/
+9
2024-04-29
Merge pull request #1641 from xinyuwang-starfive/master
Jerry Zhao
4
-9
/
+9
2024-04-29
add hlvx pmp protect to fix issue 1557
xinyuwang-sifive
4
-9
/
+9
2024-04-28
Merge pull request #1560 from SuHo-llrr/cfi-ext
Andrew Waterman
24
-11
/
+265
2024-04-23
Merge pull request #1650 from YenHaoChen/pr-imply-ext
Andrew Waterman
1
-0
/
+4
2024-04-23
Merge pull request #1649 from YenHaoChen/pr-b
Andrew Waterman
1
-1
/
+1
[prev]
[next]