aboutsummaryrefslogtreecommitdiff
path: root/riscv/riscv.mk.in
AgeCommit message (Expand)AuthorFilesLines
2024-05-06Add Zawrs extensionVed Shanbhogue1-0/+5
2024-05-01Remove Zbpbo, Zpn, and Zpsfoperand implementationAndrew Waterman1-336/+0
2024-04-18Add Zicfiss extension from CFI extension, v0.4.0SuHsien Ho1-0/+12
2024-03-06Zicfilp: Implement lpad insn behaviorMing-Yi Lai1-0/+4
2024-03-03Don't include subproject headers with -IAndrew Waterman1-1/+1
2023-12-08Add Zimop extensionAndrew Waterman1-0/+5
2023-11-02Add Zabha instructions to makeVed Shanbhogue1-0/+23
2023-10-18Spike support for the Zalasr extensionbrs1-0/+11
2023-10-16vamo: remove from building listChih-Min Chao1-39/+0
2023-07-11Move isa_parser_t to libdisasm out of libriscvJerry Zhao1-1/+0
2023-06-20devices: Switch plugin device interface to use device_factory_tJerry Zhao1-1/+0
2023-06-20dts_t: Add dts.h to list of installed headersJerry Zhao1-0/+1
2023-06-19Zvk: Implement Zvksh, vector SM3 Hash FunctionEric Gouriou1-0/+5
2023-06-19Zvk: Implement Zvksed, vector SM4 Block CipherEric Gouriou1-0/+6
2023-06-19Zvk: Implement Zvkned, vector AES single roundEric Gouriou1-0/+14
2023-06-19Zvk: Implement Zvknh[ab], NIST Suite: Vector SHA-2Eric Gouriou1-0/+7
2023-06-19Zvk: Implement Zvkg, Vector GCM/GMAC instructionEric Gouriou1-0/+5
2023-06-19Zvk: Implement Zvbc extension, vectory carryless multiplactionEric Gouriou1-0/+7
2023-06-19Zvk: Implement Zvbb, Vector Bit-manipulation for CryptographyEric Gouriou1-0/+22
2023-06-19List extensions alphabetically in riscv_insn_listEric Gouriou1-16/+16
2023-06-19Implement Zacas extension.Gianluca Guida1-0/+6
2023-06-18Remove instructions that belong only to XbitmanipAndrew Waterman1-42/+0
2023-06-17Add test that ensures opcodes don't overlap unless explicitly specifiedAndrew Waterman1-1/+2
2023-05-29Add support for new instructions of Zvfbfwma extensionWeiwei Li1-0/+5
2023-05-29Add support for new instructions of Zvfbfmin extensionWeiwei Li1-0/+5
2023-05-29Add support for new instructions of Zfbfmin extensionWeiwei Li1-2/+10
2023-05-19Add Spike's meta files for pkg-configWojciech Bartczak1-0/+2
2023-04-12Add debug_defines.h to list of installed headersJerry Zhao1-0/+1
2023-04-03Implement Zfa.Philipp Tomsich1-0/+45
2023-03-20Implement Smrnmi extensionAndrew Waterman1-0/+4
2023-02-04Add disasm/extension/rocc.h to installed headersJerry Zhao1-0/+3
2023-01-31Zicond: implement Zicond (conditional integer operations)Philipp Tomsich1-0/+5
2022-12-22Remove non-installed header lists from Makefile fragmentsAndrew Waterman1-34/+0
2022-12-20Reduce compile time increase introduced by #1189Andrew Waterman1-13/+4
2022-12-20Add logged variants of insn templatesJerry Zhao1-5/+13
2022-12-16Add missing vector_unit.h to install headers listJerry Zhao1-1/+2
2022-12-16Add missing abstract_interrupt_controller.h to header listsJerry Zhao1-0/+2
2022-12-15Don't install instruction decode macrosJerry Zhao1-3/+1
2022-12-15Merge pull request #1180 from ucb-bar/cleancfgAndrew Waterman1-0/+1
2022-12-15Add cfg.cc to hold internal implementation of mem_cfg_tJerry Zhao1-0/+1
2022-12-15Split decode.h into public decode.h and private decode_macros.hJerry Zhao1-0/+1
2022-12-13Move boost asio socket interface to socketif_tJerry Zhao1-1/+3
2022-12-12Pull vector unit into separate source/headerJerry Zhao1-0/+2
2022-11-17add support for zcmtWeiwei Li1-0/+4
2022-11-17add support for zcmpWeiwei Li1-0/+9
2022-11-17add support for zcbWeiwei Li1-1/+19
2022-10-17Merge branch 'master' into plic_uart_v1plic_uart_v1Andrew Waterman1-1/+34
2022-09-23Build and install lib and header dependencies for HammerJerin Joy1-1/+31
2022-05-16Include recently added headers in riscv/riscv.mk.inPirmin Vogel1-0/+3
2022-04-20Add ns16550 serial device emulationAnup Patel1-0/+1