aboutsummaryrefslogtreecommitdiff
path: root/spike_main
AgeCommit message (Expand)AuthorFilesLines
2016-06-29Disassemble RVC instructions based on XLENAndrew Waterman2-14/+24
2016-06-22Remove legacy HTIF; implement HTIF directlyAndrew Waterman1-1/+0
2016-06-03Minor usability improvements (#48)neuschaefer1-1/+6
2016-05-23Add --gdb-portTim Newsome1-4/+10
2016-05-23Add -H to start halted.Tim Newsome1-2/+5
2016-05-23gdb can now read spike memory.Tim Newsome1-1/+1
2016-05-23Listen on a socket for gdb to connect to.Tim Newsome1-0/+3
2016-04-29Move much closer to new platform-M memory mapAndrew Waterman1-0/+1
2016-04-28Add --dump-config-string flagAndrew Waterman1-14/+23
2016-04-28Remove MTIME[CMP]; add RTC deviceAndrew Waterman1-1/+0
2016-04-19Split ERET into URET, SRET, HRET, MRETAndrew Waterman1-3/+6
2016-04-02Allow configuration of default ISA with --with-isaAndrew Waterman1-2/+2
2016-01-05fix help messageAndrew Waterman1-2/+2
2015-10-20Update to hopefully final RVC 1.9 encodingAndrew Waterman1-2/+0
2015-10-05more work towards RVC 1.8Andrew Waterman1-9/+2
2015-10-02work towards rvc 1.8Andrew Waterman1-3/+17
2015-09-04Move towards RVC v1.8Andrew Waterman1-10/+4
2015-08-06Add an option (-l) to display a log of execution in non-interactive mode.Prashanth Mundkur1-0/+4
2015-05-31New RV64C proposalAndrew Waterman1-19/+63
2015-04-03Support setting ISA/subsets with --isa flagAndrew Waterman4-42/+6
2015-03-30Implement RVC draftAndrew Waterman1-0/+115
2015-03-12correctly parse extension for spike-disasmYunsup Lee1-0/+6
2015-01-29properly sign-extend instructions in spike-dasmAndrew Waterman1-1/+6
2015-01-09Use PATH_MAX instead of NAME_MAXAndrew Waterman1-1/+1
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
2014-12-29Allow Spike to build on NetBSDReinoud Zandijk1-1/+3
2014-12-20Support building from within root directoryAndrew Waterman8-0/+702