|
From: <sv...@va...> - 2012-08-05 16:14:09
|
sewardj 2012-08-05 17:14:02 +0100 (Sun, 05 Aug 2012)
New Revision: 12845
Log:
A couple more 3.8.0 changes.
Modified files:
trunk/AUTHORS
trunk/NEWS
Modified: trunk/NEWS (+6 -0)
===================================================================
--- trunk/NEWS 2012-08-05 17:10:55 +01:00 (rev 12844)
+++ trunk/NEWS 2012-08-05 17:14:02 +01:00 (rev 12845)
@@ -72,6 +72,12 @@
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
Modified: trunk/AUTHORS (+2 -0)
===================================================================
--- trunk/AUTHORS 2012-08-05 17:10:55 +01:00 (rev 12844)
+++ trunk/AUTHORS 2012-08-05 17:14:02 +01:00 (rev 12845)
@@ -74,6 +74,8 @@
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
|