1. 090d0bf s390: fix softmmu compilation by Laurent Vivier · 10 years ago
  2. b76f21a linux-user: remove useless macros GUEST_BASE and RESERVED_VA by Laurent Vivier · 10 years ago
  3. 4cbea59 linux-user: remove --enable-guest-base/--disable-guest-base by Laurent Vivier · 10 years ago
  4. a5e3981 tcg/s390: Use softmmu fast path for unaligned accesses by Richard Henderson · 10 years ago
  5. 609ad70 tcg: Split trunc_shr_i32 opcode into extr[lh]_i64_i32 by Richard Henderson · 10 years ago
  6. 4f2331e tcg: implement real ext_i32_i64 and extu_i32_i64 ops by Aurelien Jarno · 10 years ago
  7. 0632e55 tcg: rename trunc_shr_i32 into trunc_shr_i64_i32 by Aurelien Jarno · 10 years ago
  8. 3c8691f tcg/s390x: Mask TCGMemOp appropriately for indexing by Aurelien Jarno · 10 years ago
  9. cd3b29b tcg/s390: fix branch target change during code retranslation by Aurelien Jarno · 10 years ago
  10. 2b7ec66 tcg: Mask TCGMemOp appropriately for indexing by Richard Henderson · 10 years ago
  11. 006f863 tcg: add TCG_TARGET_TLB_DISPLACEMENT_BITS by Paolo Bonzini · 10 years ago
  12. 3972ef6 tcg: Push merged memop+mmu_idx parameter to softmmu routines by Richard Henderson · 10 years ago
  13. 59227d5 tcg: Merge memop and mmu_idx parameters to qemu_ld/st by Richard Henderson · 10 years ago
  14. bec1631 tcg: Change generator-side labels to a pointer by Richard Henderson · 10 years ago
  15. 3d1b2ff tcg: Remove TCG_TARGET_HAS_new_ldst by Richard Henderson · 11 years ago
  16. d2e16f2 tcg-s390: Make debug_frame const by Richard Henderson · 11 years ago
  17. a10c64e tcg-s390: Implement direct chaining of TBs by Richard Henderson · 11 years ago
  18. 7b7066b tcg-s390: Improve setcond by Richard Henderson · 11 years ago
  19. ad19b35 tcg-s390: Allow immediate operands to add2 and sub2 by Richard Henderson · 11 years ago
  20. f167dc3 tcg-s390: Implement tcg_register_jit by Richard Henderson · 11 years ago
  21. 547ec12 tcg-s390: Use more risbg in the tlb sequence by Richard Henderson · 11 years ago
  22. fb59641 tcg-s390: Move ldst helpers out of line by Richard Henderson · 11 years ago
  23. f24efee tcg-s390: Convert to new ldst opcodes by Richard Henderson · 11 years ago
  24. b8dd88b tcg-s390: Integrate endianness into TCGMemOp by Richard Henderson · 11 years ago
  25. a5a04f2 tcg-s390: Convert to TCGMemOp by Richard Henderson · 11 years ago
  26. a175689 tcg-s390: Fix off-by-one in wraparound andi by Richard Henderson · 11 years ago
  27. 96d0ee7 tcg: Remove unreachable code in tcg_out_op and op_defs by Richard Henderson · 11 years ago
  28. a811121 tcg-s390: Rename tgen_calli to tcg_out_call by Richard Henderson · 11 years ago
  29. 8c081b1 tcg-s390: Define TCG_TARGET_INSN_UNIT_SIZE by Richard Henderson · 11 years ago
  30. 4bb7a41 tcg: Add INDEX_op_trunc_shr_i32 by Richard Henderson · 12 years ago
  31. 02eb19d tcg: Use HOST_WORDS_BIGENDIAN by Richard Henderson · 11 years ago
  32. 671c835 tcg-s390: Remove W constraint by Richard Henderson · 11 years ago
  33. f6c6afc tcg: Add TCGType parameter to tcg_target_const_match by Richard Henderson · 11 years ago
  34. c6830cd tcg/s390: Remove sigill_handler by Richard Henderson · 11 years ago
  35. c9baa30 tcg-s390: Use qemu_getauxval in query_facilities by Richard Henderson · 12 years ago
  36. f713d6a tcg: Add qemu_ld_st_i32/64 by Richard Henderson · 12 years ago
  37. 3cf246f tcg: Add tcg-be-null.h by Richard Henderson · 11 years ago
  38. e58eb53 exec: Split softmmu_defs.h by Richard Henderson · 12 years ago
  39. a05b5b9 tcg: Change tcg_out_ld/st offset to intptr_t by Richard Henderson · 12 years ago
  40. 2ba7fae tcg: Change relocation offsets to intptr_t by Richard Henderson · 12 years ago
  41. b93949e tcg: Change flush_icache_range arguments to uintptr_t by Richard Henderson · 12 years ago
  42. 0327152 tcg: Add muluh and mulsh opcodes by Richard Henderson · 12 years ago
  43. 56bbc2f tcg: Remove redundant tcg_target_init checks by Richard Henderson · 12 years ago
  44. b879f30 tcg-s390: Fix merge error in tgen_brcond by Richard Henderson · 12 years ago
  45. 78c9f7c tcg-s390: Use all 20 bits of the offset in tcg_out_mem by Richard Henderson · 12 years ago
  46. 0db921e tcg-s390: Use load-address for addition by Richard Henderson · 12 years ago
  47. 65a62a7 tcg-s390: Cleanup argument shuffling fixme in softmmu code by Richard Henderson · 12 years ago
  48. f0bffc2 tcg-s390: Use risbgz for andi by Richard Henderson · 12 years ago
  49. 07ff798 tcg-s390: Remove constraint letters for and by Richard Henderson · 12 years ago
  50. d5690ea tcg-s390: Implement deposit opcodes by Richard Henderson · 12 years ago
  51. 96a9f09 tcg-s390: Implement movcond opcodes by Richard Henderson · 12 years ago
  52. 36017dc tcg-s390: Implement mulu2_i64 opcode by Richard Henderson · 12 years ago
  53. 3790b91 tcg-s390: Implement add2/sub2 opcodes by Richard Henderson · 12 years ago
  54. a01fc30 tcg-s390: Remove useless preprocessor conditions by Richard Henderson · 12 years ago
  55. a4924e8 tcg-s390: Properly allocate a stack frame. by Richard Henderson · 12 years ago
  56. a22971f tcg-s390: Fix movi by Richard Henderson · 12 years ago
  57. 4d3203f tcg: Add signed multiword multiplication operations by Richard Henderson · 12 years ago
  58. d7156f7 tcg: Add 64-bit multiword arithmetic operations by Richard Henderson · 12 years ago
  59. e6a7273 tcg: Make 32-bit multiword operations optional for 64-bit hosts by Richard Henderson · 12 years ago
  60. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  61. cb9c377 janitor: add guards to headers by Paolo Bonzini · 12 years ago
  62. 07e10e5 tcg: Remove TCG_TARGET_HAS_GUEST_BASE define by Peter Maydell · 12 years ago
  63. 0aed257 tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYS by Richard Henderson · 13 years ago
  64. bcc6656 tcg: Add is_unsigned_cond by Richard Henderson · 13 years ago
  65. 626cd05 tcg: remove obsolete jmp op by Aurelien Jarno · 12 years ago
  66. 6e17d0c tcg: Remove tcg_target_get_call_iarg_regs_count by Stefan Weil · 13 years ago
  67. ffc5ea0 tcg: Introduce movcond by Richard Henderson · 13 years ago
  68. 89c3333 Remove unused CONFIG_TCG_PASS_AREG0 and dead code by Blue Swirl · 13 years ago
  69. 6845df4 tcg/s390: fix ld/st with CONFIG_TCG_PASS_AREG0 by Aurelien Jarno · 13 years ago
  70. e141ab5 softmmu templates: optionally pass CPUState to memory access functions by Blue Swirl · 14 years ago
  71. 9349b4f Rename CPUState -> CPUArchState by Andreas Färber · 13 years ago
  72. dba4f1b w64: Change data type of parameters for flush_icache_range by Stefan Weil · 13 years ago
  73. dc439de tcg/s390: Remove unused tcg_out_addi() by Peter Maydell · 14 years ago
  74. 840f586 tcg: Don't declare TCG_TARGET_REG_BITS in tcg-target.h by Stefan Weil · 14 years ago
  75. 5ddd17b tcg/s390: Only one call output register needed for 64 bit hosts by Stefan Weil · 14 years ago
  76. 25c4d9c tcg: Always define all of the TCGOpcode enum members. by Richard Henderson · 14 years ago
  77. 614f104 Delegate setup of TCG temporaries to targets by Blue Swirl · 14 years ago
  78. cea5f9a cpu-exec.c: avoid AREG0 use by Blue Swirl · 14 years ago
  79. 48bb375 tcg-s390: new TCG Target by Richard Henderson · 15 years ago
  80. 2bece2c tcg: Optionally sign-extend 32-bit arguments for 64-bit hosts. by Richard Henderson · 15 years ago
  81. 1bcaae6 tcg-s390: Icache flush is a no-op. by Richard Henderson · 15 years ago
  82. e4d58b4 tcg: Make some tcg-target.c routines static. by Richard Henderson · 15 years ago
  83. 3b6dac3 tcg: Add TYPE parameter to tcg_out_mov. by Richard Henderson · 15 years ago
  84. 32d98fb tcg: Allow target-specific implementation of NOR. by Richard Henderson · 15 years ago
  85. 9940a96 tcg: Allow target-specific implementation of NAND. by Richard Henderson · 15 years ago
  86. 8d625cf tcg: Allow target-specific implementation of EQV. by Richard Henderson · 15 years ago
  87. a975160 tcg: Name the opcode enumeration. by Richard Henderson · 15 years ago
  88. a63b582 remove remaining occurrences AREG[1-9] and TCG_AREG[1-9] by Paolo Bonzini · 15 years ago
  89. 3682825 tcg: Add comments for all optional instructions not implemented. by Richard Henderson · 15 years ago
  90. 2827822 S/390 fake TCG implementation by Alexander Graf · 15 years ago