1. 19cbd87 target-i386: Rename XMM_[BWLSDQ] helpers to ZMM_* by Eduardo Habkost · 9 years ago
  2. fa45187 target-i386: Rename struct XMMReg to ZMMReg by Eduardo Habkost · 9 years ago
  3. 8362547 target-i386/ops_sse.h: Use MMX_Q macro by Eduardo Habkost · 9 years ago
  4. 54c54f8 target-i386: fix pcmpxstrx equal-ordered (strstr) mode by Paolo Bonzini · 9 years ago
  5. 4054cde target-i386: exception handling for other helper functions by Pavel Dovgalyuk · 9 years ago
  6. 6f2945c crypto: move built-in AES implementation into crypto/ by Daniel P. Berrange · 9 years ago
  7. 9551ea6 target-i386: simplify AES emulation by Aurelien Jarno · 11 years ago
  8. 04af534 target-i386: Use Common ShiftRows and InvShiftRows Tables by Tom Musta · 11 years ago
  9. d640045 target-i386: add AES-NI instructions by Aurelien Jarno · 12 years ago
  10. e71827b target-i386: add pclmulqdq instruction by Aurelien Jarno · 12 years ago
  11. c334a38 target-i386: SSE4.2: use clz32/ctz32 instead of reinventing the wheel by Aurelien Jarno · 12 years ago
  12. e4eba27 target-i386: SSE4.2: fix pcmpXstrX instructions with "Masked(-)" polarity by Aurelien Jarno · 12 years ago
  13. 75c9527 target-i386: SSE4.2: fix pcmpXstrX instructions in "Equal ordered" mode by Aurelien Jarno · 12 years ago
  14. b27a6ca target-i386: SSE4.2: fix pcmpXstrX instructions in "Equal each" mode by Aurelien Jarno · 12 years ago
  15. 649ad05 target-i386: SSE4.2: fix pcmpXstrX instructions in "Ranges" mode by Aurelien Jarno · 12 years ago
  16. 2b8d7e9 target-i386: SSE4.2: fix pcmpXstrm instructions by Aurelien Jarno · 12 years ago
  17. 93e3c0a target-i386: SSE4.2: fix pcmpXstri instructions by Aurelien Jarno · 12 years ago
  18. da5156c target-i386: SSE4.2: fix pcmpgtq instruction by Aurelien Jarno · 12 years ago
  19. d3eb5ea x86: avoid AREG0 for FPU helpers by Blue Swirl · 13 years ago
  20. e01d9d3 x86: fix coding style in ops_sse.h by Blue Swirl · 13 years ago
  21. 170d5b4 target-i386: fix dpps and dppd SSE2 instructions by Aurelien Jarno · 13 years ago
  22. adc7166 target-i386: fix round{pd,ps,sd,ss} SSE2 instructions by Aurelien Jarno · 13 years ago
  23. a4d1f14 target-i386: fix {min,max}{pd,ps,sd,ss} SSE2 instructions by Aurelien Jarno · 13 years ago
  24. bc42689 x86: fix pcmpestrm and pcmpistrm by Blue Swirl · 13 years ago
  25. 5c6562c target-i386: Fix several SSE3 instructions. by Max Reitz · 13 years ago
  26. c2ef9a8 target-i386: replace approx_rsqrt and approx_rcp by softfloat ops by Aurelien Jarno · 14 years ago
  27. 211315f softfloat: rename float*_eq() into float*_eq_quiet() by Aurelien Jarno · 14 years ago
  28. e0b29ce target-i386: fix CMPUNORDPS/D and CMPORDPS/D instructions by Aurelien Jarno · 14 years ago
  29. d9f4bb2 target-i386: add SSE4a instruction support by Andre Przywara · 15 years ago
  30. 1e6eec8 Fix Sparse warnings: add "static" by Blue Swirl · 15 years ago
  31. 8167ee8 Update to a hopefully more future proof FSF address by Blue Swirl · 15 years ago
  32. 001faf3 Replace gcc variadic macro extension with C99 version by Blue Swirl · 16 years ago
  33. fad6cb1 Update FSF address in GPL/LGPL boilerplate by aurel32 · 16 years ago
  34. db8d990 Remove FORCE_RET() and RETURN() by aurel32 · 16 years ago
  35. dcfd12b Fix pmovsx* / pmovzx* SSE instructions (original fix by Frank Mehnert). by balrog · 16 years ago
  36. 30913ba target-i386: fix helper_pmovmskb_mmx helper by aurel32 · 16 years ago
  37. 000cacf Fix crc32w decoding, fix a constant width in blendvpd. by balrog · 16 years ago
  38. 222a333 Implement SSE4.1, SSE4.2 (x86). by balrog · 16 years ago
  39. 4242b1b Implement x86 SSSE3 instructions. by balrog · 16 years ago
  40. b8b6a50 converted more helpers to TCG - fixed some SVM issues by bellard · 17 years ago
  41. 5af4518 converted SSE/MMX ops to TCG by bellard · 17 years ago
  42. a35f3ec 3DNow! instruction set emulation by aurel32 · 17 years ago
  43. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  44. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  45. dabd98d fixed movd mmx/sse insn by bellard · 18 years ago
  46. 43fb823 removed switches in op.c (Paul Brook) by bellard · 20 years ago
  47. 8422b11 NaN support in FPU comparisons by bellard · 20 years ago
  48. 7a0e1f4 soft float support by bellard · 20 years ago
  49. 0523c6b FORCE_RET() fixes - fpu fixes by bellard · 20 years ago
  50. d52cf7a sse fix by bellard · 20 years ago
  51. 664e0f1 MMX/SSE support by bellard · 20 years ago