Age | Commit message (Expand) | Author | Files | Lines |
2023-10-17 | RISC-V Vector Extension Supportvector-dev | Xinlai Wan | 1 | -3/+95 |
2023-10-11 | Rename enable-fiom to enable-writable-fiom | Tim Hutt | 1 | -2/+2 |
2023-10-11 | Implement menvcfg | Tim Hutt | 1 | -0/+45 |
2023-09-26 | Per section 3.1.1 of the Privileged Spec (Machine ISA Register misa): F/D bot... | ahadali5000 | 1 | -3/+3 |
2023-09-12 | Remove effects | Tim Hutt | 1 | -1/+1 |
2023-08-28 | If C cannot be disabled, all changes to misa must be suppressed | ahadali5000 | 1 | -15/+12 |
2023-08-01 | Rename EXTZ and EXTS | Alasdair | 1 | -9/+9 |
2023-05-29 | apply_headers: regenerate copyright headersupdate-copyright-headers | Philipp Tomsich | 1 | -1/+2 |
2023-05-29 | coding style: fix style issues from merge of PR #257 | Philipp Tomsich | 1 | -3/+2 |
2023-05-29 | Add Zfa extension support (excl. quad-precision) | Philipp Tomsich | 1 | -0/+3 |
2023-05-29 | Fix minstret off-by-one when mcountinhibit is set | Tim Hutt | 1 | -8/+8 |
2023-05-29 | Add support for the Zicond extension | Philipp Tomsich | 1 | -1/+5 |
2023-04-10 | Check for mstatus.FS when performing half-precision loads/stores | Alex Richardson | 1 | -3/+2 |
2023-03-14 | Use not() instead of ~() for boolean negation (#210) | Alexander Richardson | 1 | -4/+4 |
2023-03-06 | Add wildcard cases to matches to suppress Sail warnings. (#197) | Robert Norton | 1 | -1/+1 |
2023-02-14 | Revert "added 3 new command line switches (plus functionality): -X/--enable-... | Jessica Clarke | 1 | -6/+0 |
2023-02-13 | added 3 new command line switches (plus functionality): -X/--enable-experime... | Bill McSpadden | 1 | -0/+6 |
2022-07-13 | Add support for Zhinx extension (#153) | Bilal Sakhawat | 1 | -1/+2 |
2022-01-21 | Add support for Scalar Cryptography Zbkb, Zbkc and Zbkx Extensions (#135) | Bilal Sakhawat | 1 | -1/+6 |
2022-01-19 | Add support for Zfh extension (#129) | Bilal Sakhawat | 1 | -0/+3 |
2022-01-19 | Add support for Zmmul (#122) | Bilal Sakhawat | 1 | -0/+2 |
2021-12-05 | Support BitManip Zba, Zbb, Zbc and Zbs extensions (#116) | Bilal Sakhawat | 1 | -0/+6 |
2021-11-22 | Implement support for Zfinx (#130) | Jessica Clarke | 1 | -3/+11 |
2021-11-17 | Revert "Initial introduction of zfinx (#75)" | Jessica Clarke | 1 | -6/+3 |
2021-11-17 | Initial introduction of zfinx (#75) | Ibrahim Abu Kharmeh | 1 | -3/+6 |
2021-10-18 | scalar-crypto: Initial commit of 1.0.0-rc2 spec work. (#99) | Ben Marshall | 1 | -0/+63 |
2021-07-29 | Use headache to apply copyright header at request of Peter Sewell. | Robert Norton | 1 | -0/+68 |
2021-06-29 | effectivePrivilege: don't consult globals | Nathaniel Wesley Filardo | 1 | -2/+2 |
2021-02-11 | Make N extension configurable. | Prashanth Mundkur | 1 | -0/+2 |
2021-01-26 | Prevent CSRW to sstatus from modifying uie & upie if N-ext not present | Scott Johnson | 1 | -1/+1 |
2020-11-30 | Ignore undefined bits in mstatus on write | Alex Richardson | 1 | -1/+6 |
2020-11-17 | Bug fix: when writing CSR sip, ignore attempt to change undelegated SSIP | Scott Johnson | 1 | -1/+1 |
2020-09-03 | Add the mstatush CSR for RV32, and hardwire the MBE and SBE fields to 0. | Prashanth Mundkur | 1 | -0/+17 |
2020-08-25 | Implement mcountinhibit IR bit to squash minstret increment | Scott Johnson | 1 | -1/+2 |
2020-05-22 | Prevent access to N-mode registers and mstatus/mip/mie bits when N-mode is di... | Prashanth Mundkur | 1 | -4/+8 |
2020-04-27 | Clear mstatus.mprv on mret and sret, and hardwire it to 0 when user-mode is n... | Prashanth Mundkur | 1 | -1/+2 |
2020-04-27 | Add the mcountinhibit register. | Prashanth Mundkur | 1 | -0/+13 |
2020-04-27 | Handle writes to misa.{F,D}. | Prashanth Mundkur | 1 | -3/+8 |
2020-04-21 | Fix mstatus.MPRV fetches (#48) | Scott Johnson | 1 | -2/+2 |
2019-11-25 | Fix enabled check for F/D extensions to also include mstatus.FS. | Prashanth Mundkur | 1 | -3/+5 |
2019-11-06 | Add hooks for misa.{F,D} for C and OCaml, and fix 64-bit OCaml build. | Prashanth Mundkur | 1 | -0/+2 |
2019-10-21 | Merge remote-tracking branch 'upstream/master' | rsnikhil | 1 | -2/+7 |
2019-09-18 | Add a hook for extensions to supress writes to misa.C if necessary. | Robert Norton | 1 | -2/+7 |
2019-09-13 | First commit with code for F and D extensions (detail follows) | rsnikhil | 1 | -0/+2 |
2019-09-10 | Changes from Peter Rugg to make misa.C only writable if enabled at boot by sy... | Robert Norton | 1 | -3/+5 |
2019-09-04 | Merge remote-tracking branch 'origin/master' into vmem_ext.vmem_ext | Robert Norton | 1 | -35/+35 |
2019-08-20 | Whitespace fixes to nuke tabs.no_casts | Prashanth Mundkur | 1 | -1/+1 |
2019-08-19 | RISC-V spec, without implicit casts | Alasdair Armstrong | 1 | -35/+35 |
2019-08-09 | Allow accumulation of information during page-table-walk for extensions. | Prashanth Mundkur | 1 | -3/+5 |
2019-06-20 | Add PMP address and entry matching, and priority logic. | Prashanth Mundkur | 1 | -5/+0 |