1. 86feb1c tcg: Disambiguate qemu_ld32u with 32-bit and 64-bit outputs. by Richard Henderson · 15 years ago
  2. 32d98fb tcg: Allow target-specific implementation of NOR. by Richard Henderson · 15 years ago
  3. 9940a96 tcg: Allow target-specific implementation of NAND. by Richard Henderson · 15 years ago
  4. 8d625cf tcg: Allow target-specific implementation of EQV. by Richard Henderson · 15 years ago
  5. a10f9f4 tcg: Use not_i32 to implement not_i64. by Richard Henderson · 15 years ago
  6. c02244a tcg: Change TCGType to an enumeration. by Richard Henderson · 15 years ago
  7. 8a56e84 tcg: Use TCGCond where appropriate. by Richard Henderson · 15 years ago
  8. a975160 tcg: Name the opcode enumeration. by Richard Henderson · 15 years ago
  9. a63b582 remove remaining occurrences AREG[1-9] and TCG_AREG[1-9] by Paolo Bonzini · 15 years ago
  10. 3f90f25 tcg-hppa: Fix 64-bit argument ordering by Richard Henderson · 15 years ago
  11. 9e97d8e tcg/arm: don't save/restore r7 in prologue/epilogue by Aurelien Jarno · 15 years ago
  12. 26c5d37 tcg/arm: fix load/store definitions for 32-bit targets by Aurelien Jarno · 15 years ago
  13. 30138f2 tcg: protect div2 in tcg/tcg-opc.h by Aurelien Jarno · 15 years ago
  14. dbfff4d tcg: declare internal helpers as const and pure by Aurelien Jarno · 15 years ago
  15. 2b71cd7 tcg/arm: use helpers for divu/remu by Aurelien Jarno · 15 years ago
  16. 31d6655 tcg: add div/rem 32-bit helpers by Aurelien Jarno · 15 years ago
  17. a6c6f76 Fix build with -DNDEBUG in CFLAGS by Blue Swirl · 15 years ago
  18. 932234f tcg/arm: implement andc op by Aurelien Jarno · 15 years ago
  19. a3f5054 tcg: update README with const and pure helpers by Aurelien Jarno · 15 years ago
  20. 4e17eae tcg/arm: correctly save/restore registers in prologue/epilogue by Aurelien Jarno · 15 years ago
  21. 65850a0 Fix Sparc host build breakage by Blue Swirl · 15 years ago
  22. 35f6b59 tcg/ppc[64]: Only define addend load helpers in softmmu case by malc · 15 years ago
  23. 20cb400 Remove TLB from userspace by Paul Brook · 15 years ago
  24. d3f137e tcg/arm: merge the two sets of #define for optional ops by Aurelien Jarno · 15 years ago
  25. 023e77f tcg/arm: accept immediate arguments for brcond/setcond by Aurelien Jarno · 15 years ago
  26. b525f0a Add a missing break by Andrzej Zaborowski · 15 years ago
  27. e040476 tcg/arm: implement setcond2 by Aurelien Jarno · 15 years ago
  28. f72a6cd tcg/arm: implement setcond by Aurelien Jarno · 15 years ago
  29. 6b65861 tcg/arm: fix div2/divu2 by Aurelien Jarno · 15 years ago
  30. d616cf1 tcg/ppc: Fix right rotation by malc · 15 years ago
  31. 98b8d95 tcg/ppc: Fix typo by malc · 15 years ago
  32. d34f4ba tcg/ppc64: Use C90 style comments by malc · 15 years ago
  33. 65fe043 tcg/ppc: Implement some of the optional ops by malc · 15 years ago
  34. 30c0c76 tcg: fix build on 32-bit hppa, ppc and sparc hosts by Jay Foad · 15 years ago
  35. 2c92d62 tcg: fix assertion with --enable-debug by Jay Foad · 15 years ago
  36. 3682825 tcg: Add comments for all optional instructions not implemented. by Richard Henderson · 15 years ago
  37. 18c8f7a tcg-sparc: Implement ORC. by Richard Henderson · 15 years ago
  38. dc69960 tcg-sparc: Implement ANDC. by Richard Henderson · 15 years ago
  39. 791d126 tcg: Optional target implementation of ORC. by Richard Henderson · 15 years ago
  40. 241cbed tcg: Optional target implementation of ANDC. by Richard Henderson · 15 years ago
  41. be6551b tcg-sparc: Implement not. by Richard Henderson · 15 years ago
  42. 4b5a85c tcg-sparc: Implement neg. by Richard Henderson · 15 years ago
  43. 6ec8523 tcg/ppc: Consistently use calling convention selection macros by malc · 15 years ago
  44. 5da79c8 Use ppc host calling convention definitions to set TCG_TARGET_CALL_{ALIGN_ARGS,STACK_OFFSET}. by Juergen Lock · 15 years ago
  45. c68aaa1 tcg: Add consistency checks for op definitions by Stefan Weil · 15 years ago
  46. dbfe80e tcg-sparc: Implement setcond, setcond2. by Richard Henderson · 15 years ago
  47. 1c08622 tcg: Add tcg_swap_cond. by Richard Henderson · 15 years ago
  48. cca1af8 tcg/mips: fix crash in tcg_out_qemu_ld() by Aurelien Jarno · 15 years ago
  49. 434254a tcg/mips: implement setcond2 by Aurelien Jarno · 15 years ago
  50. 4cb2638 tcg/mips: implement setcond by Aurelien Jarno · 15 years ago
  51. 5105c55 tcg: move setcond* ops to non-optional section by Aurelien Jarno · 15 years ago
  52. add1e7e tcg: add setcondi pseudo-op by Aurelien Jarno · 15 years ago
  53. 1cd62ae tcg/ppc64: implement setcond by malc · 15 years ago
  54. 27a7797 tcg/ppc32: proper setcond implementation by malc · 15 years ago
  55. b0809bf tcg/ppc32: implement setcond[2] by malc · 15 years ago
  56. 1d2699a tcg-i386: Implement setcond. by Richard Henderson · 15 years ago
  57. f75b56c tcg-i386: Implement small forward branches. by Richard Henderson · 15 years ago
  58. 8f9db67 tcg-x86_64: implement setcond by Richard Henderson · 15 years ago
  59. 401d466 tcg: add tcg_invert_cond by Richard Henderson · 15 years ago
  60. be210ac tcg: generic support for conditional set by Richard Henderson · 15 years ago
  61. a38e609 tcg: document double-word support opcodes. by Richard Henderson · 15 years ago
  62. 09aac12 tcg/x86_64: Avoid unnecessary REX.B prefixes. by Richard Henderson · 15 years ago
  63. 5716990 tcg/x86_64: Special-case all 32-bit AND operands. by Richard Henderson · 15 years ago
  64. cc6dfec tcg-sparc: Implement ext32[su]_i64 by Richard Henderson · 15 years ago
  65. 583d121 tcg-sparc: Implement division properly. by Richard Henderson · 15 years ago
  66. 5e143c4 tcg-sparc: Do not remove %o[012] from 'r' constraint. by Richard Henderson · 15 years ago
  67. 7a3766f tcg-sparc: Implement add2, sub2, mulu2. by Richard Henderson · 15 years ago
  68. ba22519 tcg-sparc: Add tcg_out_arithc. by Richard Henderson · 15 years ago
  69. ff44c2f tcg: Add tcg_unsigned_cond. by Richard Henderson · 15 years ago
  70. 56f4927 tcg-sparc: Implement brcond2. by Richard Henderson · 15 years ago
  71. a212ea7 tcg-sparc: Use TCG_TARGET_REG_BITS in conditional compilation. by Richard Henderson · 15 years ago
  72. 4317220 tcg-sparc: Improve tcg_out_movi for sparc64. by Richard Henderson · 15 years ago
  73. 4a09aa8 tcg-sparc: Fix imm13 check in movi. by Richard Henderson · 15 years ago
  74. 591d6f1 tcg/ppc64: Fix loading of 32bit constants by malc · 15 years ago
  75. 5d7ff5b TCG: Mac OS X support for ppc64 target by Andreas Faerber · 15 years ago
  76. 2827822 S/390 fake TCG implementation by Alexander Graf · 15 years ago
  77. afa0523 tcg: initial mips support by Aurelien Jarno · 15 years ago
  78. 7d30175 tcg: fix tcg_regset_{set,reset}_reg with more than 32 registers by Aurelien Jarno · 15 years ago
  79. 016b2b2 tcg/ppc64,x86_64: fix constraints of op_qemu_st64 by Aurelien Jarno · 15 years ago
  80. b785e47 tcg/i386: remove duplicate sar opcode by Magnus Damm · 15 years ago
  81. 6a95702 tcg: improve output log by Aurelien Jarno · 15 years ago
  82. 94f4af0 tcg: allocate s->op_dead_iargs dynamically by Aurelien Jarno · 15 years ago
  83. 8389c67 tcg: remove dead code by Aurelien Jarno · 15 years ago
  84. 5f0ce17 tcg/i386: add support for ext{8,16}u_i32 TCG ops by Aurelien Jarno · 15 years ago
  85. 6458421 tcg/x86_64: add support for ext{8,16,32}u_i{32,64} TCG ops by Aurelien Jarno · 15 years ago
  86. cfc8698 tcg: add ext{8,16,32}u_i{32,64} TCG ops by Aurelien Jarno · 15 years ago
  87. d685920 Revert part of 6692b043198d58a12317009edb98654c6839f043 by Aurelien Jarno · 15 years ago
  88. 6692b04 TCG: fix DEF2 macro by Aurelien Jarno · 15 years ago
  89. 17cf428 tcg/i386: generates dec/inc instead of sub/add when possible by Aurelien Jarno · 15 years ago
  90. b70650c tcg/i386: optimize and $0xff(ff), reg by Aurelien Jarno · 15 years ago
  91. a4b18c6 tcg/x86_64: generated dec/inc instead of sub/add when possible by Aurelien Jarno · 15 years ago
  92. d937032 tcg/ppc: always use tcg_out_call by malc · 15 years ago
  93. 7990496 ARM back-end: Use sxt[bh] instructions for ext{8, 6}s by Laurent Desnogues · 15 years ago
  94. d89c682 Suppress some variants of English in comments by Stefan Weil · 15 years ago
  95. 96e132e Compile TCG runtime library only once by Blue Swirl · 15 years ago
  96. b348113 tcg: fix size of local variables in tcg_gen_bswap64_i64 by Stefan Weil · 16 years ago
  97. abb6ae2 X86_64: Use proper jumps/calls when displacement exceeds +-2G by malc · 16 years ago
  98. c45851c When targeting PPU use rlwinm instead of andi. if possible by malc · 16 years ago
  99. 4e6f6d4 ARM back-end: Fix encode_imm by Laurent Desnogues · 16 years ago
  100. 94953e6 ARM back-end: Handle all possible immediates for ALU ops by Laurent Desnogues · 16 years ago