1. 3c9a8f1 tcg-mips: Implement mulsh, muluh by Richard Henderson · 11 years ago
  2. 0327152 tcg: Add muluh and mulsh opcodes by Richard Henderson · 11 years ago
  3. 401c227 tcg-i386: Use new return-argument ld/st helpers by Richard Henderson · 11 years ago
  4. c6f29ff tcg-i386: Tidy qemu_ld/st slow path by Richard Henderson · 11 years ago
  5. 8023ccd tcg-i386: Try pc-relative lea for constant formation by Richard Henderson · 11 years ago
  6. ac26eb6 tcg-i386: Add and use tcg_out64 by Richard Henderson · 11 years ago
  7. 2bb8656 tcg: Tidy generated code for tcg_outN by Richard Henderson · 11 years ago
  8. 85711e6 tcg/mips: fix invalid op definition errors by James Hogan · 11 years ago
  9. 5fe0d35 tci: Fix broken build (compiler warning caused by redefined macro BIT) by Stefan Weil · 11 years ago
  10. f290e49 Merge git://github.com/hw-claudio/qemu-aarch64-queue into tcg-next by Richard Henderson · 11 years ago
  11. c6d8ed2 tcg/aarch64: Implement tlb lookup fast path by Jani Kokkonen · 11 years ago
  12. 0caa91f tcg-arm: Implement tcg_register_jit by Richard Henderson · 12 years ago
  13. b5cc476 tcg-i386: Use QEMU_BUILD_BUG_ON instead of assert for frame size by Richard Henderson · 12 years ago
  14. 497a22e tcg: Move the CIE and FDE header definitions to common code by Richard Henderson · 12 years ago
  15. 45aba09 tcg: Fix high_pc fields in .debug_info by Richard Henderson · 12 years ago
  16. 1e709f3 tcg-arm: Use AT_PLATFORM to detect the host ISA by Richard Henderson · 12 years ago
  17. cb91021 tcg-arm: Simplify logic in detecting the ARM ISA in use by Richard Henderson · 12 years ago
  18. fb82273 tcg-arm: Rename use_armv5_instructions to use_armvt5_instructions by Richard Henderson · 12 years ago
  19. 72e1ccf tcg-arm: Make use of conditional availability of opcodes for divide by Richard Henderson · 12 years ago
  20. c1a61f6 tcg: Simplify logic using TCG_OPF_NOT_PRESENT by Richard Henderson · 12 years ago
  21. 4ef7695 tcg: Allow non-constant control macros by Richard Henderson · 12 years ago
  22. 5b9f72a tcg-ppc64: Don't implement rem by Richard Henderson · 12 years ago
  23. 865a467 tcg-ppc: Don't implement rem by Richard Henderson · 12 years ago
  24. 5e1108b tcg-arm: Don't implement rem by Richard Henderson · 12 years ago
  25. ca675f4 tcg: Split rem requirement from div requirement by Richard Henderson · 12 years ago
  26. b1f6dc0 tcg/aarch64: implement ldst 12bit scaled uimm offset by Claudio Fontana · 12 years ago
  27. d1bdd3a tcg-ppc64: rotr_i32 rotates wrong amount by Anton Blanchard · 12 years ago
  28. 8424735 tcg-ppc64: Fix add2_i64 by Anton Blanchard · 12 years ago
  29. 82e0f91 tcg-ppc64: bswap64 rotates output 32 bits by Anton Blanchard · 12 years ago
  30. 8a94cfb tcg-ppc64: Fix RLDCL opcode by Anton Blanchard · 12 years ago
  31. 86a6a07 Merge remote-tracking branch 'pmaydell/tcg-aarch64.next' into staging by Anthony Liguori · 12 years ago
  32. 6a91c7c tcg/aarch64: implement user mode qemu ld/st by Jani Kokkonen · 12 years ago
  33. 31f1275 tcg/aarch64: implement sign/zero extend operations by Claudio Fontana · 12 years ago
  34. 9c4a059 tcg/aarch64: implement byte swap operations by Claudio Fontana · 12 years ago
  35. 7deea12 tcg/aarch64: implement AND/TEST immediate pattern by Claudio Fontana · 12 years ago
  36. 36fac14 tcg/aarch64: improve arith shifted regs operations by Claudio Fontana · 12 years ago
  37. 4a136e0 tcg/aarch64: implement new TCG target for aarch64 by Claudio Fontana · 12 years ago
  38. 56bbc2f tcg: Remove redundant tcg_target_init checks by Richard Henderson · 12 years ago
  39. 66e61b5 tcg/optimize: fix setcond2 optimization by Aurelien Jarno · 12 years ago
  40. c9e53a4 tcg-arm: Use movi32 in exit_tb by Richard Henderson · 12 years ago
  41. 8ddaeb1 tcg-arm: Fix 64-bit tlb load for pre-v6 by Richard Henderson · 12 years ago
  42. 96fbd7d tcg-arm: Remove long jump from tcg_out_goto_label by Richard Henderson · 12 years ago
  43. df5e0ef tcg-arm: Convert to CONFIG_QEMU_LDST_OPTIMIZATION by Richard Henderson · 12 years ago
  44. 302fdde tcg-arm: Use movi32 + blx for calls on v7 by Richard Henderson · 12 years ago
  45. 595b539 tcg-arm: Delete the 'S' constraint by Richard Henderson · 12 years ago
  46. 702b33b tcg-arm: Improve scheduling of tcg_out_tlb_read by Richard Henderson · 12 years ago
  47. cee87be tcg-arm: Split out tcg_out_tlb_read by Richard Henderson · 12 years ago
  48. 9feac1d tcg-arm: Cleanup most primitive load store subroutines by Richard Henderson · 12 years ago
  49. 34358a1 tcg-arm: Cleanup multiply subroutines by Richard Henderson · 12 years ago
  50. 13dd6fb tcg-arm: Use R12 for the tcg temporary by Richard Henderson · 12 years ago
  51. 4346457 tcg-arm: Use TCG_REG_TMP name for the tcg temporary by Richard Henderson · 12 years ago
  52. 0637c56 tcg-arm: Implement division instructions by Richard Henderson · 12 years ago
  53. b6b24cb tcg-arm: Implement deposit for armv7 by Richard Henderson · 12 years ago
  54. e86e0f2 tcg-arm: Improve constant generation by Richard Henderson · 12 years ago
  55. 2df3f1e tcg-arm: Handle constant arguments to add2/sub2 by Richard Henderson · 12 years ago
  56. 5d53b4c tcg-arm: Use tcg_out_dat_rIN for compares by Richard Henderson · 12 years ago
  57. d9fda57 tcg-arm: Allow constant first argument to sub by Richard Henderson · 12 years ago
  58. a9a86ae tcg-arm: Handle negated constant arguments to and/sub by Richard Henderson · 12 years ago
  59. 19b62bf tcg-arm: Use bic to implement and with constant by Richard Henderson · 12 years ago
  60. d6b64b2 tcg: Log the contents of the prologue with -d out_asm by Richard Henderson · 12 years ago
  61. fc4d60e tcg-arm: Fix local stack frame by Richard Henderson · 12 years ago
  62. ed60512 tcg: fix deposit_i64 op on 32-bit targets by Aurelien Jarno · 12 years ago
  63. 39dc85b tcg-ppc64: Handle deposit of zero by Richard Henderson · 12 years ago
  64. 6645c14 tcg-ppc64: Implement mulu2/muls2_i64 by Richard Henderson · 12 years ago
  65. 6c85876 tcg-ppc64: Implement add2/sub2_i64 by Richard Henderson · 12 years ago
  66. 1e6e9ac tcg-ppc64: Use getauxval for ISA detection by Richard Henderson · 12 years ago
  67. 027ffea tcg-ppc64: Implement movcond by Richard Henderson · 12 years ago
  68. 70fac59 tcg-ppc64: Use ISEL for setcond by Richard Henderson · 12 years ago
  69. 6995a4a tcg-ppc64: Use MFOCRF instead of MFCR by Richard Henderson · 12 years ago
  70. 991041a tcg-ppc64: Cleanup i32 constants to tcg_out_cmp by Richard Henderson · 12 years ago
  71. 4c314da tcg-ppc64: Use TCGType throughout compares by Richard Henderson · 12 years ago
  72. ef80930 tcg-ppc64: Use I constraint for mul by Richard Henderson · 12 years ago
  73. 33de9ed tcg-ppc64: Implement deposit by Richard Henderson · 12 years ago
  74. 37251b9 tcg-ppc64: Handle constant inputs for some compound logicals by Richard Henderson · 12 years ago
  75. ce1010d tcg-ppc64: Implement compound logicals by Richard Henderson · 12 years ago
  76. 68aebd4 tcg-ppc64: Implement bswap64 by Richard Henderson · 12 years ago
  77. 5d22158 tcg-ppc64: Implement bswap16 and bswap32 by Richard Henderson · 12 years ago
  78. 313d91c tcg-ppc64: Implement rotates by Richard Henderson · 12 years ago
  79. 49d9870 tcg-ppc64: Streamline qemu_ld/st insn selection by Richard Henderson · 12 years ago
  80. 28f2dba tcg-ppc64: Use automatic implementation of ext32u_i64 by Richard Henderson · 12 years ago
  81. 637af30 tcg-ppc64: Improve and_i64 with constant by Richard Henderson · 12 years ago
  82. a9249df tcg-ppc64: Improve and_i32 with constant by Richard Henderson · 12 years ago
  83. dce74c5 tcg-ppc64: Tidy or and xor patterns. by Richard Henderson · 12 years ago
  84. 148bdd2 tcg-ppc64: Allow constant first argument to sub by Richard Henderson · 12 years ago
  85. ee924fa tcg-ppc64: Improve constant add and sub ops. by Richard Henderson · 12 years ago
  86. 3d582c6 tcg-ppc64: Rearrange integer constant constraints by Richard Henderson · 12 years ago
  87. 421233a tcg-ppc64: Cleanup tcg_out_movi by Richard Henderson · 12 years ago
  88. 752c1fd tcg-ppc64: Fix setcond_i32 by Richard Henderson · 12 years ago
  89. 2fd8edd tcg-ppc64: Introduce and use TAI and SAI by Richard Henderson · 12 years ago
  90. 5e916c2 tcg-ppc64: Introduce and use tcg_out_shri64 by Richard Henderson · 12 years ago
  91. 0a9564b tcg-ppc64: Introduce and use tcg_out_shli64 by Richard Henderson · 12 years ago
  92. 6e5e060 tcg-ppc64: Introduce and use tcg_out_ext32u by Richard Henderson · 12 years ago
  93. 9e555b7 tcg-ppc64: Introduce and use tcg_out_rlw by Richard Henderson · 12 years ago
  94. aceac8d tcg-ppc64: Use TCGReg everywhere by Richard Henderson · 12 years ago
  95. 0a9c234 Merge branch 'tci' of git://qemu.weilnetz.de/qemu by Aurelien Jarno · 12 years ago
  96. ee79c35 tci: Make tcg temporaries local to tcg_qemu_tb_exec by Richard Henderson · 12 years ago
  97. 4699ca6 tci: Delete unused tb_ret_addr by Richard Henderson · 12 years ago
  98. 03fc054 tci: Use 32-bit signed offsets to loads/stores by Richard Henderson · 12 years ago
  99. b879f30 tcg-s390: Fix merge error in tgen_brcond by Richard Henderson · 12 years ago
  100. 78c9f7c tcg-s390: Use all 20 bits of the offset in tcg_out_mem by Richard Henderson · 12 years ago