1. 6001f77 tcg: workaround branch instruction overflow in tcg_out_qemu_ld/st by Laurent Vivier · 7 years ago
  2. 5bfa803 tcg: Improve TCGv_ptr support by Richard Henderson · 7 years ago
  3. 9a938d8 tcg: Allow wider vectors for cmp and mul by Richard Henderson · 7 years ago
  4. 3f814b8 tcg/arm: Fix memory barrier encoding by Henry Wertz · 7 years ago
  5. d103021 tcg: Document INDEX_mul[us]h_* by Richard Henderson · 7 years ago
  6. 161dfd1 tcg/mips: Handle large offsets from target env to tlb_table by Peter Maydell · 7 years ago
  7. 9743cd5 tcg: Introduce tcg_set_insn_start_param by Richard Henderson · 7 years ago
  8. f2f1dde tcg: Mark muluh_i64 and mulsh_i64 as 64-bit ops by Richard Henderson · 7 years ago
  9. adb196c tcg: Add choose_vector_size by Richard Henderson · 7 years ago
  10. 7f34ed4 tcg/i386: Support INDEX_op_dup2_vec for -m32 by Richard Henderson · 7 years ago
  11. b2e3ae9 tcg: Improve tcg_gen_muli_i32/i64 by Richard Henderson · 7 years ago
  12. 14e4c1e tcg/aarch64: Add vector operations by Richard Henderson · 7 years ago
  13. 770c2fc tcg/i386: Add vector operations by Richard Henderson · 8 years ago
  14. 170ba88 tcg/optimize: Handle vector opcodes during optimize by Richard Henderson · 7 years ago
  15. 22fc352 tcg: Add generic vector helpers with a scalar operand by Richard Henderson · 7 years ago
  16. f49b12c tcg: Add generic helpers for saturating arithmetic by Richard Henderson · 7 years ago
  17. 3774030 tcg: Add generic vector ops for multiplication by Richard Henderson · 7 years ago
  18. 212be17 tcg: Add generic vector ops for comparisons by Richard Henderson · 7 years ago
  19. d0ec979 tcg: Add generic vector ops for constant shifts by Richard Henderson · 7 years ago
  20. db43267 tcg: Add generic vector expanders by Richard Henderson · 7 years ago
  21. 474b2e8 tcg: Standardize integral arguments to expanders by Richard Henderson · 7 years ago
  22. d2fd745 tcg: Add types and basic operations for host vectors by Richard Henderson · 7 years ago
  23. da73a4a tcg: Allow multiple word entries into the constant pool by Richard Henderson · 7 years ago
  24. 030ffe3 tcg/ppc: Allow a 32-bit offset to the constant pool by Richard Henderson · 7 years ago
  25. 4a64e0f tcg/ppc: Support tlb offsets larger than 64k by Richard Henderson · 7 years ago
  26. 71f9cee tcg/arm: Support tlb offsets larger than 64k by Richard Henderson · 7 years ago
  27. 7170ac3 tcg/arm: Fix double-word comparisons by Richard Henderson · 7 years ago
  28. 1df3caa tcg: Allow 6 arguments to TCG helpers by Richard Henderson · 7 years ago
  29. 923ed17 tcg: Add tcg_signed_cond by Richard Henderson · 7 years ago
  30. cd9090a tcg: Generalize TCGOp parameters by Richard Henderson · 7 years ago
  31. 15fa08f tcg: Dynamically allocate TCGOps by Richard Henderson · 7 years ago
  32. f764718 tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED* by Richard Henderson · 7 years ago
  33. ba2c747 tcg/s390x: Use constant pool for prologue by Richard Henderson · 7 years ago
  34. 5b38ee3 tcg: Allow constant pool entries in the prologue by Richard Henderson · 7 years ago
  35. 1c2adb9 tcg: Initialize cpu_env generically by Richard Henderson · 7 years ago
  36. 3468b59 tcg: enable multiple TCG contexts in softmmu by Emilio G. Cota · 8 years ago
  37. e8feb96 tcg: introduce regions to split code_gen_buffer by Emilio G. Cota · 8 years ago
  38. 34184b0 tcg: allocate optimizer temps with tcg_malloc by Emilio G. Cota · 8 years ago
  39. c3fac11 tcg: distribute profiling counters across TCGContext's by Emilio G. Cota · 8 years ago
  40. df2cce2 tcg: introduce **tcg_ctxs to keep track of all TCGContext's by Emilio G. Cota · 8 years ago
  41. 2668978 gen-icount: fold exitreq_label into TCGContext by Emilio G. Cota · 8 years ago
  42. b1311c4 tcg: define tcg_init_ctx and make tcg_ctx a pointer by Emilio G. Cota · 8 years ago
  43. 44ded3d tcg: take tb_ctx out of TCGContext by Emilio G. Cota · 8 years ago
  44. e82d5a2 tcg: check CF_PARALLEL instead of parallel_cpus by Emilio G. Cota · 8 years ago
  45. 4e2ca83 tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASK by Emilio G. Cota · 8 years ago
  46. e89b28a tcg: Use offsets not indices for TCGv_* by Richard Henderson · 7 years ago
  47. 11f4e8f tcg: Remove TCGV_EQUAL* by Richard Henderson · 7 years ago
  48. dc41aa7 tcg: Remove GET_TCGV_* and MAKE_TCGV_* by Richard Henderson · 7 years ago
  49. 085272b tcg: Introduce temp_tcgv_{i32,i64,ptr} by Richard Henderson · 7 years ago
  50. ae8b75d tcg: Introduce tcgv_{i32,i64,ptr}_{arg,temp} by Richard Henderson · 7 years ago
  51. 960c50e tcg: Push tcg_ctx into tcg_gen_callN by Richard Henderson · 7 years ago
  52. b7e8b17 tcg: Push tcg_ctx into generator functions by Richard Henderson · 7 years ago
  53. 6349039 tcg: Use per-temp state data in optimize by Richard Henderson · 8 years ago
  54. 54534d7 tcg: Remove unused TCG_CALL_DUMMY_TCGV by Richard Henderson · 8 years ago
  55. 2272e4a tcg: Change temp_allocate_frame arg to TCGTemp by Richard Henderson · 8 years ago
  56. ac3b889 tcg: Avoid loops against variable bounds by Richard Henderson · 8 years ago
  57. b83eabe tcg: Use per-temp state data in liveness by Richard Henderson · 8 years ago
  58. 1807f4c tcg: Introduce temp_arg, export temp_idx by Richard Henderson · 8 years ago
  59. c6c7d84 tcg: Return NULL temp for TCG_CALL_DUMMY_ARG by Richard Henderson · 8 years ago
  60. fa477d2 tcg: Add temp_global bit to TCGTemp by Richard Henderson · 8 years ago
  61. 4343913 tcg: Introduce arg_temp by Richard Henderson · 8 years ago
  62. dd18629 tcg: Propagate TCGOp down to allocators by Richard Henderson · 8 years ago
  63. efee374 tcg: Propagate args to op->args in tcg.c by Richard Henderson · 8 years ago
  64. acd9370 tcg: Propagate args to op->args in optimizer by Richard Henderson · 8 years ago
  65. 75e8b9b tcg: Merge opcode arguments into TCGOp by Richard Henderson · 8 years ago
  66. 8df8d52 tcg/mips: delete commented out extern keyword. by Jiang Biao · 7 years ago
  67. a505785 tcg: define TCG_HIGHWATER by Emilio G. Cota · 8 years ago
  68. 619205f tcg: take .helpers out of TCGContext by Emilio G. Cota · 8 years ago
  69. 5e75150 tci: move tci_regs to tcg_qemu_tb_exec's stack by Emilio G. Cota · 8 years ago
  70. e7e168f exec-all: extract tb->tc_* into a separate struct tc_tb by Emilio G. Cota · 8 years ago
  71. 7f11636 tcg: remove addr argument from lookup_tb_ptr by Emilio G. Cota · 8 years ago
  72. d453ec7 tcg/mips: constify tcg_target_callee_save_regs by Emilio G. Cota · 8 years ago
  73. e268f4c tcg/i386: constify tcg_target_callee_save_regs by Emilio G. Cota · 8 years ago
  74. 89b2e37 tcg/mips: Fully convert tcg_target_op_def by Richard Henderson · 7 years ago
  75. 9be44a1 tcg/sparc: Fully convert tcg_target_op_def by Richard Henderson · 7 years ago
  76. 6cb3658 tcg/ppc: Fully convert tcg_target_op_def by Richard Henderson · 7 years ago
  77. 7536b82 tcg/arm: Fully convert tcg_target_op_def by Richard Henderson · 7 years ago
  78. 1897cc2 tcg/aarch64: Fully convert tcg_target_op_def by Richard Henderson · 7 years ago
  79. 80a8b9a tcg: Fix types in tcg_regset_{set,reset}_reg by Richard Henderson · 7 years ago
  80. f46934d tcg: Remove tcg_regset_set32 by Richard Henderson · 7 years ago
  81. 07ddf03 tcg: Remove tcg_regset_{or,and,andnot,not} by Richard Henderson · 7 years ago
  82. d21369f tcg: Remove tcg_regset_set by Richard Henderson · 7 years ago
  83. ccb1bb6 tcg: Remove tcg_regset_clear by Richard Henderson · 7 years ago
  84. be0f34b tcg: Add tcg_op_supported by Richard Henderson · 8 years ago
  85. 61a3f8f accel/tcg: move tcg-runtime to accel/tcg/ by Philippe Mathieu-Daudé · 7 years ago
  86. ba02660 tcg/ppc: disable atomic write check on ppc32 by Philippe Mathieu-Daudé · 7 years ago
  87. 04ef330 tcg/tci: do not use ldst label (never implemented) by Philippe Mathieu-Daudé · 7 years ago
  88. 53c89ef tcg/ppc: Use constant pool for movi by Richard Henderson · 8 years ago
  89. 77bfc7c tcg/ppc: Look for shifted constants by Richard Henderson · 8 years ago
  90. 5964fca tcg/ppc: Change TCG_REG_RA to TCG_REG_TB by Richard Henderson · 8 years ago
  91. afe74db tcg/arm: Use constant pool for call by Richard Henderson · 8 years ago
  92. 880ad96 tcg/arm: Use constant pool for movi by Richard Henderson · 8 years ago
  93. 2a8ab93 tcg/arm: Extract INSN_NOP by Richard Henderson · 8 years ago
  94. 1507061 tcg/arm: Code rearrangement by Richard Henderson · 8 years ago
  95. 95ede84 tcg/arm: Tighten tlb indexing offset test by Richard Henderson · 8 years ago
  96. 647ab96 tcg/arm: Improve tlb load for armv7 by Richard Henderson · 8 years ago
  97. e9823b4 tcg/sparc: Use constant pool for movi by Richard Henderson · 8 years ago
  98. ab20bdc tcg/sparc: Introduce TCG_REG_TB by Richard Henderson · 8 years ago
  99. 5512995 tcg/aarch64: Use constant pool for movi by Richard Henderson · 8 years ago
  100. a534bb1 tcg/s390: Use constant pool for cmpi by Richard Henderson · 8 years ago