1. d2ba802 tcg: Move helper_*_mmu decls to tcg/tcg-ldst.h by Richard Henderson · 3 years, 8 months ago
  2. 9002ffc tcg: Rename TCGMemOpIdx to MemOpIdx by Richard Henderson · 3 years, 8 months ago
  3. 0d57d36 tcg/tci: Support bswap flags by Richard Henderson · 3 years, 9 months ago
  4. 2fc6f16 tcg/tci: Use {set,clear}_helper_retaddr by Richard Henderson · 3 years, 10 months ago
  5. d1b1348 tcg/tci: Remove the qemu_ld/st_type macros by Richard Henderson · 3 years, 10 months ago
  6. 5183f20 Revert "tcg/tci: Use exec/cpu_ldst.h interfaces" by Richard Henderson · 3 years, 10 months ago
  7. 69acc02 tcg/tci: Split out tci_qemu_ld, tci_qemu_st by Richard Henderson · 3 years, 10 months ago
  8. 08096b1 tcg/tci: Implement add2, sub2 by Richard Henderson · 4 years, 1 month ago
  9. f6db0d8 tcg/tci: Implement mulu2, muls2 by Richard Henderson · 4 years, 1 month ago
  10. 5255f48 tcg/tci: Implement clz, ctz, ctpop by Richard Henderson · 4 years, 1 month ago
  11. 0f10d7c tcg/tci: Implement extract, sextract by Richard Henderson · 4 years, 1 month ago
  12. a81520b tcg/tci: Implement andc, orc, eqv, nand, nor by Richard Henderson · 4 years, 1 month ago
  13. df093c1 tcg/tci: Implement movcond by Richard Henderson · 4 years, 1 month ago
  14. 6eea043 tcg/tci: Implement goto_ptr by Richard Henderson · 4 years, 1 month ago
  15. 6508988 tcg/tci: Change encoding to uint32_t units by Richard Henderson · 4 years, 1 month ago
  16. 7e00a08 tcg/tci: Remove tci_write_reg by Richard Henderson · 4 years, 1 month ago
  17. fc8ec9e tcg/tci: Emit setcond before brcond by Richard Henderson · 4 years, 1 month ago
  18. 7b7d8b2 tcg/tci: Use ffi for calls by Richard Henderson · 4 years, 1 month ago
  19. 59964b4 tcg/tci: Implement the disassembler properly by Richard Henderson · 4 years, 1 month ago
  20. 92bc4fa tcg/tci: Hoist op_size checking into tci_args_* by Richard Henderson · 4 years, 1 month ago
  21. 63041ed tcg/tci: Split out tci_args_{rrm,rrrm,rrrrm} by Richard Henderson · 4 years, 1 month ago
  22. 00e338f tcg/tci: Reduce qemu_ld/st TCGMemOpIdx operand to 32-bits by Richard Henderson · 4 years, 1 month ago
  23. 79dd3a4 tcg/tci: Clean up deposit operations by Richard Henderson · 4 years, 1 month ago
  24. cbe8713 tcg/tci: Split out tci_args_rrrr by Richard Henderson · 4 years, 1 month ago
  25. 120402b tcg/tci: Split out tci_args_rrrrrr by Richard Henderson · 4 years, 1 month ago
  26. 1670a2b tcg/tci: Reuse tci_args_l for goto_tb by Richard Henderson · 4 years, 1 month ago
  27. 158d387 tcg/tci: Reuse tci_args_l for exit_tb by Richard Henderson · 4 years, 1 month ago
  28. 2ed8a38 tcg/tci: Reuse tci_args_l for calls. by Richard Henderson · 4 years, 1 month ago
  29. b95aa12 tcg/tci: Split out tci_args_ri and tci_args_rI by Richard Henderson · 4 years, 1 month ago
  30. 5a0adf3 tcg/tci: Split out tci_args_rrcl and tci_args_rrrrcl by Richard Henderson · 4 years, 1 month ago
  31. 817cadd tcg/tci: Split out tci_args_rrrrrc by Richard Henderson · 4 years, 1 month ago
  32. f28ca03 tcg/tci: Split out tci_args_l by Richard Henderson · 4 years, 1 month ago
  33. 963e9fa tcg/tci: Split out tci_args_rrrc by Richard Henderson · 4 years, 1 month ago
  34. e85e4b8 tcg/tci: Split out tci_args_rrr by Richard Henderson · 4 years, 1 month ago
  35. fc4a62f tcg/tci: Split out tci_args_rr by Richard Henderson · 4 years, 1 month ago
  36. cdd9799 tcg/tci: Split out tci_args_rrs by Richard Henderson · 4 years, 1 month ago
  37. adaa9a2 tcg/tci: Rename tci_read_r to tci_read_rval by Richard Henderson · 4 years, 1 month ago
  38. dbcbda2 tcg/tci: Remove ifdefs for TCG_TARGET_HAS_ext32[us]_i64 by Richard Henderson · 4 years, 1 month ago
  39. 9e9acb7 tcg/tci: Merge mov, not and neg operations by Richard Henderson · 4 years, 1 month ago
  40. fe2b13b tcg/tci: Merge bswap operations by Richard Henderson · 4 years, 1 month ago
  41. 13a1d64 tcg/tci: Merge extension operations by Richard Henderson · 4 years, 1 month ago
  42. dd2bb20 tcg/tci: Merge basic arithmetic operations by Richard Henderson · 4 years, 1 month ago
  43. 09c8b8b tcg/tci: Reduce use of tci_read_r64 by Richard Henderson · 4 years, 1 month ago
  44. dcf2af2 tcg/tci: Remove tci_read_r32s by Richard Henderson · 4 years, 1 month ago
  45. 984ae87 tcg/tci: Remove tci_read_r32 by Richard Henderson · 4 years, 1 month ago
  46. 994edd6 tcg/tci: Remove tci_read_r16s by Richard Henderson · 4 years, 1 month ago
  47. 0dd0170 tcg/tci: Remove tci_read_r16 by Richard Henderson · 4 years, 1 month ago
  48. 9758c8c tcg/tci: Remove tci_read_r8s by Richard Henderson · 4 years, 1 month ago
  49. a7391bc tcg/tci: Remove tci_read_r8 by Richard Henderson · 4 years, 1 month ago
  50. dc09f04 tcg/tci: Use exec/cpu_ldst.h interfaces by Richard Henderson · 4 years, 1 month ago
  51. 2f74f45 tcg/tci: Remove TCG_CONST by Richard Henderson · 4 years, 1 month ago
  52. 552672b tcg/tci: Fix TCG_REG_R4 misusage by Richard Henderson · 4 years, 1 month ago
  53. f6ff97a tcg/tci: Remove TODO as unused by Richard Henderson · 4 years, 1 month ago
  54. ae40c09 tcg/tci: Implement 64-bit division by Richard Henderson · 4 years, 1 month ago
  55. 7abd007 tcg/tci: Remove dead code for TCG_TARGET_HAS_div2_* by Richard Henderson · 4 years, 1 month ago
  56. f6996f9 tcg/tci: Use g_assert_not_reached by Richard Henderson · 4 years, 1 month ago
  57. b4d5bf0 tcg/tci: Merge INDEX_op_{st_i32,st32_i64} by Richard Henderson · 4 years, 1 month ago
  58. 53f4055 tcg/tci: Move stack bounds check to compile-time by Richard Henderson · 4 years, 1 month ago
  59. 90be4dd tcg/tci: Merge INDEX_op_st16_{i32,i64} by Richard Henderson · 4 years, 1 month ago
  60. ba9a80c tcg/tci: Merge INDEX_op_st8_{i32,i64} by Richard Henderson · 4 years, 1 month ago
  61. c1d77e9 tcg/tci: Merge INDEX_op_{ld_i32,ld32u_i64} by Richard Henderson · 4 years, 1 month ago
  62. b09d78b tcg/tci: Merge INDEX_op_ld16s_{i32,i64} by Richard Henderson · 4 years, 1 month ago
  63. 77c38c7 tcg/tci: Merge INDEX_op_ld16u_{i32,i64} by Richard Henderson · 4 years, 1 month ago
  64. 850163e tcg/tci: Merge INDEX_op_ld8s_{i32,i64} by Richard Henderson · 4 years, 1 month ago
  65. 7f33f5c tcg/tci: Merge INDEX_op_ld8u_{i32,i64} by Richard Henderson · 4 years, 1 month ago
  66. 5410e43 tcg/tci: Inline tci_write_reg64 into 64-bit callers by Richard Henderson · 4 years, 1 month ago
  67. 85bbbf7 tcg/tci: Inline tci_write_reg32 into all callers by Richard Henderson · 4 years, 1 month ago
  68. 43c8a40 tcg/tci: Inline tci_write_reg16 into the only caller by Richard Henderson · 4 years, 1 month ago
  69. 475a156 tcg/tci: Inline tci_write_reg8 into its callers by Richard Henderson · 4 years, 1 month ago
  70. 9592e89 tcg/tci: Inline tci_write_reg32s into the only caller by Richard Henderson · 4 years, 1 month ago
  71. cbec075 tcg/tci: Implement INDEX_op_ld8s_i64 by Stefan Weil · 4 years, 1 month ago
  72. 49a5a75 tcg/tci: Implement INDEX_op_ld16s_i32 by Stefan Weil · 4 years, 1 month ago
  73. 13e71f0 tcg/tci: Make tci_tb_ptr thread-local by Richard Henderson · 4 years, 2 months ago
  74. 5fa6ab7 tcg/tci: Restrict tci_write_reg16() to 64-bit hosts by Philippe Mathieu-Daudé · 4 years, 2 months ago
  75. 1bd1af9 tcg/tci: Add special tci_movi_{i32,i64} opcodes by Richard Henderson · 5 years ago
  76. 305daae tcg/tci: Push const down through bytecode reading by Richard Henderson · 4 years, 4 months ago
  77. db0c51a tcg: Introduce tcg_splitwx_to_{rx,rw} by Richard Henderson · 4 years, 4 months ago
  78. b91ccb3 tcg: Move tcg prologue pointer out of TCGContext by Richard Henderson · 4 years, 4 months ago
  79. c905a36 cfi: Initial support for cfi-icall in QEMU by Daniele Buono · 4 years, 3 months ago
  80. d73415a qemu/atomic.h: rename atomic_ to qatomic_ by Stefan Hajnoczi · 4 years, 6 months ago
  81. dcb32f1 tcg: Search includes from the project root source directory by Philippe Mathieu-Daudé · 5 years ago
  82. 2f160e0 tci: Add implementation for INDEX_op_ld16u_i64 by Stefan Weil · 6 years ago
  83. 1df3caa tcg: Allow 6 arguments to TCG helpers by Richard Henderson · 7 years ago
  84. 5e75150 tci: move tci_regs to tcg_qemu_tb_exec's stack by Emilio G. Cota · 8 years ago
  85. 797ed66 tcg/tci: enable bswap16_i64 by Philippe Mathieu-Daudé · 8 years ago
  86. 244f144 tcg: move tcg backend files into accel/tcg/ by Yang Zhong · 8 years ago[Renamed from tci.c]
  87. a1e69e2 tcg/tci: Add support for fence by Pranith Kumar · 9 years ago
  88. 65603e2 tci: do not include exec/exec-all.h by Paolo Bonzini · 9 years ago
  89. 819af24 tcg: Clean up from 'next_tb' by Sergey Fedorov · 9 years ago
  90. 76442a9 tci: Make direct jump patching thread-safe by Sergey Fedorov · 9 years ago
  91. 3ccdbec tci: Fix build regression by Stefan Weil · 9 years ago
  92. d38ea87 all: Clean up includes by Peter Maydell · 9 years ago
  93. 765b842 tcg: Rename debug_insn_start to insn_start by Richard Henderson · 10 years ago
  94. 162e992 tcg: Move tci_tb_ptr to -common by Peter Crosthwaite · 10 years ago
  95. 4f2331e tcg: implement real ext_i32_i64 and extu_i32_i64 ops by Aurelien Jarno · 10 years ago
  96. 2b7ec66 tcg: Mask TCGMemOp appropriately for indexing by Richard Henderson · 10 years ago
  97. 3972ef6 tcg: Push merged memop+mmu_idx parameter to softmmu routines by Richard Henderson · 10 years ago
  98. 59227d5 tcg: Merge memop and mmu_idx parameters to qemu_ld/st by Richard Henderson · 10 years ago
  99. 15fc7da tcg: Remove unused opcodes by Richard Henderson · 11 years ago
  100. 31e25e3 Merge remote-tracking branch 'remotes/bonzini/softmmu-smap' into staging by Peter Maydell · 11 years ago