1. b7ce3cf tcg/ppc: Update vector support for v3.00 dup/dupi by Richard Henderson · 5 years ago
  2. 6e11cde tcg/ppc: Update vector support for v3.00 load/store by Richard Henderson · 5 years ago
  3. d7cd6a2 tcg/ppc: Update vector support for v3.00 Altivec by Richard Henderson · 5 years ago
  4. 7097312 tcg/ppc: Update vector support for v2.07 FP by Richard Henderson · 5 years ago
  5. b2dda64 tcg/ppc: Update vector support for v2.07 VSX by Richard Henderson · 5 years ago
  6. 64ff1c6 tcg/ppc: Update vector support for v2.07 Altivec by Richard Henderson · 5 years ago
  7. 47c906a tcg/ppc: Update vector support for VSX by Richard Henderson · 6 years ago
  8. 68f340d tcg/ppc: Enable Altivec detection by Richard Henderson · 6 years ago
  9. 597cf97 tcg/ppc: Support vector dup2 by Richard Henderson · 6 years ago
  10. d9897ef tcg/ppc: Support vector multiply by Richard Henderson · 6 years ago
  11. dabae09 tcg/ppc: Support vector shift by immediate by Richard Henderson · 6 years ago
  12. e9d1a53 tcg/ppc: Add support for vector saturated add/subtract by Richard Henderson · 6 years ago
  13. d675081 tcg/ppc: Add support for vector add/subtract by Richard Henderson · 6 years ago
  14. e238297 tcg/ppc: Add support for vector maximum/minimum by Richard Henderson · 6 years ago
  15. 6ef14d7 tcg/ppc: Add support for load/store/logic/comparison by Richard Henderson · 6 years ago
  16. 4b06c21 tcg/ppc: Enable tcg backend vector compilation by Richard Henderson · 6 years ago
  17. 63922f4 tcg/ppc: Replace HAVE_ISEL macro with a variable by Richard Henderson · 5 years ago
  18. 4e33fe0 tcg/ppc: Replace HAVE_ISA_2_06 by Richard Henderson · 5 years ago
  19. 7d9dae0 tcg/ppc: Create TCGPowerISA and have_isa by Richard Henderson · 5 years ago
  20. b82f769 tcg/ppc: Introduce macros VRT(), VRA(), VRB(), VRC() by Richard Henderson · 6 years ago
  21. 1838905 tcg/ppc: Introduce macro VX4() by Richard Henderson · 6 years ago
  22. 42281ec tcg/ppc: Introduce Altivec registers by Richard Henderson · 6 years ago
  23. 9de6578 Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190903' into staging by Peter Maydell · 5 years ago
  24. 14776ab tcg: TCGMemOp is now accelerator independent MemOp by Tony Nguyen · 5 years ago
  25. 2bc8963 tcg/README: fix typo s/afterwise/afterwards/ by Emilio G. Cota · 5 years ago
  26. 52bf977 configure: Define target access alignment in configure by tony.nguyen@bt.com · 5 years ago
  27. db72581 Include qemu/main-loop.h less by Markus Armbruster · 5 years ago
  28. 6a0acff Clean up inclusion of exec/cpu-common.h by Markus Armbruster · 5 years ago
  29. 1789d42 tcg/aarch64: Fix output of extract2 opcodes by Richard Henderson · 5 years ago
  30. 80f4d7c tcg: Fix constant folding of INDEX_op_extract2_i32 by Richard Henderson · 5 years ago
  31. 11978f6 tcg: Fix expansion of INDEX_op_not_vec by Richard Henderson · 6 years ago
  32. 7ab7e9c tcg/riscv: Fix RISC-VH host build failure by Alistair Francis · 6 years ago
  33. 5cc8767 general: Replace global smp variables with smp machine properties by Like Xu · 6 years ago
  34. f91005e Supply missing header guards by Markus Armbruster · 6 years ago
  35. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  36. 43b3952 tcg/arm: Remove mostly unreachable tlb special case by Richard Henderson · 6 years ago
  37. 057b6e3 tcg/arm: Use LDRD to load tlb mask+table by Richard Henderson · 6 years ago
  38. 65b2320 tcg/aarch64: Use LDP to load tlb mask+table by Richard Henderson · 6 years ago
  39. 269bd5d cpu: Move the softmmu tlb to CPUNegativeOffsetState by Richard Henderson · 6 years ago
  40. a40ec84 tcg: Create struct CPUTLB by Richard Henderson · 6 years ago
  41. 11e2bfe tcg/i386: Use MOVDQA for TCG_TYPE_V128 load/store by Richard Henderson · 6 years ago
  42. 9e27f58 tcg/aarch64: Allow immediates for vector ORR and BIC by Richard Henderson · 6 years ago
  43. 02f3a5b tcg/aarch64: Build vector immediates with two insns by Richard Henderson · 6 years ago
  44. 7e308e0 tcg/aarch64: Use MVNI in tcg_out_dupi_vec by Richard Henderson · 6 years ago
  45. 984fdce tcg/aarch64: Split up is_fimm by Richard Henderson · 6 years ago
  46. a9e434a tcg/aarch64: Support vector bitwise select value by Richard Henderson · 6 years ago
  47. ebcfb91 tcg/i386: Use umin/umax in expanding unsigned compare by Richard Henderson · 6 years ago
  48. 3ec3538 tcg/i386: Remove expansion for missing minmax by Richard Henderson · 6 years ago
  49. 904c5e1 tcg/i386: Support vector comparison select value by Richard Henderson · 6 years ago
  50. 25c012b tcg: Add TCG_OPF_NOT_PRESENT if TCG_TARGET_HAS_foo is negative by Richard Henderson · 6 years ago
  51. 72b4c79 tcg: Expand vector minmax using cmp+cmpsel by Richard Henderson · 6 years ago
  52. 17f7994 tcg: Introduce do_op3_nofail for vector expansion by Richard Henderson · 6 years ago
  53. f75da29 tcg: Add support for vector compare select by Richard Henderson · 6 years ago
  54. 38dc129 tcg: Add support for vector bitwise select by Richard Henderson · 6 years ago
  55. 532ba36 tcg: Fix missing checks and clears in tcg_gen_gvec_dup_mem by Richard Henderson · 6 years ago
  56. 7b60ef3 tcg/i386: Fix dupi/dupm for avx1 and 32-bit hosts by Richard Henderson · 6 years ago
  57. a7b6d28 tcg/aarch64: Do not advertise minmax for MO_64 by Richard Henderson · 6 years ago
  58. a456394 tcg/aarch64: Support vector absolute value by Richard Henderson · 6 years ago
  59. 18f9b65 tcg/i386: Support vector absolute value by Richard Henderson · 6 years ago
  60. bcefc90 tcg: Add support for vector absolute value by Richard Henderson · 6 years ago
  61. ff1f11f tcg: Add support for integer absolute value by Richard Henderson · 6 years ago
  62. 0a8d7a3 tcg/i386: Support vector scalar shift opcodes by Richard Henderson · 6 years ago
  63. b4578cd tcg: Add gvec expanders for vector shift by scalar by Richard Henderson · 6 years ago
  64. 79525df tcg/aarch64: Support vector variable shift opcodes by Richard Henderson · 6 years ago
  65. a2ce146 tcg/i386: Support vector variable shift opcodes by Richard Henderson · 6 years ago
  66. 5ee5c14 tcg: Add gvec expanders for variable shift by Richard Henderson · 6 years ago
  67. 37ee55a tcg: Add INDEX_op_dupm_vec by Richard Henderson · 6 years ago
  68. f23e5e1 tcg/aarch64: Implement tcg_out_dupm_vec by Richard Henderson · 6 years ago
  69. 1e262b4 tcg/i386: Implement tcg_out_dupm_vec by Richard Henderson · 6 years ago
  70. d6ecb4a tcg: Add tcg_out_dupm_vec to the backend interface by Richard Henderson · 6 years ago
  71. bab1671 tcg: Manually expand INDEX_op_dup_vec by Richard Henderson · 6 years ago
  72. e7632cf tcg: Promote tcg_out_{dup,dupi}_vec to backend interface by Richard Henderson · 6 years ago
  73. 240c08d tcg: Support cross-class moves without instruction support by Richard Henderson · 6 years ago
  74. 78113e8 tcg: Return bool success from tcg_out_mov by Richard Henderson · 6 years ago
  75. c16f52b tcg/arm: Use tcg_out_mov_reg in tcg_out_mov by Richard Henderson · 6 years ago
  76. d63e3b6 tcg: Assert fixed_reg is read-only by Richard Henderson · 6 years ago
  77. 53229a7 tcg: Specify optional vector requirements with a list by Richard Henderson · 6 years ago
  78. ce27c5d tcg: Allow add_vec, sub_vec, neg_vec, not_vec to be expanded by Richard Henderson · 6 years ago
  79. ac383dde tcg: Do not recreate INDEX_op_neg_vec unless supported by Richard Henderson · 6 years ago
  80. e1227bb tcg: Implement tcg_gen_gvec_3i() by David Hildenbrand · 6 years ago
  81. b4b82d7 tcg/arm: Restrict constant pool displacement to 12 bits by Richard Henderson · 6 years ago
  82. a7cdaf7 tcg/ppc: Allow the constant pool to overflow at 32k by Richard Henderson · 6 years ago
  83. aeee05f tcg: Restart TB generation after out-of-line ldst overflow by Richard Henderson · 6 years ago
  84. 1768987 tcg: Restart TB generation after constant pool overflow by Richard Henderson · 6 years ago
  85. 7ecd02a tcg: Restart TB generation after relocation overflow by Richard Henderson · 6 years ago
  86. 6e6c4ef tcg: Restart after TB code generation overflow by Richard Henderson · 6 years ago
  87. 464c296 tcg/aarch64: Support INDEX_op_extract2_{i32,i64} by Richard Henderson · 6 years ago
  88. 3b832d6 tcg/arm: Support INDEX_op_extract2_i32 by Richard Henderson · 6 years ago
  89. c6fb8c0 tcg/i386: Support INDEX_op_extract2_{i32,i64} by Richard Henderson · 6 years ago
  90. b0a6056 tcg: Use extract2 in tcg_gen_deposit_{i32,i64} by Richard Henderson · 6 years ago
  91. 02616ba tcg: Use deposit and extract2 in tcg_gen_shifti_i64 by Richard Henderson · 6 years ago
  92. fce1296 tcg: Add INDEX_op_extract2_{i32,i64} by Richard Henderson · 6 years ago
  93. 2089fcc tcg: Implement tcg_gen_extract2_{i32,i64} by David Hildenbrand · 6 years ago
  94. 3de2faa tcg: Simplify how dump_exec_info() prints by Markus Armbruster · 6 years ago
  95. d4c51a0 tcg: Simplify how dump_opcount_info() prints by Markus Armbruster · 6 years ago
  96. 9e564a1 tcg: Remove TODO file by Richard Henderson · 6 years ago
  97. 3115584 tcg/i386: fix unsigned vector saturating arithmetic by Mark Cave-Ayland · 6 years ago
  98. bef16ab tcg: Diagnose referenced labels that have not been emitted by Richard Henderson · 6 years ago
  99. fb0343d tcg: Fix LGPL version number by Thomas Huth · 6 years ago
  100. e77c89f cputlb: Remove static tlb sizing by Richard Henderson · 6 years ago