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