1. 51711ae tci: Make flush_icache_range() inline by Stefan Weil · 13 years ago
  2. b08d26b tcg-sparc: Fix set-but-not used warnings. by Richard Henderson · 13 years ago
  3. 25cc4a7 Merge branch 's390-1.0' of git://repo.or.cz/qemu/agraf by Blue Swirl · 13 years ago
  4. 2a534af tcg: Use TCGReg for standard tcg-target entry points. by Richard Henderson · 13 years ago
  5. 771142c tcg: Standardize on TCGReg as the enum for hard registers by Richard Henderson · 13 years ago
  6. 9df3b45 tcg-ppc64: Fix compile errors for userspace only builds with gcc 4.6 by David Gibson · 13 years ago
  7. c51d9cb Merge branch 'tci' of git://qemu.weilnetz.de/qemu by Blue Swirl · 13 years ago
  8. 0756e71 tcg: Fix whitespace in tcg-op.h. by Richard Henderson · 13 years ago
  9. 2f98c9d tcg: Fix regression in tcg_gen_deposit_i64. by Richard Henderson · 13 years ago
  10. 7316329 tcg: Add bytecode generator for tcg interpreter by Stefan Weil · 13 years ago
  11. 2a24374 tcg: Make ARRAY_SIZE(tcg_op_defs) globally available by Stefan Weil · 13 years ago
  12. ce285b1 tcg: TCG targets may define tcg_qemu_tb_exec by Stefan Weil · 13 years ago
  13. df07277 tcg: Optimize some forms of deposit. by Richard Henderson · 13 years ago
  14. 8ef935b tcg: Fix spelling in comment (varables -> variables) by Stefan Weil · 13 years ago
  15. dc439de tcg/s390: Remove unused tcg_out_addi() by Peter Maydell · 13 years ago
  16. 4985629 tcg/ia64: Remove unused tcg_out_addi() by Peter Maydell · 13 years ago
  17. a477332 tcg-i386: Introduce limited deposit support by Jan Kiszka · 13 years ago
  18. df0eda9 tcg/arm: Remove unused tcg_out_addi() by Peter Maydell · 13 years ago
  19. 7f6f0ae tcg: Add some assertions by Stefan Weil · 13 years ago
  20. c0ad300 tcg: Add forward declarations for local functions by Stefan Weil · 13 years ago
  21. 840f586 tcg: Don't declare TCG_TARGET_REG_BITS in tcg-target.h by Stefan Weil · 13 years ago
  22. 817b838 tcg: Declare TCG_TARGET_REG_BITS in tcg.h by Stefan Weil · 13 years ago
  23. be9c418 tcg/ppc64: Only one call output register needed for 64 bit hosts by Stefan Weil · 14 years ago
  24. 26a74ae tcg/sparc: Only one call output register needed for 64 bit hosts by Stefan Weil · 14 years ago
  25. 5ddd17b tcg/s390: Only one call output register needed for 64 bit hosts by Stefan Weil · 14 years ago
  26. af15a62 tcg/ia64: Only one call output register needed for 64 bit hosts by Stefan Weil · 14 years ago
  27. 68af23a tcg/i386: Only one call output register needed for 64 bit hosts by Stefan Weil · 14 years ago
  28. e89720b tcg/ppc64: Fix zero extension code generation bug for ppc64 host by Thomas Huth · 13 years ago
  29. 70d705f tcg/ppc/tcg-target.c: Avoid 'set but not used' gcc warnings by Peter Maydell · 14 years ago
  30. fe0de7a TCG: improve optimizer debugging by Blue Swirl · 14 years ago
  31. f412c76 tcg: Update --enable-debug for TCG_OPF_NOT_PRESENT. by Richard Henderson · 14 years ago
  32. 0bf1dbd tcg/ppc64: fix 16/32 mixup by malc · 14 years ago
  33. 157f266 tcg/ppc64: implement not_i32/64 and ext32u_i64 by malc · 14 years ago
  34. 350dba6 tcg/ppc32: implement deposit_i32 by malc · 14 years ago
  35. 64ba39a tcg-ia64: Fix typos in AREG0 setup in prologue. by Richard Henderson · 14 years ago
  36. 6e6a992 tcg-hppa: Fix CPU_TEMP_BUF_NLONGS oversight. by Richard Henderson · 14 years ago
  37. cb25c80 tcg: Constant fold neg, andc, orc, eqv, nand, nor. by Richard Henderson · 14 years ago
  38. 25c4d9c tcg: Always define all of the TCGOpcode enum members. by Richard Henderson · 14 years ago
  39. 8399ad5 tcg: Add and use TCG_OPF_64BIT. by Richard Henderson · 14 years ago
  40. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  41. e31b0a7 TCG: fix copy propagation by Blue Swirl · 14 years ago
  42. 2ec0065 TCG: fix breakage by previous patch by Blue Swirl · 14 years ago
  43. 1bfd07b TCG: fix breakage on some RISC hosts by Blue Swirl · 14 years ago
  44. a640f03 Do constant folding for unary operations. by Kirill Batuzov · 14 years ago
  45. 55c0975 Do constant folding for shift operations. by Kirill Batuzov · 14 years ago
  46. 9a81090 Do constant folding for boolean operations. by Kirill Batuzov · 14 years ago
  47. 53108fb Do constant folding for basic arithmetic operations. by Kirill Batuzov · 14 years ago
  48. 22613af Add copy and constant propagation. by Kirill Batuzov · 14 years ago
  49. 8f2e8c0 Add TCG optimizations stub by Kirill Batuzov · 14 years ago
  50. ea15fb0 tcg/mips: Fix regression caused by typo (copy + paste bug) by Stefan Weil · 14 years ago
  51. 107a47c tcg/README: Expand advice on number of TCG ops per target insn by Peter Maydell · 14 years ago
  52. f74b32d TCG/PPC: use stack for TCG temps by Blue Swirl · 14 years ago
  53. ec18842 tcg-hppa: Support deposit opcode. by Richard Henderson · 14 years ago
  54. 2a6a665 TCG/HPPA: use stack for TCG temps by Blue Swirl · 14 years ago
  55. a42bcee TCG/HPPA: use TCG_REG_CALL_STACK instead of TCG_REG_SP by Blue Swirl · 14 years ago
  56. c24a9c6 tcg/ppc64: Remove tcg_out_addi by malc · 14 years ago
  57. 1a2eb16 tcg/ppc: Remove tcg_out_addi by malc · 14 years ago
  58. f44c996 TCG/Sparc64: use stack for TCG temps by Blue Swirl · 14 years ago
  59. ac0275d TCG/x86: use stack for TCG temps by Blue Swirl · 14 years ago
  60. e83c80f TCG/x86: use TCG_REG_CALL_STACK instead of TCG_REG_ESP by Blue Swirl · 14 years ago
  61. 345649c TCG: remove broken stack allocation for call arguments by Blue Swirl · 14 years ago
  62. b591dc5 TCG: fix negative frame offset calculations by Blue Swirl · 14 years ago
  63. 614f104 Delegate setup of TCG temporaries to targets by Blue Swirl · 14 years ago
  64. cea5f9a cpu-exec.c: avoid AREG0 use by Blue Swirl · 14 years ago
  65. 2b41f10 Remove exec-all.h include directives by Blue Swirl · 14 years ago
  66. 568fffe tcg: Fix unused-but-set-variable warning by Christophe Fergeau · 14 years ago
  67. ebecf36 tcg: If DEBUG_TCGV, distinguish TCGv_ptr from TCGv_i32/TCGv_i64 by Peter Maydell · 14 years ago
  68. 6bd4b08 tcg/tcg-op.h: Fix prototypes for ld/st functions on 64 bit hosts by Peter Maydell · 14 years ago
  69. 03938c1 Use the correct header in the TCG MIPS code to find cacheflush() on OpenBSD. by Brad · 14 years ago
  70. 06ea77b Fix spelling in comment (additon -> addition) by Stefan Weil · 14 years ago
  71. 8c11ad2 tcg: don't keep dead outputs in registers by Aurelien Jarno · 14 years ago
  72. 6b64b62 tcg: mark dead output argument in op_dead_args by Aurelien Jarno · 14 years ago
  73. 866cb6c tcg: replace op_dead_iargs by op_dead_args by Aurelien Jarno · 14 years ago
  74. 5225d66 Fix typos in comments (accross -> across) by Stefan Weil · 14 years ago
  75. 24e838b tcg/arm: Support host code being compiled for Thumb by Peter Maydell · 14 years ago
  76. 27bfd83 tcg: Add support for debugging leakage of temporaries by Peter Maydell · 14 years ago
  77. 3a34dfd tcg: README, name deposit second argument len/LEN by Edgar E. Iglesias · 14 years ago
  78. b7767f0 tcg: Define "deposit" as an optional operation. by Richard Henderson · 14 years ago
  79. 5677903 tcg arm/mips/ia64: add a comment about retranslation and caches by Aurelien Jarno · 14 years ago
  80. 0f11f25 tcg/arm: improve constant loading by Aurelien Jarno · 14 years ago
  81. a3e28aa tcg/ia64: remove an unnecessary stop bit by Aurelien Jarno · 14 years ago
  82. 759c90b tcg: fix typo in readme by Mike Frysinger · 14 years ago
  83. aa95e3a tcg/README: Spelling fixes by Stefan Weil · 14 years ago
  84. d43ffce tcg/mips: fix branch target change during code retranslation by Aurelien Jarno · 14 years ago
  85. 9a3abc2 tcg/arm: fix qemu_st64 for big endian targets by Aurelien Jarno · 14 years ago
  86. c69806a tcg/arm: fix branch target change during code retranslation by Aurelien Jarno · 14 years ago
  87. 393f398 tcg-ia64: Fix warning in qemu_ld. by Richard Henderson · 14 years ago
  88. 07f5973 tcg-ia64: Fix address compilation in qemu_st. by Richard Henderson · 14 years ago
  89. 650a217 tcg-ia64: Fix tlb read error for 32-bit targets. by Richard Henderson · 14 years ago
  90. b3b0091 tcg-ia64: Implement qemu_ld32. by Richard Henderson · 14 years ago
  91. 255108c tcg-ia64: Provide default GUEST_BASE. by Richard Henderson · 14 years ago
  92. 0909cbd tcg: Fix default definition of divu_i32 and remu_i32. by Richard Henderson · 14 years ago
  93. 405cf9f tcg: Use fprintf_function (format checking) by Stefan Weil · 14 years ago
  94. c3b08d0 tcg: Fix compiler error (comparison of unsigned expression) by Stefan Weil · 14 years ago
  95. b1d6d51 TCG: Revert ppc64 tcg_out_movi32 change by Andreas Färber · 15 years ago
  96. e9119cd TCG: Fix Darwin/ppc calling convention recognition by Andreas Färber · 15 years ago
  97. 48bb375 tcg-s390: new TCG Target by Richard Henderson · 15 years ago
  98. b9e946c tcg-ppc: Conditionally reserve TCG_GUEST_BASE_REG. by Richard Henderson · 15 years ago
  99. 2bece2c tcg: Optionally sign-extend 32-bit arguments for 64-bit hosts. by Richard Henderson · 15 years ago
  100. 0e2029a tcg: fix DEF macro after commit c61aaf7a388c4ad95d8b546fdb9267dc01183317 by Aurelien Jarno · 15 years ago