1. 42a268c tcg: Change translator-side labels to a pointer by Richard Henderson · 10 years ago
  2. a4ce099 tcg: Implement insert_op_before by Richard Henderson · 11 years ago
  3. 951c630 tcg: Move some opcode generation functions out of line by Richard Henderson · 10 years ago
  4. e3eb980 TCG: Fix tcg_gen_extr_i64_tl for 32bit by Alexander Graf · 11 years ago
  5. 836d6ed tcg: Inline tcg_gen_helperN by Richard Henderson · 11 years ago
  6. c017230 tcg: Use helper-gen.h in tcg-op.h by Richard Henderson · 11 years ago
  7. 944eea9 tcg: Push tcg-runtime routines into exec/helper-* by Richard Henderson · 11 years ago
  8. cf06667 tcg: Make call address a constant parameter by Richard Henderson · 11 years ago
  9. 4bb7a41 tcg: Add INDEX_op_trunc_shr_i32 by Richard Henderson · 11 years ago
  10. 71b9269 tcg: Fix missed pointer size != TCG_TARGET_REG_BITS changes by Richard Henderson · 11 years ago
  11. 02eb19d tcg: Use HOST_WORDS_BIGENDIAN by Richard Henderson · 11 years ago
  12. 662deb9 tcg: Fix fallback from muls2_i64 to mulu2_i64 by Richard Henderson · 11 years ago
  13. f46fc4e tcg: Use tcg_gen_mulu2_i32 in tcg_gen_muls2_i32 by Richard Henderson · 11 years ago
  14. f713d6a tcg: Add qemu_ld_st_i32/64 by Richard Henderson · 11 years ago
  15. 8cfd049 tcg: Change tcg_gen_exit_tb argument to uintptr_t by Richard Henderson · 11 years ago
  16. 0327152 tcg: Add muluh and mulsh opcodes by Richard Henderson · 11 years ago
  17. ca675f4 tcg: Split rem requirement from div requirement by Richard Henderson · 12 years ago
  18. ed60512 tcg: fix deposit_i64 op on 32-bit targets by Aurelien Jarno · 12 years ago
  19. f402f38 tcg: Implement muls2 with mulu2 by Richard Henderson · 12 years ago
  20. f6953a7 tcg: Implement multiword addition helpers by Richard Henderson · 12 years ago
  21. 696a8be tcg: Implement multiword multiply helpers by Richard Henderson · 12 years ago
  22. 3c51a98 tcg: Implement a 64-bit to 32-bit extraction helper by Richard Henderson · 12 years ago
  23. afcb92b tcg: Add TCGV_IS_UNUSED_* by Richard Henderson · 12 years ago
  24. c4afe5c TCG: Use gen_opparam_ptr from context instead of global variable. by Evgeny Voevodin · 12 years ago
  25. efd7f48 TCG: Use gen_opc_ptr from context instead of global variable. by Evgeny Voevodin · 12 years ago
  26. 7850527 tcg: rework TCG helper flags by Aurelien Jarno · 12 years ago
  27. 1414968 tcg: Optimize mulu2 by Richard Henderson · 12 years ago
  28. 212c328 tcg: Constant fold add2 and sub2 by Richard Henderson · 12 years ago
  29. 0aed257 tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYS by Richard Henderson · 12 years ago
  30. a80a6b6 tcg: Streamline movcond_i64 using movcond_i32 by Richard Henderson · 12 years ago
  31. a463133 tcg: Streamline movcond_i64 using 32-bit arithmetic by Richard Henderson · 12 years ago
  32. 0a209d4 tcg: Sanity check goto_tb input by Richard Henderson · 12 years ago
  33. 717e703 tcg: Sanity check deposit inputs by Richard Henderson · 12 years ago
  34. 77276f6 tcg: Implement concat*_i64 with deposit_i64 by Richard Henderson · 12 years ago
  35. 6f3bb33 tcg: Emit XORI as NOT for appropriate constants by Richard Henderson · 12 years ago
  36. d81ada7 tcg: Optimize initial inputs for ori_i64 by Richard Henderson · 12 years ago
  37. 42ce3e2 tcg: Emit ANDI as EXTU for appropriate constants by Richard Henderson · 12 years ago
  38. ffc5ea0 tcg: Introduce movcond by Richard Henderson · 12 years ago
  39. 73f5e31 tcg: make tcg_const_ptr actually accept a pointer argument by Peter Maydell · 13 years ago
  40. 0756e71 tcg: Fix whitespace in tcg-op.h. by Richard Henderson · 13 years ago
  41. 2f98c9d tcg: Fix regression in tcg_gen_deposit_i64. by Richard Henderson · 13 years ago
  42. df07277 tcg: Optimize some forms of deposit. by Richard Henderson · 13 years ago
  43. a477332 tcg-i386: Introduce limited deposit support by Jan Kiszka · 13 years ago
  44. 25c4d9c tcg: Always define all of the TCGOpcode enum members. by Richard Henderson · 13 years ago
  45. ebecf36 tcg: If DEBUG_TCGV, distinguish TCGv_ptr from TCGv_i32/TCGv_i64 by Peter Maydell · 14 years ago
  46. 6bd4b08 tcg/tcg-op.h: Fix prototypes for ld/st functions on 64 bit hosts by Peter Maydell · 14 years ago
  47. b7767f0 tcg: Define "deposit" as an optional operation. by Richard Henderson · 14 years ago
  48. 0909cbd tcg: Fix default definition of divu_i32 and remu_i32. by Richard Henderson · 14 years ago
  49. 2bece2c tcg: Optionally sign-extend 32-bit arguments for 64-bit hosts. by Richard Henderson · 15 years ago
  50. 3e1dbad tcg: Use INDEX_op_qemu_ld32 for 32-bit results. by Richard Henderson · 15 years ago
  51. 86feb1c tcg: Disambiguate qemu_ld32u with 32-bit and 64-bit outputs. by Richard Henderson · 15 years ago
  52. 32d98fb tcg: Allow target-specific implementation of NOR. by Richard Henderson · 15 years ago
  53. 9940a96 tcg: Allow target-specific implementation of NAND. by Richard Henderson · 15 years ago
  54. 8d625cf tcg: Allow target-specific implementation of EQV. by Richard Henderson · 15 years ago
  55. a10f9f4 tcg: Use not_i32 to implement not_i64. by Richard Henderson · 15 years ago
  56. c02244a tcg: Change TCGType to an enumeration. by Richard Henderson · 15 years ago
  57. 8a56e84 tcg: Use TCGCond where appropriate. by Richard Henderson · 15 years ago
  58. a975160 tcg: Name the opcode enumeration. by Richard Henderson · 15 years ago
  59. dbfff4d tcg: declare internal helpers as const and pure by Aurelien Jarno · 15 years ago
  60. 31d6655 tcg: add div/rem 32-bit helpers by Aurelien Jarno · 15 years ago
  61. 791d126 tcg: Optional target implementation of ORC. by Richard Henderson · 15 years ago
  62. 241cbed tcg: Optional target implementation of ANDC. by Richard Henderson · 15 years ago
  63. 5105c55 tcg: move setcond* ops to non-optional section by Aurelien Jarno · 15 years ago
  64. add1e7e tcg: add setcondi pseudo-op by Aurelien Jarno · 15 years ago
  65. be210ac tcg: generic support for conditional set by Richard Henderson · 15 years ago
  66. cfc8698 tcg: add ext{8,16,32}u_i{32,64} TCG ops by Aurelien Jarno · 15 years ago
  67. b348113 tcg: fix size of local variables in tcg_gen_bswap64_i64 by Stefan Weil · 15 years ago
  68. d9885a0 tcg: Fix tcg_gen_rotr_i64 by Aurelien Jarno · 15 years ago
  69. 864951a tcg: fix _tl aliases for divu/remu by aurel32 · 16 years ago
  70. ab36421 tcg: add _tl aliases for div/divu/rem/remu by aurel32 · 16 years ago
  71. 911d79b tcg: add _tl aliases to bswap16/32/64 TCG ops by aurel32 · 16 years ago
  72. 9a5c57f tcg: add bswap16_i64 and bswap32_i64 TCG ops by aurel32 · 16 years ago
  73. dfa1a3f tcg: optimize tcg_gen_bswap16_i32 by aurel32 · 16 years ago
  74. 66896cb tcg: rename bswap_i32/i64 functions by aurel32 · 16 years ago
  75. e510508 tcg: fix commit r6805 by aurel32 · 16 years ago
  76. 7fc8105 tcg: optimize logical operations by aurel32 · 16 years ago
  77. 43e860e Fix tcg after commit 6800 by aurel32 · 16 years ago
  78. fe75bcf tcg: use TCGV_EQUAL_I{32,64} by aurel32 · 16 years ago
  79. c29d0de tcg: optimize nor(X, Y, Y), used on PPC for not(X, Y) by aurel32 · 16 years ago
  80. d260428 Implement TCG not ops for x86-64 by aurel32 · 16 years ago
  81. d42f183 Implement TCG rotation ops for x86-64 by aurel32 · 16 years ago
  82. a747723 Fix DEBUG_TCGV compile error. by aurel32 · 16 years ago
  83. df9247b tcg_temp_local_new should take no parameter by aurel32 · 16 years ago
  84. 1d6198c Remove unnecessary trailing newlines by blueswir1 · 16 years ago
  85. 49516bc Some cleanups after dyngen removal by aurel32 · 16 years ago
  86. a810a2d Some fixes for TCG debugging by blueswir1 · 16 years ago
  87. a7812ae TCG variable type checking. by pbrook · 16 years ago
  88. de3526b Fix rotri_i64 typo. by pbrook · 16 years ago
  89. 1582457 tcg-ops.h: add rotl/rotli and rotr/rotri TCG instructions by aurel32 · 16 years ago
  90. f02bb95 tcg-op.h: reorder _i64 instructions common to 32- and 64-bit targets by aurel32 · 16 years ago
  91. 10460c8 64-bit target subfi fix. by pbrook · 16 years ago
  92. 0045734 tcg-ops.h: add a subfi wrapper by aurel32 · 16 years ago
  93. 6359706 tcg-ops.h: _i64 TCG immediate instructions cleanup by aurel32 · 16 years ago
  94. bdffd4a TCG: add tcg_const_local_tl() by aurel32 · 16 years ago
  95. f24cb33 TCG: add logical operations found on alpha and powerpc processors by aurel32 · 16 years ago
  96. 88422e2 Fix tcg_gen_concat32_i64 on 64-bit hosts. by pbrook · 16 years ago
  97. 945ca82 Add concat32_i64 and concat_tl_i64 ops by blueswir1 · 16 years ago
  98. 36aa55d Add concat_i32_i64 op. by pbrook · 16 years ago
  99. b314f27 suppressed unused macro handling by bellard · 17 years ago
  100. bcb0126 More TCGv type fixes. by pbrook · 17 years ago