1. ed30e7b tcg: Make tcg/helper-info.h self-contained by Richard Henderson · 12 months ago
  2. 23c5692 tcg/tci: Support TCG_COND_TST{EQ,NE} by Richard Henderson · 1 year, 4 months ago
  3. b701f19 tcg: Remove TCG_TARGET_HAS_neg_{i32,i64} by Richard Henderson · 1 year, 4 months ago
  4. ab64da7 tcg/tci: Adjust passing of MemOpIdx by Richard Henderson · 1 year, 9 months ago
  5. ad3d0e4 tcg: Split tcg/tcg-op-common.h from tcg/tcg-op.h by Richard Henderson · 1 year, 11 months ago
  6. dd7dc93 tcg/tci: Elimnate TARGET_LONG_BITS, target_ulong by Richard Henderson · 2 years ago
  7. fecccfc tcg: Split INDEX_op_qemu_{ld,st}* for guest address size by Richard Henderson · 1 year, 9 months ago
  8. 0bbf501 tcg/tci: Use helper_{ld,st}*_mmu for user-only by Richard Henderson · 2 years ago
  9. 0cadc1e tcg: Unify helper_{be,le}_{ld,st}* by Richard Henderson · 2 years, 4 months ago
  10. bfe7bf8 Don't include headers already included by qemu/osdep.h by Markus Armbruster · 2 years, 1 month ago
  11. e9709e1 tcg/tci: Add TCG_TARGET_CALL_{RET,ARG}_I128 by Richard Henderson · 2 years, 4 months ago
  12. 896c76e tcg/tci: Fix big-endian return register ordering by Richard Henderson · 2 years, 4 months ago
  13. 7789b16 tci: MAX_OPC_PARAM_IARGS is no longer used by Richard Henderson · 2 years, 4 months ago
  14. 0f9668e Remove qemu-common.h include from most units by Marc-André Lureau · 3 years ago
  15. fe1bee3 tcg/tci: Support raising sigbus for user-only by Richard Henderson · 3 years, 7 months ago
  16. fc313c6 exec/memop: Adding signedness to quad definitions by Frédéric Pétrot · 3 years, 2 months ago
  17. d2ba802 tcg: Move helper_*_mmu decls to tcg/tcg-ldst.h by Richard Henderson · 3 years, 7 months ago
  18. 9002ffc tcg: Rename TCGMemOpIdx to MemOpIdx by Richard Henderson · 3 years, 7 months ago
  19. 0d57d36 tcg/tci: Support bswap flags by Richard Henderson · 3 years, 9 months ago
  20. 2fc6f16 tcg/tci: Use {set,clear}_helper_retaddr by Richard Henderson · 3 years, 9 months ago
  21. d1b1348 tcg/tci: Remove the qemu_ld/st_type macros by Richard Henderson · 3 years, 9 months ago
  22. 5183f20 Revert "tcg/tci: Use exec/cpu_ldst.h interfaces" by Richard Henderson · 3 years, 9 months ago
  23. 69acc02 tcg/tci: Split out tci_qemu_ld, tci_qemu_st by Richard Henderson · 3 years, 9 months ago
  24. 08096b1 tcg/tci: Implement add2, sub2 by Richard Henderson · 4 years, 1 month ago
  25. f6db0d8 tcg/tci: Implement mulu2, muls2 by Richard Henderson · 4 years, 1 month ago
  26. 5255f48 tcg/tci: Implement clz, ctz, ctpop by Richard Henderson · 4 years, 1 month ago
  27. 0f10d7c tcg/tci: Implement extract, sextract by Richard Henderson · 4 years, 1 month ago
  28. a81520b tcg/tci: Implement andc, orc, eqv, nand, nor by Richard Henderson · 4 years, 1 month ago
  29. df093c1 tcg/tci: Implement movcond by Richard Henderson · 4 years, 1 month ago
  30. 6eea043 tcg/tci: Implement goto_ptr by Richard Henderson · 4 years, 1 month ago
  31. 6508988 tcg/tci: Change encoding to uint32_t units by Richard Henderson · 4 years, 1 month ago
  32. 7e00a08 tcg/tci: Remove tci_write_reg by Richard Henderson · 4 years, 1 month ago
  33. fc8ec9e tcg/tci: Emit setcond before brcond by Richard Henderson · 4 years, 1 month ago
  34. 7b7d8b2 tcg/tci: Use ffi for calls by Richard Henderson · 4 years, 1 month ago
  35. 59964b4 tcg/tci: Implement the disassembler properly by Richard Henderson · 4 years, 1 month ago
  36. 92bc4fa tcg/tci: Hoist op_size checking into tci_args_* by Richard Henderson · 4 years, 1 month ago
  37. 63041ed tcg/tci: Split out tci_args_{rrm,rrrm,rrrrm} by Richard Henderson · 4 years, 1 month ago
  38. 00e338f tcg/tci: Reduce qemu_ld/st TCGMemOpIdx operand to 32-bits by Richard Henderson · 4 years, 1 month ago
  39. 79dd3a4 tcg/tci: Clean up deposit operations by Richard Henderson · 4 years, 1 month ago
  40. cbe8713 tcg/tci: Split out tci_args_rrrr by Richard Henderson · 4 years, 1 month ago
  41. 120402b tcg/tci: Split out tci_args_rrrrrr by Richard Henderson · 4 years, 1 month ago
  42. 1670a2b tcg/tci: Reuse tci_args_l for goto_tb by Richard Henderson · 4 years, 1 month ago
  43. 158d387 tcg/tci: Reuse tci_args_l for exit_tb by Richard Henderson · 4 years, 1 month ago
  44. 2ed8a38 tcg/tci: Reuse tci_args_l for calls. by Richard Henderson · 4 years, 1 month ago
  45. b95aa12 tcg/tci: Split out tci_args_ri and tci_args_rI by Richard Henderson · 4 years, 1 month ago
  46. 5a0adf3 tcg/tci: Split out tci_args_rrcl and tci_args_rrrrcl by Richard Henderson · 4 years, 1 month ago
  47. 817cadd tcg/tci: Split out tci_args_rrrrrc by Richard Henderson · 4 years, 1 month ago
  48. f28ca03 tcg/tci: Split out tci_args_l by Richard Henderson · 4 years, 1 month ago
  49. 963e9fa tcg/tci: Split out tci_args_rrrc by Richard Henderson · 4 years, 1 month ago
  50. e85e4b8 tcg/tci: Split out tci_args_rrr by Richard Henderson · 4 years, 1 month ago
  51. fc4a62f tcg/tci: Split out tci_args_rr by Richard Henderson · 4 years, 1 month ago
  52. cdd9799 tcg/tci: Split out tci_args_rrs by Richard Henderson · 4 years, 1 month ago
  53. adaa9a2 tcg/tci: Rename tci_read_r to tci_read_rval by Richard Henderson · 4 years, 1 month ago
  54. dbcbda2 tcg/tci: Remove ifdefs for TCG_TARGET_HAS_ext32[us]_i64 by Richard Henderson · 4 years, 1 month ago
  55. 9e9acb7 tcg/tci: Merge mov, not and neg operations by Richard Henderson · 4 years, 1 month ago
  56. fe2b13b tcg/tci: Merge bswap operations by Richard Henderson · 4 years, 1 month ago
  57. 13a1d64 tcg/tci: Merge extension operations by Richard Henderson · 4 years, 1 month ago
  58. dd2bb20 tcg/tci: Merge basic arithmetic operations by Richard Henderson · 4 years, 1 month ago
  59. 09c8b8b tcg/tci: Reduce use of tci_read_r64 by Richard Henderson · 4 years, 1 month ago
  60. dcf2af2 tcg/tci: Remove tci_read_r32s by Richard Henderson · 4 years, 1 month ago
  61. 984ae87 tcg/tci: Remove tci_read_r32 by Richard Henderson · 4 years, 1 month ago
  62. 994edd6 tcg/tci: Remove tci_read_r16s by Richard Henderson · 4 years, 1 month ago
  63. 0dd0170 tcg/tci: Remove tci_read_r16 by Richard Henderson · 4 years, 1 month ago
  64. 9758c8c tcg/tci: Remove tci_read_r8s by Richard Henderson · 4 years, 1 month ago
  65. a7391bc tcg/tci: Remove tci_read_r8 by Richard Henderson · 4 years, 1 month ago
  66. dc09f04 tcg/tci: Use exec/cpu_ldst.h interfaces by Richard Henderson · 4 years ago
  67. 2f74f45 tcg/tci: Remove TCG_CONST by Richard Henderson · 4 years, 1 month ago
  68. 552672b tcg/tci: Fix TCG_REG_R4 misusage by Richard Henderson · 4 years, 1 month ago
  69. f6ff97a tcg/tci: Remove TODO as unused by Richard Henderson · 4 years, 1 month ago
  70. ae40c09 tcg/tci: Implement 64-bit division by Richard Henderson · 4 years, 1 month ago
  71. 7abd007 tcg/tci: Remove dead code for TCG_TARGET_HAS_div2_* by Richard Henderson · 4 years, 1 month ago
  72. f6996f9 tcg/tci: Use g_assert_not_reached by Richard Henderson · 4 years, 1 month ago
  73. b4d5bf0 tcg/tci: Merge INDEX_op_{st_i32,st32_i64} by Richard Henderson · 4 years, 1 month ago
  74. 53f4055 tcg/tci: Move stack bounds check to compile-time by Richard Henderson · 4 years, 1 month ago
  75. 90be4dd tcg/tci: Merge INDEX_op_st16_{i32,i64} by Richard Henderson · 4 years, 1 month ago
  76. ba9a80c tcg/tci: Merge INDEX_op_st8_{i32,i64} by Richard Henderson · 4 years, 1 month ago
  77. c1d77e9 tcg/tci: Merge INDEX_op_{ld_i32,ld32u_i64} by Richard Henderson · 4 years, 1 month ago
  78. b09d78b tcg/tci: Merge INDEX_op_ld16s_{i32,i64} by Richard Henderson · 4 years, 1 month ago
  79. 77c38c7 tcg/tci: Merge INDEX_op_ld16u_{i32,i64} by Richard Henderson · 4 years, 1 month ago
  80. 850163e tcg/tci: Merge INDEX_op_ld8s_{i32,i64} by Richard Henderson · 4 years, 1 month ago
  81. 7f33f5c tcg/tci: Merge INDEX_op_ld8u_{i32,i64} by Richard Henderson · 4 years, 1 month ago
  82. 5410e43 tcg/tci: Inline tci_write_reg64 into 64-bit callers by Richard Henderson · 4 years, 1 month ago
  83. 85bbbf7 tcg/tci: Inline tci_write_reg32 into all callers by Richard Henderson · 4 years, 1 month ago
  84. 43c8a40 tcg/tci: Inline tci_write_reg16 into the only caller by Richard Henderson · 4 years, 1 month ago
  85. 475a156 tcg/tci: Inline tci_write_reg8 into its callers by Richard Henderson · 4 years, 1 month ago
  86. 9592e89 tcg/tci: Inline tci_write_reg32s into the only caller by Richard Henderson · 4 years, 1 month ago
  87. cbec075 tcg/tci: Implement INDEX_op_ld8s_i64 by Stefan Weil · 4 years, 1 month ago
  88. 49a5a75 tcg/tci: Implement INDEX_op_ld16s_i32 by Stefan Weil · 4 years, 1 month ago
  89. 13e71f0 tcg/tci: Make tci_tb_ptr thread-local by Richard Henderson · 4 years, 1 month ago
  90. 5fa6ab7 tcg/tci: Restrict tci_write_reg16() to 64-bit hosts by Philippe Mathieu-Daudé · 4 years, 1 month ago
  91. 1bd1af9 tcg/tci: Add special tci_movi_{i32,i64} opcodes by Richard Henderson · 4 years, 10 months ago
  92. 305daae tcg/tci: Push const down through bytecode reading by Richard Henderson · 4 years, 4 months ago
  93. db0c51a tcg: Introduce tcg_splitwx_to_{rx,rw} by Richard Henderson · 4 years, 4 months ago
  94. b91ccb3 tcg: Move tcg prologue pointer out of TCGContext by Richard Henderson · 4 years, 4 months ago
  95. c905a36 cfi: Initial support for cfi-icall in QEMU by Daniele Buono · 4 years, 3 months ago
  96. d73415a qemu/atomic.h: rename atomic_ to qatomic_ by Stefan Hajnoczi · 4 years, 5 months ago
  97. dcb32f1 tcg: Search includes from the project root source directory by Philippe Mathieu-Daudé · 5 years ago
  98. 2f160e0 tci: Add implementation for INDEX_op_ld16u_i64 by Stefan Weil · 6 years ago
  99. 1df3caa tcg: Allow 6 arguments to TCG helpers by Richard Henderson · 7 years ago
  100. 5e75150 tci: move tci_regs to tcg_qemu_tb_exec's stack by Emilio G. Cota · 8 years ago