1. 7d8f787 tcg: split tcg_op_defs to -common by Peter Crosthwaite · 10 years ago
  2. 609ad70 tcg: Split trunc_shr_i32 opcode into extr[lh]_i64_i32 by Richard Henderson · 10 years ago
  3. 4f2331e tcg: implement real ext_i32_i64 and extu_i32_i64 ops by Aurelien Jarno · 10 years ago
  4. 0632e55 tcg: rename trunc_shr_i32 into trunc_shr_i64_i32 by Aurelien Jarno · 10 years ago
  5. 6e3c0c6 tci: Fix regression with INDEX_op_qemu_st_i32, INDEX_op_qemu_st_i64 by Stefan Weil · 10 years ago
  6. 006f863 tcg: add TCG_TARGET_TLB_DISPLACEMENT_BITS by Paolo Bonzini · 10 years ago
  7. 5a58e88 tci: do not use CPUArchState in tcg-target.h by Paolo Bonzini · 10 years ago
  8. 59227d5 tcg: Merge memop and mmu_idx parameters to qemu_ld/st by Richard Henderson · 10 years ago
  9. bec1631 tcg: Change generator-side labels to a pointer by Richard Henderson · 10 years ago
  10. 3d1b2ff tcg: Remove TCG_TARGET_HAS_new_ldst by Richard Henderson · 11 years ago
  11. 76782fa tci: Convert to new ldst opcodes by Richard Henderson · 11 years ago
  12. a3abb29 tci: Fix tcg_out_call by Richard Henderson · 11 years ago
  13. 96d0ee7 tcg: Remove unreachable code in tcg_out_op and op_defs by Richard Henderson · 11 years ago
  14. dddbb2e tci: Create tcg_out_call by Richard Henderson · 11 years ago
  15. a7f96f7 tci: Define TCG_TARGET_INSN_UNIT_SIZE by Richard Henderson · 11 years ago
  16. 4bb7a41 tcg: Add INDEX_op_trunc_shr_i32 by Richard Henderson · 12 years ago
  17. 02eb19d tcg: Use HOST_WORDS_BIGENDIAN by Richard Henderson · 11 years ago
  18. df9ebea tcg: Relax requirement for mulu2_i32 on 32-bit hosts by Richard Henderson · 11 years ago
  19. f6c6afc tcg: Add TCGType parameter to tcg_target_const_match by Richard Henderson · 11 years ago
  20. f713d6a tcg: Add qemu_ld_st_i32/64 by Richard Henderson · 12 years ago
  21. 3cf246f tcg: Add tcg-be-null.h by Richard Henderson · 12 years ago
  22. d285bf7 tci: Add implementation of rotl_i64, rotr_i64 by Stefan Weil · 12 years ago
  23. 5a93d5c Merge remote-tracking branch 'mjt/trivial-patches' into staging by Anthony Liguori · 12 years ago
  24. a05b5b9 tcg: Change tcg_out_ld/st offset to intptr_t by Richard Henderson · 12 years ago
  25. 2ba7fae tcg: Change relocation offsets to intptr_t by Richard Henderson · 12 years ago
  26. 78cd7b8 tcg: Allow TCG_TARGET_REG_BITS to be specified independantly by Richard Henderson · 12 years ago
  27. 04d5a1d tcg: Change tcg_qemu_tb_exec return to uintptr_t by Richard Henderson · 12 years ago
  28. b93949e tcg: Change flush_icache_range arguments to uintptr_t by Richard Henderson · 12 years ago
  29. 0327152 tcg: Add muluh and mulsh opcodes by Richard Henderson · 12 years ago
  30. a32b127 tci: Remove function tcg_out64 (fix broken build) by Stefan Weil · 12 years ago
  31. 5fe0d35 tci: Fix broken build (compiler warning caused by redefined macro BIT) by Stefan Weil · 12 years ago
  32. ca675f4 tcg: Split rem requirement from div requirement by Richard Henderson · 12 years ago
  33. ee79c35 tci: Make tcg temporaries local to tcg_qemu_tb_exec by Richard Henderson · 12 years ago
  34. 4699ca6 tci: Delete unused tb_ret_addr by Richard Henderson · 12 years ago
  35. 03fc054 tci: Use 32-bit signed offsets to loads/stores by Richard Henderson · 12 years ago
  36. 989b697 qemu-log: default to stderr for logging output by Peter Maydell · 12 years ago
  37. 4d3203f tcg: Add signed multiword multiplication operations by Richard Henderson · 12 years ago
  38. d7156f7 tcg: Add 64-bit multiword arithmetic operations by Richard Henderson · 12 years ago
  39. e6a7273 tcg: Make 32-bit multiword operations optional for 64-bit hosts by Richard Henderson · 12 years ago
  40. 24537a0 qemu-log: Rename the public-facing cpu_set_log function to qemu_set_log by Peter Maydell · 12 years ago
  41. e24dc9f tci: Support deposit operations by Stefan Weil · 13 years ago
  42. 07e10e5 tcg: Remove TCG_TARGET_HAS_GUEST_BASE define by Peter Maydell · 12 years ago
  43. 626cd05 tcg: remove obsolete jmp op by Aurelien Jarno · 13 years ago
  44. 6673f47 tci: Fix for AREG0 free mode by Stefan Weil · 13 years ago
  45. 6e17d0c tcg: Remove tcg_target_get_call_iarg_regs_count by Stefan Weil · 13 years ago
  46. ffc5ea0 tcg: Introduce movcond by Richard Henderson · 13 years ago
  47. 89c3333 Remove unused CONFIG_TCG_PASS_AREG0 and dead code by Blue Swirl · 13 years ago
  48. 3c01ae0 tci: don't write zero for reloc in tci_out_label by Scott Wood · 13 years ago
  49. eeacee4 qemu-log: cleanup by Blue Swirl · 13 years ago
  50. e141ab5 softmmu templates: optionally pass CPUState to memory access functions by Blue Swirl · 14 years ago
  51. 69784ea w64: Fix data type of next_tb and tcg_qemu_tb_exec by Stefan Weil · 13 years ago
  52. 9349b4f Rename CPUState -> CPUArchState by Andreas Färber · 13 years ago
  53. f57a516 w64: Fix data type of parameters for flush_icache_range by Stefan Weil · 13 years ago
  54. 51711ae tci: Make flush_icache_range() inline by Stefan Weil · 13 years ago
  55. 2a534af tcg: Use TCGReg for standard tcg-target entry points. by Richard Henderson · 13 years ago
  56. 771142c tcg: Standardize on TCGReg as the enum for hard registers by Richard Henderson · 13 years ago
  57. 7316329 tcg: Add bytecode generator for tcg interpreter by Stefan Weil · 13 years ago