]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
A couple more 3.8.0 changes.
authorJulian Seward <jseward@acm.org>
Sun, 5 Aug 2012 16:14:02 +0000 (16:14 +0000)
committerJulian Seward <jseward@acm.org>
Sun, 5 Aug 2012 16:14:02 +0000 (16:14 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12845

AUTHORS
NEWS

diff --git a/AUTHORS b/AUTHORS
index 5140aad0db0d7f666a874597bfdfc51c1c0c2b43..e38c95a9b35dfc08e42e16b9164ac42d13836fbd 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -74,6 +74,8 @@ port.
 Dragos Tatulea modified the arm-android port so it also works on
 x86-android.
 
+Jakub Jelinek helped out with the AVX support.
+
 Many, many people sent bug reports, patches, and helpful feedback.
 
 Development of Valgrind was supported in part by the Tri-Lab Partners
diff --git a/NEWS b/NEWS
index 26faf30be1445403010bf050030dfc353c55f74f..6dbc553ad2a8fce2eb5ff8942ffaaf129743d91d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -72,6 +72,12 @@ serious work at present.
     cases where there are many leaked blocks and/or many suppression
     rules used to suppress leak reports.
 
+  - Reduced noise (false positive) level on MacOSX 10.6/10.7, due to
+    via more precise analysis, which is important for LLVM/Clang
+    generated code.  This is at the cost of somewhat reduced
+    performance.  Note there is no change to analysis precision or
+    costs on Linux targets.
+
 * DRD:
 
   - Added even more facilities that can help finding the cause of a data