1. 96403eb Add a missing case. I guess it can't have been wildly popular :-) by sewardj · 20 years ago
  2. d54babf Track Vex API change in rev 1062: pass both the guest and host word by sewardj · 20 years ago
  3. 21dc345 Track Vex API (semantics) changes in rev 1061: introduction of IRStmt_NoOp. by sewardj · 20 years ago
  4. 710d6c2 Track minor Vex API changes that occurred in Vex rev 1059. by sewardj · 20 years ago
  5. 29faa50 Make existing tools aware of IR instruction marks. (They ignore them, though). by sewardj · 20 years ago
  6. 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 20 years ago
  7. 20d38f2 Track renaming of Vex's Iop_*128* primops to Iop_*V128*. by sewardj · 20 years ago
  8. 681be30 Handle Add64/Sub64 (naively). by sewardj · 20 years ago
  9. acd2e91 Add support for 64-bit SIMD primops. by sewardj · 20 years ago
  10. bd598e1 Handle IRStmt_MFence in the tools. by sewardj · 20 years ago
  11. d5204dc Finishing installing PaulM's improved accuracy handling for Add/Sub, by sewardj · 20 years ago
  12. e50a1b1 mkUifU: add missing case by sewardj · 20 years ago
  13. db67f5f Handle Iop_Sar16. by sewardj · 20 years ago
  14. a1d9330 Complete enough 128-bit vector stuff in memcheck so that SSE2 works. by sewardj · 20 years ago
  15. 0b07059 Support for 64x2 vector floating point. by sewardj · 20 years ago
  16. 170ee21 Stuff to make Memcheck work with SSE1 instructions. by sewardj · 20 years ago
  17. 3245c91 Basics for 128-bit SIMD code. by sewardj · 20 years ago
  18. 7010f6e Fix enough stuff so that x86 MMX tests work. by sewardj · 20 years ago
  19. e9e16d3 Fix enough stuff so that x86 floating point tests work properly. by sewardj · 20 years ago
  20. 7cf97ee Build fixes for gcc-2.95. by sewardj · 20 years ago
  21. a720325 When doing pessimistic lazy propagation through a dirty helper call, by sewardj · 20 years ago
  22. 9544807 Make Memcheck compilable. by sewardj · 20 years ago
  23. 26f0251 Converted the SK_ prefix to TL_ everywhere. by njn · 20 years ago
  24. 6799325 Renamed VG_(skin_panic) as VG_(tool_panic). by njn · 20 years ago
  25. ca82cc0 Renamed sk_assert() as tl_assert(). by njn · 20 years ago
  26. 885dd91 by nethercote · 20 years ago
  27. 996901a Comment changes only: s/skin/tool/ by nethercote · 20 years ago
  28. 0987528 Add missing SSE case for Memcheck's instrumentation (sigh). by nethercote · 20 years ago
  29. 0e5d2e3 SETV and TESTV never have an ArchReg as their first argument. by nethercote · 20 years ago
  30. 989df35 Fix typo in FPU eflags fix. by thughes · 21 years ago
  31. d88f415 For FPU/MMX/SSE instructions which don't reference any memory, make memcheck by thughes · 21 years ago
  32. 96b466a Move the handling of PSHUFW from the SSE code to the MMX code so that by thughes · 21 years ago
  33. 1018bdd Heroic patch from Tom Hughes: by nethercote · 21 years ago
  34. b1affa8 Patch from Tom Hughes, for bug 72643: by nethercote · 21 years ago
  35. fca6018 Support for FXSAVE/FXRSTOR (Tom Hughes). Fixes #71180. by jseward · 21 years ago
  36. bb1c991 Updated copyright dates for 2004. Also added a couple of missing headers and by nethercote · 21 years ago
  37. 00a8a6f fix comment by mueller · 21 years ago
  38. 137bc55 by nethercote · 21 years ago
  39. 77d30a2 SSE/SSE2 fixes needed to run the entire test suite of the GNU by sewardj · 21 years ago
  40. b111685 Clean up and extend some of the SSE instrumentation cases. by sewardj · 21 years ago
  41. 5efa4fd This creates a new UInstr for multiply. This is mainly so that memcheck by jsgf · 21 years ago
  42. 247f32f Handle SSE5. by sewardj · 21 years ago
  43. b2d4432 Remove extraneous tabs from Memcheck --trace-codegen output. by njn · 21 years ago
  44. b6d9b54 implement all SSE(2) ucodes. now I can run mplayer in valgrind :) by daywalker · 21 years ago
  45. 0d14a56 Trivial assertion fix -- the SSE3 instructions can be of size 8. by njn · 21 years ago
  46. fa509e2 Minor fix: errors on MMX_MemRd instructions were erroneously being called by njn · 21 years ago
  47. 4fbe6e9 Rename the SSE and MMX uinstrs which read/write integer registers, in by sewardj · 21 years ago
  48. 93992e2 Teach memcheck about the SSE UInstrs generated thus far. So now the by sewardj · 21 years ago
  49. 0e1b514 Updated copyright notices for 2003. Only 4 months late. by njn · 21 years ago
  50. d1c9e43 Implement MMX movd where the src is an mmxreg and the dst is an ireg or memory. by sewardj · 22 years ago
  51. d797101 Rationalise ucode generation for 4-byte moves into the MMX unit (movd). by sewardj · 22 years ago
  52. 901a4a9 Teach memcheck skin how to deal with MMX instrumentation. by sewardj · 22 years ago
  53. 3d7c9c8 by sewardj · 22 years ago
  54. f4ce3d3 by njn · 22 years ago
  55. 5164748 by sewardj · 22 years ago
  56. 5c004e4 by njn · 22 years ago
  57. 810086f by njn · 22 years ago
  58. 7a5ebcf by sewardj · 22 years ago
  59. 8ec2cfc by sewardj · 22 years ago
  60. ac6c176 by njn · 22 years ago
  61. c953984 by njn · 22 years ago
  62. e427a66 by njn · 22 years ago
  63. 9b22bca Remove comment that nobody can make sense of. by sewardj · 22 years ago
  64. d077f53 Teach memcheck about instrumenting {GET,PUT,USE}SEG. by sewardj · 22 years ago
  65. 4ba5a79 by njn · 22 years ago
  66. cac76cb by njn25 · 22 years ago
  67. e49d8e7 Files updated, added and removed in order to turn the ERASER branch into HEAD by njn25 · 22 years ago