Age | Commit message (Expand) | Author |
2017-12-13 | cpu,alpha,mips,power,riscv,sparc: Get rid of eaComp and memAccInst. | Gabe Black |
2017-12-07 | arch-riscv: Move compressed ops out of ISA | Alec Roelke |
2017-11-30 | arch-riscv: use sext rather than manual masks | Alec Roelke |
2017-11-30 | arch-riscv: Remove spaces around ea_code | Alec Roelke |
2017-11-29 | arch-riscv: Remove static parts of AMOs out of ISA | Alec Roelke |
2017-11-29 | arch-riscv: Move parts of mem insts out of ISA | Alec Roelke |
2017-11-29 | arch-riscv: Move unknown out of ISA description | Alec Roelke |
2017-11-29 | arch-riscv: Move standard ops out of ISA | Alec Roelke |
2017-11-28 | arch-riscv: Move static_inst into a directory | Alec Roelke |
2017-11-07 | alpha,arm,mips,power,riscv,sparc,x86: Merge exec decl templates. | Gabe Black |
2017-11-02 | alpha,arm,mips,power,riscv,sparc,x86,isa: De-specialize ExecContexts. | Gabe Black |
2017-07-14 | riscv: Disambiguate between the C and C++ versions of isnan and isinf. | Gabe Black |
2017-07-14 | riscv: Fix bugs with RISC-V decoder and detailed CPUs | Alec Roelke |
2017-07-11 | arch-riscv: Add support for compressed extension RV64C | Alec Roelke |
2017-07-11 | arch-riscv: Restructure ISA description | Alec Roelke |
2017-07-05 | cpu: Simplify the rename interface and use RegId | Rekai Gonzalez-Alberquilla |
2017-07-05 | arch, cpu: Architectural Register structural indexing | Nathanael Premillieu |
2017-04-05 | riscv: fix Linux problems with LR and SC ops | Alec Roelke |
2016-11-30 | riscv: [Patch 7/5] Corrected LRSC semantics | Alec Roelke |
2016-11-30 | riscv: [Patch 4/5] Added RISC-V atomic memory extension RV64A | Alec Roelke |
2016-11-30 | riscv: [Patch 3/5] Added RISCV floating point extensions RV64FD | Alec Roelke |
2016-11-30 | riscv: [Patch 2/5] Added RISC-V multiply extension RV64M | Alec Roelke |
2016-11-30 | arch: [Patch 1/5] Added RISC-V base instruction set RV64I | Alec Roelke |