aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-09Don't look for a simulator when cross compilingAndrew Waterman2-121/+0
2015-01-09Use PATH_MAX instead of NAME_MAXAndrew Waterman1-1/+1
2015-01-09Fix bug where C compiler used instead of C++ for autoconf testsStephen Twigg2-8/+18
2015-01-04canonicalize assembler pseudo-opsAndrew Waterman1-2/+11
2015-01-04Rename riscv-dis to spike-dasmAndrew Waterman2-1/+1
2015-01-04Disassemble jalr x0, x1, 0 as retAndrew Waterman1-1/+1
2015-01-02Require 4-byte instruction alignment until RVC is reimplementedAndrew Waterman1-1/+2
2015-01-02On misaligned fetch, set EPC to target, not branch itselfAndrew Waterman4-10/+9
2015-01-02Reduce dependences on auto-generated codeAndrew Waterman6-15/+15
2014-12-30Merge branch 'netbsd-autoconf'Palmer Dabbelt3-126/+143
2014-12-29autoreconf 65ba70071d11cc19b3dc85c047c5fea6d4d7bc0dPalmer Dabbelt2-125/+140
2014-12-29Allow Spike to build on NetBSDReinoud Zandijk1-1/+3
2014-12-20Support building from within root directoryAndrew Waterman12-15/+15
2014-12-20Fix makefile race conditionAndrew Waterman2-1/+5
2014-12-11Merge pull request #11 from arunthomas/readmehwachav4Andrew Waterman1-2/+2
2014-12-11README: use gnu-toolchainArun Thomas1-2/+2
2014-12-05zero-extend 32b instructions for vxcptauxAndrew Waterman2-6/+6
2014-12-04Support 2/4/6/8-byte instructionsAndrew Waterman5-47/+66
2014-12-04Set badvaddr on instruction page faultsAndrew Waterman3-5/+4
2014-12-03Update register names to match new ABIAndrew Waterman1-8/+8
2014-11-30Implement timer faithfullyAndrew Waterman10-57/+87
2014-11-25Factor out the dummy RoCC acceleratorAndrew Waterman15-40/+104
2014-11-22Revert "Enable support for the four custom instructions"Yunsup Lee25-72/+0
2014-11-19Suppress harmless warningsAndrew Waterman2-4/+4
2014-11-19Add missing makefile dependenceAndrew Waterman2-2/+3
2014-11-07Merge pull request #8 from arunthomas/dummy_rocc_testAndrew Waterman1-2/+2
2014-10-30dummy-rocc-test build fixArun Thomas1-2/+2
2014-10-24Merge pull request #4 from arunthomas/custom_instYunsup Lee25-0/+72
2014-10-23Enable support for the four custom instructionsArun Thomas25-0/+72
2014-09-27Avoid some unused variable warningsAndrew Waterman3-15/+20
2014-09-27Avoid use of __int128_tAndrew Waterman11-22/+54
2014-09-21Merge pull request #2 from arunthomas/build_fixScott Beamer1-1/+1
2014-09-20Update riscv.ac to set CPPFLAGS with fesvr include pathArun Thomas1-1/+1
2014-09-14now can build with clangScott Beamer1-1/+2
2014-08-28Update configure to set CPPFLAGS instead of CFLAGS with fesvr include path.Jim Lawson1-1/+1
2014-08-27don't include same flags twiceScott Beamer1-1/+1
2014-08-25clean up warnings from clangScott Beamer2-3/+1
2014-08-15Added PC histogram option.Christopher Celio8-1/+70
2014-08-07Support uarch counters (degenerately)Andrew Waterman1-0/+17
2014-08-07fix typo in READMEScott Beamer1-1/+1
2014-08-05change README to markdownSagar Karandikar2-97/+98
2014-07-24added support for register convention names in debug modeScott Beamer4-26/+34
2014-07-16couple of more notes on debug modeScott Beamer1-0/+11
2014-07-15notes on using debug modeScott Beamer1-0/+30
2014-07-08Disallow access to FCSR when FP is disabledAndrew Waterman2-17/+24
2014-07-07Use precompiled headers to speed up compilationAndrew Waterman11-28/+37
2014-07-07Minor refactoringAndrew Waterman1-13/+13
2014-06-13Commit log now prints while interrupts are enabled.Christopher Celio2-14/+17
2014-06-13Only print commit log if instruction commitsAndrew Waterman3-5/+21
2014-06-12Set status.u64 to true on bootAndrew Waterman1-1/+1