1. 163fa4b tcg-i386: use LEA for 3-operand 64-bit addition by Paolo Bonzini · 12 years ago
  2. 9a8a5ae tcg: Remove unneeded assertion by Stefan Weil · 12 years ago
  3. 753d99d tcg-hppa: Fix typo in brcond2 by Richard Henderson · 12 years ago
  4. 76a347e tcg-i386: Perform cmov detection at runtime for 32-bit. by Richard Henderson · 12 years ago
  5. afcb92b tcg: Add TCGV_IS_UNUSED_* by Richard Henderson · 12 years ago
  6. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  7. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  8. cb9c377 janitor: add guards to headers by Paolo Bonzini · 12 years ago
  9. 7c12fd9 Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 12 years ago
  10. c3a4360 tcg/tcg.h: Duplicate global TCG gen_opc_ arrays into TCGContext. by Evgeny Voevodin · 12 years ago
  11. a93cf9d Fix comments (adress -> address, layed -> laid, wierd -> weird) by Stefan Weil · 12 years ago
  12. e5138db tcg: mark local temps as MEM in dead_temp() by Aurelien Jarno · 12 years ago
  13. 7aab08a tcg/arm: fix cross-endian qemu_st16 by Aurelien Jarno · 12 years ago
  14. d17bd1d tcg/arm: fix TLB access in qemu-ld/st ops by Aurelien Jarno · 12 years ago
  15. ecf51c9 tcg/ppc: Fix !softmmu case by malc · 12 years ago
  16. ecdffbc tcg/ppc: Remove unused s_bits variable by malc · 12 years ago
  17. e24dc9f tci: Support deposit operations by Stefan Weil · 13 years ago
  18. 83eeb39 TCG: Remove unused global variables by Evgeny Voevodin · 12 years ago
  19. 1ff0a2c TCG: Use gen_opparam_buf from context instead of global variable. by Evgeny Voevodin · 12 years ago
  20. 92414b3 TCG: Use gen_opc_buf from context instead of global variable. by Evgeny Voevodin · 12 years ago
  21. c4afe5c TCG: Use gen_opparam_ptr from context instead of global variable. by Evgeny Voevodin · 12 years ago
  22. efd7f48 TCG: Use gen_opc_ptr from context instead of global variable. by Evgeny Voevodin · 12 years ago
  23. 8232a46 tcg/tcg.h: Duplicate global TCG variables in TCGContext by Evgeny Voevodin · 12 years ago
  24. 3c5645f tcg: properly check that op's output needs to be synced to memory by Kirill Batuzov · 12 years ago
  25. c878da3 tcg/ppc32: Use trampolines to trim the code size for mmu slow path accessors by malc · 12 years ago
  26. ed224a5 tcg/ppc: ld/st optimization by malc · 12 years ago
  27. b76f0d8 tcg: Optimize qemu_ld/st by generating slow paths at the end of a block by Yeongkyoon Lee · 12 years ago
  28. b3a1be8 tcg: don't remove op if output needs to be synced to memory by Aurelien Jarno · 12 years ago
  29. 3585317 tcg/mips: use MUL instead of MULT on MIPS32 and above by Aurelien Jarno · 12 years ago
  30. 44b37ac tcg-i386: Use %gs prefixes for x86_64 GUEST_BASE by Richard Henderson · 12 years ago
  31. b393ab4 tcg: remove compatiblity call flags by Aurelien Jarno · 12 years ago
  32. 7850527 tcg: rework TCG helper flags by Aurelien Jarno · 12 years ago
  33. 3d5c5f8 tcg: synchronize globals for ops with side effects by Aurelien Jarno · 12 years ago
  34. b202d41 tcg: forbid ld/st function to modify globals by Aurelien Jarno · 12 years ago
  35. 344028b tcg: fix some op flags by Aurelien Jarno · 12 years ago
  36. 2c0366f tcg: don't explicitly save globals and temps by Aurelien Jarno · 12 years ago
  37. 7dfd8c6 tcg: start with local temps in TEMP_VAL_MEM state by Aurelien Jarno · 12 years ago
  38. a52ad07 tcg: always mark dead input arguments as dead by Aurelien Jarno · 12 years ago
  39. c29c1d7 tcg: rewrite tcg_reg_alloc_mov() by Aurelien Jarno · 12 years ago
  40. 4c4e1ab tcg: improve tcg_reg_alloc_movi() by Aurelien Jarno · 12 years ago
  41. 9c43b68 tcg: rework liveness analysis by Aurelien Jarno · 12 years ago
  42. ec7a869 tcg: sync output arguments on liveness request by Aurelien Jarno · 12 years ago
  43. 1ad8072 tcg: add temp_sync() by Aurelien Jarno · 12 years ago
  44. 7f6ceed tcg: add tcg_reg_sync() by Aurelien Jarno · 12 years ago
  45. 639368d tcg: add temp_dead() by Aurelien Jarno · 12 years ago
  46. 17b9149 tcg/i386: remove ld/st third argument register constraint by Aurelien Jarno · 12 years ago
  47. 166792f tcg/i386: remove suboptimal register shifting by Aurelien Jarno · 12 years ago
  48. 4438c8a exec: Allocate code_gen_prologue from code_gen_buffer by Richard Henderson · 12 years ago
  49. 41a05a4 Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoipio/qemu by Aurelien Jarno · 12 years ago
  50. 1414968 tcg: Optimize mulu2 by Richard Henderson · 13 years ago
  51. 1305c45 tcg: Optimize half-dead add2/sub2 by Richard Henderson · 13 years ago
  52. 212c328 tcg: Constant fold add2 and sub2 by Richard Henderson · 13 years ago
  53. 6c4382f tcg: Do constant folding on double-word comparisons by Richard Henderson · 13 years ago
  54. 9519da7 tcg: Split out subroutines from do_constant_folding_cond by Richard Henderson · 13 years ago
  55. bc1473e tcg: Optimize double-word comparisons against zero by Richard Henderson · 13 years ago
  56. 6e14e91 tcg: Use common code when failing to optimize by Richard Henderson · 13 years ago
  57. 0bfcb86 tcg: Swap commutative double-word comparisons by Richard Henderson · 13 years ago
  58. 1e484e6 tcg: Canonicalize add2 operand ordering by Richard Henderson · 13 years ago
  59. 24c9ae4 tcg: Split out swap_commutative as a subroutine by Richard Henderson · 13 years ago
  60. c7d4475 tcg-ia64: Implement deposit by Richard Henderson · 12 years ago
  61. 63975ea tcg/ia64: slightly optimize TLB access code by Aurelien Jarno · 12 years ago
  62. 2174d1e tcg/ia64: remove suboptimal register shifting in qemu_ld/st ops by Aurelien Jarno · 12 years ago
  63. b90cf71 tcg/ia64: implement movcond_i32/64 by Aurelien Jarno · 12 years ago
  64. da897bf tcg/ia64: use stack for TCG temps by Blue Swirl · 12 years ago
  65. 4a1d241 tcg/arm: Implement movcond_i32 by Peter Maydell · 13 years ago
  66. 7fc645b tcg/arm: Factor out code to emit immediate or reg-reg op by Peter Maydell · 13 years ago
  67. 203342d tcg-sparc: Emit MOVR insns for setcond_i64 and movcond_64 by Richard Henderson · 12 years ago
  68. ab1339b tcg-sparc: Emit BPr insns for brcond_i64 by Richard Henderson · 12 years ago
  69. a115f3e tcg-sparc: Drop use of Bicc in favor of BPcc by Richard Henderson · 12 years ago
  70. fd84ea2 tcg-sparc: Optimize setcond2 equality compare with 0. by Richard Henderson · 12 years ago
  71. 89269f6 tcg-sparc: Use Z constraint for %g0 by Richard Henderson · 12 years ago
  72. 4ec28e2 tcg-sparc: Fix add2/sub2 by Richard Henderson · 12 years ago
  73. 7d458a7 tcg-sparc: Fix setcond by Richard Henderson · 12 years ago
  74. a7a4984 tcg-sparc: Fix qemu_st for 32-bit by Richard Henderson · 12 years ago
  75. dda73c7 tcg-sparc: Fix setcond2 by Richard Henderson · 12 years ago
  76. ded37f0 tcg-sparc: Implement movcond. by Richard Henderson · 12 years ago
  77. 24c7f75 tcg-sparc: Fix brcond2 by Richard Henderson · 12 years ago
  78. 07e10e5 tcg: Remove TCG_TARGET_HAS_GUEST_BASE define by Peter Maydell · 12 years ago
  79. d838201 tcg: Remove redundant pointer from TCGContext by Stefan Weil · 12 years ago
  80. 048d361 Merge branch 'trivial-patches' of git://github.com/stefanha/qemu by Aurelien Jarno · 12 years ago
  81. d1e321b tcg: Add tcg_high_cond by Richard Henderson · 13 years ago
  82. 0aed257 tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYS by Richard Henderson · 13 years ago
  83. bcc6656 tcg: Add is_unsigned_cond by Richard Henderson · 13 years ago
  84. 626cd05 tcg: remove obsolete jmp op by Aurelien Jarno · 13 years ago
  85. f97713f tcg/arm: Use tcg_out_mov_reg rather than inline equivalent code by Peter Maydell · 13 years ago
  86. 6673f47 tci: Fix for AREG0 free mode by Stefan Weil · 13 years ago
  87. f813cb8 tcg/i386: fix build with -march < i686 by Aurelien Jarno · 13 years ago
  88. a80a6b6 tcg: Streamline movcond_i64 using movcond_i32 by Richard Henderson · 13 years ago
  89. a463133 tcg: Streamline movcond_i64 using 32-bit arithmetic by Richard Henderson · 13 years ago
  90. 0a209d4 tcg: Sanity check goto_tb input by Richard Henderson · 13 years ago
  91. 717e703 tcg: Sanity check deposit inputs by Richard Henderson · 13 years ago
  92. c552d6c tcg: Add tcg_debug_assert by Richard Henderson · 13 years ago
  93. 77276f6 tcg: Implement concat*_i64 with deposit_i64 by Richard Henderson · 13 years ago
  94. 6f3bb33 tcg: Emit XORI as NOT for appropriate constants by Richard Henderson · 13 years ago
  95. d81ada7 tcg: Optimize initial inputs for ori_i64 by Richard Henderson · 13 years ago
  96. 42ce3e2 tcg: Emit ANDI as EXTU for appropriate constants by Richard Henderson · 13 years ago
  97. 5a696f6 tcg: Adjust descriptions of *cond opcodes by Richard Henderson · 13 years ago
  98. 8f06bf6 tcg/mips: fix MIPS32(R2) detection by Aurelien Jarno · 13 years ago
  99. 04cbbde Merge branch 'tcg-sparc' of git://repo.or.cz/qemu/rth by Blue Swirl · 13 years ago
  100. e809c0d Revert "tcg/mips" by Aurelien Jarno · 13 years ago