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
2022-12-20
Add logged variants of insn templates
Jerry Zhao
6
-18
/
+36
2022-12-20
Replace compile-time commitlog check with runtime check for vector writes
Jerry Zhao
1
-3
/
+1
2022-12-20
Replace compile-time conditional with run-time conditional for load/store log...
Jerry Zhao
1
-19
/
+4
2022-12-20
Split execute_insn into fast and logged variants
Jerry Zhao
1
-14
/
+9
2022-12-20
Force slow-path when commit-logging is enabled
Jerry Zhao
1
-1
/
+1
2022-12-20
Always compile commit-log utility functions
Jerry Zhao
1
-2
/
+0
2022-12-20
Check commitlog-enable dynamicallly for csr_t::log_special_write
Jerry Zhao
1
-4
/
+2
2022-12-20
Always reset commit logging variables
Jerry Zhao
1
-2
/
+0
2022-12-20
Always perform symbol lookup in debug
Jerry Zhao
2
-7
/
+5
2022-12-20
Fix compile error in commit-logging code
Jerry Zhao
1
-3
/
+3
2022-12-20
Merge pull request #1187 from riscv-software-src/sensibleclint
Andrew Waterman
1
-0
/
+4
2022-12-20
Allow reads/writes to reserved CLINT regions
Jerry Zhao
1
-0
/
+4
2022-12-17
Merge pull request #1186 from ssayin/master
Andrew Waterman
1
-1
/
+0
2022-12-17
arith.h: remove redundant y1 = t; in mulhu(uint64_t, uint64_t)
Serdar Sayın
1
-1
/
+0
2022-12-16
Merge pull request #1184 from riscv-software-src/libriscv
Andrew Waterman
19
-9
/
+76
2022-12-16
Add github actions test that installed headers are usable
Jerry Zhao
2
-0
/
+58
2022-12-16
Remove processor.h/sim.h -> config.h dependencies
Jerry Zhao
2
-2
/
+0
2022-12-16
Add missing vector_unit.h to install headers list
Jerry Zhao
1
-1
/
+2
2022-12-16
Remove entropy_source.h -> internals.h dependency
Jerry Zhao
1
-1
/
+0
2022-12-16
Add missing abstract_interrupt_controller.h to header lists
Jerry Zhao
1
-0
/
+2
2022-12-16
Remove debug_module.h -> mmu.h dependency
Jerry Zhao
1
-1
/
+2
2022-12-15
Use relative include paths to support public usage of these headers
Jerry Zhao
3
-3
/
+3
2022-12-15
Don't install instruction decode macros
Jerry Zhao
1
-3
/
+1
2022-12-15
Add config.h includes directly to source files instead of relying on header c...
Jerry Zhao
10
-0
/
+10
2022-12-15
Merge pull request #1183 from riscv-software-src/macosci
Andrew Waterman
2
-1
/
+13
2022-12-15
Add github actions test on macos
Jerry Zhao
2
-1
/
+13
2022-12-15
Merge pull request #1182 from riscv-software-src/fix-1180
Andrew Waterman
1
-0
/
+1
2022-12-15
Merge pull request #1181 from riscv-software-src/better-error-message
Andrew Waterman
1
-1
/
+6
2022-12-15
Fix build broken by #1170 and #1180
Andrew Waterman
1
-0
/
+1
2022-12-15
Merge pull request #1180 from ucb-bar/cleancfg
Andrew Waterman
15
-52
/
+60
2022-12-15
Print better error message when requesting >1024 harts
Andrew Waterman
1
-1
/
+6
2022-12-15
Rename memif_endianness_t to endianness_t
Jerry Zhao
12
-30
/
+30
2022-12-15
Pull memif_endianness_t into cfg.h
Jerry Zhao
4
-9
/
+7
2022-12-15
Add cfg.cc to hold internal implementation of mem_cfg_t
Jerry Zhao
3
-16
/
+26
2022-12-15
Merge pull request #1170 from ucb-bar/decode_macros
Andrew Waterman
9
-312
/
+328
2022-12-15
Split decode.h into public decode.h and private decode_macros.h
Jerry Zhao
9
-312
/
+328
2022-12-14
Merge pull request #1175 from riscv-software-src/fix-mac-build
Andrew Waterman
1
-0
/
+1
2022-12-14
Fix build on M1
Andrew Waterman
1
-0
/
+1
2022-12-13
Merge pull request #1169 from ucb-bar/socketif
Andrew Waterman
7
-112
/
+144
2022-12-13
Move boost asio socket interface to socketif_t
Jerry Zhao
7
-112
/
+144
2022-12-13
Merge pull request #1173 from ucb-bar/splitvu
Andrew Waterman
9
-207
/
+245
2022-12-12
Make the processor_t interface independent of configure'd variables (#1174)
Jerry Zhao
3
-14
/
+8
2022-12-12
Pull vector unit into separate source/header
Jerry Zhao
7
-205
/
+243
2022-12-12
Pull p/v_ext_macros.h out of decode.h
Jerry Zhao
2
-2
/
+2
2022-12-12
Add Emacs lockfiles to .gitignore (#1171)
Jerry Zhao
1
-0
/
+1
2022-12-12
Merge pull request #1160 from YenHaoChen/pr-textra
Andrew Waterman
6
-18
/
+191
2022-12-10
Move mhselect_compare into mhselect_interpretation
Scott Johnson
2
-5
/
+5
2022-12-10
Use interpret_mhselect() to decide textra compare mode
Scott Johnson
2
-17
/
+2
2022-12-10
Interpret mhselect in centralized place
Scott Johnson
2
-12
/
+28
2022-12-10
triggers: add mcontext and hcontext CSRs
YenHaoChen
3
-7
/
+15
[prev]
[next]