1. fce1296 tcg: Add INDEX_op_extract2_{i32,i64} by Richard Henderson · 6 years ago
  2. e1dcf35 tcg: Add TCG_TARGET_HAS_MEMORY_BSWAP by Richard Henderson · 6 years ago
  3. 659ef5c tcg: Rearrange ldst label tracking by Richard Henderson · 7 years ago
  4. a858339 tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.h by Richard Henderson · 7 years ago
  5. 71650df tcg: Add tcg target default memory ordering by Pranith Kumar · 7 years ago
  6. 5786e06 tcg/mips: implement goto_ptr by Aurelien Jarno · 8 years ago
  7. cedbcb0 tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptr by Emilio G. Cota · 8 years ago
  8. a768e4e tcg: Add opcode for ctpop by Richard Henderson · 8 years ago
  9. 2a1d9d4 tcg/mips: Handle clz opcode by Richard Henderson · 8 years ago
  10. 0e28d00 tcg: Add clz and ctz opcodes by Richard Henderson · 8 years ago
  11. befbb3c tcg/mips: Implement field extraction opcodes by Richard Henderson · 8 years ago
  12. 7ec8bab tcg: Add field extraction primitives by Richard Henderson · 8 years ago
  13. 999b941 tcg-mips: Adjust calling conventions for mips64 by Jin Guojie · 8 years ago
  14. 0119b19 tcg-mips: Support 64-bit opcodes by Jin Guojie · 8 years ago
  15. bb08afe tcg-mips: Move bswap code to a subroutine by Jin Guojie · 8 years ago
  16. 14e54f8 tcg: Clean up tcg-target.h header guards by Markus Armbruster · 9 years ago
  17. bc6d0c2 tcg/mips: Support r6 multiply/divide encodings by James Hogan · 9 years ago
  18. ce14bd4 tcg/mips: Add use_mips32r6_instructions definition by James Hogan · 9 years ago
  19. 006f863 tcg: add TCG_TARGET_TLB_DISPLACEMENT_BITS by Paolo Bonzini · 10 years ago
  20. 3d1b2ff tcg: Remove TCG_TARGET_HAS_new_ldst by Richard Henderson · 11 years ago
  21. 1c41826 tcg-mips: Use EXT for AND on mips32r2 by Richard Henderson · 11 years ago
  22. 4188390 tcg-mips: Rearrange register allocation by Richard Henderson · 11 years ago
  23. fbef2cc tcg-mips: Convert to new_ldst by Richard Henderson · 11 years ago
  24. ae0218e tcg-mips: Define TCG_TARGET_INSN_UNIT_SIZE by Richard Henderson · 11 years ago
  25. 02eb19d tcg: Use HOST_WORDS_BIGENDIAN by Richard Henderson · 11 years ago
  26. df9ebea tcg: Relax requirement for mulu2_i32 on 32-bit hosts by Richard Henderson · 11 years ago
  27. f713d6a tcg: Add qemu_ld_st_i32/64 by Richard Henderson · 11 years ago
  28. 545825d Merge branch 'tcg-next' of git://github.com/rth7680/qemu by Aurelien Jarno · 11 years ago
  29. 3207bf2 tcg/mips: only enable ext8s/ext16s ops on MIPS32R2 by Aurelien Jarno · 11 years ago
  30. 988902f tcg/mips: detect available host instructions at runtime by Aurelien Jarno · 11 years ago
  31. b93949e tcg: Change flush_icache_range arguments to uintptr_t by Richard Henderson · 11 years ago
  32. 3c9a8f1 tcg-mips: Implement mulsh, muluh by Richard Henderson · 11 years ago
  33. 0327152 tcg: Add muluh and mulsh opcodes by Richard Henderson · 11 years ago
  34. ca675f4 tcg: Split rem requirement from div requirement by Richard Henderson · 12 years ago
  35. 174d4d2 tcg/mips: Implement muls2_i32 by Aurelien Jarno · 12 years ago
  36. 4d3203f tcg: Add signed multiword multiplication operations by Richard Henderson · 12 years ago
  37. cb9c377 janitor: add guards to headers by Paolo Bonzini · 12 years ago
  38. 07e10e5 tcg: Remove TCG_TARGET_HAS_GUEST_BASE define by Peter Maydell · 12 years ago
  39. 8f06bf6 tcg/mips: fix MIPS32(R2) detection by Aurelien Jarno · 12 years ago
  40. 7d7c493 tcg/mips: implement movcond op on MIPS32R2 by Aurelien Jarno · 12 years ago
  41. 04f71aa tcg/mips: implement deposit op on MIPS32R2 by Aurelien Jarno · 12 years ago
  42. 9a15251 tcg/mips: implement rotl/rotr ops on MIPS32R2 by Aurelien Jarno · 12 years ago
  43. c1cf85c tcg/mips: optimize bswap{16,16s,32} on MIPS32R2 by Aurelien Jarno · 12 years ago
  44. ffc5ea0 tcg: Introduce movcond by Richard Henderson · 12 years ago
  45. 89c3333 Remove unused CONFIG_TCG_PASS_AREG0 and dead code by Blue Swirl · 12 years ago
  46. dba4f1b w64: Change data type of parameters for flush_icache_range by Stefan Weil · 13 years ago
  47. 771142c tcg: Standardize on TCGReg as the enum for hard registers by Richard Henderson · 13 years ago
  48. 840f586 tcg: Don't declare TCG_TARGET_REG_BITS in tcg-target.h by Stefan Weil · 13 years ago
  49. 25c4d9c tcg: Always define all of the TCGOpcode enum members. by Richard Henderson · 13 years ago
  50. 03938c1 Use the correct header in the TCG MIPS code to find cacheflush() on OpenBSD. by Brad · 14 years ago
  51. 60bf84c tcp/mips: Change TCG_AREG0 (fp -> s0) by Stefan Weil · 15 years ago
  52. 116348d tcg/mips: use seb/seh instructions on MIPS32R2 by Aurelien Jarno · 15 years ago
  53. cc01cc8 tcg-mips: add guest base support by Aurelien Jarno · 15 years ago
  54. 2b79487 tcg-mips: implement nor by Aurelien Jarno · 15 years ago
  55. 32d98fb tcg: Allow target-specific implementation of NOR. by Richard Henderson · 15 years ago
  56. 9940a96 tcg: Allow target-specific implementation of NAND. by Richard Henderson · 15 years ago
  57. 8d625cf tcg: Allow target-specific implementation of EQV. by Richard Henderson · 15 years ago
  58. a63b582 remove remaining occurrences AREG[1-9] and TCG_AREG[1-9] by Paolo Bonzini · 15 years ago
  59. 3682825 tcg: Add comments for all optional instructions not implemented. by Richard Henderson · 15 years ago
  60. afa0523 tcg: initial mips support by Aurelien Jarno · 15 years ago