1. 3774030 tcg: Add generic vector ops for multiplication by Richard Henderson · 7 years ago
  2. 212be17 tcg: Add generic vector ops for comparisons by Richard Henderson · 7 years ago
  3. d0ec979 tcg: Add generic vector ops for constant shifts by Richard Henderson · 7 years ago
  4. db43267 tcg: Add generic vector expanders by Richard Henderson · 7 years ago
  5. 474b2e8 tcg: Standardize integral arguments to expanders by Richard Henderson · 7 years ago
  6. d2fd745 tcg: Add types and basic operations for host vectors by Richard Henderson · 7 years ago
  7. f764718 tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED* by Richard Henderson · 7 years ago
  8. 11f4e8f tcg: Remove TCGV_EQUAL* by Richard Henderson · 7 years ago
  9. ae8b75d tcg: Introduce tcgv_{i32,i64,ptr}_{arg,temp} by Richard Henderson · 7 years ago
  10. b7e8b17 tcg: Push tcg_ctx into generator functions by Richard Henderson · 7 years ago
  11. 7f11636 tcg: remove addr argument from lookup_tb_ptr by Emilio G. Cota · 8 years ago
  12. cedbcb0 tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptr by Emilio G. Cota · 8 years ago
  13. a768e4e tcg: Add opcode for ctpop by Richard Henderson · 8 years ago
  14. 086920c tcg: Add helpers for clrsb by Richard Henderson · 8 years ago
  15. 0e28d00 tcg: Add clz and ctz opcodes by Richard Henderson · 8 years ago
  16. 07cc68d tcg: Add deposit_z expander by Richard Henderson · 8 years ago
  17. 7ec8bab tcg: Add field extraction primitives by Richard Henderson · 8 years ago
  18. 5087abf tcg: Add tcg_gen_mulsu2_{i32,i64,tl} by Richard Henderson · 8 years ago
  19. c482cb1 tcg: Add atomic helpers by Richard Henderson · 9 years ago
  20. f65e19b Introduce TCGOpcode for memory barrier by Pranith Kumar · 9 years ago
  21. 90aa39a tcg: Allow goto_tb to any target PC in user mode by Sergey Fedorov · 9 years ago
  22. 5b053a4 tcg: Clean up direct block chaining safety checks by Sergey Fedorov · 9 years ago
  23. 5d4e1a1 tcg: Move definition of type TCGv by Lluís Vilanova · 9 years ago
  24. 9aef40e tcg: Allow extra data to be attached to insn_start by Richard Henderson · 9 years ago
  25. 765b842 tcg: Rename debug_insn_start to insn_start by Richard Henderson · 9 years ago
  26. ecc7b3a tcg: Remove tcg_gen_trunc_i64_i32 by Richard Henderson · 10 years ago
  27. 609ad70 tcg: Split trunc_shr_i32 opcode into extr[lh]_i64_i32 by Richard Henderson · 10 years ago
  28. 42a268c tcg: Change translator-side labels to a pointer by Richard Henderson · 10 years ago
  29. a4ce099 tcg: Implement insert_op_before by Richard Henderson · 11 years ago
  30. 951c630 tcg: Move some opcode generation functions out of line by Richard Henderson · 10 years ago
  31. e3eb980 TCG: Fix tcg_gen_extr_i64_tl for 32bit by Alexander Graf · 11 years ago
  32. 836d6ed tcg: Inline tcg_gen_helperN by Richard Henderson · 11 years ago
  33. c017230 tcg: Use helper-gen.h in tcg-op.h by Richard Henderson · 11 years ago
  34. 944eea9 tcg: Push tcg-runtime routines into exec/helper-* by Richard Henderson · 11 years ago
  35. cf06667 tcg: Make call address a constant parameter by Richard Henderson · 11 years ago
  36. 4bb7a41 tcg: Add INDEX_op_trunc_shr_i32 by Richard Henderson · 11 years ago
  37. 71b9269 tcg: Fix missed pointer size != TCG_TARGET_REG_BITS changes by Richard Henderson · 11 years ago
  38. 02eb19d tcg: Use HOST_WORDS_BIGENDIAN by Richard Henderson · 11 years ago
  39. 662deb9 tcg: Fix fallback from muls2_i64 to mulu2_i64 by Richard Henderson · 11 years ago
  40. f46fc4e tcg: Use tcg_gen_mulu2_i32 in tcg_gen_muls2_i32 by Richard Henderson · 11 years ago
  41. f713d6a tcg: Add qemu_ld_st_i32/64 by Richard Henderson · 11 years ago
  42. 8cfd049 tcg: Change tcg_gen_exit_tb argument to uintptr_t by Richard Henderson · 11 years ago
  43. 0327152 tcg: Add muluh and mulsh opcodes by Richard Henderson · 11 years ago
  44. ca675f4 tcg: Split rem requirement from div requirement by Richard Henderson · 12 years ago
  45. ed60512 tcg: fix deposit_i64 op on 32-bit targets by Aurelien Jarno · 12 years ago
  46. f402f38 tcg: Implement muls2 with mulu2 by Richard Henderson · 12 years ago
  47. f6953a7 tcg: Implement multiword addition helpers by Richard Henderson · 12 years ago
  48. 696a8be tcg: Implement multiword multiply helpers by Richard Henderson · 12 years ago
  49. 3c51a98 tcg: Implement a 64-bit to 32-bit extraction helper by Richard Henderson · 12 years ago
  50. afcb92b tcg: Add TCGV_IS_UNUSED_* by Richard Henderson · 12 years ago
  51. c4afe5c TCG: Use gen_opparam_ptr from context instead of global variable. by Evgeny Voevodin · 12 years ago
  52. efd7f48 TCG: Use gen_opc_ptr from context instead of global variable. by Evgeny Voevodin · 12 years ago
  53. 7850527 tcg: rework TCG helper flags by Aurelien Jarno · 12 years ago
  54. 1414968 tcg: Optimize mulu2 by Richard Henderson · 12 years ago
  55. 212c328 tcg: Constant fold add2 and sub2 by Richard Henderson · 12 years ago
  56. 0aed257 tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYS by Richard Henderson · 12 years ago
  57. a80a6b6 tcg: Streamline movcond_i64 using movcond_i32 by Richard Henderson · 12 years ago
  58. a463133 tcg: Streamline movcond_i64 using 32-bit arithmetic by Richard Henderson · 12 years ago
  59. 0a209d4 tcg: Sanity check goto_tb input by Richard Henderson · 12 years ago
  60. 717e703 tcg: Sanity check deposit inputs by Richard Henderson · 12 years ago
  61. 77276f6 tcg: Implement concat*_i64 with deposit_i64 by Richard Henderson · 12 years ago
  62. 6f3bb33 tcg: Emit XORI as NOT for appropriate constants by Richard Henderson · 12 years ago
  63. d81ada7 tcg: Optimize initial inputs for ori_i64 by Richard Henderson · 12 years ago
  64. 42ce3e2 tcg: Emit ANDI as EXTU for appropriate constants by Richard Henderson · 12 years ago
  65. ffc5ea0 tcg: Introduce movcond by Richard Henderson · 12 years ago
  66. 73f5e31 tcg: make tcg_const_ptr actually accept a pointer argument by Peter Maydell · 13 years ago
  67. 0756e71 tcg: Fix whitespace in tcg-op.h. by Richard Henderson · 13 years ago
  68. 2f98c9d tcg: Fix regression in tcg_gen_deposit_i64. by Richard Henderson · 13 years ago
  69. df07277 tcg: Optimize some forms of deposit. by Richard Henderson · 13 years ago
  70. a477332 tcg-i386: Introduce limited deposit support by Jan Kiszka · 13 years ago
  71. 25c4d9c tcg: Always define all of the TCGOpcode enum members. by Richard Henderson · 13 years ago
  72. ebecf36 tcg: If DEBUG_TCGV, distinguish TCGv_ptr from TCGv_i32/TCGv_i64 by Peter Maydell · 14 years ago
  73. 6bd4b08 tcg/tcg-op.h: Fix prototypes for ld/st functions on 64 bit hosts by Peter Maydell · 14 years ago
  74. b7767f0 tcg: Define "deposit" as an optional operation. by Richard Henderson · 14 years ago
  75. 0909cbd tcg: Fix default definition of divu_i32 and remu_i32. by Richard Henderson · 14 years ago
  76. 2bece2c tcg: Optionally sign-extend 32-bit arguments for 64-bit hosts. by Richard Henderson · 15 years ago
  77. 3e1dbad tcg: Use INDEX_op_qemu_ld32 for 32-bit results. by Richard Henderson · 15 years ago
  78. 86feb1c tcg: Disambiguate qemu_ld32u with 32-bit and 64-bit outputs. by Richard Henderson · 15 years ago
  79. 32d98fb tcg: Allow target-specific implementation of NOR. by Richard Henderson · 15 years ago
  80. 9940a96 tcg: Allow target-specific implementation of NAND. by Richard Henderson · 15 years ago
  81. 8d625cf tcg: Allow target-specific implementation of EQV. by Richard Henderson · 15 years ago
  82. a10f9f4 tcg: Use not_i32 to implement not_i64. by Richard Henderson · 15 years ago
  83. c02244a tcg: Change TCGType to an enumeration. by Richard Henderson · 15 years ago
  84. 8a56e84 tcg: Use TCGCond where appropriate. by Richard Henderson · 15 years ago
  85. a975160 tcg: Name the opcode enumeration. by Richard Henderson · 15 years ago
  86. dbfff4d tcg: declare internal helpers as const and pure by Aurelien Jarno · 15 years ago
  87. 31d6655 tcg: add div/rem 32-bit helpers by Aurelien Jarno · 15 years ago
  88. 791d126 tcg: Optional target implementation of ORC. by Richard Henderson · 15 years ago
  89. 241cbed tcg: Optional target implementation of ANDC. by Richard Henderson · 15 years ago
  90. 5105c55 tcg: move setcond* ops to non-optional section by Aurelien Jarno · 15 years ago
  91. add1e7e tcg: add setcondi pseudo-op by Aurelien Jarno · 15 years ago
  92. be210ac tcg: generic support for conditional set by Richard Henderson · 15 years ago
  93. cfc8698 tcg: add ext{8,16,32}u_i{32,64} TCG ops by Aurelien Jarno · 15 years ago
  94. b348113 tcg: fix size of local variables in tcg_gen_bswap64_i64 by Stefan Weil · 15 years ago
  95. d9885a0 tcg: Fix tcg_gen_rotr_i64 by Aurelien Jarno · 16 years ago
  96. 864951a tcg: fix _tl aliases for divu/remu by aurel32 · 16 years ago
  97. ab36421 tcg: add _tl aliases for div/divu/rem/remu by aurel32 · 16 years ago
  98. 911d79b tcg: add _tl aliases to bswap16/32/64 TCG ops by aurel32 · 16 years ago
  99. 9a5c57f tcg: add bswap16_i64 and bswap32_i64 TCG ops by aurel32 · 16 years ago
  100. dfa1a3f tcg: optimize tcg_gen_bswap16_i32 by aurel32 · 16 years ago