1. 14e54f8 tcg: Clean up tcg-target.h header guards by Markus Armbruster · 9 years ago
  2. 59d7c14 tcg: Optimize spills of constants by Richard Henderson · 9 years ago
  3. f309101 tcg: Clean up direct block chaining data fields by Sergey Fedorov · 9 years ago
  4. c82460a tcg/mips: Make direct jump patching thread-safe by Sergey Fedorov · 9 years ago
  5. 8d8fdba tcg: check for CONFIG_DEBUG_TCG instead of NDEBUG by Aurelien Jarno · 9 years ago
  6. eabb7b9 tcg: use tcg_debug_assert instead of assert (fix performance regression) by Aurelien Jarno · 9 years ago
  7. 2dc7553 tcg/mips: Fix type of tcg_target_reg_alloc_order[] by James Hogan · 9 years ago
  8. c3b7f66 tcg: Remove unnecessary osdep.h includes from tcg-target.inc.c by Peter Maydell · 9 years ago
  9. ce15110 tcg: Rename tcg-target.c to tcg-target.inc.c by Peter Maydell · 9 years ago
  10. 757e725 tcg: Clean up includes by Peter Maydell · 9 years ago
  11. 137d639 tcg/mips: Support r6 SEL{NE, EQ}Z instead of MOVN/MOVZ by James Hogan · 9 years ago
  12. bc6d0c2 tcg/mips: Support r6 multiply/divide encodings by James Hogan · 9 years ago
  13. 6e0d096 tcg/mips: Support r6 JR encoding by James Hogan · 9 years ago
  14. ce14bd4 tcg/mips: Add use_mips32r6_instructions definition by James Hogan · 9 years ago
  15. 81dfaf1 tcg/mips: pass oi to tcg_out_tlb_load by Aurelien Jarno · 10 years ago
  16. d9f2684 tcg/mips: move tcg_out_addsub2 by Aurelien Jarno · 10 years ago
  17. 5eb4f64 tcg/mips: Fix clobbering of qemu_ld inputs by James Hogan · 9 years ago
  18. b76f21a linux-user: remove useless macros GUEST_BASE and RESERVED_VA by Laurent Vivier · 9 years ago
  19. c99d696 tcg/mips: fix add2 by Aurelien Jarno · 10 years ago
  20. 4214a8c tcg/mips: Mask TCGMemOp appropriately for indexing by Aurelien Jarno · 10 years ago
  21. e72c4fb tcg/mips: fix TLB loading for BE host with 32-bit guests by Aurelien Jarno · 10 years ago
  22. a8f1396 tcg/mips: Fix build error from merged memop+mmu_idx parameter by James Hogan · 10 years ago
  23. 2b7ec66 tcg: Mask TCGMemOp appropriately for indexing by Richard Henderson · 10 years ago
  24. 006f863 tcg: add TCG_TARGET_TLB_DISPLACEMENT_BITS by Paolo Bonzini · 10 years ago
  25. 3972ef6 tcg: Push merged memop+mmu_idx parameter to softmmu routines by Richard Henderson · 10 years ago
  26. 59227d5 tcg: Merge memop and mmu_idx parameters to qemu_ld/st by Richard Henderson · 10 years ago
  27. bec1631 tcg: Change generator-side labels to a pointer by Richard Henderson · 10 years ago
  28. 0a2923f tcg/mips: fix store softmmu slow path by Aurelien Jarno · 10 years ago
  29. 5d831be Fix new typos (found by codespell) by Stefan Weil · 11 years ago
  30. 3d1b2ff tcg: Remove TCG_TARGET_HAS_new_ldst by Richard Henderson · 11 years ago
  31. b6bfeea tcg-mips: Enable direct chaining of TBs by Richard Henderson · 11 years ago
  32. 33fac20 tcg-mips: Simplify movcond by Richard Henderson · 11 years ago
  33. 3401fd2 tcg-mips: Simplify brcond2 by Richard Henderson · 11 years ago
  34. 1db1c4d tcg-mips: Improve setcond eq/ne vs zeros by Richard Henderson · 11 years ago
  35. 9a2f0bf tcg-mips: Simplify setcond2 by Richard Henderson · 11 years ago
  36. c068896 tcg-mips: Simplify brcond by Richard Henderson · 11 years ago
  37. fd1cf66 tcg-mips: Simplify setcond by Richard Henderson · 11 years ago
  38. 4f04853 tcg-mips: Commonize opcode implementations by Richard Henderson · 11 years ago
  39. 741f117 tcg-mips: Improve add2/sub2 by Richard Henderson · 11 years ago
  40. 22ee3a9 tcg-mips: Hoist args loads by Richard Henderson · 11 years ago
  41. 070603f tcg-mips: Fix subtract immediate range by Richard Henderson · 11 years ago
  42. ac0f3b1 tcg-mips: Name the opcode enumeration by Richard Henderson · 11 years ago
  43. 1c41826 tcg-mips: Use EXT for AND on mips32r2 by Richard Henderson · 11 years ago
  44. f216a35 tcg-mips: Use T9 for TCG_TMP1 by Richard Henderson · 11 years ago
  45. 6c530e3 tcg-mips: Introduce TCG_TMP0, TCG_TMP1 by Richard Henderson · 11 years ago
  46. 4188390 tcg-mips: Rearrange register allocation by Richard Henderson · 11 years ago
  47. fbef2cc tcg-mips: Convert to new_ldst by Richard Henderson · 11 years ago
  48. ce0236c tcg-mips: Convert to new qemu_l/st helpers by Richard Henderson · 11 years ago
  49. 9d8bf2d tcg-mips: Move softmmu slow path out of line by Richard Henderson · 11 years ago
  50. f9a7163 tcg-mips: Split large ldst offsets by Richard Henderson · 11 years ago
  51. 7dae901 tcg-mips: Fill the exit_tb delay slot by Richard Henderson · 11 years ago
  52. f8c9edd tcg-mips: Use J and JAL opcodes by Richard Henderson · 11 years ago
  53. 96d0ee7 tcg: Remove unreachable code in tcg_out_op and op_defs by Richard Henderson · 11 years ago
  54. eb68a4f tcg-mips: Split out tcg_out_call by Richard Henderson · 11 years ago
  55. ae0218e tcg-mips: Define TCG_TARGET_INSN_UNIT_SIZE by Richard Henderson · 11 years ago
  56. 02eb19d tcg: Use HOST_WORDS_BIGENDIAN by Richard Henderson · 11 years ago
  57. df9ebea tcg: Relax requirement for mulu2_i32 on 32-bit hosts by Richard Henderson · 11 years ago
  58. f6c6afc tcg: Add TCGType parameter to tcg_target_const_match by Richard Henderson · 11 years ago
  59. f713d6a tcg: Add qemu_ld_st_i32/64 by Richard Henderson · 11 years ago
  60. 3cf246f tcg: Add tcg-be-null.h by Richard Henderson · 11 years ago
  61. 545825d Merge branch 'tcg-next' of git://github.com/rth7680/qemu by Aurelien Jarno · 11 years ago
  62. 3207bf2 tcg/mips: only enable ext8s/ext16s ops on MIPS32R2 by Aurelien Jarno · 11 years ago
  63. df81ff5 tcg/mips: inline bswap16/bswap32 ops by Aurelien Jarno · 11 years ago
  64. 988902f tcg/mips: detect available host instructions at runtime by Aurelien Jarno · 11 years ago
  65. e58eb53 exec: Split softmmu_defs.h by Richard Henderson · 11 years ago
  66. a05b5b9 tcg: Change tcg_out_ld/st offset to intptr_t by Richard Henderson · 11 years ago
  67. 2ba7fae2 tcg: Change relocation offsets to intptr_t by Richard Henderson · 11 years ago
  68. b93949e tcg: Change flush_icache_range arguments to uintptr_t by Richard Henderson · 11 years ago
  69. 3c9a8f1 tcg-mips: Implement mulsh, muluh by Richard Henderson · 11 years ago
  70. 0327152 tcg: Add muluh and mulsh opcodes by Richard Henderson · 11 years ago
  71. 85711e6 tcg/mips: fix invalid op definition errors by James Hogan · 11 years ago
  72. ca675f4 tcg: Split rem requirement from div requirement by Richard Henderson · 12 years ago
  73. 174d4d2 tcg/mips: Implement muls2_i32 by Aurelien Jarno · 12 years ago
  74. 4d3203f tcg: Add signed multiword multiplication operations by Richard Henderson · 12 years ago
  75. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  76. cb9c377 janitor: add guards to headers by Paolo Bonzini · 12 years ago
  77. 3585317 tcg/mips: use MUL instead of MULT on MIPS32 and above by Aurelien Jarno · 12 years ago
  78. 07e10e5 tcg: Remove TCG_TARGET_HAS_GUEST_BASE define by Peter Maydell · 12 years ago
  79. 626cd05 tcg: remove obsolete jmp op by Aurelien Jarno · 12 years ago
  80. 8f06bf6 tcg/mips: fix MIPS32(R2) detection by Aurelien Jarno · 12 years ago
  81. e809c0d Revert "tcg/mips" by Aurelien Jarno · 12 years ago
  82. ad49d1f tcg/mips by Aurelien Jarno · 12 years ago
  83. 6e17d0c tcg: Remove tcg_target_get_call_iarg_regs_count by Stefan Weil · 12 years ago
  84. 7d7c493 tcg/mips: implement movcond op on MIPS32R2 by Aurelien Jarno · 12 years ago
  85. 04f71aa tcg/mips: implement deposit op on MIPS32R2 by Aurelien Jarno · 12 years ago
  86. 9a15251 tcg/mips: implement rotl/rotr ops on MIPS32R2 by Aurelien Jarno · 12 years ago
  87. c1cf85c tcg/mips: optimize bswap{16,16s,32} on MIPS32R2 by Aurelien Jarno · 12 years ago
  88. 0f46c06 tcg/mips: optimize brcond arg, 0 by Aurelien Jarno · 12 years ago
  89. 0d0b53a tcg/mips: use stack for TCG temps by Aurelien Jarno · 12 years ago
  90. 3314e00 tcg/mips: don't use global pointer by Aurelien Jarno · 12 years ago
  91. 5a0eed3 tcg/mips: use TCGArg or TCGReg instead of int by Aurelien Jarno · 12 years ago
  92. 0834c9e tcg/mips: kill warnings in user mode by Aurelien Jarno · 12 years ago
  93. 2ceb3a9 tcg-mips: fix wrong usage of 'Z' constraint by Aurelien Jarno · 12 years ago
  94. ffc5ea0 tcg: Introduce movcond by Richard Henderson · 12 years ago
  95. 89c3333 Remove unused CONFIG_TCG_PASS_AREG0 and dead code by Blue Swirl · 12 years ago
  96. 18fec30 tcg/mips: fix broken CONFIG_TCG_PASS_AREG0 code by Aurelien Jarno · 12 years ago
  97. e141ab5 softmmu templates: optionally pass CPUState to memory access functions by Blue Swirl · 13 years ago
  98. 9349b4f Rename CPUState -> CPUArchState by Andreas Färber · 13 years ago
  99. dba4f1b w64: Change data type of parameters for flush_icache_range by Stefan Weil · 13 years ago
  100. 2a534af tcg: Use TCGReg for standard tcg-target entry points. by Richard Henderson · 13 years ago