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 |
2014-12-30 |
Palmer Dabbelt | Merge branch 'netbsd-autoconf' |
commit | commitdiff | tree |
2014-12-29 |
Palmer Dabbelt | autoreconf 65ba70071d11cc19b3dc85c047c5fea6d4d7bc0d |
commit | commitdiff | tree |
2014-12-29 |
Reinoud Zandijk | Allow Spike to build on NetBSD |
commit | commitdiff | tree |
2014-12-20 |
Andrew Waterman | Support building from within root directory |
commit | commitdiff | tree |
2014-12-20 |
Andrew Waterman | Fix makefile race condition |
commit | commitdiff | tree |
2014-12-12 |
Andrew Waterman | Merge pull request #11 from arunthomas/readme |
commit | commitdiff | tree |
2014-12-11 |
Arun Thomas | README: use gnu-toolchain |
commit | commitdiff | tree |
2014-12-05 |
Andrew Waterman | zero-extend 32b instructions for vxcptaux |
commit | commitdiff | tree |
2014-12-05 |
Andrew Waterman | Support 2/4/6/8-byte instructions |
commit | commitdiff | tree |
2014-12-05 |
Andrew Waterman | Set badvaddr on instruction page faults |
commit | commitdiff | tree |
2014-12-03 |
Andrew Waterman | Update register names to match new ABI |
commit | commitdiff | tree |
2014-12-01 |
Andrew Waterman | Implement timer faithfully |
commit | commitdiff | tree |
2014-11-25 |
Andrew Waterman | Factor out the dummy RoCC accelerator |
commit | commitdiff | tree |
2014-11-22 |
Yunsup Lee | Revert "Enable support for the four custom instructions" |
commit | commitdiff | tree |
2014-11-20 |
Andrew Waterman | Suppress harmless warnings |
commit | commitdiff | tree |
2014-11-20 |
Andrew Waterman | Add missing makefile dependence |
commit | commitdiff | tree |
2014-11-07 |
Andrew Waterman | Merge pull request #8 from arunthomas/dummy_rocc_test |
commit | commitdiff | tree |
2014-10-30 |
Arun Thomas | dummy-rocc-test build fix |
commit | commitdiff | tree |
2014-10-24 |
Yunsup Lee | Merge pull request #4 from arunthomas/custom_inst |
commit | commitdiff | tree |
2014-10-23 |
Arun Thomas | Enable support for the four custom instructions |
commit | commitdiff | tree |
2014-09-27 |
Andrew Waterman | Avoid some unused variable warnings |
commit | commitdiff | tree |
2014-09-27 |
Andrew Waterman | Avoid use of __int128_t |
commit | commitdiff | tree |
2014-09-21 |
Scott Beamer | Merge pull request #2 from arunthomas/build_fix |
commit | commitdiff | tree |
2014-09-21 |
Arun Thomas | Update riscv.ac to set CPPFLAGS with fesvr include... |
commit | commitdiff | tree |
2014-09-14 |
Scott Beamer | now can build with clang |
commit | commitdiff | tree |
2014-08-28 |
Jim Lawson | Update configure to set CPPFLAGS instead of CFLAGS... |
commit | commitdiff | tree |
2014-08-28 |
Scott Beamer | don't include same flags twice |
commit | commitdiff | tree |
2014-08-26 |
Scott Beamer | clean up warnings from clang |
commit | commitdiff | tree |
2014-08-15 |
Christopher... | Added PC histogram option. |
commit | commitdiff | tree |
2014-08-08 |
Andrew Waterman | Support uarch counters (degenerately) |
commit | commitdiff | tree |
2014-08-07 |
Scott Beamer | fix typo in README |
commit | commitdiff | tree |
2014-08-05 |
Sagar Karandikar | change README to markdown |
commit | commitdiff | tree |
2014-07-25 |
Scott Beamer | added support for register convention names in debug... |
commit | commitdiff | tree |
2014-07-16 |
Scott Beamer | couple of more notes on debug mode |
commit | commitdiff | tree |
2014-07-15 |
Scott Beamer | notes on using debug mode |
commit | commitdiff | tree |
2014-07-08 |
Andrew Waterman | Disallow access to FCSR when FP is disabled |
commit | commitdiff | tree |
2014-07-07 |
Andrew Waterman | Use precompiled headers to speed up compilation |
commit | commitdiff | tree |
2014-07-07 |
Andrew Waterman | Minor refactoring |
commit | commitdiff | tree |
2014-06-13 |
Christopher... | Commit log now prints while interrupts are enabled. |
commit | commitdiff | tree |
2014-06-13 |
Andrew Waterman | Only print commit log if instruction commits |
commit | commitdiff | tree |
2014-06-12 |
Andrew Waterman | Set status.u64 to true on boot |
commit | commitdiff | tree |
2014-04-24 |
Andrew Waterman | fix disassembly of bnez and friends |
commit | commitdiff | tree |
2014-04-03 |
Stephen Twigg | Merge branch 'tm' |
commit | commitdiff | tree |
next |