2762 Commits (ca2b1000db77646c58b335de9230bf4e6af27e31)
 

Author SHA1 Message Date
Andrew Waterman edcf2d59b7
Merge pull request #1190 from riscv-software-src/reduce-compile-time 3 years ago
Andrew Waterman 9152a02ac1 Reduce compile time increase introduced by #1189 3 years ago
YenHaoChen 9f3372a8e3 triggers: add mcontrol6 trigger 3 years ago
YenHaoChen 730152610a triggers: refactor: add mcontrol_common_t::legalize_match() function 3 years ago
YenHaoChen efc5420c6d triggers: refactor: remove redundant namespace qualifiers 3 years ago
YenHaoChen c0fddfd661 triggers: refactor: extract mcontrol_common_t from mcontrol_t 3 years ago
YenHaoChen 72daa815a2 triggers: refactor: update trigger_t::mode_match() 3 years ago
YenHaoChen 015fc185a4 triggers: refactor: add trigger_t::mode_match() function 3 years ago
Andrew Waterman dc13989f19 Support more than 65 Z* extensions 3 years ago
YenHaoChen 1f2f68962c triggers: refactor: move m/s/u/vs/vu to trigger_t 3 years ago
YenHaoChen ae016f835c triggers: refactor: add mcontrol.vs and mcontrol.vu 3 years ago
YenHaoChen 5f85e8fac0 triggers: refactor: cleaner vs and vu checking 3 years ago
Andrew Waterman 3cb3d10f05
Merge pull request #1189 from riscv-software-src/always_commitlog 3 years ago
Jerry Zhao 919c9a1e3c Always build with commit logging support 3 years ago
Jerry Zhao e33913c886 Add logged instruction variants to insn_desc_t 3 years ago
Jerry Zhao 2493734383 Add logged variants of insn templates 3 years ago
Jerry Zhao 2a4cdffc4f Replace compile-time commitlog check with runtime check for vector writes 3 years ago
Jerry Zhao 20634d0573 Replace compile-time conditional with run-time conditional for load/store logging 3 years ago
Jerry Zhao 83d0a87bb4 Split execute_insn into fast and logged variants 3 years ago
Jerry Zhao 10dedb311b Force slow-path when commit-logging is enabled 3 years ago
Jerry Zhao 6c8fb97f44 Always compile commit-log utility functions 3 years ago
Jerry Zhao 0f85dacdb5 Check commitlog-enable dynamicallly for csr_t::log_special_write 3 years ago
Jerry Zhao f8592e43eb Always reset commit logging variables 3 years ago
Jerry Zhao 9789b250f0 Always perform symbol lookup in debug 3 years ago
Jerry Zhao 43847f5ae0 Fix compile error in commit-logging code 3 years ago
Andrew Waterman 4918a50cd4
Merge pull request #1187 from riscv-software-src/sensibleclint 3 years ago
Jerry Zhao 1b06630727 Allow reads/writes to reserved CLINT regions 3 years ago
Andrew Waterman 203bc302b0
Merge pull request #1186 from ssayin/master 3 years ago
Serdar Sayın 72ee60bed3 arith.h: remove redundant y1 = t; in mulhu(uint64_t, uint64_t) 3 years ago
Andrew Waterman 788b295932
Merge pull request #1184 from riscv-software-src/libriscv 3 years ago
Jerry Zhao 46e6be48e9 Add github actions test that installed headers are usable 3 years ago
Jerry Zhao 67219b20a3 Remove processor.h/sim.h -> config.h dependencies 3 years ago
Jerry Zhao 33317e59e5 Add missing vector_unit.h to install headers list 3 years ago
Jerry Zhao fbbf0b8c94 Remove entropy_source.h -> internals.h dependency 3 years ago
Jerry Zhao 20fe79974c Add missing abstract_interrupt_controller.h to header lists 3 years ago
Jerry Zhao 80cc9d1929 Remove debug_module.h -> mmu.h dependency 3 years ago
Jerry Zhao fa4079bcba Use relative include paths to support public usage of these headers 3 years ago
Jerry Zhao 8c1b434d63 Don't install instruction decode macros 3 years ago
Jerry Zhao e1919d3b06 Add config.h includes directly to source files instead of relying on header chaining 3 years ago
Andrew Waterman 3b9a3f17ba
Merge pull request #1183 from riscv-software-src/macosci 3 years ago
Jerry Zhao 3fb390bf56 Add github actions test on macos 3 years ago
Andrew Waterman 0adec00bd2
Merge pull request #1182 from riscv-software-src/fix-1180 3 years ago
Andrew Waterman 16be7c743f
Merge pull request #1181 from riscv-software-src/better-error-message 3 years ago
Andrew Waterman 520290888b Fix build broken by #1170 and #1180 3 years ago
Andrew Waterman 3030ddd6b8
Merge pull request #1180 from ucb-bar/cleancfg 3 years ago
Andrew Waterman 56c30037ef Print better error message when requesting >1024 harts 3 years ago
Jerry Zhao 9f93b98c87 Rename memif_endianness_t to endianness_t 3 years ago
Jerry Zhao 4d4159e76d Pull memif_endianness_t into cfg.h 3 years ago
Jerry Zhao ebc9367677 Add cfg.cc to hold internal implementation of mem_cfg_t 3 years ago
Andrew Waterman 0cb203b0de
Merge pull request #1170 from ucb-bar/decode_macros 3 years ago