1. ee45203 microblaze tcg cpus: Fix Lesser GPL version number by Chetan Pant · 4 years, 3 months ago
  2. 4b89363 target/microblaze: Put MicroBlazeCPUConfig into DisasContext by Richard Henderson · 4 years, 5 months ago
  3. 5ad7cc0 target/microblaze: Treat pvr_regs as constant by Richard Henderson · 4 years, 5 months ago
  4. a4bcfc3 target/microblaze: Move pvr regs to MicroBlazeCPUConfig by Richard Henderson · 4 years, 5 months ago
  5. 2a7567a target/microblaze: Diagnose invalid insns in delay slots by Richard Henderson · 4 years, 5 months ago
  6. 4059bd9 target/microblaze: Use tcg_gen_lookup_and_goto_ptr by Richard Henderson · 4 years, 5 months ago
  7. 3c74586 target/microblaze: Force rtid, rted, rtbd to exit by Richard Henderson · 4 years, 5 months ago
  8. 3d35bcc target/microblaze: Handle DISAS_EXIT_NEXT in delay slot by Richard Henderson · 4 years, 5 months ago
  9. 43b3413 target/microblaze: Replace cpustate_changed with DISAS_EXIT_NEXT by Richard Henderson · 4 years, 5 months ago
  10. f6278ca target/microblaze: Introduce DISAS_EXIT_NEXT, DISAS_EXIT_JUMP by Richard Henderson · 4 years, 5 months ago
  11. 17e7779 target/microblaze: Rename DISAS_UPDATE to DISAS_EXIT by Richard Henderson · 4 years, 5 months ago
  12. 88e74b6 target/microblaze: Collected fixes for env->iflags by Richard Henderson · 4 years, 5 months ago
  13. 19f27b6 target/microblaze: Reduce linux-user address space to 32-bit by Richard Henderson · 4 years, 5 months ago
  14. e47c223 target/microblaze: Remove cpu_R[0] by Richard Henderson · 4 years, 5 months ago
  15. 921afa9 target/microblaze: Remove last of old decoder by Richard Henderson · 4 years, 5 months ago
  16. 52065d8 target/microblaze: Convert dec_stream to decodetree by Richard Henderson · 4 years, 5 months ago
  17. 9df297a target/microblaze: Convert dec_msr to decodetree by Richard Henderson · 4 years, 5 months ago
  18. 536e340 target/microblaze: Convert msrclr, msrset to decodetree by Richard Henderson · 4 years, 5 months ago
  19. 3fb394f target/microblaze: Tidy do_rti, do_rtb, do_rte by Richard Henderson · 4 years, 5 months ago
  20. e6cb035 target/microblaze: Convert dec_rts to decodetree by Richard Henderson · 4 years, 5 months ago
  21. fd77911 target/microblaze: Convert dec_bcc to decodetree by Richard Henderson · 4 years, 5 months ago
  22. 16bbbbc target/microblaze: Convert dec_br to decodetree by Richard Henderson · 4 years, 5 months ago
  23. b9c58aa target/microblaze: Reorganize branching by Richard Henderson · 4 years, 5 months ago
  24. ee8c7f9 target/microblaze: Convert mbar to decodetree by Richard Henderson · 4 years, 5 months ago
  25. f523531 target/microblaze: Convert brk and brki to decodetree by Richard Henderson · 4 years, 5 months ago
  26. 0c3da91 target/microblaze: Tidy mb_cpu_dump_state by Richard Henderson · 4 years, 5 months ago
  27. 1e521ce target/microblaze: Replace delayed_branch with tb_flags_to_set by Richard Henderson · 4 years, 5 months ago
  28. 6f9642d target/microblaze: Replace clear_imm with tb_flags_to_set by Richard Henderson · 4 years, 5 months ago
  29. ab0c8d0 target/microblaze: Use cc->do_unaligned_access by Richard Henderson · 4 years, 5 months ago
  30. 683a247 target/microblaze: Store "current" iflags in insn_start by Richard Henderson · 4 years, 5 months ago
  31. 7b34f45 target/microblaze: Move bimm to BIMM_FLAG by Richard Henderson · 4 years, 5 months ago
  32. d8e59c4 target/microblaze: Convert dec_load and dec_store to decodetree by Richard Henderson · 4 years, 5 months ago
  33. 287b1de target/microblaze: Cache mem_index in DisasContext by Richard Henderson · 4 years, 5 months ago
  34. 2c32179 target/microblaze: Replace MSR_EE_FLAG with MSR_EE by Richard Henderson · 4 years, 5 months ago
  35. d5aead3 target/microblaze: Convert dec_fpu to decodetree by Richard Henderson · 4 years, 5 months ago
  36. e64b2e5 target/microblaze: Convert dec_imm to decodetree by Richard Henderson · 4 years, 5 months ago
  37. 081d8e0 target/microblaze: Convert dec_barrel to decodetree by Richard Henderson · 4 years, 5 months ago
  38. 39cf386 target/microblaze: Convert dec_bit to decodetree by Richard Henderson · 4 years, 5 months ago
  39. b135434 target/microblaze: Convert dec_div to decodetree by Richard Henderson · 4 years, 5 months ago
  40. 97955ce target/microblaze: Convert dec_mul to decodetree by Richard Henderson · 4 years, 5 months ago
  41. cb0a0a4 target/microblaze: Convert dec_and, dec_or, dec_xor to decodetree by Richard Henderson · 4 years, 5 months ago
  42. 607f576 target/microblaze: Convert dec_pattern to decodetree by Richard Henderson · 4 years, 5 months ago
  43. 58b48b6 target/microblaze: Implement cmp and cmpu inline by Richard Henderson · 4 years, 5 months ago
  44. a2b0b90 target/microblaze: Convert dec_sub to decodetree by Richard Henderson · 4 years, 5 months ago
  45. 2080017 target/microblaze: Convert dec_add to decodetree by Richard Henderson · 4 years, 5 months ago
  46. 44d1432 target/microblaze: Add decodetree infrastructure by Richard Henderson · 4 years, 6 months ago
  47. d7ecb75 target/microblaze: Ensure imm constant is always available by Richard Henderson · 4 years, 5 months ago
  48. 11105d6 target/microblaze: Remove LOG_DIS by Richard Henderson · 4 years, 5 months ago
  49. e3f8d19 target/microblaze: Remove empty D macros by Richard Henderson · 4 years, 5 months ago
  50. ba0f357 target/microblaze: Remove DISAS_GNU by Richard Henderson · 4 years, 5 months ago
  51. 47393d5 target/microblaze: Remove SIM_COMPAT by Richard Henderson · 4 years, 5 months ago
  52. 372122e target/microblaze: Convert to translator_loop by Richard Henderson · 4 years, 5 months ago
  53. d4705ae target/microblaze: Convert to DisasContextBase by Richard Henderson · 4 years, 5 months ago
  54. 0b46fa0 target/microblaze: Check singlestep_enabled in gen_goto_tb by Richard Henderson · 4 years, 5 months ago
  55. a2b80db target/microblaze: Use DISAS_NORETURN by Richard Henderson · 4 years, 5 months ago
  56. 1074c0f target/microblaze: Split out MSR[C] to its own variable by Richard Henderson · 4 years, 5 months ago
  57. 480d29a target/microblaze: Tidy mb_tcg_init by Richard Henderson · 4 years, 5 months ago
  58. 9b15855 target/microblaze: Rename env_* tcg variables to cpu_* by Richard Henderson · 4 years, 5 months ago
  59. eb2022b target/microblaze: Remove helper_debug and env->debug by Richard Henderson · 4 years, 5 months ago
  60. 41ba37c target/microblaze: Tidy raising of exceptions by Richard Henderson · 4 years, 5 months ago
  61. dbdb77c target/microblaze: Remove cpu_ear by Richard Henderson · 4 years, 5 months ago
  62. 39db007 target/microblaze: Fix width of EDR by Richard Henderson · 4 years, 5 months ago
  63. ccf628b target/microblaze: Fix width of BTR by Richard Henderson · 4 years, 5 months ago
  64. 86017cc target/microblaze: Fix width of FSR by Richard Henderson · 4 years, 5 months ago
  65. 6efd559 target/microblaze: Fix width of ESR by Richard Henderson · 4 years, 5 months ago
  66. 3e0e16a target/microblaze: Fix width of MSR by Richard Henderson · 4 years, 5 months ago
  67. 0f96e96 target/microblaze: Fix width of PC and BTARGET by Richard Henderson · 4 years, 5 months ago
  68. aa28e6d target/microblaze: Split the cpu_SR array by Richard Henderson · 4 years, 5 months ago
  69. af20a93 target/microblaze: Split out EDR from env->sregs by Richard Henderson · 4 years, 5 months ago
  70. 6fbf78f target/microblaze: Split out BTR from env->sregs by Richard Henderson · 4 years, 5 months ago
  71. 5a8e013 target/microblaze: Split out FSR from env->sregs by Richard Henderson · 4 years, 5 months ago
  72. 78e9caf target/microblaze: Split out ESR from env->sregs by Richard Henderson · 4 years, 5 months ago
  73. b2e80a3 target/microblaze: Split out EAR from env->sregs by Richard Henderson · 4 years, 5 months ago
  74. 2e5282c target/microblaze: Split out MSR from env->sregs by Richard Henderson · 4 years, 5 months ago
  75. 76e8187 target/microblaze: Split out PC from env->sregs by Richard Henderson · 4 years, 5 months ago
  76. b4919e7 target/microblaze: mbar: Trap sleeps from user-space by Edgar E. Iglesias · 4 years, 6 months ago
  77. 071cdc6 target/microblaze: swx: Use atomic_cmpxchg by Edgar E. Iglesias · 4 years, 6 months ago
  78. 3f17274 target/microblaze: mbar: Add support for data-access barriers by Edgar E. Iglesias · 4 years, 6 months ago
  79. 6f3c458 target/microblaze: mbar: Move LOG_DIS to before sleep by Edgar E. Iglesias · 4 years, 6 months ago
  80. badcbf9 target/microblaze: mbar: Transfer dc->rd to mbar_imm by Edgar E. Iglesias · 4 years, 6 months ago
  81. 2ead1b1 target/microblaze: monitor: Increase the number of registers reported by Joe Komlodi · 4 years, 9 months ago
  82. 2016a6a target/microblaze: Fix FPU2 instruction check by Joe Komlodi · 4 years, 9 months ago
  83. 7cdae31 target/microblaze: Add MFS Rd,EDR translation by Tong Ho · 4 years, 9 months ago
  84. 1507e5f target/microblaze: Add the unaligned-exceptions property by Edgar E. Iglesias · 5 years ago
  85. 5143fdf target/microblaze: Add the ill-opcode-exception property by Edgar E. Iglesias · 5 years ago
  86. 1ee1bd2 target/microblaze: Add the opcode-0x0-illegal CPU property by Edgar E. Iglesias · 5 years ago
  87. dcb32f1 tcg: Search includes from the project root source directory by Philippe Mathieu-Daudé · 5 years ago
  88. fc59d2d qemu_log_lock/unlock now preserves the qemu_logfile handle. by Robert Foley · 5 years ago
  89. c49a41b target/microblaze: Plug temp leak around eval_cond_jmp() by Edgar E. Iglesias · 5 years ago
  90. f91c60f target/microblaze: Plug temp leaks with delay slot setup by Edgar E. Iglesias · 5 years ago
  91. a633801 target/microblaze: Plug temp leaks for loads/stores by Edgar E. Iglesias · 5 years ago
  92. 14776ab tcg: TCGMemOp is now accelerator independent MemOp by Tony Nguyen · 5 years ago
  93. 9e9b10c icount: remove unnecessary gen_io_end calls by Pavel Dovgalyuk · 6 years ago
  94. f5c7e93 target/microblaze: Use env_cpu, env_archcpu by Richard Henderson · 6 years ago
  95. 8b86d6d tcg: Hoist max_insns computation to tb_gen_code by Richard Henderson · 6 years ago
  96. 90c84c5 qom/cpu: Simplify how CPUClass:cpu_dump_state() prints by Markus Armbruster · 6 years ago
  97. 462c254 target-microblaze: Rework NOP/zero instruction handling by Edgar E. Iglesias · 7 years ago
  98. 07ea28b tcg: Pass tb and index to tcg_gen_exit_tb separately by Richard Henderson · 7 years ago
  99. e956caf target-microblaze: Use tcg_gen_movcond in eval_cond_jmp by Edgar E. Iglesias · 7 years ago
  100. 43d318b target-microblaze: Convert env_btarget to i64 by Edgar E. Iglesias · 7 years ago