NEWS
300414
FCOM and FCOMP unimplemented for amd64 guest
301204
infinite loop in canonicaliseSymtab with ifunc symbol
301229
== 203877 (increase to 16Mb maximum allowed alignment for memalign etc)
301265
add x86 support to Android build
301984
configure script doesn’t detect certain versions of clang
302205
Fix compiler warnings for POWER VEX code and POWER test cases
302287
Unhandled movbe instruction on Atom processors
302370
PPC: fnmadd, fnmsub, fnmadds, fnmsubs insns always negate the result
302536
Fix for the POWER Valgrind regression test: memcheck-ISA2.0.
302578
Unrecognized isntruction 0xc5 0x32 0xc2 0xca 0x09 vcmpngess
302656
== 273475 (Add support for AVX instructions)
302709
valgrind for ARM needs extra tls support for android emulator [..]
302827
add wrapper for CDROM_GET_CAPABILITY
302901
Valgrind crashes with dwz optimized debuginfo
302918
Enable testing of the vmaddfp and vnsubfp instructions in the testsuite
303116
Add support for the POWER instruction popcntb
303127
Power test suite fixes for frsqrte, vrefp, and vrsqrtefp instructions.
303250
Assertion ‘instrs_in->arr_used <= 10000’ failed w/ OpenSSL code
303466
== 273475 (Add support for AVX instructions)
303624
segmentation fault on Android 4.1 (e.g. on Galaxy Nexus OMAP)
303963
strstr() function produces wrong results under valgrind callgrind
304054
CALL_FN_xx macros need to enforce stack alignment
304561
tee system call not supported
715750
(MacOSX): Incorrect invalid-address errors near 0xFFFFxxxx (mozbug#)
n-i-bz
Add missing gdbserver xml files for shadow registers for ppc32
n-i-bz
Bypass gcc4.4/4.5 code gen bugs causing out of memory or asserts
n-i-bz
Fix assert in gdbserver for watchpoints watching the same address
n-i-bz
Fix false positive in sys_clone on amd64 when optional args [..]
n-i-bz
s390x: Shadow registers can now be examined using vgdb
(3.8.0-TEST3:
9 August 2012, vex r2465, valgrind r12865)
(3.8.0:
10 August 2012, vex r2465, valgrind r12866)
Release 3.7.0 (5 November 2011)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3.7.0 is a feature release with many significant improvements and the
usual collection of bug fixes.
This release supports X86/Linux, AMD64/Linux, ARM/Linux, PPC32/Linux,
PPC64/Linux, S390X/Linux, ARM/Android, X86/Darwin and AMD64/Darwin.
Support for recent distros and toolchain components (glibc 2.14, gcc
4.6, MacOSX 10.7) has been added.
* ================== PLATFORM CHANGES =================
* Support for IBM z/Architecture (s390x) running Linux.
Valgrind can
analyse 64-bit programs running on z/Architecture.
Most user space
instructions up to and including z10 are supported.
Valgrind has
been tested extensively on z9, z10, and z196 machines running SLES
10/11, RedHat 5/6m, and Fedora. The Memcheck and Massif tools are
known to work well. Callgrind, Helgrind, and DRD work reasonably
well on z9 and later models. See README.s390 for more details.
8