aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-21Relax mstatus.vs dependency on full VJerry Zhao2-1/+5
2024-06-21Relax vector_csr dependency on 'V'Jerry Zhao1-4/+0
2024-06-21Relax zvfh/zvfhmin dependency on V, they only actually depend on ZveJerry Zhao1-3/+0
2024-06-21Allow disassembly from implementations that are not full VJerry Zhao1-1/+1
2024-06-21Relax has_fs dependency on misa.vJerry Zhao1-2/+1
2024-06-21Add accessors to isa_parser's VLEN/ELENJerry Zhao1-0/+3
2024-06-21Add Zvl/Zve validation to isa_parserJerry Zhao1-0/+21
2024-06-21Add isa_parser parsing for zvl/zveJerry Zhao2-1/+40
2024-06-20Merge pull request #1702 from riscv-software-src/fix-1696Andrew Waterman1-20/+20
2024-06-20In isa_parser, move extensionology code before error-checking codeAndrew Waterman1-20/+20
2024-06-20Merge pull request #1695 from riscv-software-src/bf16-opsAndrew Waterman10-4/+443
2024-06-20Merge pull request #1690 from riscv-software-src/fix-warningsJerry Zhao2-17/+17
2024-06-18Add several BF16 ops to SoftFloatAndrew Waterman10-0/+435
2024-06-17Merge pull request #1694 from Du-Chao/masterAndrew Waterman1-1/+1
2024-06-18Add a prerequisite for buildingChao Du1-1/+1
2024-06-17Consistently order BF16 routines in Makefile and softfloat.hAndrew Waterman2-4/+8
2024-06-13Merge pull request #1689 from riscv-software-src/rounding-mode-thread-localAndrew Waterman1-2/+5
2024-06-13Make softfloat's rounding mode thread-localAndrew Waterman1-2/+5
2024-06-13Merge branch 'NXP-zilsd'Andrew Waterman11-17/+83
2024-06-13Adding Zilsd and Zcmlsd extensions (Load/store pair for RV32)Christian Herber11-17/+83
2024-06-12Fix a few compile warningsAndrew Waterman2-17/+17
2024-06-11Merge pull request #1679 from akifejaz/vector-cryptoAndrew Waterman1-0/+10
2024-06-12Merge branch 'master' into vector-cryptoAkif Ejaz20-139/+199
2024-06-11Merge pull request #1687 from riscv-software-src/flw-overlapAndrew Waterman13-124/+179
2024-06-11Validate contents of overlap list in CIAndrew Waterman1-13/+32
2024-06-11Separate RV32 and RV64 C instructions into separate filesAndrew Waterman10-33/+31
2024-06-11Improve hit rate of opcode cache to compensate for not mutating insn listAndrew Waterman2-17/+58
2024-06-11Compensate for perf loss of not mutating insn list by presorting itAndrew Waterman1-7/+7
2024-06-11Keep potentially overlapping instructions in order at head of listAndrew Waterman1-20/+32
2024-06-11Preserve the ordering of the instruction listAndrew Waterman1-22/+2
2024-06-11Add comments to overlap listAndrew Waterman1-0/+9
2024-06-11Refine Zicfiss overlap listAndrew Waterman1-2/+5
2024-06-11Remove unnecessary instructions from overlap listAndrew Waterman1-11/+0
2024-06-11Add missing instructions to MakefileAndrew Waterman1-0/+4
2024-06-11Merge pull request #1688 from YenHaoChen/pr-tcontrolAndrew Waterman5-1/+9
2024-06-11triggers: implement tcontrolYenHaoChen5-1/+9
2024-05-31Merge pull request #1684 from riscv-software-src/simplify-zicfilpAndrew Waterman6-14/+11
2024-05-31Avoid checking ELP before every instruction fetchAndrew Waterman6-13/+12
2024-05-31No need to check if Zicfilp is enabled before checking ELPAndrew Waterman1-3/+1
2024-05-29Merge branch 'master' into vector-cryptoAkif Ejaz6-14/+25
2024-05-29corrected the crypto extension versionakifejaz1-10/+10
2024-05-29Merge pull request #1670 from clementleger/dev/cleger/et_dynJerry Zhao6-14/+25
2024-05-29add support to load ET_DYN elfClément Léger6-14/+25
2024-05-27updated README with supported Vector Cryptography Extensionsakifejaz1-0/+10
2024-05-27Merge pull request #1678 from rbuchner-aril/rbuchner/vxsat-writeAndrew Waterman1-0/+2
2024-05-27Require vector extension when attempting vxsat writesrbuchner1-0/+2
2024-05-26Merge pull request #1677 from YenHaoChen/pr-vector-reductionAndrew Waterman1-4/+4
2024-05-26Merge pull request #1675 from chihminchao/cfi-fixAndrew Waterman2-2/+2
2024-05-24vector: Not logging write of reduction instructions when vl = 0YenHaoChen1-4/+4
2024-05-23zicflip: fix [ms]ret behaviorChih-Min Chao2-2/+2