1. 7f11636 tcg: remove addr argument from lookup_tb_ptr by Emilio G. Cota · 7 years ago
  2. d453ec7 tcg/mips: constify tcg_target_callee_save_regs by Emilio G. Cota · 7 years ago
  3. e268f4c tcg/i386: constify tcg_target_callee_save_regs by Emilio G. Cota · 7 years ago
  4. 89b2e37 tcg/mips: Fully convert tcg_target_op_def by Richard Henderson · 7 years ago
  5. 9be44a1 tcg/sparc: Fully convert tcg_target_op_def by Richard Henderson · 7 years ago
  6. 6cb3658 tcg/ppc: Fully convert tcg_target_op_def by Richard Henderson · 7 years ago
  7. 7536b82 tcg/arm: Fully convert tcg_target_op_def by Richard Henderson · 7 years ago
  8. 1897cc2 tcg/aarch64: Fully convert tcg_target_op_def by Richard Henderson · 7 years ago
  9. 80a8b9a tcg: Fix types in tcg_regset_{set,reset}_reg by Richard Henderson · 7 years ago
  10. f46934d tcg: Remove tcg_regset_set32 by Richard Henderson · 7 years ago
  11. 07ddf03 tcg: Remove tcg_regset_{or,and,andnot,not} by Richard Henderson · 7 years ago
  12. d21369f tcg: Remove tcg_regset_set by Richard Henderson · 7 years ago
  13. ccb1bb6 tcg: Remove tcg_regset_clear by Richard Henderson · 7 years ago
  14. be0f34b tcg: Add tcg_op_supported by Richard Henderson · 7 years ago
  15. 61a3f8f accel/tcg: move tcg-runtime to accel/tcg/ by Philippe Mathieu-Daudé · 7 years ago
  16. ba02660 tcg/ppc: disable atomic write check on ppc32 by Philippe Mathieu-Daudé · 7 years ago
  17. 04ef330 tcg/tci: do not use ldst label (never implemented) by Philippe Mathieu-Daudé · 7 years ago
  18. 53c89ef tcg/ppc: Use constant pool for movi by Richard Henderson · 7 years ago
  19. 77bfc7c tcg/ppc: Look for shifted constants by Richard Henderson · 7 years ago
  20. 5964fca tcg/ppc: Change TCG_REG_RA to TCG_REG_TB by Richard Henderson · 7 years ago
  21. afe74db tcg/arm: Use constant pool for call by Richard Henderson · 7 years ago
  22. 880ad96 tcg/arm: Use constant pool for movi by Richard Henderson · 7 years ago
  23. 2a8ab93 tcg/arm: Extract INSN_NOP by Richard Henderson · 7 years ago
  24. 1507061 tcg/arm: Code rearrangement by Richard Henderson · 7 years ago
  25. 95ede84 tcg/arm: Tighten tlb indexing offset test by Richard Henderson · 7 years ago
  26. 647ab96 tcg/arm: Improve tlb load for armv7 by Richard Henderson · 7 years ago
  27. e9823b4 tcg/sparc: Use constant pool for movi by Richard Henderson · 7 years ago
  28. ab20bdc tcg/sparc: Introduce TCG_REG_TB by Richard Henderson · 7 years ago
  29. 5512995 tcg/aarch64: Use constant pool for movi by Richard Henderson · 7 years ago
  30. a534bb1 tcg/s390: Use constant pool for cmpi by Richard Henderson · 7 years ago
  31. 5bf67a9 tcg/s390: Use constant pool for xori by Richard Henderson · 7 years ago
  32. 4046d9c tcg/s390: Use constant pool for ori by Richard Henderson · 7 years ago
  33. bdcd5d1 tcg/s390: Use constant pool for andi by Richard Henderson · 7 years ago
  34. 28eef8a tcg/s390: Use constant pool for movi by Richard Henderson · 7 years ago
  35. e692a34 tcg/s390: Fix sign of patch_reloc addend by Richard Henderson · 7 years ago
  36. 829e137 tcg/s390: Introduce TCG_REG_TB by Richard Henderson · 7 years ago
  37. 4e45f23 tcg/i386: Store out-of-range call targets in constant pool by Richard Henderson · 7 years ago
  38. 57a2694 tcg: Infrastructure for managing constant pools by Richard Henderson · 7 years ago
  39. 659ef5c tcg: Rearrange ldst label tracking by Richard Henderson · 7 years ago
  40. a858339 tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.h by Richard Henderson · 7 years ago
  41. cda4a33 tcg/tci: Add TCG_TARGET_DEFAULT_MO by Richard Henderson · 7 years ago
  42. 4609190 tcg/s390: Use slbgr for setcond le and leu by Richard Henderson · 7 years ago
  43. 7af525a tcg/s390: Use load-on-condition-2 facility by Richard Henderson · 7 years ago
  44. c209713 tcg/s390: Use distinct-operands facility by Richard Henderson · 7 years ago
  45. e42349c tcg/s390: Merge ori+xori facilities check to tcg_target_op_def by Richard Henderson · 7 years ago
  46. ba18b07 tcg/s390: Merge add2i facilities check to tcg_target_op_def by Richard Henderson · 7 years ago
  47. a8f0269 tcg/s390: Merge muli facilities check to tcg_target_op_def by Richard Henderson · 7 years ago
  48. 07952d9 tcg/s390: Merge cmpi facilities check to tcg_target_op_def by Richard Henderson · 7 years ago
  49. 9b5500b tcg/s390: Fully convert tcg_target_op_def by Richard Henderson · 7 years ago
  50. b32dc33 tcg: Implement implicit ordering semantics by Pranith Kumar · 7 years ago
  51. 71650df tcg: Add tcg target default memory ordering by Pranith Kumar · 7 years ago
  52. a46c124 tcg: Remove support for ia64 as host by Richard Henderson · 7 years ago
  53. 13aaef6 tcg: Increase minimum alignment from tcg_malloc to 8 by Richard Henderson · 7 years ago
  54. ca671de tcg/arm: Fix runtime overalignment test by Richard Henderson · 7 years ago
  55. b208ac0 docs: fix broken paths to docs/devel/atomics.txt by Philippe Mathieu-Daudé · 7 years ago
  56. 5dd8990 util: Introduce include/qemu/cpuid.h by Richard Henderson · 7 years ago
  57. 797ed66 tcg/tci: enable bswap16_i64 by Philippe Mathieu-Daudé · 7 years ago
  58. 4df9cac tcg/mips: reserve a register for the guest_base. by Jiang Biao · 7 years ago
  59. 61a67f7 exec: [tcg] Use different TBs according to the vCPU's dynamic tracing state by Lluís Vilanova · 7 years ago
  60. 8b8d768 tcg/mips: Bugfix for crash when running program with qemu-i386. by Jiang Biao · 7 years ago
  61. 2acee8b tcg/aarch64: Enable indirect jump path using LDR (literal) by Pranith Kumar · 7 years ago
  62. b68686b tcg/aarch64: Use ADRP+ADD to compute target address by Pranith Kumar · 7 years ago
  63. 23b7aa1 tcg/aarch64: Introduce and use long branch to register by Pranith Kumar · 7 years ago
  64. beeaef5 tcg: move tb_lock out of translate-all.h by Paolo Bonzini · 7 years ago
  65. db7a99c Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170619' into staging by Peter Maydell · 7 years ago
  66. 308714e tcg/arm: Use ldr (literal) for goto_tb by Richard Henderson · 7 years ago
  67. 9c39b94 tcg/arm: Try pc-relative addresses for movi by Richard Henderson · 7 years ago
  68. 3fb53fb tcg/arm: Use indirect branch for goto_tb by Richard Henderson · 7 years ago
  69. cc74d33 tcg/aarch64: Use ADR in tcg_out_movi by Richard Henderson · 7 years ago
  70. 6e3b2bf tcg: allocate TB structs before the corresponding translated code by Emilio G. Cota · 7 years ago
  71. b255b2c util: add cacheinfo by Emilio G. Cota · 7 years ago
  72. 244f144 tcg: move tcg backend files into accel/tcg/ by Yang Zhong · 7 years ago
  73. 5786e06 tcg/mips: implement goto_ptr by Aurelien Jarno · 7 years ago
  74. 085c648 tcg/arm: Implement goto_ptr by Richard Henderson · 7 years ago
  75. 702a947 tcg/arm: Clarify tcg_out_bx for arm4 host by Richard Henderson · 7 years ago
  76. 4664448 tcg/s390: Implement goto_ptr by Richard Henderson · 7 years ago
  77. 38f81dc tcg/sparc: Implement goto_ptr by Richard Henderson · 7 years ago
  78. b19f0c2 tcg/aarch64: Implement goto_ptr by Richard Henderson · 7 years ago
  79. 0c24078 tcg/ppc: Implement goto_ptr by Richard Henderson · 7 years ago
  80. 5cb4ef8 tcg/i386: implement goto_ptr by Emilio G. Cota · 7 years ago
  81. cedbcb0 tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptr by Emilio G. Cota · 7 years ago
  82. 2f5a5f5 tcg/mips: fix field extraction opcode by Aurelien Jarno · 7 years ago
  83. 79b1af9 tcg: Initialize return value after exit_atomic by Richard Henderson · 7 years ago
  84. fa54abb8 Drop QEMU_GNUC_PREREQ() checks for gcc older than 4.1 by Peter Maydell · 7 years ago
  85. 5c32be5 tcg/sparc: Zero extend address argument to ld/st helpers by Peter Maydell · 8 years ago
  86. 709a340 tcg/sparc: Zero extend data argument to store helpers by Peter Maydell · 8 years ago
  87. 30f3dda Merge branch 'icount-update' into HEAD by Paolo Bonzini · 8 years ago
  88. dc1eccd aarch64: Change ext type to TCGType to fix warnings by Pranith Kumar · 8 years ago
  89. ca759f9 tcg: enable MTTCG by default for ARM on x86 hosts by Alex Bennée · 8 years ago
  90. 8d4e914 tcg: add options for enabling MTTCG by KONRAD Frederic · 8 years ago
  91. 2093714 tcg: move TCG_MO/BAR types into own file by Alex Bennée · 8 years ago
  92. 1aab16c cpu-exec: unify icount_decr and tcg_exit_req by Paolo Bonzini · 8 years ago
  93. 77e217d tci: Remove invalid assertions by Stefan Weil · 8 years ago
  94. 39f099e tcg/i386: Always use TZCNT when available by Richard Henderson · 8 years ago
  95. 9bf3830 Revert "tcg/i386: Rely on undefined/undocumented behaviour of BSF/BSR" by Richard Henderson · 8 years ago
  96. 8cf9a3d tcg/aarch64: Fix tcg_out_movi by Richard Henderson · 8 years ago
  97. b1eb20d tcg/aarch64: Fix addsub2 for 0+C by Richard Henderson · 8 years ago
  98. a32b6ae tcg/s390: Fix merge error with facilities by Richard Henderson · 8 years ago
  99. 993508e tcg/i386: Handle ctpop opcode by Richard Henderson · 8 years ago
  100. 33e75fb tcg/ppc: Handle ctpop opcode by Richard Henderson · 8 years ago