Age | Commit message (Expand) | Author |
2018-10-25 | target/mips: Add disassembler support for nanoMIPS | Aleksandar Markovic |
2018-10-25 | target/mips: Implement emulation of nanoMIPS EVA instructions | Dimitrije Nikolic |
2018-10-25 | target/mips: Add nanoMIPS CRC32 instruction pool | Aleksandar Markovic |
2018-10-25 | Merge remote-tracking branch 'remotes/riscv/tags/riscv-for-master-3.1-sf0' in... | Peter Maydell |
2018-10-24 | Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-oct-2018-part... | Peter Maydell |
2018-10-24 | target/mips: Fix decoding of ALIGN and DALIGN instructions | Aleksandar Markovic |
2018-10-24 | target/mips: Fix the title of translate.c | Aleksandar Markovic |
2018-10-24 | target/mips: Define the R5900 CPU | Fredrik Noring |
2018-10-24 | target/mips: Make R5900 DMULT[U], DDIV[U], LL[D] and SC[D] user only | Fredrik Noring |
2018-10-24 | target/mips: Support R5900 MOVN, MOVZ and PREF instructions from MIPS IV | Fredrik Noring |
2018-10-24 | target/mips: Support R5900 DIV1 and DIVU1 instructions | Fredrik Noring |
2018-10-24 | target/mips: Support R5900 MFLO1, MTLO1, MFHI1 and MTHI1 instructions | Fredrik Noring |
2018-10-24 | target/mips: Support R5900 three-operand MULT1 and MULTU1 instructions | Fredrik Noring |
2018-10-24 | target/mips: Support R5900 three-operand MULT and MULTU instructions | Fredrik Noring |
2018-10-24 | target/mips: Add a placeholder for R5900 MMI3 instruction subclass | Fredrik Noring |
2018-10-24 | target/mips: Add a placeholder for R5900 MMI2 instruction subclass | Fredrik Noring |
2018-10-24 | target/mips: Add a placeholder for R5900 MMI1 instruction subclass | Fredrik Noring |
2018-10-24 | target/mips: Add a placeholder for R5900 MMI0 instruction subclass | Fredrik Noring |
2018-10-24 | target/mips: Add a placeholder for R5900 MMI instruction class | Fredrik Noring |
2018-10-24 | target/mips: Add a placeholder for R5900 LQ | Fredrik Noring |
2018-10-24 | target/mips: Add a placeholder for R5900 SQ, handle user mode RDHWR | Fredrik Noring |
2018-10-24 | target/mips: Define R5900 MMI3 opcode constants | Fredrik Noring |
2018-10-24 | target/mips: Define R5900 MMI2 opcode constants | Fredrik Noring |
2018-10-24 | target/mips: Define R5900 MMI1 opcode constants | Fredrik Noring |
2018-10-24 | target/mips: Define R5900 MMI0 opcode constants | Fredrik Noring |
2018-10-24 | target/mips: Define R5900 MMI<0|1|2|3> subclasses and opcode constants | Fredrik Noring |
2018-10-24 | target/mips: Define R5900 MMI class, and LQ and SQ opcode constants | Fredrik Noring |
2018-10-24 | target/mips: Add R5900 Multimedia Instruction overview note | Fredrik Noring |
2018-10-24 | target/mips: Define R5900 ISA, MMI ASE, and R5900 CPU preprocessor constants | Fredrik Noring |
2018-10-24 | target/arm: Only flush tlb if ASID changes | Richard Henderson |
2018-10-24 | target/arm: Remove writefn from TTBR0_EL3 | Richard Henderson |
2018-10-24 | target/arm: Reorg NEON VLD/VST single element to one lane | Richard Henderson |
2018-10-24 | target/arm: Promote consecutive memory ops for aa32 | Richard Henderson |
2018-10-24 | target/arm: Reorg NEON VLD/VST all elements | Richard Henderson |
2018-10-24 | target/arm: Use gvec for NEON VLD all lanes | Richard Henderson |
2018-10-24 | target/arm: Use gvec for NEON_3R_VTST_VCEQ, NEON_3R_VCGT, NEON_3R_VCGE | Richard Henderson |
2018-10-24 | target/arm: Use gvec for NEON_3R_VML | Richard Henderson |
2018-10-24 | target/arm: Use gvec for VSRI, VSLI | Richard Henderson |
2018-10-24 | target/arm: Use gvec for VSRA | Richard Henderson |
2018-10-24 | target/arm: Use gvec for VSHR, VSHL | Richard Henderson |
2018-10-24 | target/arm: Use gvec for NEON_3R_VMUL | Richard Henderson |
2018-10-24 | target/arm: Use gvec for NEON_2RM_VMN, NEON_2RM_VNEG | Richard Henderson |
2018-10-24 | target/arm: Use gvec for NEON_3R_VADD_VSUB insns | Richard Henderson |
2018-10-24 | target/arm: Use gvec for NEON_3R_LOGIC insns | Richard Henderson |
2018-10-24 | target/arm: Use gvec for NEON VMOV, VMVN, VBIC & VORR (immediate) | Richard Henderson |
2018-10-24 | target/arm: Use gvec for NEON VDUP | Richard Henderson |
2018-10-24 | target/arm: Mark some arrays const | Richard Henderson |
2018-10-24 | target/arm: Promote consecutive memory ops for aa64 | Richard Henderson |
2018-10-24 | target/arm: Use tcg_gen_gvec_dup_i64 for LD[1-4]R | Richard Henderson |
2018-10-24 | target/arm: Don't call tcg_clear_temp_count | Richard Henderson |