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
/
execute.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-31
Avoid checking ELP before every instruction fetch
Andrew Waterman
1
-2
/
+2
2024-03-06
Zicfilp: Check that the next insn is a lpad if ELP is LP_EXPECTED
Ming-Yi Lai
1
-0
/
+2
2023-07-26
Add prv_changed / v_changed fields to state
Atul Khare
1
-0
/
+2
2023-07-20
Fix compilation warning in riscv/execute.cc
Matthias Brugger
1
-1
/
+1
2023-05-11
Plumb in effective virtual bit to take_trigger_action()
rbuchner
1
-3
/
+3
2023-04-04
Don't waste time checking icount when unnecessary
Scott Johnson
1
-1
/
+1
2023-02-04
Remove decode_macros.h from disasm.h
Jerry Zhao
1
-0
/
+1
2023-01-30
triggers: add detect_icount_match()
YenHaoChen
1
-0
/
+8
2023-01-30
triggers: force to slow path with icount triggers
YenHaoChen
1
-1
/
+1
2023-01-05
Remove vestigial UNUSED annotation
Andrew Waterman
1
-1
/
+1
2023-01-05
Only update histogram when histogramming
Andrew Waterman
1
-1
/
+2
2023-01-03
Fix debug-mode regression introduced by 20e7f53
Jerry Zhao
1
-5
/
+7
2022-12-27
Prevent processor_t from retiring instructions after a WFI
Jerry Zhao
1
-0
/
+5
2022-12-21
Only clear logging structures if logging is enabled
Andrew Waterman
1
-2
/
+5
2022-12-21
Always use slow path for histogramming
Andrew Waterman
1
-2
/
+2
2022-12-21
Support histogram regardless of configure flag
Andrew Waterman
1
-2
/
+0
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
Always perform symbol lookup in debug
Jerry Zhao
1
-5
/
+0
2022-12-20
Fix compile error in commit-logging code
Jerry Zhao
1
-3
/
+3
2022-12-15
Add config.h includes directly to source files instead of relying on header c...
Jerry Zhao
1
-0
/
+1
2022-12-01
Convert triggers::module_t::detect_trap_match to std::optional
Scott Johnson
1
-3
/
+3
2022-12-01
triggers: add itrigger_t
YenHaoChen
1
-1
/
+5
2022-12-01
triggers: refactor: add take_trigger_action() to processor.h/processor.cc
YenHaoChen
1
-12
/
+1
2022-10-21
fix print message of size-1 accesses
YenHaoChen
1
-1
/
+1
2022-10-06
Don't use reexecution as the means to implement trigger-after
Andrew Waterman
1
-9
/
+0
2022-10-04
Suppress most unused variable warnings
Andrew Waterman
1
-1
/
+1
2022-10-04
Delete functions that are actually unused
Andrew Waterman
1
-4
/
+0
2022-08-10
Fix code indentation in processor.cc, interactive.cc, debug_module.h/cc
Weiwei Li
1
-12
/
+12
2022-08-10
Add #ifdef RISCV_ENABLE_COMMITLOG for commitlog related code
Weiwei Li
1
-0
/
+2
2022-06-01
Remove the now-unused PC_SERIALIZE_WFI
Kip Walker
1
-1
/
+0
2022-05-19
Move ebreak* logic from take_trap into instructions. (#1006)
Tim Newsome
1
-0
/
+4
2022-05-04
Fix the padding of register names in the log (#987)
Shaked Flur
1
-1
/
+1
2022-04-05
Move trigger match logic into triggers.cc
Tim Newsome
1
-1
/
+1
2022-04-05
trigger_matched_t -> triggers::matched_t
Tim Newsome
1
-1
/
+1
2022-03-30
Replace state.mcontrol with TM.triggers.
Tim Newsome
1
-1
/
+1
2022-03-30
mcontrol_action_t -> triggers::action_t
Tim Newsome
1
-2
/
+2
2022-02-19
Make comment more germane
Andrew Waterman
1
-5
/
+1
2022-02-18
Split out MINSTRET and MCYCLE
Rupert Swarbrick
1
-0
/
+8
2021-11-04
Report proper GVA bit on breakpoint traps
Scott Johnson
1
-1
/
+1
2021-11-04
Add gva field to trap_breakpoint
Scott Johnson
1
-1
/
+1
2021-11-03
Use appropriate subclass for breakpoint trap
Scott Johnson
1
-1
/
+1
2021-09-29
Convert vl to csr_t
Scott Johnson
1
-1
/
+1
2021-09-26
Convert dcsr to csr_t
Scott Johnson
1
-1
/
+1
2021-09-16
Convert minstret to csr_t
Scott Johnson
1
-1
/
+1
2021-07-28
Inline execute_insn
Andrew Waterman
1
-1
/
+1
2021-07-17
commitlog: add toggle for wfi
Chih-Min Chao
1
-1
/
+3
2021-06-02
Remove Duff's Device in main simulation loop (#721)
Andrew Waterman
1
-43
/
+12
2021-02-09
Fix commit log for WFI instructions
Andrew Waterman
1
-0
/
+3
[next]