1. f46934d tcg: Remove tcg_regset_set32 by Richard Henderson · 7 years ago
  2. ccb1bb6 tcg: Remove tcg_regset_clear by Richard Henderson · 7 years ago
  3. a534bb1 tcg/s390: Use constant pool for cmpi by Richard Henderson · 7 years ago
  4. 5bf67a9 tcg/s390: Use constant pool for xori by Richard Henderson · 7 years ago
  5. 4046d9c tcg/s390: Use constant pool for ori by Richard Henderson · 7 years ago
  6. bdcd5d1 tcg/s390: Use constant pool for andi by Richard Henderson · 7 years ago
  7. 28eef8a tcg/s390: Use constant pool for movi by Richard Henderson · 7 years ago
  8. e692a34 tcg/s390: Fix sign of patch_reloc addend by Richard Henderson · 7 years ago
  9. 829e137 tcg/s390: Introduce TCG_REG_TB by Richard Henderson · 7 years ago
  10. 659ef5c tcg: Rearrange ldst label tracking by Richard Henderson · 7 years ago
  11. a858339 tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.h by Richard Henderson · 7 years ago
  12. 4609190 tcg/s390: Use slbgr for setcond le and leu by Richard Henderson · 7 years ago
  13. 7af525a tcg/s390: Use load-on-condition-2 facility by Richard Henderson · 7 years ago
  14. c209713 tcg/s390: Use distinct-operands facility by Richard Henderson · 7 years ago
  15. e42349c tcg/s390: Merge ori+xori facilities check to tcg_target_op_def by Richard Henderson · 7 years ago
  16. ba18b07 tcg/s390: Merge add2i facilities check to tcg_target_op_def by Richard Henderson · 7 years ago
  17. a8f0269 tcg/s390: Merge muli facilities check to tcg_target_op_def by Richard Henderson · 7 years ago
  18. 07952d9 tcg/s390: Merge cmpi facilities check to tcg_target_op_def by Richard Henderson · 7 years ago
  19. 9b5500b tcg/s390: Fully convert tcg_target_op_def by Richard Henderson · 7 years ago
  20. 71650df tcg: Add tcg target default memory ordering by Pranith Kumar · 7 years ago
  21. 4664448 tcg/s390: Implement goto_ptr by Richard Henderson · 7 years ago
  22. cedbcb0 tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptr by Emilio G. Cota · 7 years ago
  23. a32b6ae tcg/s390: Fix merge error with facilities by Richard Henderson · 8 years ago
  24. a768e4e tcg: Add opcode for ctpop by Richard Henderson · 8 years ago
  25. ce41106 tcg/s390: Handle clz opcode by Richard Henderson · 8 years ago
  26. 0e28d00 tcg: Add clz and ctz opcodes by Richard Henderson · 8 years ago
  27. 069ea73 tcg: Pass the opcode width to target_parse_constraint by Richard Henderson · 8 years ago
  28. f69d277 tcg: Transition flat op_defs array to a target callback by Richard Henderson · 8 years ago
  29. 752b1be tcg/s390: Support deposit into zero by Richard Henderson · 8 years ago
  30. b0bf5fe tcg/s390: Implement field extraction opcodes by Richard Henderson · 8 years ago
  31. b2c98d9 tcg/s390: Expose host facilities to tcg-target.h by Richard Henderson · 8 years ago
  32. 7ec8bab tcg: Add field extraction primitives by Richard Henderson · 8 years ago
  33. e45d4ef tcg/s390: Remove 'R' constraint by Richard Henderson · 8 years ago
  34. 65839b5 tcg/s390: Fix setcond expansion by Richard Henderson · 8 years ago
  35. c9314d6 tcg/s390: Add support for fence by Pranith Kumar · 8 years ago
  36. 85aa808 tcg: Support arbitrary size + alignment by Richard Henderson · 8 years ago
  37. 14e54f8 tcg: Clean up tcg-target.h header guards by Markus Armbruster · 8 years ago
  38. 1f00b27 tcg: Improve the alignment check infrastructure by Sergey Sorokin · 8 years ago
  39. 59d7c14 tcg: Optimize spills of constants by Richard Henderson · 8 years ago
  40. f309101 tcg: Clean up direct block chaining data fields by Sergey Fedorov · 8 years ago
  41. ed3d51e tcg/s390: Make direct jump patching thread-safe by Sergey Fedorov · 8 years ago
  42. 8d8fdba tcg: check for CONFIG_DEBUG_TCG instead of NDEBUG by Aurelien Jarno · 8 years ago
  43. eabb7b9 tcg: use tcg_debug_assert instead of assert (fix performance regression) by Aurelien Jarno · 8 years ago
  44. c3b7f66 tcg: Remove unnecessary osdep.h includes from tcg-target.inc.c by Peter Maydell · 9 years ago
  45. ce15110 tcg: Rename tcg-target.c to tcg-target.inc.c by Peter Maydell · 9 years ago
  46. 757e725 tcg: Clean up includes by Peter Maydell · 9 years ago
  47. 090d0bf s390: fix softmmu compilation by Laurent Vivier · 9 years ago
  48. b76f21a linux-user: remove useless macros GUEST_BASE and RESERVED_VA by Laurent Vivier · 9 years ago
  49. 4cbea59 linux-user: remove --enable-guest-base/--disable-guest-base by Laurent Vivier · 9 years ago
  50. a5e3981 tcg/s390: Use softmmu fast path for unaligned accesses by Richard Henderson · 9 years ago
  51. 609ad70 tcg: Split trunc_shr_i32 opcode into extr[lh]_i64_i32 by Richard Henderson · 9 years ago
  52. 4f2331e tcg: implement real ext_i32_i64 and extu_i32_i64 ops by Aurelien Jarno · 9 years ago
  53. 0632e55 tcg: rename trunc_shr_i32 into trunc_shr_i64_i32 by Aurelien Jarno · 9 years ago
  54. 3c8691f tcg/s390x: Mask TCGMemOp appropriately for indexing by Aurelien Jarno · 9 years ago
  55. cd3b29b tcg/s390: fix branch target change during code retranslation by Aurelien Jarno · 9 years ago
  56. 2b7ec66 tcg: Mask TCGMemOp appropriately for indexing by Richard Henderson · 9 years ago
  57. 006f863 tcg: add TCG_TARGET_TLB_DISPLACEMENT_BITS by Paolo Bonzini · 9 years ago
  58. 3972ef6 tcg: Push merged memop+mmu_idx parameter to softmmu routines by Richard Henderson · 9 years ago
  59. 59227d5 tcg: Merge memop and mmu_idx parameters to qemu_ld/st by Richard Henderson · 9 years ago
  60. bec1631 tcg: Change generator-side labels to a pointer by Richard Henderson · 10 years ago
  61. 3d1b2ff tcg: Remove TCG_TARGET_HAS_new_ldst by Richard Henderson · 10 years ago
  62. d2e16f2 tcg-s390: Make debug_frame const by Richard Henderson · 10 years ago
  63. a10c64e tcg-s390: Implement direct chaining of TBs by Richard Henderson · 10 years ago
  64. 7b7066b tcg-s390: Improve setcond by Richard Henderson · 11 years ago
  65. ad19b35 tcg-s390: Allow immediate operands to add2 and sub2 by Richard Henderson · 11 years ago
  66. f167dc3 tcg-s390: Implement tcg_register_jit by Richard Henderson · 11 years ago
  67. 547ec12 tcg-s390: Use more risbg in the tlb sequence by Richard Henderson · 11 years ago
  68. fb59641 tcg-s390: Move ldst helpers out of line by Richard Henderson · 11 years ago
  69. f24efee tcg-s390: Convert to new ldst opcodes by Richard Henderson · 11 years ago
  70. b8dd88b tcg-s390: Integrate endianness into TCGMemOp by Richard Henderson · 11 years ago
  71. a5a04f2 tcg-s390: Convert to TCGMemOp by Richard Henderson · 11 years ago
  72. a175689 tcg-s390: Fix off-by-one in wraparound andi by Richard Henderson · 10 years ago
  73. 96d0ee7 tcg: Remove unreachable code in tcg_out_op and op_defs by Richard Henderson · 10 years ago
  74. a811121 tcg-s390: Rename tgen_calli to tcg_out_call by Richard Henderson · 10 years ago
  75. 8c081b1 tcg-s390: Define TCG_TARGET_INSN_UNIT_SIZE by Richard Henderson · 10 years ago
  76. 4bb7a41 tcg: Add INDEX_op_trunc_shr_i32 by Richard Henderson · 11 years ago
  77. 02eb19d tcg: Use HOST_WORDS_BIGENDIAN by Richard Henderson · 11 years ago
  78. 671c835 tcg-s390: Remove W constraint by Richard Henderson · 11 years ago
  79. f6c6afc tcg: Add TCGType parameter to tcg_target_const_match by Richard Henderson · 11 years ago
  80. c6830cd tcg/s390: Remove sigill_handler by Richard Henderson · 11 years ago
  81. c9baa30 tcg-s390: Use qemu_getauxval in query_facilities by Richard Henderson · 11 years ago
  82. f713d6a tcg: Add qemu_ld_st_i32/64 by Richard Henderson · 11 years ago
  83. 3cf246f tcg: Add tcg-be-null.h by Richard Henderson · 11 years ago
  84. e58eb53 exec: Split softmmu_defs.h by Richard Henderson · 11 years ago
  85. a05b5b9 tcg: Change tcg_out_ld/st offset to intptr_t by Richard Henderson · 11 years ago
  86. 2ba7fae2 tcg: Change relocation offsets to intptr_t by Richard Henderson · 11 years ago
  87. b93949e tcg: Change flush_icache_range arguments to uintptr_t by Richard Henderson · 11 years ago
  88. 0327152 tcg: Add muluh and mulsh opcodes by Richard Henderson · 11 years ago
  89. 56bbc2f tcg: Remove redundant tcg_target_init checks by Richard Henderson · 11 years ago
  90. b879f30 tcg-s390: Fix merge error in tgen_brcond by Richard Henderson · 12 years ago
  91. 78c9f7c tcg-s390: Use all 20 bits of the offset in tcg_out_mem by Richard Henderson · 12 years ago
  92. 0db921e tcg-s390: Use load-address for addition by Richard Henderson · 12 years ago
  93. 65a62a7 tcg-s390: Cleanup argument shuffling fixme in softmmu code by Richard Henderson · 12 years ago
  94. f0bffc2 tcg-s390: Use risbgz for andi by Richard Henderson · 12 years ago
  95. 07ff798 tcg-s390: Remove constraint letters for and by Richard Henderson · 12 years ago
  96. d5690ea tcg-s390: Implement deposit opcodes by Richard Henderson · 12 years ago
  97. 96a9f09 tcg-s390: Implement movcond opcodes by Richard Henderson · 12 years ago
  98. 36017dc tcg-s390: Implement mulu2_i64 opcode by Richard Henderson · 12 years ago
  99. 3790b91 tcg-s390: Implement add2/sub2 opcodes by Richard Henderson · 12 years ago
  100. a01fc30 tcg-s390: Remove useless preprocessor conditions by Richard Henderson · 12 years ago