1. af8c14a tcg: Introduce TCG_TARGET_HAS_tst_vec by Richard Henderson · 10 months ago
  2. 585b7a4 tcg/s390x: Support TCG_COND_TST{EQ,NE} by Richard Henderson · 1 year, 4 months ago
  3. d95b51d tcg/s390x: Add TCG_CT_CONST_CMP by Richard Henderson · 1 year, 4 months ago
  4. cbaddf3 tcg/s390x: Split constraint A into J+U by Richard Henderson · 1 year, 4 months ago
  5. 21e9a8a tcg: Add TCGConst argument to tcg_target_const_match by Richard Henderson · 1 year, 4 months ago
  6. caf3eac tcg: Introduce TCG_TARGET_HAS_tst by Richard Henderson · 1 year, 2 months ago
  7. c1ddc18 tcg/s390x: Fix encoding of VRIc, VRSa, VRSc insns by Richard Henderson · 1 year, 1 month ago
  8. b701f19 tcg: Remove TCG_TARGET_HAS_neg_{i32,i64} by Richard Henderson · 1 year, 4 months ago
  9. 3871be7 tcg: Remove TCG_TARGET_HAS_movcond_{i32,i64} by Richard Henderson · 1 year, 4 months ago
  10. 2e486b5 tcg/s390x: Use tcg_use_softmmu by Richard Henderson · 1 year, 5 months ago
  11. 7893e42 tcg: Correct invalid mentions of 'softmmu' by 'system-mode' by Philippe Mathieu-Daudé · 1 year, 5 months ago
  12. 9358fbb tcg: Add tcg_out_tb_start backend hook by Richard Henderson · 1 year, 7 months ago
  13. ebe92db tcg: pass vece to tcg_target_const_match() by Jiajie Chen · 1 year, 6 months ago
  14. 128c7d5 tcg/s390x: Implement negsetcond_* by Richard Henderson · 1 year, 7 months ago
  15. 3635502 tcg: Introduce negsetcond opcodes by Richard Henderson · 1 year, 7 months ago
  16. 13d885b tcg: Unify TCG_TARGET_HAS_extr[lh]_i64_i32 by Richard Henderson · 1 year, 6 months ago
  17. 22d2e53 tcg/{i386, s390x}: Add earlyclobber to the op_add2's first output by Ilya Leoshkevich · 1 year, 7 months ago
  18. d46259c tcg: Split out tcg-target-reg-bits.h by Richard Henderson · 1 year, 10 months ago
  19. d0a9bb5 tcg: Add tlb_fast_offset to TCGContext by Richard Henderson · 1 year, 11 months ago
  20. 238f438 tcg: Widen CPUTLBEntry comparators to 64-bits by Richard Henderson · 2 years ago
  21. d588946 tcg/s390x: Remove TARGET_LONG_BITS, TCG_TYPE_TL by Richard Henderson · 1 year, 10 months ago
  22. 1943394 tcg: Remove TCG_TARGET_TLB_DISPLACEMENT_BITS by Richard Henderson · 1 year, 11 months ago
  23. 4caad79 tcg/s390x: Support 128-bit load/store by Richard Henderson · 1 year, 11 months ago
  24. aece72b tcg: Add page_bits and page_mask to TCGContext by Richard Henderson · 2 years ago
  25. fecccfc tcg: Split INDEX_op_qemu_{ld,st}* for guest address size by Richard Henderson · 1 year, 10 months ago
  26. 00406e6 tcg/s390x: Use atom_and_align_for_opc by Richard Henderson · 1 year, 11 months ago
  27. 12fde9b tcg: Add INDEX_op_qemu_{ld,st}_i128 by Richard Henderson · 2 years, 4 months ago
  28. 7b88010 tcg: Introduce tcg_target_has_memory_bswap by Richard Henderson · 1 year, 11 months ago
  29. 3df73c7 tcg/s390x: Use full load/store helpers in user-only mode by Richard Henderson · 1 year, 10 months ago
  30. 0cadc1e tcg: Unify helper_{be,le}_{ld,st}* by Richard Henderson · 2 years, 4 months ago
  31. 9490142 tcg/s390x: Simplify constraints on qemu_ld/st by Richard Henderson · 1 year, 11 months ago
  32. 8b1b459 tcg/s390x: Use ALGFR in constructing softmmu host address by Richard Henderson · 1 year, 11 months ago
  33. eb49132 tcg/s390x: Convert tcg_out_qemu_{ld,st}_slow_path by Richard Henderson · 1 year, 11 months ago
  34. 0741b25 tcg/s390x: Introduce prepare_host_addr by Richard Henderson · 1 year, 10 months ago
  35. 0365474 tcg/s390x: Introduce HostAddress by Richard Henderson · 1 year, 10 months ago
  36. 01a3b5d tcg/s390x: Pass TCGType to tcg_out_qemu_{ld,st} by Richard Henderson · 1 year, 11 months ago
  37. 767c250 tcg: Introduce tcg_out_xchg by Richard Henderson · 1 year, 11 months ago
  38. b3dfd5f tcg: Introduce tcg_out_movext by Richard Henderson · 1 year, 11 months ago
  39. b8b94ac tcg: Split out tcg_out_extrl_i64_i32 by Richard Henderson · 1 year, 11 months ago
  40. b9bfe00 tcg: Split out tcg_out_extu_i32_i64 by Richard Henderson · 1 year, 11 months ago
  41. 9c6aa27 tcg: Split out tcg_out_exts_i32_i64 by Richard Henderson · 1 year, 11 months ago
  42. 9ecf5f6 tcg: Split out tcg_out_ext32u by Richard Henderson · 1 year, 11 months ago
  43. 52bf339 tcg: Split out tcg_out_ext32s by Richard Henderson · 1 year, 11 months ago
  44. 379afdf tcg: Split out tcg_out_ext16u by Richard Henderson · 1 year, 11 months ago
  45. 753e42e tcg: Split out tcg_out_ext16s by Richard Henderson · 1 year, 11 months ago
  46. d0e66c8 tcg: Split out tcg_out_ext8u by Richard Henderson · 1 year, 11 months ago
  47. 678155b tcg: Split out tcg_out_ext8s by Richard Henderson · 1 year, 11 months ago
  48. 732e89f tcg: Replace tcg_abort with g_assert_not_reached by Richard Henderson · 1 year, 11 months ago
  49. 5427a9a tcg: Add TCG_TARGET_CALL_{RET,ARG}_I128 by Richard Henderson · 2 years, 4 months ago
  50. 5e3d0c1 tcg: Introduce tcg_target_call_oarg_reg by Richard Henderson · 2 years, 4 months ago
  51. 6a6d772 tcg: Introduce tcg_out_addi_ptr by Richard Henderson · 2 years, 4 months ago
  52. 2fd2e78 tcg: Remove TCG_TARGET_HAS_direct_jump by Richard Henderson · 2 years, 3 months ago
  53. 0012e35 tcg: Move tb_target_set_jmp_target declaration to tcg.h by Richard Henderson · 2 years, 3 months ago
  54. 0fe1c98 tcg: Change tb_target_set_jmp_target arguments by Richard Henderson · 2 years, 3 months ago
  55. cf7d6b8 tcg: Split out tcg_out_goto_tb by Richard Henderson · 2 years, 3 months ago
  56. b52a2c0 tcg: Introduce set_jmp_insn_offset by Richard Henderson · 2 years, 3 months ago
  57. b55a8d9 tcg: Split out tcg_out_exit_tb by Richard Henderson · 2 years, 3 months ago
  58. 90497e0 tcg/s390x: Avoid the constant pool in tcg_out_movi by Richard Henderson · 2 years, 3 months ago
  59. 1818c71 tcg/s390x: Cleanup tcg_out_movi by Richard Henderson · 2 years, 3 months ago
  60. 32c256e tcg/s390x: Tighten constraints for 64-bit compare by Richard Henderson · 2 years, 3 months ago
  61. 29a5ea7 tcg/s390x: Implement ctpop operation by Richard Henderson · 3 years ago
  62. bfff851 tcg/s390x: Use tgen_movcond_int in tgen_clz by Richard Henderson · 3 years ago
  63. 0bbf0f7 tcg/s390x: Support SELGR instruction in movcond by Richard Henderson · 2 years, 3 months ago
  64. 23d1394 tcg/s390x: Generalize movcond implementation by Richard Henderson · 3 years ago
  65. 5c837bb tcg/s390x: Create tgen_cmp2 to simplify movcond by Richard Henderson · 3 years ago
  66. 6c9b5c0 tcg/s390x: Support MIE3 logical operations by Richard Henderson · 3 years ago
  67. 4134083 tcg/s390x: Tighten constraints for and_i64 by Richard Henderson · 2 years, 3 months ago
  68. b2509ac tcg/s390x: Tighten constraints for or_i64 and xor_i64 by Richard Henderson · 2 years, 3 months ago
  69. a0332ac tcg/s390x: Issue XILF directly for xor_i32 by Richard Henderson · 2 years, 3 months ago
  70. 668ce34 tcg/s390x: Support MIE2 MGRK instruction by Richard Henderson · 3 years ago
  71. 92c89a0 tcg/s390x: Support MIE2 multiply single instructions by Richard Henderson · 3 years ago
  72. d84ca80 tcg/s390x: Distinguish RIE formats by Richard Henderson · 3 years ago
  73. 1dd06b1 tcg/s390x: Distinguish RRF-a and RRF-c formats by Richard Henderson · 3 years ago
  74. 1b74cf6 tcg/s390x: Use LARL+AGHI for odd addresses by Richard Henderson · 2 years, 3 months ago
  75. 238da1c tcg/s390x: Remove DISTINCT_OPERANDS facility check by Richard Henderson · 2 years, 3 months ago
  76. e62d575 tcg/s390x: Remove FAST_BCR_SER facility check by Richard Henderson · 2 years, 3 months ago
  77. c68d5b7 tcg/s390x: Check for load-on-condition facility at startup by Richard Henderson · 2 years, 3 months ago
  78. 9c3bfb7 tcg/s390x: Check for general-instruction-extension facility at startup by Richard Henderson · 2 years, 3 months ago
  79. 3e25f7d tcg/s390x: Check for extended-immediate facility at startup by Richard Henderson · 2 years, 3 months ago
  80. 761ea52 tcg/s390x: Check for long-displacement facility at startup by Richard Henderson · 2 years, 3 months ago
  81. 0a3afe0 tcg/s390x: Remove USE_LONG_BRANCHES by Richard Henderson · 2 years, 3 months ago
  82. 6bd739e tcg/s390x: Always set TCG_TARGET_HAS_direct_jump by Richard Henderson · 2 years, 3 months ago
  83. ccbecb4 tcg/s390x: Remove TCG_REG_TB by Richard Henderson · 2 years, 3 months ago
  84. 4143f78 tcg/s390x: Use register pair allocation for div and mulu2 by Richard Henderson · 2 years, 5 months ago
  85. cee44b0 tcg: Add TCGHelperInfo argument to tcg_out_call by Richard Henderson · 2 years, 4 months ago
  86. eb8b022 tcg: Replace TCG_TARGET_EXTEND_ARGS with TCG_TARGET_CALL_ARG_I32 by Richard Henderson · 2 years, 5 months ago
  87. c8eef96 tcg: Replace TCG_TARGET_CALL_ALIGN_ARGS with TCG_TARGET_CALL_ARG_I64 by Richard Henderson · 2 years, 5 months ago
  88. dba6a9e tcg/s390x: Fix coding style by Philippe Mathieu-Daudé · 2 years, 3 months ago
  89. 6e591a8 tcg/s390x: Fix tcg_out_dup_vec vs general registers by Richard Henderson · 3 years ago
  90. 6e5f9fb tcg/s390x: Fix INDEX_op_bitsel_vec vs VSEL by Richard Henderson · 3 years ago
  91. a66669c tcg/s390x: Fix tcg_out_dupi_vec vs VGM by Richard Henderson · 3 years ago
  92. 21eab5b tcg/s390x: Implement vector NAND, NOR, EQV by Richard Henderson · 3 years, 2 months ago
  93. ed52347 tcg: Add opcodes for vector nand, nor, eqv by Richard Henderson · 3 years, 2 months ago
  94. 1cd4986 tcg/s390x: Support raising sigbus for user-only by Richard Henderson · 3 years, 7 months ago
  95. fc313c6 exec/memop: Adding signedness to quad definitions by Frédéric Pétrot · 3 years, 2 months ago
  96. d58f017 tcg/s390x: Fix tcg_out_vec_op argument type by Miroslav Rezanina · 3 years, 4 months ago
  97. ea3f2af tcg/s390x: Implement TCG_TARGET_HAS_cmpsel_vec by Richard Henderson · 4 years, 6 months ago
  98. 9bca986 tcg/s390x: Implement TCG_TARGET_HAS_bitsel_vec by Richard Henderson · 4 years, 6 months ago
  99. 4223c9c tcg/s390x: Implement TCG_TARGET_HAS_sat_vec by Richard Henderson · 4 years, 6 months ago
  100. 220db7a tcg/s390x: Implement TCG_TARGET_HAS_minmax_vec by Richard Henderson · 4 years, 6 months ago