Update a bit.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3668 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/NOTES.txt b/NOTES.txt
index 29a1c80..984da9d 100644
--- a/NOTES.txt
+++ b/NOTES.txt
@@ -1,4 +1,11 @@
 
+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,13 +14,6 @@
   x86-only systems.  However, am not sure where to look for the call
   into memcheck that states the new stack area.
 
-* vg_replace_malloc.c: need to create intercepts for
-  64-bit versions of
-     operator new(unsigned, std::nothrow_t const&)
-  and 
-     operator new[](unsigned, std::nothrow_t const&)
-
-
 
 9 Apr 05 (starting work on memcheck for 32/64-bit and big/little endian)
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~