index
:
sail-riscv.git
billmcspadden-riscv
c2_emu
cheri
cheri-merge
cheri_lite
cookbook_br
csr_ext
debugmod
epc_legalization
ext_check_phys_mem
ext_check_phys_mem_alt
ext_misa
fdext
fence_issue29
fence_noops
fix-signature-granularity
fix_next_csrs
gdb
haveSmepmp_billmcspadden
hpm_events
hpm_events_billmcspadden
hpm_events_billmcspadden__sail_error_message_is_terse
initial-contributing-guide
inst_extensions
master
master-cleanup
match_warnings
mem_meta
mem_meta_merge
monads
new_test_2
new_test_3
no_boot_rom
no_casts
optimize
priv_1_13
rmem_interpreter
rmn30
rsnikhil
rv_config
sail-coverage-linking
update-copyright-headers
vector-dev
vmem_ext
x_regs
xret_ext
zfa
zfinx
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.sail
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-22
Fixed fence.tso
Shaked Flur
1
-1
/
+1
2018-12-22
When speculate_conditional fails we still need to write 0b1 to rd;
Shaked Flur
1
-8
/
+13
2018-12-20
Address the fixme for rmem integration of LR as suggested by Shaked.
Prashanth Mundkur
1
-44
/
+44
2018-12-20
Add fence.tso.
Prashanth Mundkur
1
-0
/
+18
2018-11-29
RISC-V: implement WFI in the platform model.
Prashanth Mundkur
1
-2
/
+2
2018-11-29
RISC-V: factor the execution trace.
Prashanth Mundkur
1
-2
/
+2
2018-11-29
RISC-V: no ldu for rv64i
Brian Campbell
1
-3
/
+3
2018-11-29
RISC-V: add some missing constraints on compressed instruction encodings
Brian Campbell
1
-3
/
+3
2018-11-29
RISC-V: add checks for misaligned targets to jumps and branches
Brian Campbell
1
-7
/
+19
2018-11-09
RISC-V: add missed c.ebreak instruction
Prashanth Mundkur
1
-0
/
+10
2018-11-07
RISC-V: fix assembly mappings for lr/sc.
Prashanth Mundkur
1
-2
/
+2
2018-10-23
RISC-V: separate jalr execute clause for seq model and rmem.
Prashanth Mundkur
1
-16
/
+2
2018-10-23
RISC-V: Initial splitting of instructions across multiple files.
Prashanth Mundkur
1
-37
/
+0
2018-10-23
RISC-V: various fixes
Prashanth Mundkur
1
-2
/
+2
2018-10-05
RISC-V: encode/decode and assembly mappings for compressed instructions
Jon French
1
-188
/
+91
2018-08-28
fix bug in RISCV assembly mapping, incorrect order of FENCE pred/succ bits
Jon French
1
-1
/
+1
2018-07-27
Add some missing rv64i instructions, discovered when annotating the riscv isa...
Prashanth Mundkur
1
-0
/
+27
2018-07-20
Add assorted comments, consistency fixes and cleanup.
Prashanth Mundkur
1
-337
/
+310
2018-07-12
Fixed a nested comment issue
Shaked Flur
1
-1
/
+1
2018-07-11
Add fixme note about riscv jalr.
Prashanth Mundkur
1
-0
/
+8
2018-07-11
Update the exception code for riscv LR after clarification on isa-dev.
Prashanth Mundkur
1
-1
/
+4
2018-07-11
RISC-V model fixes for RMEM
Jon French
1
-7
/
+11
2018-07-10
correct pretty-printing using mappings
Jon French
1
-192
/
+4
2018-07-09
Support writes to misa.C in riscv.
Prashanth Mundkur
1
-2
/
+2
2018-07-08
Move the riscv analysis function into its own file for coverage purposes.
Prashanth Mundkur
1
-183
/
+0
2018-07-07
Cancel riscv reservation before i/o scheduling, tweak reservation tracing.
Prashanth Mundkur
1
-4
/
+2
2018-07-07
An initial fix to riscv lr/sc, needs a review.
Prashanth Mundkur
1
-37
/
+80
2018-07-05
Fix printing of aq/rl flags in risc-v lr/sc.
Prashanth Mundkur
1
-16
/
+22
2018-07-05
support acquire/release loads/stores in RISCV initial_analysis
Jon French
1
-4
/
+4
2018-07-05
restore missing RISC-V fence types in sail2; ignore io bits in fences more cl...
Jon French
1
-32
/
+23
2018-06-28
further changes to support rmem
Jon French
1
-34
/
+60
2018-06-25
Add a riscv platform parameter to control trapping to M-mode on misaligned ac...
Prashanth Mundkur
1
-2
/
+15
2018-06-25
Hook in the missed misa legalizer.
Prashanth Mundkur
1
-0
/
+1
2018-06-25
Fix a missed fixme for the sstatus view of mstatus.
Prashanth Mundkur
1
-1
/
+1
2018-06-22
More trace log tweaks.
Prashanth Mundkur
1
-0
/
+4
2018-06-21
add PMP registers to CSR, fix build
Jon French
1
-12
/
+17
2018-06-21
changes to riscv model to support rmem
Jon French
1
-0
/
+195
2018-06-11
Update retire semantics for riscv WFI.
Prashanth Mundkur
1
-10
/
+7
2018-06-11
Merge branch 'sail2' into mappings
Jon French
1
-74
/
+126
2018-06-11
change double-caret for string-append-pattern to single caret, since that wou...
Jon French
1
-27
/
+27
2018-06-11
drop now-unnecessary type annotation clutter from riscv decode mappings
Jon French
1
-42
/
+55
2018-06-09
Increment minstret on instruction retires, and handle the case when the minst...
Prashanth Mundkur
1
-73
/
+121
2018-06-09
Some fixes to counteren handling.
Prashanth Mundkur
1
-4
/
+4
2018-06-08
Add counteren registers.
Prashanth Mundkur
1
-0
/
+4
2018-06-08
type checking mappings: allow inferring based on the other side's id inferences
Jon French
1
-2
/
+2
2018-05-23
riscv decode now uses mapping-decode and passes tests
Jon French
1
-168
/
+57
2018-05-21
further RISCV mapping: all extant non-compressed instructions done
Jon French
1
-1
/
+185
2018-05-18
more riscv mapping
Jon French
1
-19
/
+25
2018-05-18
more riscv mappings; riscv now builds successfully to lem which builds to isa...
Jon French
1
-37
/
+74
2018-05-15
Merge branch 'sail2' into mappings
Jon French
1
-1
/
+2
[next]