|
From: <sv...@va...> - 2005-05-11 23:37:23
|
Author: sewardj Date: 2005-05-12 00:37:18 +0100 (Thu, 12 May 2005) New Revision: 3668 Modified: trunk/NOTES.txt Log: Update a bit. Modified: trunk/NOTES.txt =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/NOTES.txt 2005-05-11 22:45:48 UTC (rev 3667) +++ trunk/NOTES.txt 2005-05-11 23:37:18 UTC (rev 3668) @@ -1,4 +1,11 @@ =20 +11 May 05 +~~~~~~~~~ +ToDo: vex-x86: check/fix behaviour on SSE MOVQ / MOVSD insns. + vex-amd64: ditto + * check above/below the line for reg-alloc + + 23 Apr 05 (memcheck-on-amd64 notes) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * If a thread is given an initial stack with address range [lo .. hi], @@ -7,14 +14,7 @@ x86-only systems. However, am not sure where to look for the call into memcheck that states the new stack area. =20 -* vg_replace_malloc.c: need to create intercepts for - 64-bit versions of - operator new(unsigned, std::nothrow_t const&) - and=20 - operator new[](unsigned, std::nothrow_t const&) =20 - - 9 Apr 05 (starting work on memcheck for 32/64-bit and big/little endian) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * get rid of memcheck/mc_asm.h and include/tool_asm.h. I think=20 |