1. ecc7b3a tcg: Remove tcg_gen_trunc_i64_i32 by Richard Henderson · 10 years ago
  2. eb02cc3 target-mips: simplify LWL/LDL mask generation by Aurelien Jarno · 10 years ago
  3. b7f26e5 target-mips: Copy restrictions from ext/ins to dext/dins by Richard Henderson · 9 years ago
  4. 060ebfe target-mips: fix semihosting for microMIPS R6 by Leon Alrae · 9 years ago
  5. 908680c target-mips: fix page fault address for LWL/LWR/LDL/LDR by Aurelien Jarno · 10 years ago
  6. 47ada0a target-mips: fix logically dead code reported by Coverity by Leon Alrae · 10 years ago
  7. ed7ce6c target-mips: microMIPS32 R6 POOL16{A, C} instructions by Yongbok Kim · 10 years ago
  8. ab39ee4 target-mips: microMIPS32 R6 Major instructions by Yongbok Kim · 10 years ago
  9. 3b4a548 target-mips: microMIPS32 R6 POOL32{I, C} instructions by Yongbok Kim · 10 years ago
  10. 2a24a7b target-mips: microMIPS32 R6 POOL32F instructions by Yongbok Kim · 10 years ago
  11. e033209 target-mips: microMIPS32 R6 POOL32A{XF} instructions by Yongbok Kim · 10 years ago
  12. 65935f0 target-mips: microMIPS32 R6 branches and jumps by Yongbok Kim · 10 years ago
  13. 3a1f426 target-mips: add microMIPS32 R6 opcode enum by Yongbok Kim · 10 years ago
  14. 9e8f441 target-mips: signal RI for removed instructions in microMIPS R6 by Yongbok Kim · 10 years ago
  15. e29c962 target-mips: raise RI exceptions when FIR.PS = 0 by Yongbok Kim · 10 years ago
  16. 6893f07 target-mips: rearrange gen_compute_compact_branch by Yongbok Kim · 10 years ago
  17. 1f1b4c0 target-mips: refactor {D}LSA, {D}ALIGN, {D}BITSWAP by Yongbok Kim · 10 years ago
  18. f60eeb0 target-mips: remove an unused argument by Yongbok Kim · 10 years ago
  19. e60ec06 target-mips: add microMIPS TLBINV, TLBINVF by Yongbok Kim · 10 years ago
  20. 1bf5902 target-mips: fix {RD, WR}PGPR in microMIPS by Yongbok Kim · 10 years ago
  21. 3b3c169 target-mips: add Unified Hosting Interface (UHI) support by Leon Alrae · 10 years ago
  22. ff33476 target-mips: remove identical code in different branch by Leon Alrae · 10 years ago
  23. d49190c disas: Remove uses of CPU env by Peter Crosthwaite · 10 years ago
  24. 5204ea7 target-mips: add MTHC0 and MFHC0 instructions by Leon Alrae · 10 years ago
  25. e117f52 target-mips: add CP0.PageGrain.ELPA support by Leon Alrae · 10 years ago
  26. 284b731 target-mips: extend selected CP0 registers to 64-bits in MIPS32 by Leon Alrae · 10 years ago
  27. b435f3f target-mips: correct MFC0 for CP0.EntryLo in MIPS64 by Leon Alrae · 10 years ago
  28. ce9782f target-mips: add ERETNC instruction and Config5.LLB bit by Leon Alrae · 10 years ago
  29. adc370a target-mips: Misaligned memory accesses for MSA by Yongbok Kim · 10 years ago
  30. be3a8c5 target-mips: Misaligned memory accesses for R6 by Yongbok Kim · 10 years ago
  31. 7c979af target-mips: add Config5.FRE support allowing Status.FR=0 emulation by Leon Alrae · 10 years ago
  32. eab9944 target-mips: move group of functions above gen_load_fpr32() by Leon Alrae · 10 years ago
  33. 0af7a37 target-mips: save cpu state before calling MSA load and store helpers by Leon Alrae · 10 years ago
  34. a5f5339 target-mips: fix hflags modified in delay / forbidden slot by Leon Alrae · 10 years ago
  35. 62c6886 target-mips: fix CP0.BadVAddr by stopping translation on Address Error by Leon Alrae · 10 years ago
  36. 42a268c tcg: Change translator-side labels to a pointer by Richard Henderson · 10 years ago
  37. 5e88759 target-mips: pass 0 instead of -1 as rs in microMIPS LUI instruction by Leon Alrae · 10 years ago
  38. d3b1979 target-mips: use CP0EnLo_XI instead of magic number by Leon Alrae · 10 years ago
  39. fe23729 target-mips: fix detection of the end of the page during translation by Leon Alrae · 10 years ago
  40. fe700ad tcg: Introduce tcg_op_buf_count and tcg_op_buf_full by Richard Henderson · 11 years ago
  41. 0a7df5d tcg: Move emit of INDEX_op_end into gen_tb_end by Richard Henderson · 11 years ago
  42. b6f3b23 target-mips: Clean up switch fall through after commit fecd264 by Markus Armbruster · 10 years ago
  43. cd42d5b gen-icount: check cflags instead of use_icount global by Paolo Bonzini · 10 years ago
  44. bd79255 translate: check cflags instead of use_icount global by Paolo Bonzini · 10 years ago
  45. 00fb4a1 target-mips: convert single case switch into if statement by Leon Alrae · 10 years ago
  46. 66991d1 target-mips: Fix DisasContext's ulri member initialization by Maciej W. Rozycki · 10 years ago
  47. bb96238 target-mips: Add missing calls to synchronise SoftFloat status by Maciej W. Rozycki · 10 years ago
  48. c48245f target-mips: Correct 32-bit address space wrapping by Maciej W. Rozycki · 10 years ago
  49. d922445 target-mips: Tighten ISA level checks by Maciej W. Rozycki · 10 years ago
  50. 90f12d7 target-mips: Fix CP0.Config3.ISAOnExc write accesses by Maciej W. Rozycki · 10 years ago
  51. 27e1fb1 target-mips: Output CP0.Config2-5 in the register dump by Maciej W. Rozycki · 10 years ago
  52. 7215d7e target-mips: Fix the 64-bit case for microMIPS MOVE16 and MOVEP by Maciej W. Rozycki · 10 years ago
  53. c357747 target-mips: Correct MIPS16/microMIPS branch size calculation by Maciej W. Rozycki · 10 years ago
  54. d2bfa6e target-mips: Fix formatting in `decode_opc' by Maciej W. Rozycki · 10 years ago
  55. d75de74 target-mips: Fix formatting in `decode_extended_mips16_opc' by Maciej W. Rozycki · 10 years ago
  56. cb269f2 target-mips: fix multiple TCG registers covering same data by Yongbok Kim · 10 years ago
  57. 342368a mips: Ensure PC update with MTC0 single-stepping by Maciej W. Rozycki · 10 years ago
  58. 8547957 target-mips: fix for missing delay slot in BC1EQZ and BC1NEZ by Leon Alrae · 10 years ago
  59. 272f458 mips: Respect CP0.Status.CU1 for microMIPS FP branches by Maciej W. Rozycki · 10 years ago
  60. f768587 target-mips: add MSA MI10 format instructions by Yongbok Kim · 10 years ago
  61. 3bdeb68 target-mips: add MSA 2RF format instructions by Yongbok Kim · 10 years ago
  62. cbe50b9 target-mips: add MSA VEC/2R format instructions by Yongbok Kim · 10 years ago
  63. 7d05b9c target-mips: add MSA 3RF format instructions by Yongbok Kim · 10 years ago
  64. 1e608ec target-mips: add MSA ELM format instructions by Yongbok Kim · 10 years ago
  65. 28f99f0 target-mips: add MSA 3R format instructions by Yongbok Kim · 10 years ago
  66. d4cf28d target-mips: add MSA BIT format instructions by Yongbok Kim · 10 years ago
  67. 80e7159 target-mips: add MSA I5 format instruction by Yongbok Kim · 10 years ago
  68. 4c78954 target-mips: add MSA I8 format instructions by Yongbok Kim · 10 years ago
  69. 5692c6e target-mips: add MSA branch instructions by Yongbok Kim · 10 years ago
  70. 863f264 target-mips: add msa_reset(), global msa register by Yongbok Kim · 10 years ago
  71. 239dfeb target-mips: add MSA opcode enum by Yongbok Kim · 10 years ago
  72. 4cf8a45 target-mips: stop translation after ctc1 by Yongbok Kim · 10 years ago
  73. f31b035 target-mips: correctly handle access to unimplemented CP0 register by Leon Alrae · 11 years ago
  74. 339cd2a target-mips: implement forbidden slot by Leon Alrae · 11 years ago
  75. faf1f68 target-mips: add Config5.SBRI by Leon Alrae · 11 years ago
  76. aea1409 target-mips: add BadInstr and BadInstrP support by Leon Alrae · 11 years ago
  77. 9456c2f target-mips: add TLBINV support by Leon Alrae · 11 years ago
  78. 7207c7f target-mips: update PageGrain and m{t,f}c0 EntryLo{0,1} by Leon Alrae · 11 years ago
  79. e98c0d1 target-mips: add KScratch registers by Leon Alrae · 11 years ago
  80. 340fff7 target-mips: Remove unused gen_load_ACX, gen_store_ACX and cpu_ACX by Peter Maydell · 10 years ago
  81. c7986fd target-mips/translate.c: Add ifdef guard around check_mips64() by Peter Maydell · 10 years ago
  82. b231c10 target-mips: fix broken MIPS16 and microMIPS by Yongbok Kim · 11 years ago
  83. a83bddd6 target-mips/translate.c: Update OPC_SYNCI by Dongxue Zhang · 10 years ago
  84. 0aefa33 target-mips: remove JR, BLTZAL, BGEZAL and add NAL, BAL instructions by Yongbok Kim · 11 years ago
  85. ddc584b target-mips: do not allow Status.FR=0 mode in 64-bit FPU by Leon Alrae · 11 years ago
  86. 3f49388 target-mips: add new Floating Point Comparison instructions by Yongbok Kim · 11 years ago
  87. e7f16ab target-mips: add new Floating Point instructions by Leon Alrae · 11 years ago
  88. d4ea6ac target-mips: add AUI, LSA and PCREL instruction families by Leon Alrae · 11 years ago
  89. 31837be target-mips: add compact and CP1 branches by Yongbok Kim · 11 years ago
  90. 15eacb9 target-mips: add ALIGN, DALIGN, BITSWAP and DBITSWAP instructions by Yongbok Kim · 11 years ago
  91. 01f7288 target-mips: Status.UX/SX/KX enable 32-bit address wrapping by Leon Alrae · 11 years ago
  92. 4267d3e target-mips: move CLO, DCLO, CLZ, DCLZ, SDBBP and free special2 in R6 by Leon Alrae · 11 years ago
  93. b42ee5e target-mips: redefine Integer Multiply and Divide instructions by Leon Alrae · 11 years ago
  94. bf7910c target-mips: move PREF, CACHE, LLD and SCD instructions by Leon Alrae · 11 years ago
  95. fac5a07 target-mips: signal RI Exception on DSP and Loongson instructions by Leon Alrae · 11 years ago
  96. 10dc65d target-mips: split decode_opc_special* into *_r6 and *_legacy by Leon Alrae · 11 years ago
  97. 099e5b4 target-mips: extract decode_opc_special* from decode_opc by Leon Alrae · 11 years ago
  98. 4368b29 target-mips: move LL and SC instructions by Leon Alrae · 11 years ago
  99. b691d9d target-mips: add SELEQZ and SELNEZ instructions by Leon Alrae · 11 years ago
  100. fecd264 target-mips: signal RI Exception on instructions removed in R6 by Leon Alrae · 11 years ago