1. b04574d tcg/aarch64: Support TCG_TARGET_HAS_tst_vec by Richard Henderson · 10 months ago
  2. af8c14a tcg: Introduce TCG_TARGET_HAS_tst_vec by Richard Henderson · 10 months ago
  3. 4fe19bb tcg/aarch64: Fix tcg_out_brcond for test comparisons by Richard Henderson · 12 months ago
  4. 1d24c36 tcg/aarch64: Fix tcg_out_cmp for test comparisons by Richard Henderson · 12 months ago
  5. 7f89fdf tcg/aarch64: Apple does not align __int128_t in even registers by Richard Henderson · 1 year, 1 month ago
  6. 34aff3c tcg/aarch64: Generate CBNZ for TSTNE of UINT32_MAX by Richard Henderson · 1 year, 4 months ago
  7. 92a11b9 tcg/aarch64: Generate TBZ, TBNZ by Richard Henderson · 1 year, 2 months ago
  8. a0f5b3f tcg/aarch64: Massage tcg_out_brcond() by Philippe Mathieu-Daudé · 1 year, 2 months ago
  9. 339adf2 tcg/aarch64: Support TCG_COND_TST{EQ,NE} by Richard Henderson · 1 year, 5 months ago
  10. 21e9a8a tcg: Add TCGConst argument to tcg_target_const_match by Richard Henderson · 1 year, 4 months ago
  11. caf3eac tcg: Introduce TCG_TARGET_HAS_tst by Richard Henderson · 1 year, 2 months ago
  12. b701f19 tcg: Remove TCG_TARGET_HAS_neg_{i32,i64} by Richard Henderson · 1 year, 4 months ago
  13. 3871be7 tcg: Remove TCG_TARGET_HAS_movcond_{i32,i64} by Richard Henderson · 1 year, 4 months ago
  14. e2b7a40 tcg/aarch64: Use tcg_use_softmmu by Richard Henderson · 1 year, 5 months ago
  15. 7893e42 tcg: Correct invalid mentions of 'softmmu' by 'system-mode' by Philippe Mathieu-Daudé · 1 year, 5 months ago
  16. 623912c accel/tcg: Remove env_tlb() by Anton Johansson · 1 year, 6 months ago
  17. 5826a0d tcg/aarch64: Emit BTI insns at jump landing pads by Richard Henderson · 1 year, 7 months ago
  18. 9358fbb tcg: Add tcg_out_tb_start backend hook by Richard Henderson · 1 year, 7 months ago
  19. ebe92db tcg: pass vece to tcg_target_const_match() by Jiajie Chen · 1 year, 6 months ago
  20. 4daad8d tcg: spelling fixes by Michael Tokarev · 1 year, 7 months ago
  21. f58a7de tcg/aarch64: Implement negsetcond_* by Richard Henderson · 1 year, 7 months ago
  22. 3635502 tcg: Introduce negsetcond opcodes by Richard Henderson · 1 year, 7 months ago
  23. 13d885b tcg: Unify TCG_TARGET_HAS_extr[lh]_i64_i32 by Richard Henderson · 1 year, 7 months ago
  24. d46259c tcg: Split out tcg-target-reg-bits.h by Richard Henderson · 1 year, 10 months ago
  25. d0a9bb5 tcg: Add tlb_fast_offset to TCGContext by Richard Henderson · 2 years ago
  26. 238f438 tcg: Widen CPUTLBEntry comparators to 64-bits by Richard Henderson · 2 years ago
  27. 1943394 tcg: Remove TCG_TARGET_TLB_DISPLACEMENT_BITS by Richard Henderson · 2 years ago
  28. 929124e tcg/aarch64: Support 128-bit load/store by Richard Henderson · 1 year, 11 months ago
  29. 285a691 tcg/aarch64: Simplify constraints on qemu_ld/st by Richard Henderson · 1 year, 10 months ago
  30. da4d0d9 tcg/aarch64: Reserve TCG_REG_TMP1, TCG_REG_TMP2 by Richard Henderson · 1 year, 10 months ago
  31. d67bcbd tcg/aarch64: Rename temporaries by Richard Henderson · 1 year, 11 months ago
  32. 0dd0c7f util: Add cpuinfo-aarch64.c by Richard Henderson · 1 year, 10 months ago
  33. a66efde tcg: Add tlb_dyn_max_bits to TCGContext by Richard Henderson · 2 years ago
  34. aece72b tcg: Add page_bits and page_mask to TCGContext by Richard Henderson · 2 years ago
  35. 60c452a tcg/aarch64: Remove TARGET_LONG_BITS, TCG_TYPE_TL by Richard Henderson · 1 year, 11 months ago
  36. 5253315 tcg/aarch64: Remove USE_GUEST_BASE by Richard Henderson · 2 years ago
  37. fecccfc tcg: Split INDEX_op_qemu_{ld,st}* for guest address size by Richard Henderson · 1 year, 10 months ago
  38. 64741d9 tcg/aarch64: Use atom_and_align_for_opc by Richard Henderson · 1 year, 11 months ago
  39. 12fde9b tcg: Add INDEX_op_qemu_{ld,st}_i128 by Richard Henderson · 2 years, 4 months ago
  40. 7b88010 tcg: Introduce tcg_target_has_memory_bswap by Richard Henderson · 1 year, 11 months ago
  41. e9266ec tcg/aarch64: Use full load/store helpers in user-only mode by Richard Henderson · 2 years ago
  42. 1ce12a8 tcg/aarch64: Detect have_lse, have_lse2 for darwin by Richard Henderson · 2 years, 1 month ago
  43. b764941 tcg/aarch64: Detect have_lse, have_lse2 for linux by Richard Henderson · 2 years, 4 months ago
  44. 0cadc1e tcg: Unify helper_{be,le}_{ld,st}* by Richard Henderson · 2 years, 4 months ago
  45. 6e96422 tcg/aarch64: Convert tcg_out_qemu_{ld,st}_slow_path by Richard Henderson · 1 year, 11 months ago
  46. 1e612dd tcg/aarch64: Introduce prepare_host_addr by Richard Henderson · 1 year, 11 months ago
  47. 7f65be5 tcg/aarch64: Introduce HostAddress by Richard Henderson · 1 year, 11 months ago
  48. ff0cc85 tcg/aarch64: Rationalize args to tcg_out_qemu_{ld,st} by Richard Henderson · 1 year, 11 months ago
  49. 767c250 tcg: Introduce tcg_out_xchg by Richard Henderson · 1 year, 11 months ago
  50. b3dfd5f tcg: Introduce tcg_out_movext by Richard Henderson · 1 year, 11 months ago
  51. b8b94ac tcg: Split out tcg_out_extrl_i64_i32 by Richard Henderson · 1 year, 11 months ago
  52. b9bfe00 tcg: Split out tcg_out_extu_i32_i64 by Richard Henderson · 1 year, 11 months ago
  53. 9c6aa27 tcg: Split out tcg_out_exts_i32_i64 by Richard Henderson · 1 year, 11 months ago
  54. 9ecf5f6 tcg: Split out tcg_out_ext32u by Richard Henderson · 1 year, 11 months ago
  55. 52bf339 tcg: Split out tcg_out_ext32s by Richard Henderson · 1 year, 11 months ago
  56. 379afdf tcg: Split out tcg_out_ext16u by Richard Henderson · 1 year, 11 months ago
  57. 753e42e tcg: Split out tcg_out_ext16s by Richard Henderson · 1 year, 11 months ago
  58. d0e66c8 tcg: Split out tcg_out_ext8u by Richard Henderson · 1 year, 11 months ago
  59. 678155b tcg: Split out tcg_out_ext8s by Richard Henderson · 1 year, 11 months ago
  60. 732e89f tcg: Replace tcg_abort with g_assert_not_reached by Richard Henderson · 1 year, 11 months ago
  61. a2495ed tcg/aarch64: Fix patching of LDR in tb_target_set_jmp_target by Richard Henderson · 2 years, 1 month ago
  62. 5427a9a tcg: Add TCG_TARGET_CALL_{RET,ARG}_I128 by Richard Henderson · 2 years, 5 months ago
  63. 5e3d0c1 tcg: Introduce tcg_target_call_oarg_reg by Richard Henderson · 2 years, 5 months ago
  64. 6a6d772 tcg: Introduce tcg_out_addi_ptr by Richard Henderson · 2 years, 5 months ago
  65. d59d83a tcg/aarch64: Reorg goto_tb implementation by Richard Henderson · 2 years, 3 months ago
  66. 2fd2e78 tcg: Remove TCG_TARGET_HAS_direct_jump by Richard Henderson · 2 years, 3 months ago
  67. 0012e35 tcg: Move tb_target_set_jmp_target declaration to tcg.h by Richard Henderson · 2 years, 3 months ago
  68. 0fe1c98 tcg: Change tb_target_set_jmp_target arguments by Richard Henderson · 2 years, 3 months ago
  69. cf7d6b8 tcg: Split out tcg_out_goto_tb by Richard Henderson · 2 years, 3 months ago
  70. b52a2c0 tcg: Introduce set_jmp_insn_offset by Richard Henderson · 2 years, 3 months ago
  71. 7f83167 tcg: Replace asserts on tcg_jmp_insn_offset by Richard Henderson · 2 years, 3 months ago
  72. b55a8d9 tcg: Split out tcg_out_exit_tb by Richard Henderson · 2 years, 3 months ago
  73. cee44b0 tcg: Add TCGHelperInfo argument to tcg_out_call by Richard Henderson · 2 years, 5 months ago
  74. fa3cb9f tcg/aarch64: Merge tcg_out_callr into tcg_out_call by Richard Henderson · 2 years, 4 months ago
  75. eb8b022 tcg: Replace TCG_TARGET_EXTEND_ARGS with TCG_TARGET_CALL_ARG_I32 by Richard Henderson · 2 years, 5 months ago
  76. c8eef96 tcg: Replace TCG_TARGET_CALL_ALIGN_ARGS with TCG_TARGET_CALL_ARG_I64 by Richard Henderson · 2 years, 5 months ago
  77. 8d21de5 tcg: Remove TCG_TARGET_STACK_GROWSUP by Richard Henderson · 2 years, 5 months ago
  78. 1221676 tcg/aarch64: Remove unused code in tcg_out_op by Qi Hu · 2 years, 5 months ago
  79. 94bcc91 tcg/aarch64: Fix illegal insn from out-of-range shli by Richard Henderson · 2 years, 9 months ago
  80. e03b568 Replace config-time define HOST_WORDS_BIGENDIAN by Marc-André Lureau · 3 years ago
  81. 7ceee3a tcg/aarch64: Use 'ull' suffix to force 64-bit constant by Richard Henderson · 3 years ago
  82. ed52347 tcg: Add opcodes for vector nand, nor, eqv by Richard Henderson · 3 years, 3 months ago
  83. f85ab3d tcg/aarch64: Support raising sigbus for user-only by Richard Henderson · 3 years, 7 months ago
  84. fc313c6 exec/memop: Adding signedness to quad definitions by Frédéric Pétrot · 3 years, 2 months ago
  85. 9002ffc tcg: Rename TCGMemOpIdx to MemOpIdx by Richard Henderson · 3 years, 8 months ago
  86. 4b473e0 tcg: Expand MO_SIZE to 3 bits by Richard Henderson · 3 years, 8 months ago
  87. f4e01e3 tcg: Remove TCG_TARGET_HAS_goto_ptr by Richard Henderson · 3 years, 8 months ago
  88. 51c559c tcg/aarch64: Unset TCG_TARGET_HAS_MEMORY_BSWAP by Richard Henderson · 3 years, 9 months ago
  89. 8fcfc6b tcg/aarch64: Support bswap flags by Richard Henderson · 3 years, 9 months ago
  90. dfa24df tcg/aarch64: Merge tcg_out_rev{16,32,64} by Richard Henderson · 3 years, 9 months ago
  91. 26a75d1 tcg: Move MAX_CODE_GEN_BUFFER_SIZE to tcg-target.h by Richard Henderson · 4 years ago
  92. a4fbbd7 tcg: Change parameters for tcg_target_const_match by Richard Henderson · 3 years, 10 months ago
  93. 26b1248 tcg/aarch64: Fix tcg_out_rotl by Yasuo Kuwahara · 3 years, 10 months ago
  94. 5e8892d tcg: Fix prototypes for tcg_out_vec_op and tcg_out_op by Miroslav Rezanina · 4 years ago
  95. d81bad2 tcg/aarch64: Fix generation of "scalar" vector operations by Richard Henderson · 4 years, 1 month ago
  96. 6c2c777 tcg/aarch64: Fix I3617_CMLE0 by Richard Henderson · 4 years, 1 month ago
  97. 707b45a tcg/aarch64: Fix constant subtraction in tcg_out_addsub2 by Richard Henderson · 4 years ago
  98. 2dfa2f1 tcg/aarch64: Do not convert TCGArg to temps that are not temps by Richard Henderson · 4 years, 1 month ago
  99. 0c823e5 tcg: Remove TCG_TARGET_CON_SET_H by Richard Henderson · 4 years, 5 months ago
  100. 39e7522 tcg/aarch64: Split out constraint sets to tcg-target-con-set.h by Richard Henderson · 4 years, 5 months ago