1. aedb859 guest_amd64_spechelper: fill in a number of missing cases for by sewardj · 10 years ago
  2. 8462d11 Constification part 4. by florian · 10 years ago
  3. 28d71ed Change how FXSAVE and FXRSTOR are done, so as to avoid pushing the XMM by sewardj · 10 years ago
  4. 9b76916 Improve infrastructure for dealing with endianness in VEX. This patch by sewardj · 10 years ago
  5. 89ae847 Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
  6. cc3d219 AMD64: Add support for AVX2, BMI1, BMI2 and FMA instructions (VEX side). by sewardj · 11 years ago
  7. 818c730 Implement RDTSCP on amd64, finally. This fixes #251569 and dups by sewardj · 11 years ago
  8. 442e51a Make diagnostics for SIGILL more controllable (VEX part). by sewardj · 12 years ago
  9. e13074c Improve accuracy of definedness tracking through the x86 PMOVMSKB and by sewardj · 12 years ago
  10. 1ff4756 Constify VEX's external interface. by florian · 12 years ago
  11. 58a637b Make header files compilable by itself to get two benefits: by florian · 12 years ago
  12. 6ef84be Followup to r2483, purely mechanical. Rename: by florian · 12 years ago
  13. 25e5473 Update copyright dates to include 2012. by sewardj · 12 years ago
  14. 1407a36 by sewardj · 12 years ago
  15. fe0c5e7 Add a CPUID emulation which announces AVX support, but don't enable it yet. by sewardj · 12 years ago
  16. c6f970f Add translation chaining support for amd64, x86 and ARM (VEX side). See #296422. by sewardj · 12 years ago
  17. 4d5bce2 Implementation of SSE 4.1 MPSADBW instruction. Fixes #294048. by sewardj · 12 years ago
  18. 8cb931e Implement PHMINPOSUW (SSE 4.1). Fixes #287301. by sewardj · 12 years ago
  19. 9ae42a7 Adds 16 and 32 bit fnsave/frstor, and 0x66 prefix on fldl, to guest amd64. by sewardj · 12 years ago
  20. ff4d6be * fix Bug 290655 - Add support for AESKEYGENASSIST instruction by philippe · 12 years ago
  21. e6c53e0 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
  22. 5556e5e Implement rex.W/FXSAVE and also both variants of FXRSTOR. by sewardj · 14 years ago
  23. 186f869 Add support for SSE4.2 CRC32{B,W,L,Q}. Fixes #261966. by sewardj · 14 years ago
  24. 1a179b5 Support PCLMULDQ (Emmanuel Thomé, Emmanuel.Thome@gmail.com). Fixes #251251. by sewardj · 14 years ago
  25. be91791 Merge from branches/THUMB: A spechelper interface change that allows by sewardj · 14 years ago
  26. acfbd7d Add a moderately comprehensive implementation of the SSE4.2 string by sewardj · 14 years ago
  27. 0b2d3fe Add partial support for the SSE 4.2 PCMPISTRI instruction, at least by sewardj · 14 years ago
  28. b9dc243 Implement SIDT and SGDT as pass-throughs to the host. It's a pretty by sewardj · 14 years ago
  29. 752f906 Update copyright dates to 2010 and change license to standard GPL2+. by sewardj · 14 years ago
  30. 984d9b1 by sewardj · 15 years ago
  31. cef7d3e by sewardj · 15 years ago[Renamed (97%) from priv/guest-amd64/gdefs.h]
  32. e9d8a26 Merge in branches/DCAS: by sewardj · 15 years ago
  33. a26d820 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 16 years ago
  34. bb4396c Support in{b,w,l} and out{b,w,l} on amd64. Fixes #152357. by sewardj · 17 years ago
  35. b5e5c6d Implement rcl{b,w,l,q} on amd64. by sewardj · 18 years ago
  36. 5abcfe6 Implement FXSAVE on amd64. Mysteriously my Athlon64 does not seem to by sewardj · 18 years ago
  37. e744153 Update copyright dates. by sewardj · 18 years ago
  38. dd40fdf by sewardj · 18 years ago
  39. aca070a Merge r1663-r1666: by sewardj · 18 years ago
  40. a33e9a4 Update copyright dates. by sewardj · 18 years ago
  41. 5328b10 Got a sudden attach of the implicit-type-casting paranoias whilst by sewardj · 18 years ago
  42. a5f55da Don't use the bits VexArchInfo.hwcaps to distinguish ppc32 and ppc64, by sewardj · 18 years ago
  43. c716aea Two different sets of changes (hard to disentangle): by sewardj · 19 years ago
  44. 0585a03 Implement FINIT. by sewardj · 19 years ago
  45. 8707fef Rename a couple of inconsistently-named helper functions. by sewardj · 19 years ago
  46. bc6af53 Implement RDTSC (amd64). by sewardj · 19 years ago
  47. 7bd6ffe by sewardj · 19 years ago
  48. dbcfae7 by sewardj · 19 years ago
  49. 4f9847d Implement a couple of missing x87 insns. by sewardj · 19 years ago
  50. 112b099 An appallingly inefficient, but correct, implementation of rcr. On by sewardj · 19 years ago
  51. 9e6491a The logic that drove basic block to IR disassembly had been duplicated by sewardj · 19 years ago
  52. 27e1dd6 (API-visible change): generalise the VexSubArch idea. Everywhere by sewardj · 19 years ago
  53. 4017a3b Implement fldenv/fstenv on amd64. by sewardj · 19 years ago
  54. a7ba8c4 First pass through SSE1 instructions. by sewardj · 19 years ago
  55. 5e20537 Even more x87 instructions. by sewardj · 19 years ago
  56. 25a8581 Make a whole bunch more x87 instructions work on amd64. by sewardj · 19 years ago
  57. bcbb9de Implement ldmxcsr/stmxcsr. by sewardj · 19 years ago
  58. 924215b amd64 front/back end stuff needed to support x87 extended-real loads/stores. by sewardj · 19 years ago
  59. d0a12df Fill in many amd64 front end and back end cases. by sewardj · 19 years ago
  60. 5827784 More typechecker police. Hopefully this doesn't break anything. by sewardj · 19 years ago
  61. 32b2bbe Do more insns: inc idiv imul by sewardj · 19 years ago
  62. df0e002 Mucho baseline hacking to get amd64 front end to work. No luck so far :-) by sewardj · 20 years ago
  63. 44d494d Add stub definitions for amd64 front end functions. by sewardj · 20 years ago
  64. d20c885 Add a dummy AMD64 front end, as a completely commented-out version of by sewardj · 20 years ago