1. 9d8d5a5 tcg: Fix iteration step in 32-bit gvec operation by TANG Tiancheng · 6 months ago
  2. b3ee719 tcg: Add write_aofs to GVecGen3i by Richard Henderson · 12 months ago
  3. 9628d00 tcg: Don't free vector results by Richard Henderson · 1 year, 6 months ago
  4. ad75a51 tcg: Rename cpu_env to tcg_env by Richard Henderson · 1 year, 6 months ago
  5. 9622c69 tcg: Add gvec compare with immediate and scalar operand by Richard Henderson · 1 year, 6 months ago
  6. 4a88387 tcg: Use tcg_gen_negsetcond_* by Richard Henderson · 1 year, 7 months ago
  7. 70bfde9 tcg: Fix temporary variable in tcg_gen_gvec_andcs by Max Chou · 1 year, 8 months ago
  8. 447ca1c tcg: Split tcg/tcg-op-gvec.h by Richard Henderson · 1 year, 11 months ago
  9. ad3d0e4 tcg: Split tcg/tcg-op-common.h from tcg/tcg-op.h by Richard Henderson · 1 year, 11 months ago
  10. bef317d tcg: Add tcg_gen_gvec_rotrs by Nazar Kazakov · 1 year, 10 months ago
  11. 4221aa4a tcg: Add tcg_gen_gvec_andcs by Nazar Kazakov · 1 year, 10 months ago
  12. 47f7313 tcg: Create tcg/tcg-temp-internal.h by Richard Henderson · 2 years ago
  13. e198641 tcg: Use tcg_constant_ptr in do_dup by Richard Henderson · 2 years ago
  14. 5dd4860 tcg: Use tcg_temp_ebb_new_* in tcg/ by Richard Henderson · 2 years, 1 month ago
  15. 1398e1b tcg/tcg-op-gvec: Remove unused "qemu/main-loop.h" header by Philippe Mathieu-Daudé · 2 years, 2 months ago
  16. 9620ae0 tcg/tcg-op-gvec.c: Introduce tcg_gen_gvec_4i by Matheus Ferst · 3 years ago
  17. 950ee59 tcg: Add tcg_gen_vec_shl{shr}{sar}8i_i32 by LIU Zhiwei · 3 years, 8 months ago
  18. 04f2a8b tcg: Add tcg_gen_vec_shl{shr}{sar}16i_i32 by LIU Zhiwei · 3 years, 8 months ago
  19. 448e7aa tcg: Add tcg_gen_vec_add{sub}8_i32 by LIU Zhiwei · 3 years, 8 months ago
  20. 3d066e5 tcg: Add tcg_gen_vec_add{sub}16_i32 by LIU Zhiwei · 3 years, 8 months ago
  21. 614dd4f tcg: Make gen_dup_i32/i64() public as tcg_gen_dup_i32/i64 by Peter Maydell · 3 years, 9 months ago
  22. 88d4005 tcg: Use tcg_constant_{i32,i64,vec} with gvec expanders by Richard Henderson · 4 years, 6 months ago
  23. 6d3ef04 tcg: Use memset for large vector byte replication by Richard Henderson · 4 years, 3 months ago
  24. e2e7168 tcg: Adjust simd_desc size encoding by Richard Henderson · 4 years, 6 months ago
  25. fe4b0b5 tcg: Implement 256-bit dup for tcg_gen_gvec_dup_mem by Richard Henderson · 4 years, 9 months ago
  26. 6a17646 tcg: Eliminate one store for in-place 128-bit dup_mem by Richard Henderson · 4 years, 7 months ago
  27. e7e8f33 tcg: Fix tcg gen for vectorized absolute value by Stephen Long · 4 years, 7 months ago
  28. 23850a7 tcg: Implement gvec support for rotate by scalar by Richard Henderson · 4 years, 11 months ago
  29. 5d0ceda tcg: Implement gvec support for rotate by vector by Richard Henderson · 4 years, 11 months ago
  30. b0f7e74 tcg: Implement gvec support for rotate by immediate by Richard Henderson · 4 years, 11 months ago
  31. ac09ae6 tcg: Add load_dest parameter to GVecGen2 by Richard Henderson · 5 years ago
  32. f47db80 tcg: Improve vector tail clearing by Richard Henderson · 5 years ago
  33. 398f214 tcg: Remove tcg_gen_gvec_dup{8,16,32,64}i by Richard Henderson · 5 years ago
  34. 03ddb6f tcg: Use tcg_gen_gvec_dup_imm in logical simplifications by Richard Henderson · 5 years ago
  35. 44c9467 tcg: Add tcg_gen_gvec_dup_imm by Richard Henderson · 5 years ago
  36. 2445971 tcg: Add tcg_gen_gvec_5_ptr by Richard Henderson · 5 years ago
  37. dcb32f1 tcg: Search includes from the project root source directory by Philippe Mathieu-Daudé · 5 years ago
  38. db72581 Include qemu/main-loop.h less by Markus Armbruster · 6 years ago
  39. a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
  40. 38dc129 tcg: Add support for vector bitwise select by Richard Henderson · 6 years ago
  41. 532ba36 tcg: Fix missing checks and clears in tcg_gen_gvec_dup_mem by Richard Henderson · 6 years ago
  42. bcefc90 tcg: Add support for vector absolute value by Richard Henderson · 6 years ago
  43. b4578cd tcg: Add gvec expanders for vector shift by scalar by Richard Henderson · 6 years ago
  44. 5ee5c14 tcg: Add gvec expanders for variable shift by Richard Henderson · 6 years ago
  45. 37ee55a tcg: Add INDEX_op_dupm_vec by Richard Henderson · 6 years ago
  46. 53229a7 tcg: Specify optional vector requirements with a list by Richard Henderson · 6 years ago
  47. e1227bb tcg: Implement tcg_gen_gvec_3i() by David Hildenbrand · 6 years ago
  48. fb0343d tcg: Fix LGPL version number by Thomas Huth · 6 years ago
  49. dd0a0fc tcg: Add opcodes for vector minmax arithmetic by Richard Henderson · 6 years ago
  50. 8afaf05 tcg: Add opcodes for vector saturated arithmetic by Richard Henderson · 6 years ago
  51. 5d6acdd tcg: Add write_aofs to GVecGen4 by Richard Henderson · 6 years ago
  52. f550805 tcg: Add gvec expanders for nand, nor, eqv by Richard Henderson · 6 years ago
  53. 9a9eda7 tcg: Add logical simplifications during gvec expand by Richard Henderson · 6 years ago
  54. 499748d tcg: Restrict check_size_impl to multiples of the line size by Richard Henderson · 7 years ago
  55. adb196c tcg: Add choose_vector_size by Richard Henderson · 7 years ago
  56. 22fc352 tcg: Add generic vector helpers with a scalar operand by Richard Henderson · 7 years ago
  57. f49b12c tcg: Add generic helpers for saturating arithmetic by Richard Henderson · 7 years ago
  58. 3774030 tcg: Add generic vector ops for multiplication by Richard Henderson · 7 years ago
  59. 212be17 tcg: Add generic vector ops for comparisons by Richard Henderson · 7 years ago
  60. d0ec979 tcg: Add generic vector ops for constant shifts by Richard Henderson · 7 years ago
  61. db43267 tcg: Add generic vector expanders by Richard Henderson · 7 years ago