2015-11-13 |
Andrew Waterman | Access FP regs through a macro |
commit | commitdiff | tree |
2015-11-05 |
Andrew Waterman | Merge pull request #34 from zizztux/incorrect_int_reg_count |
commit | commitdiff | tree |
2015-10-28 |
SeungRyeol Lee | Fix incorrect upper limit for loop on interactive int... |
commit | commitdiff | tree |
2015-10-26 |
Andrew Waterman | Fix histogram for RVC |
commit | commitdiff | tree |
2015-10-20 |
Andrew Waterman | Update to hopefully final RVC 1.9 encoding |
commit | commitdiff | tree |
2015-10-13 |
Andrew Waterman | Fix --dc flag |
commit | commitdiff | tree |
2015-10-06 |
Andrew Waterman | RVC encoding tweak |
commit | commitdiff | tree |
2015-10-06 |
Andrew Waterman | more work towards RVC 1.8 |
commit | commitdiff | tree |
2015-10-02 |
Andrew Waterman | work towards rvc 1.8 |
commit | commitdiff | tree |
2015-10-02 |
Andrew Waterman | clean up shift instruction implementation |
commit | commitdiff | tree |
2015-09-25 |
Andrew Waterman | Refactor memory access code; add MMIO support |
commit | commitdiff | tree |
2015-09-25 |
Andrew Waterman | Use enum instead of two bools to denote memory access... |
commit | commitdiff | tree |
2015-09-16 |
Scott Beamer | commit log now correctly prints privilege |
commit | commitdiff | tree |
2015-09-15 |
Christopher... | Zero-extend flw, fmv_s_x instructions |
commit | commitdiff | tree |
2015-09-12 |
Scott Beamer | print out current privilege level (if commit log enabled) |
commit | commitdiff | tree |
2015-09-12 |
Scott Beamer | print out commit log (if enabled) for all privilege... |
commit | commitdiff | tree |
2015-09-11 |
Andrew Waterman | Simplify register_base_instructions |
commit | commitdiff | tree |
2015-09-11 |
Andrew Waterman | Initialize mstatus.prv1/prv2 to U, not S |
commit | commitdiff | tree |
2015-09-11 |
Andrew Waterman | Support 'G' in ISA strings |
commit | commitdiff | tree |
2015-09-11 |
Andrew Waterman | Merge pull request #32 from riscv/insn-list |
commit | commitdiff | tree |
2015-09-11 |
Albert Ou | Fix non-portable sed commands generating insn_list.h |
commit | commitdiff | tree |
2015-09-09 |
Andrew Waterman | Improve instruction fetch |
commit | commitdiff | tree |
2015-09-08 |
Andrew Waterman | Add facility to instrument specific opcodes |
commit | commitdiff | tree |
2015-09-08 |
Andrew Waterman | Refer to LICENSE in some newer source files |
commit | commitdiff | tree |
2015-09-04 |
Andrew Waterman | Move towards RVC v1.8 |
commit | commitdiff | tree |
2015-09-02 |
Andrew Waterman | Don't automatically run autoconf |
commit | commitdiff | tree |
2015-08-06 |
Andrew Waterman | Merge pull request #29 from pmundkur/devel |
commit | commitdiff | tree |
2015-08-06 |
Prashanth Mundkur | Add an option (-l) to display a log of execution in... |
commit | commitdiff | tree |
2015-07-30 |
Christopher... | Added error message when trying to use histogram |
commit | commitdiff | tree |
2015-07-21 |
Christopher... | Update README.md for freg info |
commit | commitdiff | tree |
2015-07-15 |
Andrew Waterman | Merge pull request #28 from sbeamer/master |
commit | commitdiff | tree |
2015-07-13 |
Scott Beamer | simplified default case and added comments |
commit | commitdiff | tree |
2015-07-11 |
Andrew Waterman | Merge pull request #27 from sbeamer/master |
commit | commitdiff | tree |
2015-07-11 |
Scott Beamer | fix clang compile error |
commit | commitdiff | tree |
2015-07-05 |
Andrew Waterman | New machine-mode timer facility |
commit | commitdiff | tree |
2015-06-06 |
Andrew Waterman | Merge pull request #25 from vapier/master |
commit | commitdiff | tree |
2015-06-05 |
Mike Frysinger | allow interactive "reg" command to dump all registers |
commit | commitdiff | tree |
2015-06-05 |
Mike Frysinger | add an interactive "pc" command |
commit | commitdiff | tree |
2015-06-05 |
Mike Frysinger | unify interactive core processing |
commit | commitdiff | tree |
2015-06-04 |
Andrew Waterman | Merge pull request #24 from vapier/master |
commit | commitdiff | tree |
2015-06-04 |
Mike Frysinger | add aliases for common interactive functions |
commit | commitdiff | tree |
2015-06-04 |
Mike Frysinger | add a help screen to interactive mode |
commit | commitdiff | tree |
2015-06-03 |
Andrew Waterman | Merge pull request #23 from vapier/master |
commit | commitdiff | tree |
2015-06-03 |
Mike Frysinger | move interactive function init out of main loop |
commit | commitdiff | tree |
2015-06-01 |
Andrew Waterman | Use single, shared real-time counter |
commit | commitdiff | tree |
2015-06-01 |
Andrew Waterman | Execute exactly the # of insns passed to step() |
commit | commitdiff | tree |
2015-06-01 |
Andrew Waterman | Add rest of RV32C instructions |
commit | commitdiff | tree |
2015-06-01 |
Andrew Waterman | Fix performance bug when CSR accesses are common |
commit | commitdiff | tree |
2015-06-01 |
Andrew Waterman | Fix c.slliw implementation |
commit | commitdiff | tree |
2015-06-01 |
Andrew Waterman | New RV64C proposal |
commit | commitdiff | tree |
2015-06-01 |
Andrew Waterman | Take interrupts as soon as interrupts are enabled |
commit | commitdiff | tree |
2015-05-15 |
Andrew Waterman | Merge pull request #20 from palmer-dabbelt/package |
commit | commitdiff | tree |
2015-05-14 |
Andrew Waterman | Fix VM, MIP encoding |
commit | commitdiff | tree |
2015-05-13 |
Palmer Dabbelt | Install "disasm.h" |
commit | commitdiff | tree |
2015-05-13 |
Palmer Dabbelt | autoreconf 126beb482ff6 ("Install pkg-config files... |
commit | commitdiff | tree |
2015-05-13 |
Palmer Dabbelt | Install pkg-config files for Spike |
commit | commitdiff | tree |
2015-05-13 |
Palmer Dabbelt | Change the behavior of the DESTDIR make variable |
commit | commitdiff | tree |
2015-05-09 |
Andrew Waterman | Upgrade to privileged architecture 1.7 |
commit | commitdiff | tree |
2015-04-30 |
Andrew Waterman | Fix commit log for CSR instructions |
commit | commitdiff | tree |
2015-04-26 |
Andrew Waterman | Fix I$ simulator hit count |
commit | commitdiff | tree |
2015-04-14 |
Andrew Waterman | Merge pull request #18 from wsong83/master |
commit | commitdiff | tree |
2015-04-13 |
Wei Song | fix cache line index offset in cachesim.cc |
commit | commitdiff | tree |
2015-04-09 |
Andrew Waterman | Fix autoconf for RHEL6 |
commit | commitdiff | tree |
2015-04-04 |
Andrew Waterman | Check for F extension when accessing FCSR |
commit | commitdiff | tree |
2015-04-04 |
Andrew Waterman | Support setting ISA/subsets with --isa flag |
commit | commitdiff | tree |
2015-04-02 |
Andrew Waterman | Simplify RV32 comparisons |
commit | commitdiff | tree |
2015-03-31 |
Andrew Waterman | Allow writing mstatus.fs even if FPU isn't present |
commit | commitdiff | tree |
2015-03-31 |
Andrew Waterman | Implement RVC draft |
commit | commitdiff | tree |
2015-03-27 |
Andrew Waterman | Serialize counters without throwing C++ exceptions |
commit | commitdiff | tree |
2015-03-27 |
Andrew Waterman | New virtual memory implementation (Sv39) |
commit | commitdiff | tree |
2015-03-26 |
Andrew Waterman | Update state.pc on every instruction |
commit | commitdiff | tree |
2015-03-21 |
Andrew Waterman | For misaligned fetch, set mepc = addr of branch/jump |
commit | commitdiff | tree |
2015-03-17 |
Yunsup Lee | bugfix, mbadaddr should be writable |
commit | commitdiff | tree |
2015-03-17 |
Yunsup Lee | change hwacha cause to follow risc-v cause |
commit | commitdiff | tree |
2015-03-17 |
Andrew Waterman | Merge [shm]call into ecall, [shm]ret into eret |
commit | commitdiff | tree |
2015-03-16 |
Yunsup Lee | bugfix in raising accelerator interrupts |
commit | commitdiff | tree |
2015-03-16 |
Yunsup Lee | vxcptsave->vxcptevac,vxcptrestore->vxcpthold |
commit | commitdiff | tree |
2015-03-16 |
Andrew Waterman | Delete all remaining junk on "make clean" |
commit | commitdiff | tree |
2015-03-14 |
Andrew Waterman | Don't set dirty/referenced bits w/o permission |
commit | commitdiff | tree |
2015-03-13 |
Andrew Waterman | Use hcall instead of mcall |
commit | commitdiff | tree |
2015-03-13 |
Andrew Waterman | Implement PTE referenced/dirty bits |
commit | commitdiff | tree |
2015-03-13 |
Andrew Waterman | Update to new privileged spec |
commit | commitdiff | tree |
2015-03-12 |
Yunsup Lee | correctly parse extension for spike-disasm |
commit | commitdiff | tree |
2015-02-24 |
Andrew Waterman | Softfloat fcvt.{w/l}.d now returns -MaxInt for -NaN |
commit | commitdiff | tree |
2015-02-23 |
Andrew Waterman | Softfloat fcvt.{w/h}.s now returns -MaxInt for -NaN |
commit | commitdiff | tree |
2015-02-15 |
Andrew Waterman | handle Makefile dependences for precompiled headers... |
commit | commitdiff | tree |
2015-02-10 |
Andrew Waterman | Install config.h with other headers |
commit | commitdiff | tree |
2015-02-08 |
Andrew Waterman | Use xlen, not xprlen, to refer to x-register width |
commit | commitdiff | tree |
2015-01-29 |
Andrew Waterman | properly sign-extend instructions in spike-dasm |
commit | commitdiff | tree |
2015-01-27 |
Christopher... | Fixed masking/casting logic in commit log printf. |
commit | commitdiff | tree |
2015-01-26 |
Andrew Waterman | Fix commit log |
commit | commitdiff | tree |
2015-01-10 |
Andrew Waterman | Don't look for a simulator when cross compiling |
commit | commitdiff | tree |
2015-01-10 |
Andrew Waterman | Use PATH_MAX instead of NAME_MAX |
commit | commitdiff | tree |
2015-01-09 |
Stephen Twigg | Fix bug where C compiler used instead of C++ for autoco... |
commit | commitdiff | tree |
2015-01-05 |
Andrew Waterman | canonicalize assembler pseudo-ops |
commit | commitdiff | tree |
2015-01-05 |
Andrew Waterman | Rename riscv-dis to spike-dasm |
commit | commitdiff | tree |
2015-01-05 |
Andrew Waterman | Disassemble jalr x0, x1, 0 as ret |
commit | commitdiff | tree |
2015-01-03 |
Andrew Waterman | Require 4-byte instruction alignment until RVC is reimp... |
commit | commitdiff | tree |
2015-01-03 |
Andrew Waterman | On misaligned fetch, set EPC to target, not branch... |
commit | commitdiff | tree |
2015-01-02 |
Andrew Waterman | Reduce dependences on auto-generated code |
commit | commitdiff | tree |
next |