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