1. 2bece2c tcg: Optionally sign-extend 32-bit arguments for 64-bit hosts. by Richard Henderson · 15 years ago
  2. 3e1dbad tcg: Use INDEX_op_qemu_ld32 for 32-bit results. by Richard Henderson · 15 years ago
  3. 86feb1c tcg: Disambiguate qemu_ld32u with 32-bit and 64-bit outputs. by Richard Henderson · 15 years ago
  4. 32d98fb tcg: Allow target-specific implementation of NOR. by Richard Henderson · 15 years ago
  5. 9940a96 tcg: Allow target-specific implementation of NAND. by Richard Henderson · 15 years ago
  6. 8d625cf tcg: Allow target-specific implementation of EQV. by Richard Henderson · 15 years ago
  7. a10f9f4 tcg: Use not_i32 to implement not_i64. by Richard Henderson · 15 years ago
  8. c02244a tcg: Change TCGType to an enumeration. by Richard Henderson · 15 years ago
  9. 8a56e84 tcg: Use TCGCond where appropriate. by Richard Henderson · 15 years ago
  10. a975160 tcg: Name the opcode enumeration. by Richard Henderson · 15 years ago
  11. dbfff4d tcg: declare internal helpers as const and pure by Aurelien Jarno · 15 years ago
  12. 31d6655 tcg: add div/rem 32-bit helpers by Aurelien Jarno · 15 years ago
  13. 791d126 tcg: Optional target implementation of ORC. by Richard Henderson · 15 years ago
  14. 241cbed tcg: Optional target implementation of ANDC. by Richard Henderson · 15 years ago
  15. 5105c55 tcg: move setcond* ops to non-optional section by Aurelien Jarno · 15 years ago
  16. add1e7e tcg: add setcondi pseudo-op by Aurelien Jarno · 15 years ago
  17. be210ac tcg: generic support for conditional set by Richard Henderson · 15 years ago
  18. cfc8698 tcg: add ext{8,16,32}u_i{32,64} TCG ops by Aurelien Jarno · 15 years ago
  19. b348113 tcg: fix size of local variables in tcg_gen_bswap64_i64 by Stefan Weil · 16 years ago
  20. d9885a0 tcg: Fix tcg_gen_rotr_i64 by Aurelien Jarno · 16 years ago
  21. 864951a tcg: fix _tl aliases for divu/remu by aurel32 · 16 years ago
  22. ab36421 tcg: add _tl aliases for div/divu/rem/remu by aurel32 · 16 years ago
  23. 911d79b tcg: add _tl aliases to bswap16/32/64 TCG ops by aurel32 · 16 years ago
  24. 9a5c57f tcg: add bswap16_i64 and bswap32_i64 TCG ops by aurel32 · 16 years ago
  25. dfa1a3f tcg: optimize tcg_gen_bswap16_i32 by aurel32 · 16 years ago
  26. 66896cb tcg: rename bswap_i32/i64 functions by aurel32 · 16 years ago
  27. e510508 tcg: fix commit r6805 by aurel32 · 16 years ago
  28. 7fc8105 tcg: optimize logical operations by aurel32 · 16 years ago
  29. 43e860e Fix tcg after commit 6800 by aurel32 · 16 years ago
  30. fe75bcf tcg: use TCGV_EQUAL_I{32,64} by aurel32 · 16 years ago
  31. c29d0de tcg: optimize nor(X, Y, Y), used on PPC for not(X, Y) by aurel32 · 16 years ago
  32. d260428 Implement TCG not ops for x86-64 by aurel32 · 16 years ago
  33. d42f183 Implement TCG rotation ops for x86-64 by aurel32 · 16 years ago
  34. a747723 Fix DEBUG_TCGV compile error. by aurel32 · 16 years ago
  35. df9247b tcg_temp_local_new should take no parameter by aurel32 · 16 years ago
  36. 1d6198c Remove unnecessary trailing newlines by blueswir1 · 16 years ago
  37. 49516bc Some cleanups after dyngen removal by aurel32 · 16 years ago
  38. a810a2d Some fixes for TCG debugging by blueswir1 · 16 years ago
  39. a7812ae TCG variable type checking. by pbrook · 16 years ago
  40. de3526b Fix rotri_i64 typo. by pbrook · 16 years ago
  41. 1582457 tcg-ops.h: add rotl/rotli and rotr/rotri TCG instructions by aurel32 · 16 years ago
  42. f02bb95 tcg-op.h: reorder _i64 instructions common to 32- and 64-bit targets by aurel32 · 16 years ago
  43. 10460c8 64-bit target subfi fix. by pbrook · 16 years ago
  44. 0045734 tcg-ops.h: add a subfi wrapper by aurel32 · 16 years ago
  45. 6359706 tcg-ops.h: _i64 TCG immediate instructions cleanup by aurel32 · 16 years ago
  46. bdffd4a TCG: add tcg_const_local_tl() by aurel32 · 16 years ago
  47. f24cb33 TCG: add logical operations found on alpha and powerpc processors by aurel32 · 16 years ago
  48. 88422e2 Fix tcg_gen_concat32_i64 on 64-bit hosts. by pbrook · 16 years ago
  49. 945ca82 Add concat32_i64 and concat_tl_i64 ops by blueswir1 · 16 years ago
  50. 36aa55d Add concat_i32_i64 op. by pbrook · 16 years ago
  51. b314f27 suppressed unused macro handling by bellard · 17 years ago
  52. bcb0126 More TCGv type fixes. by pbrook · 17 years ago
  53. cb63669 Fix ARM conditional branch bug. Add tcg_gen_brcondi. by pbrook · 17 years ago
  54. e8996ee added tcg_temp_free() and improved the handling of constants by bellard · 17 years ago
  55. 7e4597d added debug_insn_start debug instruction by bellard · 17 years ago
  56. 34151a2 small shift opts by bellard · 17 years ago
  57. 48d38ca Switch most MIPS logical and arithmetic instructions to TCG. by ths · 17 years ago
  58. 0b6ce4c added not pseudo op - more _tl macros by bellard · 17 years ago
  59. 390efc5 Add TCG native negation op. by pbrook · 17 years ago
  60. 8683143 Add zero extension (pseudo-)ops. by pbrook · 17 years ago
  61. 9815642 Fix DEBUG_TCGV. by pbrook · 17 years ago
  62. bf6247f Rename CONFIG_NO_DYNGEN_OP to CONFIG_DYNGEN_OP to avoid double negatives by blueswir1 · 17 years ago
  63. f730fd2 Add helpers and shorthands for mul and muli operations. by ths · 17 years ago
  64. 4d07272 Skip register moves when the target and the source are the same by blueswir1 · 17 years ago
  65. b010980 ARM TCG conversion 9/16. by pbrook · 17 years ago
  66. 6ddbc6e ARM TCG conversion 7/16. by pbrook · 17 years ago
  67. e429073 Add TL variants of trunc and ext/extu by blueswir1 · 17 years ago
  68. cf2be98 Prepare for op.c removal and zero legacy ops by blueswir1 · 17 years ago
  69. fb50d41 Make TCG br op available by blueswir1 · 17 years ago
  70. a768e4b Add discard_ptr and discard_tl by blueswir1 · 17 years ago
  71. a98824a Add tcg_const_tl by blueswir1 · 17 years ago
  72. 21fc3cf 32-bit host sign extension fix (Juergen Lock). by pbrook · 17 years ago
  73. 0cf767d Add brcond_tl by blueswir1 · 17 years ago
  74. 56b8f56 Fix mixed defines by blueswir1 · 17 years ago
  75. f8422f5 More helper types, rearrange generic definitions by blueswir1 · 17 years ago
  76. 7089442 Fix andi, optimize addi and subi zero cases by blueswir1 · 17 years ago
  77. 5ff9d6a fixed sign extensions - added explicit side effect op flag - added discard instruction by bellard · 17 years ago
  78. ac56dd4 Add TCG variable opaque type. by pbrook · 17 years ago
  79. c896fe2 TCG code generator by bellard · 17 years ago