1. be9568b tcg: Rename helper_atomic_*_mmu and provide for user-only by Richard Henderson · 3 years, 8 months ago
  2. f4e01e3 tcg: Remove TCG_TARGET_HAS_goto_ptr by Richard Henderson · 3 years, 8 months ago
  3. a439064 tcg: Move tb_phys_invalidate_count to tb_ctx by Richard Henderson · 3 years, 8 months ago
  4. 834361e tcg: Bake tb_destroy() into tcg_region_tree by Liren Wei · 3 years, 8 months ago
  5. 2b836c2 tcg: Add flags argument to tcg_gen_bswap16_*, tcg_gen_bswap32_i64 by Richard Henderson · 3 years, 9 months ago
  6. 587195b tcg: Add flags argument to bswap opcodes by Richard Henderson · 3 years, 9 months ago
  7. 7f05d32 tcg: Implement tcg_gen_vec_add{sub}32_tl by LIU Zhiwei · 3 years, 8 months ago
  8. 950ee59 tcg: Add tcg_gen_vec_shl{shr}{sar}8i_i32 by LIU Zhiwei · 3 years, 8 months ago
  9. 04f2a8b tcg: Add tcg_gen_vec_shl{shr}{sar}16i_i32 by LIU Zhiwei · 3 years, 8 months ago
  10. 448e7aa tcg: Add tcg_gen_vec_add{sub}8_i32 by LIU Zhiwei · 3 years, 8 months ago
  11. 3d066e5 tcg: Add tcg_gen_vec_add{sub}16_i32 by LIU Zhiwei · 3 years, 8 months ago
  12. ecba223 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210624' into staging by Peter Maydell · 3 years, 8 months ago
  13. 614dd4f tcg: Make gen_dup_i32/i64() public as tcg_gen_dup_i32/i64 by Peter Maydell · 3 years, 8 months ago
  14. 9ca0362 tcg: expose TCGCond manipulation routines by Alessandro Di Federico · 3 years, 8 months ago
  15. 6508988 tcg/tci: Change encoding to uint32_t units by Richard Henderson · 4 years, 1 month ago
  16. 7b7d8b2 tcg/tci: Use ffi for calls by Richard Henderson · 4 years, 1 month ago
  17. a14b3ad tcg: Fix documentation for tcg_constant_* vs tcg_temp_free_* by Richard Henderson · 3 years, 9 months ago
  18. a80cdd3 tcg: Introduce tcg_remove_ops_after by Richard Henderson · 3 years, 9 months ago
  19. 42eb6df tcg: Move tcg_init_ctx and tcg_ctx from accel/tcg/ by Richard Henderson · 4 years ago
  20. 47d590d tcg: Move in_code_gen_buffer and tests to region.c by Richard Henderson · 4 years ago
  21. 43b972b accel/tcg: Pass down max_cpus to tcg_init by Richard Henderson · 4 years ago
  22. a76aabd tcg: Create tcg_init by Richard Henderson · 4 years ago
  23. c46184a accel/tcg: Move alloc_code_gen_buffer to tcg/region.c by Richard Henderson · 4 years ago
  24. 824f4ba accel/tcg: Reduce 'exec/tb-context.h' inclusion by Philippe Mathieu-Daudé · 3 years, 9 months ago
  25. 4d87fcd tcg: Add tcg_constant_tl by Matheus Ferst · 3 years, 10 months ago
  26. 59964b4 tcg/tci: Implement the disassembler properly by Richard Henderson · 4 years, 1 month ago
  27. ae30e86 tcg: Restart code generation when we run out of temps by Richard Henderson · 4 years, 1 month ago
  28. 666cc79 tcg: Optimize inline dup_const for MO_64 by Richard Henderson · 5 years ago
  29. be986ad tcg: Remove tcg_gen_dup{8,16,32,64}i_vec by Richard Henderson · 5 years ago
  30. c58f4c9 tcg: Remove movi and dupi opcodes by Richard Henderson · 4 years, 11 months ago
  31. 1bd1af9 tcg/tci: Add special tci_movi_{i32,i64} opcodes by Richard Henderson · 4 years, 11 months ago
  32. 88d4005 tcg: Use tcg_constant_{i32,i64,vec} with gvec expanders by Richard Henderson · 4 years, 6 months ago
  33. 11d11d6 tcg: Use tcg_constant_{i32,i64} with tcg int expanders by Richard Henderson · 5 years ago
  34. c052213 tcg: Introduce TYPE_CONST temporaries by Richard Henderson · 5 years ago
  35. bdb38b9 tcg: Expand TCGTemp.val to 64-bits by Richard Henderson · 4 years, 6 months ago
  36. e01fa97 tcg: Add temp_readonly by Richard Henderson · 5 years ago
  37. ee17db8 tcg: Consolidate 3 bits into enum TCGTempKind by Richard Henderson · 5 years ago
  38. c8bc116 tcg: Constify tcg_code_gen_epilogue by Richard Henderson · 4 years, 4 months ago
  39. 44c7197 tcg: Introduce tcg_tbrel_diff by Richard Henderson · 4 years, 4 months ago
  40. d997143 tcg: Make DisasContextBase.tb const by Richard Henderson · 4 years, 4 months ago
  41. 755bf9e tcg: Adjust tcg_register_jit for const by Richard Henderson · 4 years, 4 months ago
  42. ffd0e50 tcg: Adjust TCGLabel for const by Richard Henderson · 4 years, 4 months ago
  43. db0c51a tcg: Introduce tcg_splitwx_to_{rx,rw} by Richard Henderson · 4 years, 4 months ago
  44. 4846cd3 tcg: Add in_code_gen_buffer by Richard Henderson · 4 years, 4 months ago
  45. 8b5c2b6 tcg: Move tcg epilogue pointer out of TCGContext by Richard Henderson · 4 years, 4 months ago
  46. b91ccb3 tcg: Move tcg prologue pointer out of TCGContext by Richard Henderson · 4 years, 4 months ago
  47. 07ce0b0 tcg: Introduce INDEX_op_qemu_st8_i32 by Richard Henderson · 4 years, 3 months ago
  48. a66424b tcg: Add tcg_gen_bswap_tl alias by Richard Henderson · 4 years, 2 months ago
  49. b4cb76e tcg: Do not kill globals at conditional branches by Richard Henderson · 4 years, 5 months ago
  50. 70cad3c tcg: Remove TCGOpDef.used by Richard Henderson · 6 years ago
  51. bc2b17e tcg: Move some TCG_CT_* bits to TCGArgConstraint bitfields by Richard Henderson · 6 years ago
  52. 74a1179 tcg: Remove TCG_CT_REG by Richard Henderson · 4 years, 6 months ago
  53. 66792f9 tcg: Move sorted_args into TCGArgConstraint.sort_index by Richard Henderson · 6 years ago
  54. 9be0d08 tcg: Drop union from TCGArgConstraint by Richard Henderson · 4 years, 6 months ago
  55. e2e7168 tcg: Adjust simd_desc size encoding by Richard Henderson · 4 years, 6 months ago
  56. 2271a6a tcg: Add tcg_get_insn_start_param by Richard Henderson · 4 years, 6 months ago
  57. 139c183 meson: rename included C source files to .c.inc by Paolo Bonzini · 5 years ago
  58. 938e897 tcg: call qemu_spin_destroy for tb->jmp_lock by Emilio G. Cota · 4 years, 9 months ago
  59. 23850a7 tcg: Implement gvec support for rotate by scalar by Richard Henderson · 4 years, 10 months ago
  60. 5d0ceda tcg: Implement gvec support for rotate by vector by Richard Henderson · 4 years, 10 months ago
  61. b0f7e74 tcg: Implement gvec support for rotate by immediate by Richard Henderson · 4 years, 10 months ago
  62. 07dada0 tcg: Fix integral argument type to tcg_gen_rot[rl]i_i{32,64} by Richard Henderson · 4 years, 10 months ago
  63. ac09ae6 tcg: Add load_dest parameter to GVecGen2 by Richard Henderson · 4 years, 11 months ago
  64. 0f039e3 tcg: Add tcg_gen_gvec_dup_tl by Richard Henderson · 5 years ago
  65. 398f214 tcg: Remove tcg_gen_gvec_dup{8,16,32,64}i by Richard Henderson · 5 years ago
  66. 44c9467 tcg: Add tcg_gen_gvec_dup_imm by Richard Henderson · 5 years ago
  67. f7795e4 misc: Replace zero-length arrays with flexible array member (automatic) by Philippe Mathieu-Daudé · 5 years ago
  68. 2445971 tcg: Add tcg_gen_gvec_5_ptr by Richard Henderson · 5 years ago
  69. d3582cf tcg: Move TCG headers to include/tcg/ by Philippe Mathieu-Daudé · 5 years ago