add explanatory comment
[riscv-isa-sim.git] / riscv /
2018-10-09 Luke Kenneth Casso... add explanatory comment
2018-10-09 Luke Kenneth Casso... add explanatory comment
2018-10-09 Luke Kenneth Casso... start adding explicit twin-predicated branch identifica...
2018-10-09 Luke Kenneth Casso... extend sv register file from 64 to 128 after discussion.
2018-10-07 Luke Kenneth Casso... override setpc macro so that sv can redirect it in...
2018-10-07 Luke Kenneth Casso... swap #ifdef USING_NOREGS so that it is possible to...
2018-10-07 Luke Kenneth Casso... add rd bit-setting function
2018-10-07 Luke Kenneth Casso... add extra debug printing for c.lwsp
2018-10-07 Luke Kenneth Casso... add rvc_swsp_imm sv overload, provides vector unit...
2018-10-06 Luke Kenneth Casso... c.swsp and c.fswsp predication and offset enabling
2018-10-06 Luke Kenneth Casso... allow x2 (sp) to be redirected in C.LWSP
2018-10-06 Luke Kenneth Casso... temporary hack disabling SV in anything other than...
2018-10-06 Luke Kenneth Casso... whoops inverted ldsp and lwsp immediates
2018-10-06 Luke Kenneth Casso... create ldsp immediate offset overrides
2018-10-06 Luke Kenneth Casso... add in predication for immediate, for C.LWSP
2018-10-05 Luke Kenneth Casso... reorganise src and dest vector-element offsets
2018-10-05 Luke Kenneth Casso... add srcoffs and destoffs sv state, alter CSRs
2018-10-04 Luke Kenneth Casso... reorganise twin-predication
2018-10-04 Luke Kenneth Casso... big reorganisation to support twin-predication
2018-10-03 Luke Kenneth Casso... add in twin-predication identification
2018-10-03 Luke Kenneth Casso... decided not to change the behaviour of LOAD/STORE
2018-10-02 Luke Kenneth Casso... start work on parallelsing LOAD, pass in parameter...
2018-10-02 Luke Kenneth Casso... debug print for floating-point regs
2018-10-01 Luke Kenneth Casso... add comment explaining why invert isnt done in zeroing...
2018-10-01 Luke Kenneth Casso... add comment explaining use of insn._rd() in zeroing
2018-10-01 Luke Kenneth Casso... whoops vloop continuation logic the wrong way round
2018-09-30 Luke Kenneth Casso... update template comment
2018-09-30 Luke Kenneth Casso... lots of debugging of predication, found other errors
2018-09-30 Luke Kenneth Casso... add sv support for zeroing predication in dest register
2018-09-30 Luke Kenneth Casso... add in predication to sv instruction execution
2018-09-30 Luke Kenneth Casso... start linking in predication into sv
2018-09-30 Luke Kenneth Casso... use an alternative logic for detecting scalar / loop-end
2018-09-30 Luke Kenneth Casso... fix code template for when SPIKE_SIMPLEV is not defined
2018-09-29 Luke Kenneth Casso... fix bug in sv template where FRS2 was checking rs3
2018-09-29 Luke Kenneth Casso... add checks for RVC registers to sv template
2018-09-29 Luke Kenneth Casso... add sv_insn_t overloads for rvc registers
2018-09-29 Luke Kenneth Casso... also arrange for id_regs.py to identify compressed...
2018-09-29 Luke Kenneth Casso... a LOT of debugging and fixing, sv loop actually working
2018-09-29 Luke Kenneth Casso... move SV CSRs to user-read-write
2018-09-29 Luke Kenneth Casso... add near-duplicate of SV CFG REG CSRs, for predication
2018-09-29 Luke Kenneth Casso... add implementation of CSR SV CFG regs 0-7
2018-09-29 Luke Kenneth Casso... assign SV REG CSRs (using new union ability)
2018-09-29 Luke Kenneth Casso... make sv csr tables a union so they can be assigned...
2018-09-29 Luke Kenneth Casso... add support for CSR_SVVL to CSRRWI as well
2018-09-29 Luke Kenneth Casso... fix bug in CSR set SVVL: val has already been looked up
2018-09-29 Luke Kenneth Casso... add stub for SV REG configs
2018-09-29 Luke Kenneth Casso... stop a compiler warning
2018-09-29 Luke Kenneth Casso... reorganise from moving sv_pred_* and sv_reg_* tables...
2018-09-29 Luke Kenneth Casso... have to move SV CSRs into processor_t
2018-09-29 Luke Kenneth Casso... add 8 CSRs for registers and predication each
2018-09-29 Luke Kenneth Casso... whoops dont need separate SVSETVL/SVGETVL CSRs
2018-09-29 Luke Kenneth Casso... revert addition of svsetvl as an actual opcode, add...
2018-09-29 Luke Kenneth Casso... Revert "sv setvl as a csr not going to work, add getvl...
2018-09-29 Luke Kenneth Casso... Revert "manually add svsetvl instruction"
2018-09-28 Luke Kenneth Casso... manually add svsetvl instruction
2018-09-28 Luke Kenneth Casso... sv setvl as a csr not going to work, add getvl only
2018-09-27 Luke Kenneth Casso... adding sv vector length CSR to processor state, and...
2018-09-27 Luke Kenneth Casso... add sv predication function
2018-09-26 Luke Kenneth Casso... save some cpu cycles by |ing the checks for vectorop...
2018-09-26 Luke Kenneth Casso... whoops vectorop has to be |= not &= to accumulate ...
2018-09-26 Luke Kenneth Casso... cache the sv redirected register values on each loop
2018-09-26 Luke Kenneth Casso... remembered that the use of sv registers have to be...
2018-09-26 Luke Kenneth Casso... clarify comments on (key strategic) sv_insn_t::remap...
2018-09-26 Luke Kenneth Casso... actually implement sv register re-mapping
2018-09-26 Luke Kenneth Casso... ok this is tricky: an extra parameter has to be passed...
2018-09-26 Luke Kenneth Casso... move sv remap function to sv.cc (not inline)
2018-09-26 Luke Kenneth Casso... check if register redirection is active, and if vectori...
2018-09-26 Luke Kenneth Casso... comment why sv_insn_t is set up the way it is; add...
2018-09-26 Luke Kenneth Casso... include auto-generated identification of use of registe...
2018-09-26 Luke Kenneth Casso... shuffle things around a bit for sv, put rv32/64_name...
2018-09-25 Luke Kenneth Casso... add decode.h header to sv.h
2018-09-25 Luke Kenneth Casso... rename sv vlen to sv voffs, add csr and reg tables
2018-09-25 Luke Kenneth Casso... add reference to vector length in sv
2018-09-25 Luke Kenneth Casso... use sv_insn_t class in instruction template
2018-09-25 Luke Kenneth Casso... add sv_insn_t class (inherits from insn_t)
2018-09-25 Luke Kenneth Casso... argh cant virtualise rd/rs1-3, due to union usage with...
2018-09-25 Luke Kenneth Casso... sv: rd, rs1/2/3 become virtual so that sv_insn_t can...
2018-09-25 Luke Kenneth Casso... clarify sv cam table
2018-09-24 Luke Kenneth Casso... define CSR and register tables for SV
2018-09-06 Tim NewsomeMerge pull request #235 from riscv/sba
2018-09-05 Tim NewsomeFix cut-and-paste bug in 64-bit SBA loads.
2018-08-24 Tim NewsomeAdd dummy custom debug registers, to test OpenOCD....
2018-08-24 Andrew WatermanFix several disassembler bugs
2018-08-23 Andrew WatermanAdd --disable-dtb option to suppress writing the DTB...
2018-08-22 Andrew WatermanMake IRQ_COP read-only/undelegable unless coprocessor...
2018-08-21 Andrew WatermanInstantiate disassembler after max_xlen is known
2018-08-18 Andrew WatermanDon't increment instret immediately after it is written...
2018-08-10 Tim NewsomeFix 2 trigger corner cases. (#229)
2018-07-31 Andrew WatermanMake sstatus.MXR readable
2018-07-23 SeungRyeol LeeFix using the uninitialized disassemble object. (#220)
2018-07-10 Andrew WatermanRefactor and fix LR/SC implementation (#217)
2018-06-12 Tim NewsomeMerge pull request #212 from riscv/hartsel
2018-06-11 Tim NewsomeUpdate debug_defines.h
2018-05-31 Andy WrightPut simif_t declaration in its own file. (#209)
2018-05-18 Prashanth MundkurFix install of missed header. (#207)
2018-05-18 Prashanth MundkurExtract out device-tree generation and compilation...
2018-05-04 Andrew WatermanRevert "C.LWSP and C.LDSP with rd=0 are legal instructions"
2018-05-04 Andrew WatermanC.LWSP and C.LDSP with rd=0 are legal instructions
2018-05-01 Andrew WatermanFix commit log for serializing instructions
2018-04-30 Andrew WatermanOnly break out of the simulator loop on WFI, not on...
next