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
/
execute.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-08
Extend trap classes to pass more information
Anup Patel
1
-1
/
+1
2020-07-02
commitlog: support csr access
Chih-Min Chao
1
-1
/
+5
2020-07-02
commitlog: simplify print_value path
Chih-Min Chao
1
-26
/
+27
2020-07-02
commitlog: extend hint bit to record csr access
Chih-Min Chao
1
-2
/
+6
2020-06-17
rvv: commitlog: fix fractional lmul dump
Chih-Min Chao
1
-2
/
+2
2020-06-04
rvv: fix compilation warning
Chih-Min Chao
1
-1
/
+1
2020-05-28
rvv: extenc VU structure to support 0.9 new fields
Chih-Min Chao
1
-1
/
+5
2020-05-26
Report haltgroup halt cause, per the debug spec. (#473)
Tim Newsome
1
-1
/
+3
2020-04-29
rvv: commitlog: report status when memory trap occurs in vector load/store
Chih-Min Chao
1
-6
/
+25
2020-03-27
Write execution logs to a named log file (#409)
Rupert Swarbrick
1
-27
/
+37
2020-03-23
commitlog: fix wrong dump when exception occurs
Chih-Min Chao
1
-7
/
+14
2020-03-09
commitlog: enhance vector dump
Chih-Min Chao
1
-5
/
+14
2020-02-20
commitlog: print vsew in bit
Chih-Min Chao
1
-1
/
+1
2020-02-18
commitlog: fix printf format warning
Chih-Min Chao
1
-1
/
+1
2020-01-22
commitlog: extend reg record to keep multiple accesss
Chih-Min Chao
1
-15
/
+55
2020-01-13
commitlog: extend load/store record to keep multiple access
Chih-Min Chao
1
-7
/
+9
2019-12-16
extend the commit and memory writes log feature with memory reads (#370)
John Ingalls
1
-5
/
+11
2019-09-18
Extends the commit log feature with memory writes. (#324)
dave-estes-syzexion
1
-5
/
+14
2019-09-18
Adds --log-commits commandline option. (#323)
dave-estes-syzexion
1
-1
/
+3
2019-07-12
Add debug_mode state bit, rather than overloading dcsr.cause
Andrew Waterman
1
-3
/
+3
2019-06-18
rvv: extend interactive debug
Chih-Min Chao
1
-1
/
+0
2019-04-02
Implement debug hasel support (#287)
Tim Newsome
1
-7
/
+10
2018-08-10
Fix 2 trigger corner cases. (#229)
Tim Newsome
1
-3
/
+5
2018-04-30
Fix commit log for serializing instructions
Andrew Waterman
1
-1
/
+1
2018-04-30
Only break out of the simulator loop on WFI, not on CSR writes
Andrew Waterman
1
-1
/
+2
2018-03-21
Implement Hauser misa.C misalignment proposal (#187)
Andrew Waterman
1
-1
/
+0
2018-03-09
Fix single stepping csrrw instructions (#178)
Tim Newsome
1
-8
/
+7
2018-03-06
Narrow the interface used by the processors and memory to the top-level simul...
Prashanth Mundkur
1
-1
/
+0
2018-03-03
Implement clearing-misa.C-while-PC-is-misaligned proposal
Andrew Waterman
1
-0
/
+1
2018-02-21
Don't allow 32-bit instructions to take up multiple slots in I$
Andrew Waterman
1
-16
/
+2
2017-12-11
Make progbuf a run-time option.
Tim Newsome
1
-3
/
+1
2017-11-20
Fix commitlog. (#162)
Christopher Celio
1
-5
/
+8
2017-10-20
Fix commit-log for Q extension, and for RV32 (#143)
Andrew Waterman
1
-15
/
+42
2017-09-21
Fix comment typo. (#126)
Tim Newsome
1
-1
/
+1
2017-04-18
debug: Checkpoint which somewhat works with OpenOCD v13, but still has some b...
Megan Wachs
1
-5
/
+8
2017-04-17
Merge remote-tracking branch 'origin/priv-1.10' into HEAD
Megan Wachs
1
-2
/
+2
2017-02-23
Implement halt request.
Tim Newsome
1
-2
/
+1
2017-02-21
Don't waste time spinning in place in debug mode
Tim Newsome
1
-4
/
+7
2017-02-20
serialize simulator on wfi
Andrew Waterman
1
-1
/
+1
2017-02-02
Fix interrupt delegation for coprocessors
Andrew Waterman
1
-1
/
+1
2016-12-15
Fix single stepping over faulting instructions. (#80)
Tim Newsome
1
-0
/
+5
2016-12-01
Added comments about the modified Duff's Device in execute.cc (#77)
Andy Wright
1
-0
/
+37
2016-08-25
partially update spike to newer debug spec
Andrew Waterman
1
-2
/
+6
2016-08-25
Fix spike interactive (-d) mode
Andrew Waterman
1
-5
/
+3
2016-08-22
Implement address and data triggers.
Tim Newsome
1
-2
/
+32
2016-07-13
Fix single step over csrw instructions. (#57)
Tim Newsome
1
-5
/
+9
2016-05-23
Remove obsolete TODO.
Tim Newsome
1
-3
/
+0
2016-05-23
Make -H halt the core right out of reset.
Tim Newsome
1
-7
/
+8
2016-05-23
Fix reading CSRs.
Tim Newsome
1
-4
/
+0
2016-05-23
Single step appears to work.
Tim Newsome
1
-2
/
+19
[next]