From: Julian Seward Date: Sun, 5 Aug 2012 16:14:02 +0000 (+0000) Subject: A couple more 3.8.0 changes. X-Git-Tag: svn/VALGRIND_3_8_0~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06229756f499b4c993663b06f7683a1c33ed1778;p=thirdparty%2Fvalgrind.git A couple more 3.8.0 changes. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12845 --- diff --git a/AUTHORS b/AUTHORS index 5140aad0db..e38c95a9b3 100644 --- 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 26faf30be1..6dbc553ad2 100644 --- 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