Added error message when trying to use histogram
[riscv-isa-sim.git] / hwacha /
2015-03-17 Yunsup Leechange hwacha cause to follow risc-v cause
2015-03-16 Yunsup Leebugfix in raising accelerator interrupts
2015-03-16 Yunsup Leevxcptsave->vxcptevac,vxcptrestore->vxcpthold
2015-03-13 Andrew WatermanUpdate to new privileged spec
2015-02-08 Andrew WatermanUse xlen, not xprlen, to refer to x-register width
2014-12-20 Andrew WatermanSupport building from within root directory
2014-12-20 Andrew WatermanFix makefile race condition
2014-12-05 Andrew Watermanzero-extend 32b instructions for vxcptaux
2014-12-05 Andrew WatermanSupport 2/4/6/8-byte instructions
2014-11-25 Andrew WatermanFactor out the dummy RoCC accelerator
2014-09-27 Andrew WatermanAvoid use of __int128_t
2014-07-07 Andrew WatermanUse precompiled headers to speed up compilation
2014-04-03 Stephen TwiggMerge branch 'tm'
2014-04-03 Stephen TwiggSync encoding in opcodes
2014-04-03 Stephen TwiggAdd ut_fclass_s/d hwacha (unused until encoding sync)
2014-03-02 Yunsup Leeadd hwacha vfmsv instructions
2014-02-04 Quan NguyenMove half precision instructions, add vfmsv, vfmvv
2014-02-01 Andrew WatermanFix linking on Darwin
2014-01-21 Quan NguyenMerge branch 'confprec'
2013-12-17 Andrew WatermanSpeed things up quite a bit
2013-11-30 Quan NguyenRemove debug printf in vsetprec
2013-11-30 Quan NguyenAdd vsetprec instruction prototype
2013-11-25 Andrew WatermanUpdate to new privileged ISA
2013-11-25 Quan NguyenMerge branch 'master' of github.com:ucb-bar/riscv-isa...
2013-11-21 Yunsup Leefix slli/slliw encoding bug
2013-11-06 Yunsup Leecorrectly trap when SR_EA is disabled
2013-11-05 Albert OuFix declaration of half-precision instructions
2013-11-05 Albert OuRe-add Hwacha header file
2013-11-05 Albert OuImplement "half-baked" half-precision instruction subse...
2013-11-05 Albert OuMerge branch 'master' of github.com:ucb-bar/riscv-isa...
2013-10-29 Yunsup Leeinclude stdexcept
2013-10-22 Yunsup Leeclarify vxcptsave/vxctkill semantics
2013-10-19 Yunsup Leeimplement vxcptsave/vxcptrestore
2013-10-19 Yunsup Leemore hwacha supervisor stuff
2013-10-19 Yunsup Leerefactor disassembler, and add hwacha disassembler
2013-10-18 Yunsup Leecan't execute frsr/fssr on ut
2013-10-18 Yunsup Leeor into control thread's fp exceptions
2013-10-18 Yunsup Leecatch trap_illegal_instruction in hwacha
2013-10-18 Yunsup Leeadd hwacha exception support
2013-10-16 Yunsup Leefix maxvl calc logic
2013-10-16 Yunsup Leeuse reset virtual method
2013-10-16 Yunsup Leeuse uint32_t for vl
2013-10-16 Yunsup Leerevamp hwacha; now runs in physical mode
2013-07-27 Andrew WatermanRemove more vector stuff
2013-07-26 Andrew WatermanRip out Hwacha for now