1. b125f9d tcg: Check for overflow via highwater mark by Richard Henderson · 10 years ago
  2. 04fe640 tcg: Remove tcg_gen_code_search_pc by Richard Henderson · 10 years ago
  3. 4e5e121 tcg: Remove gen_intermediate_code_pc by Richard Henderson · 10 years ago
  4. fca8a50 tcg: Save insn data and use it in cpu_restore_state_from_tb by Richard Henderson · 10 years ago
  5. bad729e tcg: Pass data argument to restore_state_to_opc by Richard Henderson · 10 years ago
  6. 190ce7f tcg: Add TCG_MAX_INSNS by Richard Henderson · 10 years ago
  7. 9aef40e tcg: Allow extra data to be attached to insn_start by Richard Henderson · 10 years ago
  8. a2aa09e Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 10 years ago
  9. 282dffc softmmu: add helper function to pass through retaddr by Pavel Dovgalyuk · 10 years ago
  10. 677ef62 replace spinlock by QemuMutex. by KONRAD Frederic · 10 years ago
  11. 609ad70 tcg: Split trunc_shr_i32 opcode into extr[lh]_i64_i32 by Richard Henderson · 10 years ago
  12. 0632e55 tcg: rename trunc_shr_i32 into trunc_shr_i64_i32 by Aurelien Jarno · 10 years ago
  13. 6e0b073 cpu-defs: Move CPU_TEMP_BUF_NLONGS to tcg by Peter Crosthwaite · 10 years ago
  14. 5a58e88 tci: do not use CPUArchState in tcg-target.h by Paolo Bonzini · 10 years ago
  15. dfb3630 tcg: Add MO_ALIGN, MO_UNALN by Richard Henderson · 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. 00c8fa9 tcg: optimise memory layout of TCGTemp by Emilio G. Cota · 10 years ago
  19. fee068e tcg: Delete unused cpu_pc_from_tb() by Peter Crosthwaite · 10 years ago
  20. 51e3972 tcg: Use tcg_malloc to allocate TCGLabel by Richard Henderson · 10 years ago
  21. 42a268c tcg: Change translator-side labels to a pointer by Richard Henderson · 10 years ago
  22. 0c627cd tcg: Remove opcodes instead of noping them out by Richard Henderson · 11 years ago
  23. c45cb8b tcg: Put opcodes in a linked list by Richard Henderson · 11 years ago
  24. fe700ad tcg: Introduce tcg_op_buf_count and tcg_op_buf_full by Richard Henderson · 11 years ago
  25. 951c630 tcg: Move some opcode generation functions out of line by Richard Henderson · 11 years ago
  26. 246ae24 tcg: add separate monitor command to dump opcode counters by Max Filippov · 10 years ago
  27. b6c73a6 tcg: Always enable TCGv type checking by Richard Henderson · 11 years ago
  28. c773828 softmmu: move all load/store functions to cpu_ldst.h by Paolo Bonzini · 11 years ago
  29. bbb8a1b tcg: Remove sizemask and flags arguments to tcg_gen_callN by Richard Henderson · 11 years ago
  30. 944eea9 tcg: Push tcg-runtime routines into exec/helper-* by Richard Henderson · 11 years ago
  31. cf06667 tcg: Make call address a constant parameter by Richard Henderson · 11 years ago
  32. 5053361 tcg: Require TCG_TARGET_INSN_UNIT_SIZE by Richard Henderson · 11 years ago
  33. 1813e17 tcg: Define tcg_insn_unit for code pointers by Richard Henderson · 11 years ago
  34. 52a1f64 tcg: Introduce byte pointer arithmetic helpers by Richard Henderson · 11 years ago
  35. 4bb7a41 tcg: Add INDEX_op_trunc_shr_i32 by Richard Henderson · 12 years ago
  36. df9ebea tcg: Relax requirement for mulu2_i32 on 32-bit hosts by Richard Henderson · 11 years ago
  37. c1de788 tcg: Add TCGV_UNUSED_PTR, TCGV_IS_UNUSED_PTR, TCGV_EQUAL_PTR by Peter Maydell · 11 years ago
  38. 0ec9eab tcg: Use bitmaps for free temporaries by Richard Henderson · 12 years ago
  39. 867b320 exec: Add both big- and little-endian memory helpers by Richard Henderson · 12 years ago
  40. 6c5f4ea tcg: Add TCGMemOp by Richard Henderson · 12 years ago
  41. 9ecefc8 tcg: Add tcg-be-ldst.h by Richard Henderson · 11 years ago
  42. 84fd9dd tcg: Merge tcg_register_helper into tcg_context_init by Richard Henderson · 12 years ago
  43. 6e085f7 tcg: Use a GHashTable for tcg_find_helper by Richard Henderson · 12 years ago
  44. 7c57df0 tcg: Delete tcg_helper_get_name declaration by Richard Henderson · 12 years ago
  45. c8f94df tcg: Introduce zero and sign-extended versions of load helpers by Richard Henderson · 12 years ago
  46. e58eb53 exec: Split softmmu_defs.h by Richard Henderson · 12 years ago
  47. 48bc6ba tcg: Use uintptr_t in TCGHelperInfo by Richard Henderson · 12 years ago
  48. 2ba7fae tcg: Change relocation offsets to intptr_t by Richard Henderson · 12 years ago
  49. 2f2f244 tcg: Change memory offsets to intptr_t by Richard Henderson · 12 years ago
  50. e2c6d1b tcg: Change frame pointer offsets to intptr_t by Richard Henderson · 12 years ago
  51. 8b73d49 tcg: Define TCG_ptr properly by Richard Henderson · 12 years ago
  52. d289837 tcg: Define TCG_TYPE_PTR properly by Richard Henderson · 12 years ago
  53. 78cd7b8 tcg: Allow TCG_TARGET_REG_BITS to be specified independantly by Richard Henderson · 12 years ago
  54. 04d5a1d tcg: Change tcg_qemu_tb_exec return to uintptr_t by Richard Henderson · 12 years ago
  55. 0327152 tcg: Add muluh and mulsh opcodes by Richard Henderson · 12 years ago
  56. c1a61f6 tcg: Simplify logic using TCG_OPF_NOT_PRESENT by Richard Henderson · 12 years ago
  57. ca675f4 tcg: Split rem requirement from div requirement by Richard Henderson · 12 years ago
  58. 378df4b Handle CPU interrupts by inline checking of a flag by Peter Maydell · 12 years ago
  59. 0980011 tcg: Document tcg_qemu_tb_exec() and provide constants for low bit uses by Peter Maydell · 12 years ago
  60. 4d3203f tcg: Add signed multiword multiplication operations by Richard Henderson · 12 years ago
  61. d7156f7 tcg: Add 64-bit multiword arithmetic operations by Richard Henderson · 12 years ago
  62. e6a7273 tcg: Make 32-bit multiword operations optional for 64-bit hosts by Richard Henderson · 12 years ago
  63. 5e5f07e TCG: Move translation block variables to new context inside tcg_ctx: tb_ctx by Evgeny Voevodin · 12 years ago
  64. 0b0d332 TCG: Final globals clean-up by Evgeny Voevodin · 12 years ago
  65. afcb92b tcg: Add TCGV_IS_UNUSED_* by Richard Henderson · 12 years ago
  66. 7c12fd9 Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 12 years ago
  67. c3a4360 tcg/tcg.h: Duplicate global TCG gen_opc_ arrays into TCGContext. by Evgeny Voevodin · 12 years ago
  68. a93cf9d Fix comments (adress -> address, layed -> laid, wierd -> weird) by Stefan Weil · 12 years ago
  69. 83eeb39 TCG: Remove unused global variables by Evgeny Voevodin · 12 years ago
  70. 8232a46 tcg/tcg.h: Duplicate global TCG variables in TCGContext by Evgeny Voevodin · 12 years ago
  71. b76f0d8 tcg: Optimize qemu_ld/st by generating slow paths at the end of a block by Yeongkyoon Lee · 12 years ago
  72. b393ab4 tcg: remove compatiblity call flags by Aurelien Jarno · 12 years ago
  73. 7850527 tcg: rework TCG helper flags by Aurelien Jarno · 12 years ago
  74. 3d5c5f8 tcg: synchronize globals for ops with side effects by Aurelien Jarno · 12 years ago
  75. ec7a869 tcg: sync output arguments on liveness request by Aurelien Jarno · 12 years ago
  76. 4438c8a exec: Allocate code_gen_prologue from code_gen_buffer by Richard Henderson · 12 years ago
  77. d838201 tcg: Remove redundant pointer from TCGContext by Stefan Weil · 12 years ago
  78. d1e321b tcg: Add tcg_high_cond by Richard Henderson · 13 years ago
  79. 0aed257 tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYS by Richard Henderson · 13 years ago
  80. bcc6656 tcg: Add is_unsigned_cond by Richard Henderson · 13 years ago
  81. 0a209d4 tcg: Sanity check goto_tb input by Richard Henderson · 13 years ago
  82. c552d6c tcg: Add tcg_debug_assert by Richard Henderson · 13 years ago
  83. fe7e1d3 tcg: Fix !USE_DIRECT_JUMP by Richard Henderson · 13 years ago
  84. ffc5ea0 tcg: Introduce movcond by Richard Henderson · 13 years ago
  85. d104beb revert "TCG: fix copy propagation" by Aurelien Jarno · 13 years ago
  86. c5cc28f tcg: improve profiler by Aurelien Jarno · 13 years ago
  87. eeacee4 qemu-log: cleanup by Blue Swirl · 13 years ago
  88. 813da62 tcg: Use the GDB JIT debugging interface. by Richard Henderson · 13 years ago
  89. 6a18ae2 i386: Remove REGPARM by Blue Swirl · 13 years ago
  90. 69784ea w64: Fix data type of next_tb and tcg_qemu_tb_exec by Stefan Weil · 13 years ago
  91. 4055299 Fix large memory chunks allocation with tcg_malloc. by Kirill Batuzov · 13 years ago
  92. c38bb94 tcg: Rearrange definitions and include statements by Stefan Weil · 13 years ago
  93. 73f5e31 tcg: make tcg_const_ptr actually accept a pointer argument by Peter Maydell · 13 years ago
  94. 9814dd2 fix spelling in tcg sub directory by Dong Xu Wang · 13 years ago
  95. 2a24374 tcg: Make ARRAY_SIZE(tcg_op_defs) globally available by Stefan Weil · 14 years ago
  96. ce285b1 tcg: TCG targets may define tcg_qemu_tb_exec by Stefan Weil · 14 years ago
  97. 8ef935b tcg: Fix spelling in comment (varables -> variables) by Stefan Weil · 13 years ago
  98. a477332 tcg-i386: Introduce limited deposit support by Jan Kiszka · 14 years ago
  99. 817b838 tcg: Declare TCG_TARGET_REG_BITS in tcg.h by Stefan Weil · 14 years ago
  100. 25c4d9c tcg: Always define all of the TCGOpcode enum members. by Richard Henderson · 14 years ago