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
path:
root
/
riscv
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-25
Remove set_target_endianness | add --big-endian flag
Jerry Zhao
7
-32
/
+25
2022-10-20
Merge pull request #1122 from riscv-software-src/more-mmu-simplification
Andrew Waterman
70
-218
/
+189
2022-10-20
Use reg_t, not uint64_t, for address-like quantities
Andrew Waterman
1
-2
/
+2
2022-10-20
Fix tval reporting for CBOs
Andrew Waterman
1
-2
/
+1
2022-10-20
move fucntion cto() from processor.h to arith.h
YenHaoChen
3
-9
/
+10
2022-10-19
Template-ize stores
Andrew Waterman
17
-40
/
+30
2022-10-19
Template-ize loads
Andrew Waterman
21
-53
/
+37
2022-10-19
Template-ize AMOs
Andrew Waterman
20
-34
/
+29
2022-10-19
DRY in store-conditional instructions
Andrew Waterman
3
-12
/
+15
2022-10-19
Simplify check_load_reservation
Andrew Waterman
1
-2
/
+2
2022-10-19
Template-ize hypervisor loads and stores
Andrew Waterman
14
-33
/
+28
2022-10-19
Remove require_alignment flag from loads
Andrew Waterman
2
-7
/
+7
2022-10-19
Fix imprecise exception on LR to MMIO space
Andrew Waterman
4
-17
/
+14
2022-10-19
Template-ize load_func macro
Andrew Waterman
1
-15
/
+20
2022-10-19
Template-ize store_func macro
Andrew Waterman
1
-14
/
+18
2022-10-19
No need to require_alignment for the load part of the AMO
Andrew Waterman
1
-1
/
+1
2022-10-19
Remove actually_store and require_alignment parameters from store_func macro
Andrew Waterman
1
-8
/
+6
2022-10-19
do memcpy only for actually_store in store_slow_path_intrapage
Weiwei Li
1
-2
/
+4
2022-10-19
Fix missing sentinel warning in dts.cc when using gnu++17 standard
Weiwei Li
1
-1
/
+1
2022-10-17
fix clang build
Andrew Waterman
1
-1
/
+1
2022-10-17
Add command to display privilege level in interactive mode
Jerry Zhao
4
-0
/
+32
2022-10-17
Make PLIC/NS16550 coding style more conformant
Andrew Waterman
3
-84
/
+61
2022-10-17
Merge branch 'master' into plic_uart_v1
plic_uart_v1
Andrew Waterman
198
-6885
/
+7749
2022-10-16
Add interactive mode commands to read clint mtime/mtimecmp
Jerry Zhao
3
-0
/
+27
2022-10-14
Add dump memory command to interactive mode
Jerry Zhao
4
-0
/
+29
2022-10-14
Support command-line configuration of number of pmpregions
Jerry Zhao
4
-2
/
+7
2022-10-14
Merge pull request #1114 from riscv-software-src/data_optional
Scott Johnson
4
-21
/
+21
2022-10-14
In triggers, use optional<data> instead of {has_data, data}
Andrew Waterman
4
-16
/
+17
2022-10-14
Report error if an unsupported memory configuration is detected
Parshintsev Anatoly
1
-6
/
+10
2022-10-13
Remove unused field matched_t::data
Andrew Waterman
2
-5
/
+4
2022-10-13
Merge pull request #1107 from riscv-software-src/simplify-ld-st
Andrew Waterman
3
-179
/
+123
2022-10-11
Set tval on illegal subforms of aes64ks1i
Andrew Waterman
1
-4
/
+1
2022-10-07
Add --dm-no-abstract-fpr option.
Tim Newsome
2
-1
/
+2
2022-10-06
Don't use reexecution as the means to implement trigger-after
Andrew Waterman
3
-10
/
+7
2022-10-06
Fix endianness bug in fetch triggers
Andrew Waterman
1
-2
/
+1
2022-10-06
DRY in checking triggers
Andrew Waterman
2
-42
/
+28
2022-10-06
Move uncommon-case fetch functionality into fetch_slow_path
Andrew Waterman
2
-25
/
+25
2022-10-06
Move all uncommon-case store functionality into store_slow_path
Andrew Waterman
2
-65
/
+46
2022-10-06
Move all uncommon-case load functionality into load_slow_path
Andrew Waterman
2
-60
/
+41
2022-10-05
Remove unused variable to fix build
Andrew Waterman
1
-1
/
+0
2022-10-05
Merge pull request #1105 from YenHaoChen/pr-trigger-priority
Andrew Waterman
4
-20
/
+47
2022-10-04
Fixed -Wnon-virtual-dtor warnings
Jerin Joy
2
-0
/
+4
2022-10-04
Fix unused-variable warnings in P-extension instruction definitions
Andrew Waterman
1
-1
/
+0
2022-10-04
Suppress unused-variable warnings in P-extension macros
Andrew Waterman
1
-4
/
+4
2022-10-04
Silence unused-variable warnings in auto-generated code
Andrew Waterman
1
-0
/
+4
2022-10-04
Suppress or fix unused-variable warnings in vector macros
Andrew Waterman
1
-36
/
+35
2022-10-04
Suppress unused-variable warnings in vector instruction definitions
Andrew Waterman
6
-10
/
+0
2022-10-04
Suppress unused-variable warnings in AES code
Andrew Waterman
1
-2
/
+2
2022-10-04
Suppress most unused-variable warnings
Andrew Waterman
1
-3
/
+3
2022-10-04
Silence remaining unused-parameter warnings
Andrew Waterman
1
-0
/
+4
[next]