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