Age | Commit message (Expand) | Author | Files | Lines |
2024-06-11 | Separate RV32 and RV64 C instructions into separate files | Andrew Waterman | 1 | -0/+4 |
2024-06-11 | Compensate for perf loss of not mutating insn list by presorting it | Andrew Waterman | 1 | -7/+7 |
2024-06-11 | Add missing instructions to Makefile | Andrew Waterman | 1 | -0/+4 |
2024-05-06 | Add Zawrs extension | Ved Shanbhogue | 1 | -0/+5 |
2024-05-01 | Remove Zbpbo, Zpn, and Zpsfoperand implementation | Andrew Waterman | 1 | -336/+0 |
2024-04-18 | Add Zicfiss extension from CFI extension, v0.4.0 | SuHsien Ho | 1 | -0/+12 |
2024-03-06 | Zicfilp: Implement lpad insn behavior | Ming-Yi Lai | 1 | -0/+4 |
2024-03-03 | Don't include subproject headers with -I | Andrew Waterman | 1 | -1/+1 |
2023-12-08 | Add Zimop extension | Andrew Waterman | 1 | -0/+5 |
2023-11-02 | Add Zabha instructions to make | Ved Shanbhogue | 1 | -0/+23 |
2023-10-18 | Spike support for the Zalasr extension | brs | 1 | -0/+11 |
2023-10-16 | vamo: remove from building list | Chih-Min Chao | 1 | -39/+0 |
2023-07-11 | Move isa_parser_t to libdisasm out of libriscv | Jerry Zhao | 1 | -1/+0 |
2023-06-20 | devices: Switch plugin device interface to use device_factory_t | Jerry Zhao | 1 | -1/+0 |
2023-06-20 | dts_t: Add dts.h to list of installed headers | Jerry Zhao | 1 | -0/+1 |
2023-06-19 | Zvk: Implement Zvksh, vector SM3 Hash Function | Eric Gouriou | 1 | -0/+5 |
2023-06-19 | Zvk: Implement Zvksed, vector SM4 Block Cipher | Eric Gouriou | 1 | -0/+6 |
2023-06-19 | Zvk: Implement Zvkned, vector AES single round | Eric Gouriou | 1 | -0/+14 |
2023-06-19 | Zvk: Implement Zvknh[ab], NIST Suite: Vector SHA-2 | Eric Gouriou | 1 | -0/+7 |
2023-06-19 | Zvk: Implement Zvkg, Vector GCM/GMAC instruction | Eric Gouriou | 1 | -0/+5 |
2023-06-19 | Zvk: Implement Zvbc extension, vectory carryless multiplaction | Eric Gouriou | 1 | -0/+7 |
2023-06-19 | Zvk: Implement Zvbb, Vector Bit-manipulation for Cryptography | Eric Gouriou | 1 | -0/+22 |
2023-06-19 | List extensions alphabetically in riscv_insn_list | Eric Gouriou | 1 | -16/+16 |
2023-06-19 | Implement Zacas extension. | Gianluca Guida | 1 | -0/+6 |
2023-06-18 | Remove instructions that belong only to Xbitmanip | Andrew Waterman | 1 | -42/+0 |
2023-06-17 | Add test that ensures opcodes don't overlap unless explicitly specified | Andrew Waterman | 1 | -1/+2 |
2023-05-29 | Add support for new instructions of Zvfbfwma extension | Weiwei Li | 1 | -0/+5 |
2023-05-29 | Add support for new instructions of Zvfbfmin extension | Weiwei Li | 1 | -0/+5 |
2023-05-29 | Add support for new instructions of Zfbfmin extension | Weiwei Li | 1 | -2/+10 |
2023-05-19 | Add Spike's meta files for pkg-config | Wojciech Bartczak | 1 | -0/+2 |
2023-04-12 | Add debug_defines.h to list of installed headers | Jerry Zhao | 1 | -0/+1 |
2023-04-03 | Implement Zfa. | Philipp Tomsich | 1 | -0/+45 |
2023-03-20 | Implement Smrnmi extension | Andrew Waterman | 1 | -0/+4 |
2023-02-04 | Add disasm/extension/rocc.h to installed headers | Jerry Zhao | 1 | -0/+3 |
2023-01-31 | Zicond: implement Zicond (conditional integer operations) | Philipp Tomsich | 1 | -0/+5 |
2022-12-22 | Remove non-installed header lists from Makefile fragments | Andrew Waterman | 1 | -34/+0 |
2022-12-20 | Reduce compile time increase introduced by #1189 | Andrew Waterman | 1 | -13/+4 |
2022-12-20 | Add logged variants of insn templates | Jerry Zhao | 1 | -5/+13 |
2022-12-16 | Add missing vector_unit.h to install headers list | Jerry Zhao | 1 | -1/+2 |
2022-12-16 | Add missing abstract_interrupt_controller.h to header lists | Jerry Zhao | 1 | -0/+2 |
2022-12-15 | Don't install instruction decode macros | Jerry Zhao | 1 | -3/+1 |
2022-12-15 | Merge pull request #1180 from ucb-bar/cleancfg | Andrew Waterman | 1 | -0/+1 |
2022-12-15 | Add cfg.cc to hold internal implementation of mem_cfg_t | Jerry Zhao | 1 | -0/+1 |
2022-12-15 | Split decode.h into public decode.h and private decode_macros.h | Jerry Zhao | 1 | -0/+1 |
2022-12-13 | Move boost asio socket interface to socketif_t | Jerry Zhao | 1 | -1/+3 |
2022-12-12 | Pull vector unit into separate source/header | Jerry Zhao | 1 | -0/+2 |
2022-11-17 | add support for zcmt | Weiwei Li | 1 | -0/+4 |
2022-11-17 | add support for zcmp | Weiwei Li | 1 | -0/+9 |
2022-11-17 | add support for zcb | Weiwei Li | 1 | -1/+19 |
2022-10-17 | Merge branch 'master' into plic_uart_v1plic_uart_v1 | Andrew Waterman | 1 | -1/+34 |