Age | Commit message (Expand) | Author |
2019-06-26 | arch, arm: Update miscRegs in getTE | Anouk Van Laer |
2019-06-17 | arch-arm: Move the memacc_code before op_wb in fp loads | Giacomo Travaglini |
2019-06-10 | arch-arm: implement VMINNM scalar thumb | Ciro Santilli |
2019-06-07 | arch-arm: Fix WalkerState,Descriptors default constructor | Giacomo Travaglini |
2019-05-31 | x86: fix movsd bug on %xmm register | Brandon Potter |
2019-05-31 | arm: Fix decoding of CRC32 instructions in thumb32 | Chun-Chen TK Hsu |
2019-05-31 | arch-arm: Treat SVE prefetch instructions as no-ops | Giacomo Gabrielli |
2019-05-30 | arch-arm: Add initial support for SVE gather/scatter loads/stores | Giacomo Gabrielli |
2019-05-30 | arch: Add include guards to auto-gen. decode header | Giacomo Gabrielli |
2019-05-30 | arch, base, cpu, gpu, sim: Merge getMemProxy and getVirtProxy. | Gabe Black |
2019-05-30 | arch, base, sim: Demote (SE|FS)TranslatingPortProxy &s to PortProxy &s. | Gabe Black |
2019-05-30 | arch, base, sim: Replace Copy(String)?(In|Out) with equivalent code. | Gabe Black |
2019-05-29 | sim-se: add a release parameter to Process.py | Ciro Santilli |
2019-05-29 | arch, base, dev, sim: Remove now unnecessary casts from PortProxy methods. | Gabe Black |
2019-05-29 | arm, mem: Move the SecurePortProxy subclass into it's own file. | Gabe Black |
2019-05-24 | arch-arm: Fix fallthrough when trapping at EL2 | Giacomo Travaglini |
2019-05-23 | arch-arm: Trap virtual accesses to GICv3 SGI registers | Giacomo Travaglini |
2019-05-23 | arch-arm: Expose haveGicv3CPUInterface to the ISA interface | Giacomo Travaglini |
2019-05-23 | arch-arm: Change mcrMrc15TrapToHyp signature | Giacomo Travaglini |
2019-05-22 | sim-se: remove comment for code that moved | Brandon Potter |
2019-05-21 | sim-se: change syscall function signature | Brandon Potter |
2019-05-20 | x86: Add an object file loader for linux. | Gabe Black |
2019-05-20 | sparc: Add an object file loader for linux and solaris. | Gabe Black |
2019-05-20 | riscv: Add an object file loader for linux. | Gabe Black |
2019-05-20 | power: Add an object file loader for linux. | Gabe Black |
2019-05-20 | mips: Add an object file loader for linux. | Gabe Black |
2019-05-18 | arm: Add an object file loader for linux and freebsd. | Gabe Black |
2019-05-18 | alpha: Add an object file loader for linux. | Gabe Black |
2019-05-18 | arch, base, cpu, dev, mem, sim: Remove #if 0-ed out code. | Gabe Black |
2019-05-17 | arch-arm: implement VMINNM and VMAXNM scalar version | Ciro Santilli |
2019-05-17 | arch-arm: implement VMINNM and VMAXNM SIMD version | Ciro Santilli |
2019-05-17 | arch-arm: rename operands to match spec in isa/formats/fp.isa | Ciro Santilli |
2019-05-14 | arch-arm: Do not check MustBeOne flag for TLB requests from the prefetcher | Javier Bueno |
2019-05-11 | arch-arm: Add initial support for SVE contiguous loads/stores | Giacomo Gabrielli |
2019-05-07 | x86: Mark translation as delayed in case of a hw page table walk | Gabor Dozsa |
2019-05-04 | arch-riscv: Implement MHARTID CSR | Alec Roelke |
2019-05-03 | sim-se: add eventfd system call | Brandon Potter |
2019-05-03 | arch-riscv,isa: Fix for compressed jump (c_j) imm | Avishai Tvila |
2019-04-30 | arch: Stop using TheISA within the ISAs. | Gabe Black |
2019-04-30 | x86: Get rid of some unnecessary TheISA-es in x86. | Gabe Black |
2019-04-30 | sparc: Move translation constants from isa_traits.hh into tlb.hh. | Gabe Black |
2019-04-30 | sparc: Move the interrupt types out of isa_traits.hh into interrupts.hh. | Gabe Black |
2019-04-30 | arch: Remove the mt.hh switching header. | Gabe Black |
2019-04-30 | cpu: alpha: Delete all occurrances of the simPalCheck function. | Gabe Black |
2019-04-30 | alpha: Implement simPalCheck within the ISA description. | Gabe Black |
2019-04-30 | cpu: Remove hwrei from the generic interfaces. | Gabe Black |
2019-04-30 | arch: cpu: Track kernel stats using the base ISA agnostic type. | Gabe Black |
2019-04-30 | alpha: Implement HWREI in the ISA. | Gabe Black |
2019-04-30 | alpha: Add some control registers to the ISA operands list. | Gabe Black |
2019-04-29 | mips: Implement readRegOtherThread and setRegOtherThread directly. | Gabe Black |