1. ae36a24 tcg: Add TCG_OPF_BB_EXIT by Richard Henderson · 6 years ago
  2. f2f1dde tcg: Mark muluh_i64 and mulsh_i64 as 64-bit ops by Richard Henderson · 7 years ago
  3. 3774030 tcg: Add generic vector ops for multiplication by Richard Henderson · 7 years ago
  4. 212be17 tcg: Add generic vector ops for comparisons by Richard Henderson · 7 years ago
  5. d0ec979 tcg: Add generic vector ops for constant shifts by Richard Henderson · 7 years ago
  6. db43267 tcg: Add generic vector expanders by Richard Henderson · 7 years ago
  7. d2fd745 tcg: Add types and basic operations for host vectors by Richard Henderson · 7 years ago
  8. cedbcb0 tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptr by Emilio G. Cota · 8 years ago
  9. a768e4e tcg: Add opcode for ctpop by Richard Henderson · 8 years ago
  10. 0e28d00 tcg: Add clz and ctz opcodes by Richard Henderson · 8 years ago
  11. 7ec8bab tcg: Add field extraction primitives by Richard Henderson · 8 years ago
  12. f65e19b Introduce TCGOpcode for memory barrier by Pranith Kumar · 9 years ago
  13. c0e40db tcg-opc.h: Simplify insn_start def by James Hogan · 9 years ago
  14. 9aef40e tcg: Allow extra data to be attached to insn_start by Richard Henderson · 10 years ago
  15. 765b842 tcg: Rename debug_insn_start to insn_start by Richard Henderson · 10 years ago
  16. 609ad70 tcg: Split trunc_shr_i32 opcode into extr[lh]_i64_i32 by Richard Henderson · 10 years ago
  17. 4f2331e tcg: implement real ext_i32_i64 and extu_i32_i64 ops by Aurelien Jarno · 10 years ago
  18. 0632e55 tcg: rename trunc_shr_i32 into trunc_shr_i64_i32 by Aurelien Jarno · 10 years ago
  19. 59227d5 tcg: Merge memop and mmu_idx parameters to qemu_ld/st by Richard Henderson · 10 years ago
  20. 15fc7da tcg: Remove unused opcodes by Richard Henderson · 11 years ago
  21. 3d1b2ff tcg: Remove TCG_TARGET_HAS_new_ldst by Richard Henderson · 11 years ago
  22. 96d0ee7 tcg: Remove unreachable code in tcg_out_op and op_defs by Richard Henderson · 11 years ago
  23. cf06667 tcg: Make call address a constant parameter by Richard Henderson · 11 years ago
  24. 4bb7a41 tcg: Add INDEX_op_trunc_shr_i32 by Richard Henderson · 12 years ago
  25. f713d6a tcg: Add qemu_ld_st_i32/64 by Richard Henderson · 12 years ago
  26. 0327152 tcg: Add muluh and mulsh opcodes by Richard Henderson · 12 years ago
  27. c1a61f6 tcg: Simplify logic using TCG_OPF_NOT_PRESENT by Richard Henderson · 12 years ago
  28. 4ef7695 tcg: Allow non-constant control macros by Richard Henderson · 12 years ago
  29. ca675f4 tcg: Split rem requirement from div requirement by Richard Henderson · 12 years ago
  30. 4d3203f tcg: Add signed multiword multiplication operations by Richard Henderson · 12 years ago
  31. d7156f7 tcg: Add 64-bit multiword arithmetic operations by Richard Henderson · 12 years ago
  32. e6a7273 tcg: Make 32-bit multiword operations optional for 64-bit hosts by Richard Henderson · 12 years ago
  33. b202d41 tcg: forbid ld/st function to modify globals by Aurelien Jarno · 12 years ago
  34. 344028b tcg: fix some op flags by Aurelien Jarno · 12 years ago
  35. 626cd05 tcg: remove obsolete jmp op by Aurelien Jarno · 12 years ago
  36. ffc5ea0 tcg: Introduce movcond by Richard Henderson · 12 years ago
  37. 332864b tcg: mark set_label with TCG_OPF_BB_END flag by Aurelien Jarno · 13 years ago
  38. 25c4d9c tcg: Always define all of the TCGOpcode enum members. by Richard Henderson · 14 years ago
  39. 8399ad5 tcg: Add and use TCG_OPF_64BIT. by Richard Henderson · 14 years ago
  40. b7767f0 tcg: Define "deposit" as an optional operation. by Richard Henderson · 14 years ago
  41. c61aaf7 tcg: get rid of DEF2 in tcg-opc.h by Aurelien Jarno · 15 years ago
  42. 239fda3 tcg: get rid of copy_size in TCGOpDef by Aurelien Jarno · 15 years ago
  43. 86feb1c tcg: Disambiguate qemu_ld32u with 32-bit and 64-bit outputs. by Richard Henderson · 15 years ago
  44. 32d98fb tcg: Allow target-specific implementation of NOR. by Richard Henderson · 15 years ago
  45. 9940a96 tcg: Allow target-specific implementation of NAND. by Richard Henderson · 15 years ago
  46. 8d625cf tcg: Allow target-specific implementation of EQV. by Richard Henderson · 15 years ago
  47. 30138f2 tcg: protect div2 in tcg/tcg-opc.h by Aurelien Jarno · 15 years ago
  48. 2c92d62 tcg: fix assertion with --enable-debug by Jay Foad · 15 years ago
  49. 791d126 tcg: Optional target implementation of ORC. by Richard Henderson · 15 years ago
  50. 241cbed tcg: Optional target implementation of ANDC. by Richard Henderson · 15 years ago
  51. be210ac tcg: generic support for conditional set by Richard Henderson · 15 years ago
  52. cfc8698 tcg: add ext{8,16,32}u_i{32,64} TCG ops by Aurelien Jarno · 15 years ago
  53. 9a5c57f tcg: add bswap16_i64 and bswap32_i64 TCG ops by aurel32 · 16 years ago
  54. 84aafb0 tcg: allow bswap16_i32 to be implemented by TCG backends by aurel32 · 16 years ago
  55. 66896cb tcg: rename bswap_i32/i64 functions by aurel32 · 16 years ago
  56. 0dd0dd5 tcg: move {not,neg}_i{32,64} definitions at the right place by aurel32 · 16 years ago
  57. d260428 Implement TCG not ops for x86-64 by aurel32 · 16 years ago
  58. f31e937 tcg: don't define TCG rotation ops if they are not supported by aurel32 · 16 years ago
  59. d42f183 Implement TCG rotation ops for x86-64 by aurel32 · 16 years ago
  60. 49516bc Some cleanups after dyngen removal by aurel32 · 16 years ago
  61. b314f27 suppressed unused macro handling by bellard · 17 years ago
  62. 7e4597d added debug_insn_start debug instruction by bellard · 17 years ago
  63. 390efc5 Add TCG native negation op. by pbrook · 17 years ago
  64. bf6247f Rename CONFIG_NO_DYNGEN_OP to CONFIG_DYNGEN_OP to avoid double negatives by blueswir1 · 17 years ago
  65. cf2be98 Prepare for op.c removal and zero legacy ops by blueswir1 · 17 years ago
  66. 5ff9d6a fixed sign extensions - added explicit side effect op flag - added discard instruction by bellard · 17 years ago
  67. c896fe2 TCG code generator by bellard · 17 years ago