1. a7e30d8 trace: [tcg] Include TCG-tracing header on all targets by Lluís Vilanova · 11 years ago
  2. e3a17ef target-i386/translate.c: Remove unused tcg_gen_lshift() by Peter Maydell · 11 years ago
  3. f08b617 softmmu: introduce cpu_ldst.h by Paolo Bonzini · 11 years ago
  4. 2ef6175 tcg: Invert the inclusion of helper.h by Richard Henderson · 11 years ago
  5. dc1823c target-i386: Preserve the Z bit for bt/bts/btr/btc by Richard Henderson · 11 years ago
  6. f0c3c50 cpu: Move breakpoints field from CPU_COMMON to CPUState by Andreas Färber · 11 years ago
  7. cb48da7 target-i386: Fix ucomis and comis memory access by Richard Henderson · 11 years ago
  8. d2fe51b target-i386: Fix CC_OP_CLR vs PF by Richard Henderson · 11 years ago
  9. 6d093a4 target-i386: Fix I/O bitmap checks for in/out by Kevin Wolf · 11 years ago
  10. 7826163 target-i386: Tidy ljmp by Richard Henderson · 11 years ago
  11. 74bdfbd target-i386: Rename gen_op_jmp_T0 to gen_op_jmp_v by Richard Henderson · 11 years ago
  12. 830a19a target-i386: Tidy some size computation by Richard Henderson · 11 years ago
  13. 33b7891 target-i386: Remove gen_op_mov_reg_A0 by Richard Henderson · 11 years ago
  14. c56bacc target-i386: Remove gen_op_mov_TN_reg by Richard Henderson · 11 years ago
  15. fd5185e target-i386: Remove gen_op_addl_T0_T1 by Richard Henderson · 11 years ago
  16. 68773f8 target-i386: Remove gen_op_mov_reg_T1 by Richard Henderson · 11 years ago
  17. 480a762 target-i386: Remove gen_op_mov_reg_T0 by Richard Henderson · 11 years ago
  18. fac0aff target-i386: Tidy cpu_regs initialization by Richard Henderson · 11 years ago
  19. 8e31d23 target_i386: Clean up gen_pop_T0 by Richard Henderson · 11 years ago
  20. 432baff target-i386: Combine gen_push_T* into gen_push_v by Richard Henderson · 11 years ago
  21. 7effd62 target-i386: Tidy addr16 code in gen_lea_modrm by Richard Henderson · 11 years ago
  22. ab4e4ae target-i386: Change dflag to TCGMemOp by Richard Henderson · 11 years ago
  23. 6f17675 target-i386: Change gen_op_mov_reg_A0 size parameter to TCGMemOp by Richard Henderson · 11 years ago
  24. 1d71ddb target-i386: Change aflag to TCGMemOp by Richard Henderson · 11 years ago
  25. c92aa1a target-i386: Change gen_op_j*z_ecx size parameter to TCGMemOp by Richard Henderson · 11 years ago
  26. d3f4bbe target-i386: Change gen_op_add_reg_* size parameter to TCGMemOp by Richard Henderson · 11 years ago
  27. d67dc9e target-i386: Use TCGMemOp for 'ot' variables by Richard Henderson · 11 years ago
  28. a7e5c7d target-i386: Remove gen_op_andl_A0_ffff by Richard Henderson · 11 years ago
  29. 2b98a7d target-i386: Remove gen_op_movl_T0_T1 by Richard Henderson · 11 years ago
  30. f0706f0 target-i386: Remove gen_op_andl_T0_im by Richard Henderson · 11 years ago
  31. 40b9023 target-i386: Remove gen_op_andl_T0_ffff by Richard Henderson · 11 years ago
  32. cc0bce8 target-i386: Remove gen_movtl_T*_im by Richard Henderson · 11 years ago
  33. 3250cff target-i386: Remove gen_op_mov*_A0_im by Richard Henderson · 11 years ago
  34. 0ae657b target-i386: Remove gen_op_movl_T0_im* by Richard Henderson · 11 years ago
  35. 1b90d56 target-i386: Remove gen_op_movl_T0_im* by Richard Henderson · 11 years ago
  36. 97212c8 target-i386: Remove gen_op_movl_T0_0 by Richard Henderson · 11 years ago
  37. a7fbcbe target-i386: Tidy extend + move by Richard Henderson · 11 years ago
  38. d5601ad target-i386: Tidy extend + store by Richard Henderson · 11 years ago
  39. 80b0201 target-i386: Tidy load + truncate by Richard Henderson · 11 years ago
  40. 24b9c00 target-i386: Tidy gen_op_mov_TN_reg+tcg_gen_trunc_tl_i32 by Richard Henderson · 11 years ago
  41. 3655a19 target-i386: Use MO_BE for movbe by Richard Henderson · 11 years ago
  42. 4eeb393 target-i386: Remove unused arguments to gen_lea_modrm by Richard Henderson · 11 years ago
  43. 4b1fe06 target-i386: Tidy movsl by Richard Henderson · 11 years ago
  44. c8fbc47 target-i386: Tidy mov[sz][bw] by Richard Henderson · 11 years ago
  45. ee3138d target-i386: Fix typo in gen_push_T1 by Richard Henderson · 11 years ago
  46. b5afc10 target-i386: Remove gen_op_st_T1_A0 by Richard Henderson · 11 years ago
  47. fd8ca9f target-i386: Remove gen_op_st_T0_A0 by Richard Henderson · 11 years ago
  48. d4faa3e target-i386: Introduce gen_op_st_rm_T0_A0 by Richard Henderson · 11 years ago
  49. dc732b7 target-i386: Remove gen_op_lds_T0_A0 by Richard Henderson · 11 years ago
  50. 0f712e1 target-i386: Remove gen_op_ld_T1_A0 by Richard Henderson · 11 years ago
  51. cc1a80d target-i386: Remove gen_op_ldu_T0_A0 by Richard Henderson · 11 years ago
  52. 909be18 target-i386: Remove gen_op_ld_T0_A0 by Richard Henderson · 11 years ago
  53. 4ba9938 target-i386: Replace OT_* constants with MO_* constants by Richard Henderson · 11 years ago
  54. 3523e4b target-i386: Use new tcg_gen_qemu_st_* helpers by Richard Henderson · 11 years ago
  55. 3c5f411 target-i386: Use new tcg_gen_qemu_ld_* helpers by Richard Henderson · 11 years ago
  56. 5c42a7c target-i386: Stop encoding DisasContext.mem_index by Richard Henderson · 11 years ago
  57. 323d187 target-i386: Push DisasContext into load/store helpers by Richard Henderson · 11 years ago
  58. 7865eec target-i386: Fix addr32 prefix in gen_lea_modrm by Richard Henderson · 11 years ago
  59. 81f3053 target-i386: yield to another VCPU on PAUSE by Paolo Bonzini · 11 years ago
  60. 5cd8f62 tcg: Move helper registration into tcg_context_init by Richard Henderson · 11 years ago
  61. bff9328 target-i386: Only provide CMOV and friends if feature bit set by Peter Maydell · 11 years ago
  62. 8cfd049 tcg: Change tcg_gen_exit_tb argument to uintptr_t by Richard Henderson · 11 years ago
  63. ed2803d cpu: Move singlestep_enabled field from CPU_COMMON to CPUState by Andreas Färber · 12 years ago
  64. 467215c target-i386: Change gen_intermediate_code_internal() argument to X86CPU by Andreas Färber · 12 years ago
  65. dec3fc9 target-i386: Fix aflag logic for CODE64 and the 0x67 prefix by Richard Henderson · 12 years ago
  66. 38ebb39 target-i386: ROR r8/r16 imm instruction fix by Aurelien Jarno · 12 years ago
  67. 0514ef2 target-i386: Replace cpuid_*features fields with a feature word array by Eduardo Habkost · 12 years ago
  68. 089305a i386 ROR r8/r16 instruction fix by Pavel Dovgaluk · 12 years ago
  69. d640045 target-i386: add AES-NI instructions by Aurelien Jarno · 12 years ago
  70. e71827b target-i386: add pclmulqdq instruction by Aurelien Jarno · 12 years ago
  71. 34c6add target-i386: SSE4.1: fix pinsrb instruction by Aurelien Jarno · 12 years ago
  72. c53de1a target-i386: Fix flags computation for ADOX by Richard Henderson · 12 years ago
  73. 085d813 Fix typos and misspellings by Peter Maydell · 12 years ago
  74. 806f352 gen-icount.h: Rename gen_icount_start/end to gen_tb_start/end by Peter Maydell · 12 years ago
  75. a4bcea3 target-i386: Use mulu2 and muls2 by Richard Henderson · 12 years ago
  76. 76f1313 target-i386: Use add2 to implement the ADX extension by Richard Henderson · 12 years ago
  77. f437d0a target-i386: Use movcond to implement shiftd. by Richard Henderson · 12 years ago
  78. e2f515c target-i386: Discard CC_OP computation in set_cc_op also by Richard Henderson · 12 years ago
  79. 34d80a5 target-i386: Use movcond to implement rotate flags. by Richard Henderson · 12 years ago
  80. a41f62f target-i386: Use movcond to implement shift flags. by Richard Henderson · 12 years ago
  81. 436ff2d target-i386: Add CC_OP_CLR by Richard Henderson · 12 years ago
  82. 321c535 target-i386: Implement tzcnt and fix lzcnt by Richard Henderson · 12 years ago
  83. cd7f97c target-i386: Implement ADX extension by Richard Henderson · 12 years ago
  84. e2c3c2c target-i386: Implement RORX by Richard Henderson · 12 years ago
  85. 4a55489 target-i386: Implement SHLX, SARX, SHRX by Richard Henderson · 12 years ago
  86. 0592f74 target-i386: Implement PDEP, PEXT by Richard Henderson · 12 years ago
  87. 5f1f4b1 target-i386: Implement MULX by Richard Henderson · 12 years ago
  88. 02ea1e6 target-i386: Implement BZHI by Richard Henderson · 12 years ago
  89. bc4b43d target-i386: Implement BLSR, BLSMSK, BLSI by Richard Henderson · 12 years ago
  90. c7ab756 target-i386: Implement BEXTR by Richard Henderson · 12 years ago
  91. 7073fba target-i386: Implement ANDN by Richard Henderson · 12 years ago
  92. 111994e target-i386: Implement MOVBE by Richard Henderson · 12 years ago
  93. 701ed21 target-i386: Decode the VEX prefixes by Richard Henderson · 12 years ago
  94. 4a6fd93 target-i386: Tidy prefix parsing by Richard Henderson · 12 years ago
  95. 988c3eb target-i386: Use CC_SRC2 for ADC and SBB by Richard Henderson · 12 years ago
  96. db9f259 target-i386: Make helper_cc_compute_{all,c} const by Richard Henderson · 12 years ago
  97. a325118 target-i386: optimize flags checking after sub using CC_SRCT by Richard Henderson · 12 years ago
  98. 891a513 target-i386: Update cc_op before TCG branches by Richard Henderson · 12 years ago
  99. dc25920 target-i386: introduce gen_jcc1_noeob by Richard Henderson · 12 years ago
  100. 63633fe target-i386: use gen_op for cmps/scas by Richard Henderson · 12 years ago