1. 8589467 tcg/i386: fix a comment by Aurelien Jarno · 11 years ago
  2. 0ec9eab tcg: Use bitmaps for free temporaries by Richard Henderson · 11 years ago
  3. c9baa30 tcg-s390: Use qemu_getauxval in query_facilities by Richard Henderson · 12 years ago
  4. 41d9ea8 tcg-arm: Use qemu_getauxval by Richard Henderson · 12 years ago
  5. cd629de tcg-ppc64: Use qemu_getauxval by Richard Henderson · 12 years ago
  6. 463230d tcg-ia64: Introduce tcg_opc_bswap64_i by Richard Henderson · 12 years ago
  7. db008a8 tcg-ia64: Introduce tcg_opc_ext_i by Richard Henderson · 12 years ago
  8. fa0cdb6 tcg-ia64: Introduce tcg_opc_movi_a by Richard Henderson · 12 years ago
  9. 3b9ccdc tcg-ia64: Introduce tcg_opc_mov_a by Richard Henderson · 12 years ago
  10. 25c9c73 tcg-ia64: Use A3 form of logical operations by Richard Henderson · 12 years ago
  11. f940fb0 tcg-ia64: Use SUB_A3 and ADDS_A4 for subtraction by Richard Henderson · 12 years ago
  12. 8642088 tcg-ia64: Use ADDS for small addition by Richard Henderson · 12 years ago
  13. 3c289cb tcg-ia64: Avoid unnecessary stop bit in tcg_out_alu by Richard Henderson · 12 years ago
  14. d15de15 tcg-ia64: Move AREG0 to R32 by Richard Henderson · 12 years ago
  15. 6d264b3 tcg-ia64: Simplify brcond by Richard Henderson · 12 years ago
  16. 6f65c78 tcg-ia64: Handle constant calls by Richard Henderson · 12 years ago
  17. 5f7b168 tcg-ia64: Use shortcuts for nop insns by Richard Henderson · 12 years ago
  18. e3afa1c tcg-ia64: Use TCGMemOp within qemu_ldst routines by Richard Henderson · 12 years ago
  19. 1768ec0 tcg-ppc64: Support new ldst opcodes by Richard Henderson · 12 years ago
  20. 5dd3916 tcg-ppc: Support new ldst opcodes by Richard Henderson · 12 years ago
  21. e349a8d tcg-ppc64: Convert to le/be ldst helpers by Richard Henderson · 12 years ago
  22. 92d0acd tcg-ppc: Convert to le/be ldst helpers by Richard Henderson · 12 years ago
  23. a058557 tcg-ppc64: Use TCGMemOp within qemu_ldst routines by Richard Henderson · 12 years ago
  24. f1a16dc tcg-ppc: Use TCGMemOp within qemu_ldst routines by Richard Henderson · 12 years ago
  25. 091d567 tcg-arm: Improve GUEST_BASE qemu_ld/st by Richard Henderson · 11 years ago
  26. 15ecf6e tcg-arm: Convert to new ldst opcodes by Richard Henderson · 11 years ago
  27. a485cff tcg-arm: Tidy variable naming convention in qemu_ld/st by Richard Henderson · 11 years ago
  28. 0315c51 tcg-arm: Convert to le/be ldst helpers by Richard Henderson · 11 years ago
  29. 099fcf2 tcg-arm: Use TCGMemOp within qemu_ldst routines by Richard Henderson · 12 years ago
  30. 8221a26 tcg-i386: Support new ldst opcodes by Richard Henderson · 12 years ago
  31. b3e2bc5 tcg-i386: Remove "cb" output restriction from qemu_st8 for i386 by Richard Henderson · 12 years ago
  32. 7352ee5 tcg-i386: Tidy softmmu routines by Richard Henderson · 12 years ago
  33. 37c5d0d tcg-i386: Use TCGMemOp within qemu_ldst routines by Richard Henderson · 12 years ago
  34. d257e0d tcg: Use TCGMemOp for TCGLabelQemuLdst.opc by Richard Henderson · 11 years ago
  35. 867b320 exec: Add both big- and little-endian memory helpers by Richard Henderson · 12 years ago
  36. f713d6a tcg: Add qemu_ld_st_i32/64 by Richard Henderson · 12 years ago
  37. 6c5f4ea tcg: Add TCGMemOp by Richard Henderson · 12 years ago
  38. 9ecefc8 tcg: Add tcg-be-ldst.h by Richard Henderson · 11 years ago
  39. 3cf246f tcg: Add tcg-be-null.h by Richard Henderson · 11 years ago
  40. 023261e tcg-aarch64: Update to helper_ret_*_mmu routines by Richard Henderson · 11 years ago
  41. 84fd9dd tcg: Merge tcg_register_helper into tcg_context_init by Richard Henderson · 11 years ago
  42. 4953ee6 tcg: Add tcg-runtime.c helpers to all_helpers by Richard Henderson · 11 years ago
  43. 100b5e0 tcg: Put target helper data into an array. by Richard Henderson · 11 years ago
  44. 5cd8f62 tcg: Move helper registration into tcg_context_init by Richard Henderson · 11 years ago
  45. 6e085f7 tcg: Use a GHashTable for tcg_find_helper by Richard Henderson · 11 years ago
  46. 7c57df0 tcg: Delete tcg_helper_get_name declaration by Richard Henderson · 11 years ago
  47. 802b508 tcg-hppa: Remove tcg backend by Richard Henderson · 11 years ago
  48. 576e81b Merge remote-tracking branch 'rth/tcg-arm-pull' into staging by Anthony Liguori · 11 years ago
  49. ce079ab Merge remote-tracking branch 'sweil/tci' into staging by Anthony Liguori · 11 years ago
  50. ee06e23 tcg-arm: Move the tlb addend load earlier by Richard Henderson · 12 years ago
  51. 66c2056 tcg-arm: Remove restriction on qemu_ld output register by Richard Henderson · 12 years ago
  52. d3e440b tcg-arm: Return register containing tlb addend by Richard Henderson · 12 years ago
  53. d0ebde2 tcg-arm: Move load of tlb addend into tcg_out_tlb_read by Richard Henderson · 12 years ago
  54. f248873 tcg-arm: Use QEMU_BUILD_BUG_ON to verify constraints on tlb by Richard Henderson · 12 years ago
  55. e5e2e4a tcg-arm: Use strd for tcg_out_arg_reg64 by Richard Henderson · 12 years ago
  56. d9f4dde tcg-arm: Rearrange slow-path qemu_ld/st by Richard Henderson · 12 years ago
  57. 23bbc25 tcg-arm: Use ldrd/strd for appropriate qemu_ld/st64 by Richard Henderson · 12 years ago
  58. 3df2b8f misc: Use new rotate functions by Stefan Weil · 11 years ago
  59. d285bf7 tci: Add implementation of rotl_i64, rotr_i64 by Stefan Weil · 11 years ago
  60. 7f12d64 tcg-ppc64: Implement CONFIG_QEMU_LDST_OPTIMIZATION by Richard Henderson · 12 years ago
  61. c7ca6a2 tcg-ppc64: Add _noaddr functions for emitting forward branches by Richard Henderson · 12 years ago
  62. fedee3e tcg-ppc64: Streamline tcg_out_tlb_read by Richard Henderson · 12 years ago
  63. fa94c3b tcg-ppc64: Implement tcg_register_jit by Richard Henderson · 12 years ago
  64. b18d5d2 tcg-ppc64: Handle long offsets better by Richard Henderson · 12 years ago
  65. 5e1702b tcg-ppc64: Tidy register allocation order by Richard Henderson · 12 years ago
  66. b0940da tcg-ppc64: Look through a constant function descriptor by Richard Henderson · 12 years ago
  67. d40f3cb tcg-ppc64: Fold constant call address into descriptor load by Richard Henderson · 12 years ago
  68. ad94e1a tcg-ppc64: Don't load the static chain from TCG by Richard Henderson · 12 years ago
  69. f8b8412 tcg-ppc64: Avoid code for nop move by Richard Henderson · 12 years ago
  70. 5e0f40c tcg-ppc64: Use tcg_out64 by Richard Henderson · 12 years ago
  71. 8327a47 tcg-ppc64: Use TCG_REG_Rn constants by Richard Henderson · 12 years ago
  72. 29b6919 tcg-ppc64: More use of TAI and SAI helper macros by Richard Henderson · 12 years ago
  73. 541dd4c tcg-ppc64: Reformat tcg-target.c by Richard Henderson · 12 years ago
  74. 8f50c84 tcg-ppc: Fix and cleanup tcg_out_tlb_check by Richard Henderson · 12 years ago
  75. 5b1c985 tcg-ppc: Use conditional branch and link to slow path by Richard Henderson · 12 years ago
  76. 1d10cf9 tcg-ppc: Cleanup tcg_out_qemu_ld/st_slow_path by Richard Henderson · 12 years ago
  77. 4b2b114 tcg-ppc: Avoid code for nop move by Richard Henderson · 12 years ago
  78. 619f90b tcg-ppc: use new return-argument ld/st helpers by Paolo Bonzini · 12 years ago
  79. 6a11557 tcg-ppc: fix qemu_ld/qemu_st for AIX ABI by Paolo Bonzini · 12 years ago
  80. 387e417 tcg-sparc: Fix parenthesis warning by Richard Henderson · 12 years ago
  81. 5a93d5c Merge remote-tracking branch 'mjt/trivial-patches' into staging by Anthony Liguori · 12 years ago
  82. 545825d Merge branch 'tcg-next' of git://github.com/rth7680/qemu by Aurelien Jarno · 12 years ago
  83. 3207bf2 tcg/mips: only enable ext8s/ext16s ops on MIPS32R2 by Aurelien Jarno · 12 years ago
  84. df81ff5 tcg/mips: inline bswap16/bswap32 ops by Aurelien Jarno · 12 years ago
  85. 988902f tcg/mips: detect available host instructions at runtime by Aurelien Jarno · 12 years ago
  86. 6fb5874 tcg-i386: Make use of zero-extended memory helper routines by Richard Henderson · 12 years ago
  87. c8f94df tcg: Introduce zero and sign-extended versions of load helpers by Richard Henderson · 12 years ago
  88. e58eb53 exec: Split softmmu_defs.h by Richard Henderson · 12 years ago
  89. 5bcebc2 tcg-i386: Don't perform GETPC adjustment in TCG code by Richard Henderson · 12 years ago
  90. d5dad3b tcg-i386: Adjust tcg_out_tlb_load for x32 by Richard Henderson · 12 years ago
  91. 357e3d8 tcg-i386: Use intptr_t appropriately by Richard Henderson · 12 years ago
  92. edee257 tcg: Fix jit debug for x32 by Richard Henderson · 12 years ago
  93. d3452f1 tcg: Use appropriate types in tcg_reg_alloc_call by Richard Henderson · 12 years ago
  94. a05b5b9 tcg: Change tcg_out_ld/st offset to intptr_t by Richard Henderson · 12 years ago
  95. 8cfd049 tcg: Change tcg_gen_exit_tb argument to uintptr_t by Richard Henderson · 12 years ago
  96. 48bc6ba tcg: Use uintptr_t in TCGHelperInfo by Richard Henderson · 12 years ago
  97. 2ba7fae tcg: Change relocation offsets to intptr_t by Richard Henderson · 12 years ago
  98. 2f2f244 tcg: Change memory offsets to intptr_t by Richard Henderson · 12 years ago
  99. e2c6d1b tcg: Change frame pointer offsets to intptr_t by Richard Henderson · 12 years ago
  100. 8b73d49 tcg: Define TCG_ptr properly by Richard Henderson · 12 years ago