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