1. ebb90a0 tcg/i386: Extend TARGET_PAGE_MASK to the proper type by Richard Henderson · 8 years ago
  2. 34f9392 tcg: Optimize fence instructions by Pranith Kumar · 8 years ago
  3. a1e69e2 tcg/tci: Add support for fence by Pranith Kumar · 8 years ago
  4. f8f03b3 tcg/sparc: Add support for fence by Pranith Kumar · 8 years ago
  5. c9314d6 tcg/s390: Add support for fence by Pranith Kumar · 8 years ago
  6. 7b4af5e tcg/ppc: Add support for fence by Pranith Kumar · 8 years ago
  7. 6f0b991 tcg/mips: Add support for fence by Pranith Kumar · 8 years ago
  8. 5bbadbd tcg/ia64: Add support for fence by Pranith Kumar · 8 years ago
  9. 40f191a tcg/arm: Add support for fence by Pranith Kumar · 8 years ago
  10. c7a59c2 tcg/aarch64: Add support for fence by Pranith Kumar · 8 years ago
  11. a7d00d4 tcg/i386: Add support for fence by Pranith Kumar · 8 years ago
  12. f65e19b Introduce TCGOpcode for memory barrier by Pranith Kumar · 8 years ago
  13. 85aa808 tcg: Support arbitrary size + alignment by Richard Henderson · 8 years ago
  14. d4b84d5 Remove unused function declarations by Ladi Prosek · 9 years ago
  15. 347519e tcg: Remove duplicate header includes by Thomas Huth · 8 years ago
  16. d41f3c3 Remove remainders of HPPA backend by Thomas Huth · 8 years ago
  17. 5a18407 tcg: Lower indirect registers in a separate pass by Richard Henderson · 8 years ago
  18. c0ef05b tcg: Require liveness analysis by Richard Henderson · 8 years ago
  19. bdfb460 tcg: Include liveness info in the dumps by Richard Henderson · 8 years ago
  20. c70fbf0 tcg: Compress dead_temps and mem_temps into a single array by Richard Henderson · 8 years ago
  21. bee158c tcg: Fold life data into TCGOp by Richard Henderson · 8 years ago
  22. dcb8e75 tcg: Reorg TCGOp chaining by Richard Henderson · 8 years ago
  23. a1b3c48 tcg: Compress liveness data to 16 bits by Richard Henderson · 8 years ago
  24. 8bff06a compiler: never omit assertions if using a static analysis tool by Paolo Bonzini · 8 years ago
  25. 175de52 Clean up decorations and whitespace around header guards by Markus Armbruster · 8 years ago
  26. 14e54f8 tcg: Clean up tcg-target.h header guards by Markus Armbruster · 8 years ago
  27. 1f00b27 tcg: Improve the alignment check infrastructure by Sergey Sorokin · 8 years ago
  28. 59d7c14 tcg: Optimize spills of constants by Richard Henderson · 9 years ago
  29. 120c108 tcg: Fix name for high-half register by Richard Henderson · 9 years ago
  30. dcdaadb trace: [all] Add "guest_mem_before" event by Lluís Vilanova · 9 years ago
  31. 7c25504 exec: [tcg] Track which vCPU is performing translation and execution by Lluís Vilanova · 9 years ago
  32. 63c9155 cpu: move exec-all.h inclusion out of cpu.h by Paolo Bonzini · 9 years ago
  33. 00f6da6 exec: extract exec/tb-context.h by Paolo Bonzini · 9 years ago
  34. 33c1187 qemu-common: push cpu.h inclusion out of qemu-common.h by Paolo Bonzini · 9 years ago
  35. cb8d4c8 Fix some typos found by codespell by Stefan Weil · 9 years ago
  36. 819af24 tcg: Clean up from 'next_tb' by Sergey Fedorov · 9 years ago
  37. 90aa39a tcg: Allow goto_tb to any target PC in user mode by Sergey Fedorov · 9 years ago
  38. 5b053a4 tcg: Clean up direct block chaining safety checks by Sergey Fedorov · 9 years ago
  39. f309101 tcg: Clean up direct block chaining data fields by Sergey Fedorov · 9 years ago
  40. c82460a tcg/mips: Make direct jump patching thread-safe by Sergey Fedorov · 9 years ago
  41. 84f79fb tcg/sparc: Make direct jump patching thread-safe by Sergey Fedorov · 9 years ago
  42. 9e26911 tcg/aarch64: Make direct jump patching thread-safe by Sergey Fedorov · 9 years ago
  43. 7d14e0e tcg/arm: Make direct jump patching thread-safe by Sergey Fedorov · 9 years ago
  44. ed3d51e tcg/s390: Make direct jump patching thread-safe by Sergey Fedorov · 9 years ago
  45. 0d07abf tcg/i386: Make direct jump patching thread-safe by Sergey Fedorov · 9 years ago
  46. 399f164 tcg/ppc: Make direct jump patching thread-safe by Sergey Fedorov · 9 years ago
  47. 76442a9 tci: Make direct jump patching thread-safe by Sergey Fedorov · 9 years ago
  48. 1d41478 tcg: Add tcg_set_insn_param by Edgar E. Iglesias · 9 years ago
  49. 8d8fdba tcg: check for CONFIG_DEBUG_TCG instead of NDEBUG by Aurelien Jarno · 9 years ago
  50. eabb7b9 tcg: use tcg_debug_assert instead of assert (fix performance regression) by Aurelien Jarno · 9 years ago
  51. 2dc7553 tcg/mips: Fix type of tcg_target_reg_alloc_order[] by James Hogan · 9 years ago
  52. d977e1c qemu-log: dfilter-ise exec, out_asm, op and opt_op by Alex Bennée · 9 years ago
  53. 5bd2ec3 tcg: pass down TranslationBlock to tcg_code_gen by Alex Bennée · 9 years ago
  54. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  55. 5d4e1a1 tcg: Move definition of type TCGv by Lluís Vilanova · 9 years ago
  56. 1bcea73 tcg: Add type for vCPU pointers by Lluís Vilanova · 9 years ago
  57. c3b7f66 tcg: Remove unnecessary osdep.h includes from tcg-target.inc.c by Peter Maydell · 9 years ago
  58. ce15110 tcg: Rename tcg-target.c to tcg-target.inc.c by Peter Maydell · 9 years ago
  59. 91478ce tcg: Allocate indirect_base temporaries in a different order by Richard Henderson · 9 years ago
  60. b3915db tcg: Implement indirect memory registers by Richard Henderson · 11 years ago
  61. 869938a tcg: Work around clang bug wrt enum ranges, part 2 by Richard Henderson · 9 years ago
  62. 30456d5 all: Clean up includes by Peter Maydell · 9 years ago
  63. 40ae5c6 tcg: Introduce temp_load by Richard Henderson · 11 years ago
  64. b13eb72 tcg: Change temp_save argument to TCGTemp by Richard Henderson · 11 years ago
  65. 12b9b11 tcg: Change temp_sync argument to TCGTemp by Richard Henderson · 11 years ago
  66. f8bf00f tcg: Change temp_dead argument to TCGTemp by Richard Henderson · 11 years ago
  67. f8b2f20 tcg: Change reg_to_temp to TCGTemp pointer by Richard Henderson · 11 years ago
  68. e4ce0d4 tcg: Remove tcg_get_arg_str_i32/64 by Richard Henderson · 11 years ago
  69. b663866 tcg: More use of TCGReg where appropriate by Richard Henderson · 11 years ago
  70. c807402 tcg: Work around clang bug wrt enum ranges by Richard Henderson · 9 years ago
  71. 7ca4b75 tcg: Tidy temporary allocation by Richard Henderson · 11 years ago
  72. b3a6293 tcg: Change ts->mem_reg to ts->mem_base by Richard Henderson · 11 years ago
  73. e1ccc05 tcg: Change tcg_global_mem_new_* to take a TCGv_ptr by Richard Henderson · 11 years ago
  74. 2015770 tcg: Remove lingering references to gen_opc_buf by Richard Henderson · 9 years ago
  75. 23dceda tcg: Respect highwater in tcg_out_tb_finalize by Richard Henderson · 9 years ago
  76. 508127e log: do not unnecessarily include qom/cpu.h by Paolo Bonzini · 9 years ago
  77. 757e725 tcg: Clean up includes by Peter Maydell · 9 years ago
  78. b17a6d3 tcg: Increase the highwater reservation by Richard Henderson · 9 years ago
  79. 644da9b tcg: Fix highwater check by John Clarke · 9 years ago
  80. 137d639 tcg/mips: Support r6 SEL{NE, EQ}Z instead of MOVN/MOVZ by James Hogan · 9 years ago
  81. bc6d0c2 tcg/mips: Support r6 multiply/divide encodings by James Hogan · 9 years ago
  82. 6e0d096 tcg/mips: Support r6 JR encoding by James Hogan · 9 years ago
  83. ce14bd4 tcg/mips: Add use_mips32r6_instructions definition by James Hogan · 9 years ago
  84. c0e40db tcg-opc.h: Simplify insn_start def by James Hogan · 9 years ago
  85. 1e1df96 tcg/ppc: Prefer mask over andi. by Richard Henderson · 9 years ago
  86. 5bfd75a tcg/ppc: Revise goto_tb implementation by Richard Henderson · 9 years ago
  87. 70f897b tcg/ppc: Adjust exit_tb for change in prologue placement by Richard Henderson · 9 years ago
  88. b125f9d tcg: Check for overflow via highwater mark by Richard Henderson · 9 years ago
  89. 8163b74 tcg: Emit prologue to the beginning of code_gen_buffer by Richard Henderson · 9 years ago
  90. 04fe640 tcg: Remove tcg_gen_code_search_pc by Richard Henderson · 9 years ago
  91. 4e5e121 tcg: Remove gen_intermediate_code_pc by Richard Henderson · 9 years ago
  92. fca8a50 tcg: Save insn data and use it in cpu_restore_state_from_tb by Richard Henderson · 9 years ago
  93. bad729e tcg: Pass data argument to restore_state_to_opc by Richard Henderson · 9 years ago
  94. 190ce7f tcg: Add TCG_MAX_INSNS by Richard Henderson · 9 years ago
  95. 9aef40e tcg: Allow extra data to be attached to insn_start by Richard Henderson · 9 years ago
  96. 765b842 tcg: Rename debug_insn_start to insn_start by Richard Henderson · 9 years ago
  97. 81dfaf1 tcg/mips: pass oi to tcg_out_tlb_load by Aurelien Jarno · 9 years ago
  98. d9f2684 tcg/mips: move tcg_out_addsub2 by Aurelien Jarno · 9 years ago
  99. 5eb4f64 tcg/mips: Fix clobbering of qemu_ld inputs by James Hogan · 9 years ago
  100. 162e992 tcg: Move tci_tb_ptr to -common by Peter Crosthwaite · 9 years ago