riscv-isa-sim.git
2016-04-20 Andrew WatermanSplit ERET into URET, SRET, HRET, MRET
2016-04-06 Andrew WatermanRemove non-standard uarch CSRs
2016-04-03 Andrew WatermanAllow configuration of default ISA with --with-isa
2016-03-17 Andrew WatermanUpdate definition of base field in misa register
2016-03-04 Andrew WatermanFix up interrupt delegation
2016-03-02 Andrew WatermanAdd counter-enable registers
2016-03-02 Andrew WatermanUse RV config string rather than FDT
2016-03-02 Andrew WatermanWIP on priv spec v1.9
2016-03-02 Andrew WatermanNew definitions of misa/marchid/mvendorid
2016-03-02 Andrew Watermanimplement PUM functionality
2016-03-02 Andrew Watermansptbr now a holds a PPN, not an address
2016-03-02 Andrew WatermanReturn to interactive mode after a trap
2016-03-02 Andrew WatermanUse simpler MTVEC scheme
2016-03-02 Andrew WatermanFix ERET bug
2016-03-02 Andrew WatermanZero-extend all CSR writes
2016-03-02 Andrew WatermanFix ERET serialization strategy
2016-03-02 Andrew WatermanAdd autoconf check for little-endianness
2016-03-02 Andrew WatermanSet default RV32 RAM size to 4 GiB - 256 MiB
2016-03-02 Andrew WatermanSerialize simulator on ERET
2016-03-02 Andrew WatermanWIP on priv spec v1.9
2016-03-02 Andrew WatermanCompile debug symbols
2016-03-02 Andrew WatermanMark SoftFloat routines static inline
2016-03-02 Andrew WatermanUpgrade to latest SoftFloat
2016-02-04 Andrew WatermanActually refill ITLB on ITLB miss
2016-01-30 Andrew WatermanFix NaN propagation for fcvt
2016-01-24 Andrew WatermanRemove hwacha support
2016-01-13 Andrew WatermanUse new NaN discipline
2016-01-13 Andrew Watermandon't ignore data value when writing MIPI
2016-01-05 Andrew Watermanfix help message
2015-12-17 Scott Beameranother osx clang compatability fix
2015-11-20 Andrew WatermanC.ADDIW is reserved for rd=0
2015-11-13 Andrew WatermanGenerate device tree for target machine
2015-11-13 Andrew WatermanAccess FP regs through a macro
2015-11-05 Andrew WatermanMerge pull request #34 from zizztux/incorrect_int_reg_count
2015-10-28 SeungRyeol LeeFix incorrect upper limit for loop on interactive int...
2015-10-26 Andrew WatermanFix histogram for RVC
2015-10-20 Andrew WatermanUpdate to hopefully final RVC 1.9 encoding
2015-10-13 Andrew WatermanFix --dc flag
2015-10-06 Andrew WatermanRVC encoding tweak
2015-10-06 Andrew Watermanmore work towards RVC 1.8
2015-10-02 Andrew Watermanwork towards rvc 1.8
2015-10-02 Andrew Watermanclean up shift instruction implementation
2015-09-25 Andrew WatermanRefactor memory access code; add MMIO support
2015-09-25 Andrew WatermanUse enum instead of two bools to denote memory access...
2015-09-16 Scott Beamercommit log now correctly prints privilege
2015-09-15 Christopher... Zero-extend flw, fmv_s_x instructions
2015-09-12 Scott Beamerprint out current privilege level (if commit log enabled)
2015-09-12 Scott Beamerprint out commit log (if enabled) for all privilege...
2015-09-11 Andrew WatermanSimplify register_base_instructions
2015-09-11 Andrew WatermanInitialize mstatus.prv1/prv2 to U, not S
2015-09-11 Andrew WatermanSupport 'G' in ISA strings
2015-09-11 Andrew WatermanMerge pull request #32 from riscv/insn-list
2015-09-11 Albert OuFix non-portable sed commands generating insn_list.h
2015-09-09 Andrew WatermanImprove instruction fetch
2015-09-08 Andrew WatermanAdd facility to instrument specific opcodes
2015-09-08 Andrew WatermanRefer to LICENSE in some newer source files
2015-09-04 Andrew WatermanMove towards RVC v1.8
2015-09-02 Andrew WatermanDon't automatically run autoconf
2015-08-06 Andrew WatermanMerge pull request #29 from pmundkur/devel
2015-08-06 Prashanth MundkurAdd an option (-l) to display a log of execution in...
2015-07-30 Christopher... Added error message when trying to use histogram
2015-07-21 Christopher... Update README.md for freg info
2015-07-15 Andrew WatermanMerge pull request #28 from sbeamer/master
2015-07-13 Scott Beamersimplified default case and added comments
2015-07-11 Andrew WatermanMerge pull request #27 from sbeamer/master
2015-07-11 Scott Beamerfix clang compile error
2015-07-05 Andrew WatermanNew machine-mode timer facility
2015-06-06 Andrew WatermanMerge pull request #25 from vapier/master
2015-06-05 Mike Frysingerallow interactive "reg" command to dump all registers
2015-06-05 Mike Frysingeradd an interactive "pc" command
2015-06-05 Mike Frysingerunify interactive core processing
2015-06-04 Andrew WatermanMerge pull request #24 from vapier/master
2015-06-04 Mike Frysingeradd aliases for common interactive functions
2015-06-04 Mike Frysingeradd a help screen to interactive mode
2015-06-03 Andrew WatermanMerge pull request #23 from vapier/master
2015-06-03 Mike Frysingermove interactive function init out of main loop
2015-06-01 Andrew WatermanUse single, shared real-time counter
2015-06-01 Andrew WatermanExecute exactly the # of insns passed to step()
2015-06-01 Andrew WatermanAdd rest of RV32C instructions
2015-06-01 Andrew WatermanFix performance bug when CSR accesses are common
2015-06-01 Andrew WatermanFix c.slliw implementation
2015-06-01 Andrew WatermanNew RV64C proposal
2015-06-01 Andrew WatermanTake interrupts as soon as interrupts are enabled
2015-05-15 Andrew WatermanMerge pull request #20 from palmer-dabbelt/package
2015-05-14 Andrew WatermanFix VM, MIP encoding
2015-05-13 Palmer DabbeltInstall "disasm.h"
2015-05-13 Palmer Dabbeltautoreconf 126beb482ff6 ("Install pkg-config files...
2015-05-13 Palmer DabbeltInstall pkg-config files for Spike
2015-05-13 Palmer DabbeltChange the behavior of the DESTDIR make variable
2015-05-09 Andrew WatermanUpgrade to privileged architecture 1.7
2015-04-30 Andrew WatermanFix commit log for CSR instructions
2015-04-26 Andrew WatermanFix I$ simulator hit count
2015-04-14 Andrew WatermanMerge pull request #18 from wsong83/master
2015-04-13 Wei Songfix cache line index offset in cachesim.cc
2015-04-09 Andrew WatermanFix autoconf for RHEL6
2015-04-04 Andrew WatermanCheck for F extension when accessing FCSR
2015-04-04 Andrew WatermanSupport setting ISA/subsets with --isa flag
2015-04-02 Andrew WatermanSimplify RV32 comparisons
2015-03-31 Andrew WatermanAllow writing mstatus.fs even if FPU isn't present
2015-03-31 Andrew WatermanImplement RVC draft
next