1. 398ce98 Fix div[u]2. by malc · 17 years ago
  2. 0a878c4 PPC TCG Fixes by malc · 17 years ago
  3. c588979 Allocate a register pair instead of a single register. by ths · 17 years ago
  4. 1235fc0 Spelling fixes, by Stefan Weil. by ths · 17 years ago
  5. 932a690 support of long calls for PPC (malc) by bellard · 17 years ago
  6. f3f478a Fix signed/unsigned issues of immediate version of brcond (malc) by bellard · 17 years ago
  7. 2662e13 ppc TCG target (malc) by bellard · 17 years ago
  8. 560f92c jump simplification by bellard · 17 years ago
  9. affa326 jump optimizations by bellard · 17 years ago
  10. 0a6b7b7 update by bellard · 17 years ago
  11. b314f27 suppressed unused macro handling by bellard · 17 years ago
  12. 641d5fb added local temporaries by bellard · 17 years ago
  13. 8384dd6 Implement byte swapping accesses by blueswir1 · 17 years ago
  14. 9b7b85d Fix off-by-one unwinding error. by pbrook · 17 years ago
  15. d0660ed Relax a constraint for qemu_ld64 on ARM host. by balrog · 17 years ago
  16. eae6ce5 Fix a deadly typo, correct comments. by balrog · 17 years ago
  17. 3979144 Fix ARM host TLB. by pbrook · 17 years ago
  18. b101234 Implement 64-bit constant loads by blueswir1 · 17 years ago
  19. 26cc915 Use sethi and arith functions, fix comment by blueswir1 · 17 years ago
  20. 77fcd09 Fix stack offsets and alignment by blueswir1 · 17 years ago
  21. 64e3257 Define stack offsets by blueswir1 · 17 years ago
  22. bcb0126 More TCGv type fixes. by pbrook · 17 years ago
  23. cb63669 Fix ARM conditional branch bug. Add tcg_gen_brcondi. by pbrook · 17 years ago
  24. 91a3c1b Comment non-obvious calculation. Don't clobber r3 in qemu_st64. by balrog · 17 years ago
  25. e936243 A branch insn must not overwrite the branch target before relocation. by balrog · 17 years ago
  26. e8996ee added tcg_temp_free() and improved the handling of constants by bellard · 17 years ago
  27. 225b437 Fix qemu_ld/st for mem_index > 0 on arm host. by balrog · 17 years ago
  28. bedba0c Define TCG_TARGET_CALL_STACK_OFFSET on arm. by balrog · 17 years ago
  29. 24bf7b3 compilation fix by bellard · 17 years ago
  30. a23a9ec profiler clean up by bellard · 17 years ago
  31. 7e4597d added debug_insn_start debug instruction by bellard · 17 years ago
  32. 4dc81f2 debug output: write helper names by bellard · 17 years ago
  33. 39cf05d more generic call codegen by bellard · 17 years ago
  34. cf60bce fixed zero shifts (64 bit case) by bellard · 17 years ago
  35. 34151a2 small shift opts by bellard · 17 years ago
  36. e5097dc fixed dead global variable update by bellard · 17 years ago
  37. 204c167 Fix 8-bit signed load/store and a typo. by balrog · 17 years ago
  38. 650bbb3 Implement neg_i32, clean-up. by balrog · 17 years ago
  39. a2a64a1 Remove dyngen ARM code, which did't build. by balrog · 17 years ago
  40. 811d4cf ARM host support for TCG targets. by balrog · 17 years ago
  41. c44f945 Better solution for the alignment problem by blueswir1 · 17 years ago
  42. 48d38ca Switch most MIPS logical and arithmetic instructions to TCG. by ths · 17 years ago
  43. 57e49b4 Fix constant checks on Sparc64 host by blueswir1 · 17 years ago
  44. d4929d5 Fix TCG alignment problems on Sparc64 host by blueswir1 · 17 years ago
  45. c6e113f added 'pure' function attribute - fixed indirect function calls by bellard · 17 years ago
  46. 0b6ce4c added not pseudo op - more _tl macros by bellard · 17 years ago
  47. 9a7f322 Fix qemu_ld/st branches, constification, use orcc for tst synthetic op by blueswir1 · 17 years ago
  48. f5ef6aa Implement qemu_ld/st, fix brcond, handle more corner cases by blueswir1 · 17 years ago
  49. cf7c2ca Implement brcond, ldst with large offset; fix direct jump, prologue by blueswir1 · 17 years ago
  50. f02ca5c Fix bit fitting checks by blueswir1 · 17 years ago
  51. 7d55170 Fix compilation on Sparc host, implement ld and st by blueswir1 · 17 years ago
  52. 6a8d7b7 temporary hack to handle register shortage with dyngen for qemu_st64() by bellard · 17 years ago
  53. 390efc5 Add TCG native negation op. by pbrook · 17 years ago
  54. 8683143 Add zero extension (pseudo-)ops. by pbrook · 17 years ago
  55. 3375984 REXB optimization cannot be done at this level by bellard · 17 years ago
  56. 3c3a1d2 fixed qemu_st8 insn - prologue saved too many registers by bellard · 17 years ago
  57. 9815642 Fix DEBUG_TCGV. by pbrook · 17 years ago
  58. bf6247f Rename CONFIG_NO_DYNGEN_OP to CONFIG_DYNGEN_OP to avoid double negatives by blueswir1 · 17 years ago
  59. b03cce8 fixed global variable handling with qemu load/stores - initial global prologue/epilogue implementation by bellard · 17 years ago
  60. c7b76a0 Fix i64 remainder calculation copy-paste error. by balrog · 17 years ago
  61. f730fd2 Add helpers and shorthands for mul and muli operations. by ths · 17 years ago
  62. 4d07272 Skip register moves when the target and the source are the same by blueswir1 · 17 years ago
  63. f54b3f9 HPPA (PA-RISC) host support by aurel32 · 17 years ago
  64. ca10f86 Remove osdep.c/qemu-img code duplication by aurel32 · 17 years ago
  65. b010980 ARM TCG conversion 9/16. by pbrook · 17 years ago
  66. 6ddbc6e ARM TCG conversion 7/16. by pbrook · 17 years ago
  67. e429073 Add TL variants of trunc and ext/extu by blueswir1 · 17 years ago
  68. cf2be98 Prepare for op.c removal and zero legacy ops by blueswir1 · 17 years ago
  69. fb50d41 Make TCG br op available by blueswir1 · 17 years ago
  70. c4071c9 Increase max temps limit by blueswir1 · 17 years ago
  71. a768e4b Add discard_ptr and discard_tl by blueswir1 · 17 years ago
  72. a98824a Add tcg_const_tl by blueswir1 · 17 years ago
  73. e4d5434 Fix i32 memory backed variables on 64-bit host by blueswir1 · 17 years ago
  74. 5e85404 TCG README fixes (Stuart Brady) by aurel32 · 17 years ago
  75. 0954d0d Remove blank elements in tcg_target_reg_alloc_order[] (Stuart Brady) by blueswir1 · 17 years ago
  76. b3db875 Add function prologue, fix pointer load on Sparc64 host by blueswir1 · 17 years ago
  77. 53cd927 Update based on Stuart Brady's comments by blueswir1 · 17 years ago
  78. 21fc3cf 32-bit host sign extension fix (Juergen Lock). by pbrook · 17 years ago
  79. 0cf767d Add brcond_tl by blueswir1 · 17 years ago
  80. bffd92f Fix compiler warning by blueswir1 · 17 years ago
  81. 2f0a500 Fix register references (Igor Kovalenko) by blueswir1 · 17 years ago
  82. 8289b27 Preliminary Sparc TCG target by blueswir1 · 17 years ago
  83. 56b8f56 Fix mixed defines by blueswir1 · 17 years ago
  84. f8422f5 More helper types, rearrange generic definitions by blueswir1 · 17 years ago
  85. 7089442 Fix andi, optimize addi and subi zero cases by blueswir1 · 17 years ago
  86. a0d69e0 Fix typo by blueswir1 · 17 years ago
  87. 623e265 Simplify TCG relocation bugfix. by pbrook · 17 years ago
  88. 2ba1eeb Fix TCG relocation bug (exposed by fault after brcond op). Add FIXME for by pbrook · 17 years ago
  89. 3fe43da win32: suppress alloca() warning by bellard · 17 years ago
  90. 5ff9d6a fixed sign extensions - added explicit side effect op flag - added discard instruction by bellard · 17 years ago
  91. bb210e7 compare fix by bellard · 17 years ago
  92. ac56dd4 Add TCG variable opaque type. by pbrook · 17 years ago
  93. 9804c8e typos by bellard · 17 years ago
  94. c896fe2 TCG code generator by bellard · 17 years ago