Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-11-12 | Add --priv option to control which privilege modes are available | Andrew Waterman | 1 | -0/+19 | |
2019-10-28 | Implement support for big-endian hosts | Marcus Comstedt | 1 | -1/+2 | |
2019-09-02 | Fix OSX build | Andrew Waterman | 1 | -1/+75 | |
Closes #326 | |||||
2019-07-22 | Implement MMIO device plugins. | Aaron Jones | 1 | -0/+2 | |
2019-07-11 | Fix support for 32-bit hosts (but no V extension in that case!) | Andrew Waterman | 1 | -2/+2 | |
2019-06-14 | rvv: add configuration and command-line option | Chih-Min Chao | 1 | -0/+87 | |
1. configure option "--with-varch" the option defines the default u-arch implementatiton-decided parameter VLEN: vector register length in bit SLEN: striping distance in bit ELEN: max element size in bit ex: --with-vector=v128:e32:s128 2. add __int128_t type checking 3. add --varch command option and help message ex: --varch=v512:e64:s512 Signed-off-by: Dave Wen <dave.wen@sifive.com> | |||||
2019-03-31 | Add fesvr; only globally install fesvr headers/libsstatic-link | Andrew Waterman | 1 | -159/+96 | |
2017-06-05 | Configure should fail if device-tree-compiler is not installed | Andrew Waterman | 1 | -0/+4 | |
Fixes #107 | |||||
2017-04-05 | Add --enable-misaligned option for misaligned ld/st support | Andrew Waterman | 1 | -0/+16 | |
Resolves #93 | |||||
2017-03-21 | autoconf: put location of 'dtc' into config.h | Wesley W. Terpstra | 1 | -0/+46 | |
2017-02-18 | Make HW setting of PTE A/D bits optional (by configure arg) | Andrew Waterman | 1 | -1/+29 | |
https://github.com/riscv/riscv-isa-manual/issues/14 | |||||
2016-04-02 | Allow configuration of default ISA with --with-isa | Andrew Waterman | 1 | -0/+19 | |
2016-03-02 | Add autoconf check for little-endianness | Andrew Waterman | 1 | -265/+686 | |
2016-03-02 | Compile debug symbols | Andrew Waterman | 1 | -2/+2 | |
2016-01-24 | Remove hwacha support | Andrew Waterman | 1 | -49/+0 | |
Support for hwacha will continue on the ESP branch (see https://github.com/ucb-bar/esp-isa-sim). | |||||
2015-05-13 | autoreconf 126beb482ff6 ("Install pkg-config files for Spike") | Palmer Dabbelt | 1 | -0/+18 | |
2015-04-09 | Fix autoconf for RHEL6 | Andrew Waterman | 1 | -57/+58 | |
2015-04-03 | Support setting ISA/subsets with --isa flag | Andrew Waterman | 1 | -105/+61 | |
Default is RV64IMAFDC. Can do things like --isa=RV32 (which implies IMAFDC) --isa=IM (which implies RV64) --isa=RV64IMAFDXhwacha | |||||
2015-03-30 | Implement RVC draft | Andrew Waterman | 1 | -0/+15 | |
2015-01-09 | Don't look for a simulator when cross compiling | Andrew Waterman | 1 | -120/+0 | |
2015-01-09 | Fix bug where C compiler used instead of C++ for autoconf tests | Stephen Twigg | 1 | -8/+16 | |
2014-12-29 | autoreconf 65ba70071d11cc19b3dc85c047c5fea6d4d7bc0d | Palmer Dabbelt | 1 | -121/+139 | |
2014-12-20 | Support building from within root directory | Andrew Waterman | 1 | -8/+8 | |
2014-11-25 | Factor out the dummy RoCC accelerator | Andrew Waterman | 1 | -0/+46 | |
2014-11-19 | Suppress harmless warnings | Andrew Waterman | 1 | -2/+2 | |
specifically, unused variables in auto-generated code. | |||||
2014-08-28 | Update configure to set CPPFLAGS instead of CFLAGS with fesvr include path. | Jim Lawson | 1 | -1/+1 | |
Since we no longer are duplicating CFLAGS, ensure CPPFLAGS are set correctly. | |||||
2014-08-15 | Added PC histogram option. | Christopher Celio | 1 | -0/+15 | |
- Spits out all PCs (on 4B granularity) executed with count. - Requires a compile time configuration option. - Also requires a run-time flag. | |||||
2014-01-26 | Enable runtime loading of dynamic library with --extlib | Andrew Waterman | 1 | -155/+149 | |
2014-01-26 | Eliminate hwacha <-> riscv circular dependence | Andrew Waterman | 1 | -102/+153 | |
We now split out the spike executable into another subproject, which depends on both rocket and hwacha | |||||
2014-01-25 | Merge softfloat_riscv into softfloat | Andrew Waterman | 1 | -46/+0 | |
They really aren't independent libraries. | |||||
2014-01-24 | Require libdl for dynamic linking at runtime | Andrew Waterman | 1 | -15/+63 | |
2014-01-24 | Build and use shared libraries only | Andrew Waterman | 1 | -2/+2 | |
2014-01-24 | Build and use shared libraries | Andrew Waterman | 1 | -28/+28 | |
2013-10-16 | revamp hwacha; now runs in physical mode | Yunsup Lee | 1 | -0/+46 | |
2013-10-10 | commit configure script; new configure option --enable-commitlog | Yunsup Lee | 1 | -0/+15 | |
2013-08-11 | Instructions are no longer member functions | Andrew Waterman | 1 | -1/+1 | |
2013-07-26 | Remove more vector stuff | Andrew Waterman | 1 | -30/+0 | |
2013-05-13 | change riscv-isa-run to spike | Yunsup Lee | 1 | -2/+2 | |
2013-02-12 | migrate to c++11 | Andrew Waterman | 1 | -1/+1 | |
2013-01-25 | change htif to link against libfesvr | Andrew Waterman | 1 | -264/+497 | |
2011-11-11 | Remove dependence on binutils | Your Name | 1 | -181/+0 | |
We now have our own disassembler. | |||||
2011-11-11 | Use new compiler toolchain's disassembler | Andrew Waterman | 1 | -1/+1 | |
2011-08-18 | don't forget to commit configure after autoconf!cs250 | Andrew Waterman | 1 | -348/+274 | |
2011-07-08 | fixes to make disassembly work under macos (with macports binutils installed) | Rimas Avizienis | 1 | -268/+375 | |
2011-06-19 | temporary undoing of renaming | Andrew Waterman | 1 | -0/+5561 | |
2011-06-12 | [sim] renamed to riscv-isa-run | Andrew Waterman | 1 | -5576/+0 | |
2011-06-11 | [xcc] fix configure scripts | Andrew Waterman | 1 | -3/+3 | |
2011-05-29 | [sim,opcodes] improved sim build and run performance | Andrew Waterman | 1 | -1/+1 | |
2011-04-15 | [sim] added icache simulator (disabled by default) | Andrew Waterman | 1 | -0/+15 | |
2011-04-09 | [sim] add disable option for vector | Yunsup Lee | 1 | -0/+15 | |