1. 4910e6e target-*: dfilter support for in_asm by Richard Henderson · 9 years ago
  2. 63c9155 cpu: move exec-all.h inclusion out of cpu.h by Paolo Bonzini · 9 years ago
  3. fc111b1 target-tricore: make cpu-qom.h not target specific by Paolo Bonzini · 9 years ago
  4. cb8d4c8 Fix some typos found by codespell by Stefan Weil · 9 years ago
  5. 90aa39a tcg: Allow goto_tb to any target PC in user mode by Sergey Fedorov · 9 years ago
  6. 89fee74 tb: consistently use uint32_t for tb->flags by Emilio G. Cota · 9 years ago
  7. 84a5a80 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 9 years ago
  8. 0d4c3b8 target-tricore: Add ftoi and itof instructions by Bastian Koppelmann · 9 years ago
  9. 743cd09 target-tricore: Add cmp.f instruction by Bastian Koppelmann · 9 years ago
  10. 446ee5b target-tricore: Add div.f instruction by Bastian Koppelmann · 9 years ago
  11. daab3f7 target-tricore: Add mul.f instruction by Bastian Koppelmann · 9 years ago
  12. baf410d target-tricore: add add.f/sub.f instructions by Bastian Koppelmann · 9 years ago
  13. c433a17 target-tricore: Move general CHECK_REG_PAIR of decode_rrr_divide by Bastian Koppelmann · 9 years ago
  14. 996a729 target-tricore: Add FPU infrastructure by Bastian Koppelmann · 9 years ago
  15. 1bd3e2f target-tricore: Fix psw_read() clearing too many bits by Bastian Koppelmann · 9 years ago
  16. 9029710 target-tricore: Fix helper_msub64_q_ssov not reseting OVF bit by Bastian Koppelmann · 9 years ago
  17. 1f75cba target-tricore: add missing break in insn decode switch stmt by Bastian Koppelmann · 9 years ago
  18. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  19. 1bcea73 tcg: Add type for vCPU pointers by Lluís Vilanova · 9 years ago
  20. 828066c target-tricore: add opd trap generation by Bastian Koppelmann · 9 years ago
  21. f678f67 target-tricore: add illegal opcode trap generation by Bastian Koppelmann · 9 years ago
  22. 3292b44 target-tricore: add context managment trap generation by Bastian Koppelmann · 9 years ago
  23. 518d7fd target-tricore: Add trap handling & SOVF/OVF traps by Bastian Koppelmann · 9 years ago
  24. 5dc1fba target-tricore: Fix wrong precedences on psw_write by Bastian Koppelmann · 9 years ago
  25. 7237335 target-tricore: fix save_context_upper using env->PSW by Bastian Koppelmann · 9 years ago
  26. 30456d5 all: Clean up includes by Peter Maydell · 9 years ago
  27. e1ccc05 tcg: Change tcg_global_mem_new_* to take a TCGv_ptr by Richard Henderson · 11 years ago
  28. 508127e log: do not unnecessarily include qom/cpu.h by Paolo Bonzini · 9 years ago
  29. 61d9f32 tricore: Clean up includes by Peter Maydell · 9 years ago
  30. b81b971 tricore: avoid "naked" qemu_log by Paolo Bonzini · 9 years ago
  31. 4c315c2 qdev: Protect device-list-properties against broken devices by Markus Armbruster · 9 years ago
  32. 4e5e121 tcg: Remove gen_intermediate_code_pc by Richard Henderson · 9 years ago
  33. bad729e tcg: Pass data argument to restore_state_to_opc by Richard Henderson · 9 years ago
  34. 190ce7f tcg: Add TCG_MAX_INSNS by Richard Henderson · 9 years ago
  35. 959082f target-*: Increment num_insns immediately after tcg_gen_insn_start by Richard Henderson · 9 years ago
  36. 667b8e2 target-*: Unconditionally emit tcg_gen_insn_start by Richard Henderson · 9 years ago
  37. 7183128 tricore: Remove ELF_MACHINE from cpu.h by Peter Crosthwaite · 10 years ago
  38. 97ed5cc tlb: Add "ifetch" argument to cpu_mmu_index() by Benjamin Herrenschmidt · 9 years ago
  39. 1618d2a maint: remove unused include for signal.h by Daniel P. Berrange · 9 years ago
  40. ecc7b3a tcg: Remove tcg_gen_trunc_i64_i32 by Richard Henderson · 9 years ago
  41. 609ad70 tcg: Split trunc_shr_i32 opcode into extr[lh]_i64_i32 by Richard Henderson · 9 years ago
  42. ea3e984 cpu-exec: Purge all uses of ENV_GET_CPU() by Peter Crosthwaite · 10 years ago
  43. 4bad9e3 cpu: Change cpu_exec_init() arg to cpu, not env by Peter Crosthwaite · 9 years ago
  44. 5a790cc cpu: Add Error argument to cpu_exec_init() by Bharata B Rao · 9 years ago
  45. 5f37fd8 target-tricore: fix depositing bits from PCXI into ICR by Paolo Bonzini · 9 years ago
  46. d49190c disas: Remove uses of CPU env by Peter Crosthwaite · 10 years ago
  47. 07e1548 target-tricore: fix BOL_ST_H_LONGOFF using ld by Bastian Koppelmann · 10 years ago
  48. 9bbd484 target-tricore: fix msub32_q producing the wrong overflow bit by Bastian Koppelmann · 10 years ago
  49. 05b6ca9 target-tricore: fix OPC2_32_RR_DVINIT_HU having write before use on the result by Bastian Koppelmann · 10 years ago
  50. 9371557 target-tricore: add RR_DIV and RR_DIV_U instructions of the v1.6 ISA by Bastian Koppelmann · 10 years ago
  51. 0e045f4 target-tricore: add FRET instructions of the v1.6 ISA by Bastian Koppelmann · 10 years ago
  52. 9e14a7b target-tricore: add FCALL instructions of the v1.6 ISA by Bastian Koppelmann · 10 years ago
  53. bc3551c target-tricore: add SYS_RESTORE instruction of the v1.6 ISA by Bastian Koppelmann · 10 years ago
  54. e5c96c8 target-tricore: add RR_CRC32 instruction of the v1.6.1 ISA by Bastian Koppelmann · 10 years ago
  55. ddd8ceb target-tricore: add SWAPMSK instructions of the v1.6.1 ISA by Bastian Koppelmann · 10 years ago
  56. 62872eb target-tricore: add CMPSWP instructions of the v1.6.1 ISA by Bastian Koppelmann · 10 years ago
  57. fcecf12 target-tricore: Add SRC_MOV_E instruction of the v1.6 ISA by Bastian Koppelmann · 10 years ago
  58. 6d2afc8 target-tricore: introduce ISA v1.6.1 feature by Bastian Koppelmann · 10 years ago
  59. fd5ecf3 target-tricore: Add ISA v1.3.1 cpu and fix tc1796 to using v1.3 by Bastian Koppelmann · 10 years ago
  60. 3446a11 target-tricore: fix rfe not restoring the PC by Bastian Koppelmann · 10 years ago
  61. bc72f8a target-tricore: fix rslcx restoring the upper context instead of the lower by Bastian Koppelmann · 10 years ago
  62. 4959d6b target-tricore: fix BO_OFF10_SEXT calculating the wrong offset by Bastian Koppelmann · 10 years ago
  63. 7bd0eae target-tricore: fix SLR_LD_W and SLR_LD_W_POSTINC insn being a 2 byte memory access insted of 4 by Bastian Koppelmann · 10 years ago
  64. 250ef8c target-tricore: Fix LOOP using wrong register for compare by Bastian Koppelmann · 10 years ago
  65. fee068e tcg: Delete unused cpu_pc_from_tb() by Peter Crosthwaite · 10 years ago
  66. 7b4b0b5 target-tricore: Fix check which was always false by Stefan Weil · 10 years ago
  67. f1fdaf5 target-tricore: fix CACHEA/I_POSTINC/PREINC using data register.. by Bastian Koppelmann · 10 years ago
  68. f69c24e target-tricore: properly fix dvinit_b/h_13 by Bastian Koppelmann · 10 years ago
  69. 00e1754 target-tricore: fix RRPW_DEXTR using wrong reg by Bastian Koppelmann · 10 years ago
  70. 2b9d09b target-tricore: fix DVINIT_HU/BU calculating overflow before result by Bastian Koppelmann · 10 years ago
  71. 30a0d72 target-tricore: Fix two helper functions (clang warnings) by Stefan Weil · 10 years ago
  72. de7ad4c Fix typos in comments by Viswesh · 10 years ago
  73. b724b01 target-tricore: Add instructions of SYS opcode format by Bastian Koppelmann · 10 years ago
  74. eb989d2 target-tricore: Add instructions of RRRW opcode format by Bastian Koppelmann · 10 years ago
  75. 4d108fe target-tricore: Add instructions of RRRR opcode format by Bastian Koppelmann · 10 years ago
  76. 068fac7 target-tricore: Add instructions of RRR1 opcode format, which have 0xe3 as first opcode by Bastian Koppelmann · 10 years ago
  77. 62e47b2 target-tricore: Add instructions of RRR1 opcode format, which have 0x63 as first opcode by Bastian Koppelmann · 10 years ago
  78. f4aef47 target-tricore: Add instructions of RRR1 opcode format, which have 0xa3 as first opcode by Bastian Koppelmann · 10 years ago
  79. 42a268c tcg: Change translator-side labels to a pointer by Richard Henderson · 10 years ago
  80. 2994fd9 cpu: Make cpu_init() return QOM CPUState object by Eduardo Habkost · 10 years ago
  81. bebe80f target-tricore: Add instructions of RRR1 opcode format, which have 0xc3 as first opcode by Bastian Koppelmann · 10 years ago
  82. b00aa8e target-tricore: Add instructions of RRR1 opcode format, which have 0x43 as first opcode by Bastian Koppelmann · 10 years ago
  83. 2e430e1 target-tricore: Add instructions of RRR1 opcode format, which have 0x83 as first opcode by Bastian Koppelmann · 10 years ago
  84. 2984cfb target-tricore: Add instructions of RRR2 opcode format by Bastian Koppelmann · 10 years ago
  85. 3debbb5 target-tricore: fix msub32_suov return wrong results by Bastian Koppelmann · 10 years ago
  86. f0cab01 target-tricore: Fix RLC_ADDI, RLC_ADDIH using wrong microcode helper by Bastian Koppelmann · 10 years ago
  87. fe700ad tcg: Introduce tcg_op_buf_count and tcg_op_buf_full by Richard Henderson · 11 years ago
  88. 0a7df5d tcg: Move emit of INDEX_op_end into gen_tb_end by Richard Henderson · 11 years ago
  89. 0953225 target-tricore: Add instructions of RRR opcode format by Bastian Koppelmann · 10 years ago
  90. 8fb9d0e target-tricore: Add instructions of RRPW opcode format by Bastian Koppelmann · 10 years ago
  91. 12f323e target-tricore: Add instructions of RR2 opcode format by Bastian Koppelmann · 10 years ago
  92. f1cc6ea target-tricore: Add instructions of RR1 opcode format, that have 0x93 as first opcode by Bastian Koppelmann · 10 years ago
  93. 85d604a target-tricore: split up suov32 into suov32_pos and suov32_neg by Bastian Koppelmann · 10 years ago
  94. 40a1f64 target-tricore: Fix bugs found by coverity by Bastian Koppelmann · 10 years ago
  95. 811ea60 target-tricore: calculate av bits before saturation by Bastian Koppelmann · 10 years ago
  96. 5f30046 target-tricore: Several translator and cpu model fixes by Bastian Koppelmann · 10 years ago
  97. 452e3d4 target-tricore: Add missing ULL suffix on 64 bit constant by Peter Maydell · 10 years ago
  98. 3709741 target-tricore: Fix new typos by Stefan Weil · 10 years ago
  99. a4ba200 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  100. cd42d5b gen-icount: check cflags instead of use_icount global by Paolo Bonzini · 10 years ago