]> git.ipfire.org Git - thirdparty/valgrind.git/shortlog
thirdparty/valgrind.git
2015-09-04  Florian KrohmAdd an assert.
2015-09-04  Florian KrohmTo test extended BFP opcodes we need sizeof(long double...
2015-09-04  Mark WielaardBug #352130 helgrind reports false races for printfs...
2015-09-04  Mark WielaardUpdate COPYING and COPYING.DOCS with new FSF address.
2015-09-04  Mark WielaardAdd safe sem_post handler and glibc-2.21 expected outpu...
2015-09-03  Rhys KiddFix UNKNOWN fcntl 97 on OS X 10.11
2015-09-02  Philippe Waroquiers- The default value for --leak-check-heuristics has...
2015-09-02  Philippe WaroquiersEnhance block_list memcheck gdbserver monitor command
2015-09-02  Florian KrohmSuppress unwanted clang 3.7 warnings.
2015-09-02  Mark WielaardBug 351873 Newer gcc doesn't allow __builtin_tabortdc...
2015-09-01  Julian SewardAdd missing copyright notices for Xen related files.
2015-09-01  Ivo RaisrDocument that --read-inline-info=yes is the default
2015-09-01  Julian SewardRemove redundant bit of text introduced in r15604.
2015-09-01  Julian SewardRename the new option --expensive-definedness-check...
2015-08-31  Florian Krohmclang miscompiles faultstatus.c function test5().
2015-08-31  Philippe WaroquiersSmall additional change in NEWS for block_list
2015-08-31  Philippe WaroquiersHave block_list showing heuristic used for a block...
2015-08-31  Ivo RaisrAdd support for ldsoexec on Solaris.
2015-08-31  Florian KrohmEnsure the testcase compiles with clang.
2015-08-31  Florian KrohmComment out unused functions to avoid clang warnings.
2015-08-31  Julian SewardNote changed command line option defaults.
2015-08-31  Julian SewardChange the default setting for --dsymutil from =no...
2015-08-31  Julian SewardRevisit r15601 (Change the --smc-check default value...
2015-08-31  Julian SewardChange the --smc-check default value to =all-non-file.
2015-08-31  Julian SewardMake --partial-loads-ok=yes the default on all platform...
2015-08-30  Philippe Waroquiersuse verbosity 1 to report multiple termination of gdbse...
2015-08-29  Philippe WaroquiersSmall updates in NEWS
2015-08-29  Philippe WaroquiersChange default value for --keep-stacktraces has been...
2015-08-29  Rhys KiddIntercept platform_memchr$VARIANT$Haswell on OS X
2015-08-27  Florian KrohmAnnounce new command line option.
2015-08-27  Florian KrohmNew memcheck command line option: --expensive-definedne...
2015-08-27  Julian SewardFirst pass at tidying up the release notes for 3.11.0.
2015-08-26  Florian KrohmSupport
2015-08-26  Mark WielaardFilter out gdb file transfer warnings in gdbserver_test...
2015-08-25  Philippe WaroquiersFix a leak of the abbrev hash table when --read-var...
2015-08-25  Mark WielaardAdd safe-pthread.h to helgrind/tests/Makefile.am noinst...
2015-08-24  Tom HughesUse sigjmp_buf
2015-08-24  Tom HughesRestore signal masks when recovering from xend related...
2015-08-23  Philippe WaroquiersUse memset + assign to VgdbShared, to avoid memcheck...
2015-08-23  Rhys Kidddocs: env variable handling behaviour consistent betwee...
2015-08-23  Rhys KiddPreliminary support for OS X 10.11 (El Capitan) documen...
2015-08-22  Ivo RaisrDistinguish properly when to establish the client data...
2015-08-21  Philippe WaroquiersFix warning signed unsigned comparison in m_oset.c :
2015-08-21  Philippe WaroquiersUse VG_(arena_memalign) for thread array rather than...
2015-08-21  Julian SewardUpdate.
2015-08-21  Julian SewardBug 346185 - Fix typo saving altivec register v24.
2015-08-21  Julian SewardMore copyright date changes for 2015 (fallout from...
2015-08-21  Julian SewardUpdate copyright dates, to include 2015. No functional...
2015-08-21  Julian SewardRemove non-ASCII characters from this file. No functio...
2015-08-21  Julian SewardUpdate.
2015-08-20  Florian KrohmWhen scanning the statement list for bogus literals we
2015-08-20  Florian KrohmFix incorrect header guard. Reported by giacomopoz...
2015-08-20  Ivo RaisrInitial data (brk) segment is setup on demand, when...
2015-08-20  Ivo RaisrFollow-up fix for r15565.
2015-08-19  Mark WielaardAlso install sigsegv handler in safe-pthread tests...
2015-08-19  Rhys KiddFollow-up fix for r15565: sa_restorer should not be...
2015-08-19  Florian KrohmFix comparison in function VG_(iseqsigset).
2015-08-19  Tom HughesInstall the SIGILL handler everywhere so we get consistent
2015-08-18  Mark WielaardHandle (unwanted) line number info in filter_defcfaexpr.
2015-08-18  Tom HughesAttempt to work around issues with xend being executed...
2015-08-18  Julian SewardFix a second format string error observed whilst buildi...
2015-08-17  Julian SewardFix a format string error observed whilst building...
2015-08-17  Ivo RaisrRuntime linker ld.so.1 can be now run under Valgrind...
2015-08-17  Mark WielaardAdd bug338606 testfile to none/tests/scripts/Makefile...
2015-08-17  Julian SewardUpdate.
2015-08-17  Julian SewardAdd test cases for VCVT.{S,U}32.F32, S[n], S[n], #imm.
2015-08-16  Julian Sewardarm32: make sure we actually generate real 64-bit loads...
2015-08-16  Julian SewardEnable building of ARMv8 crypto instruction tests,...
2015-08-16  Julian SewardFix format string confusion that was somehow related...
2015-08-16  Julian SewardAdd test cases for PRFM (register). Pertains to #345177.
2015-08-15  Ivo RaisrUpdate script solaris/build_solaris_package to take...
2015-08-15  Rhys KiddIncrease test coverage on OS X, by re-enabling the...
2015-08-15  Rhys KiddPreliminary OS X memalign() shim work, although this...
2015-08-15  Rhys KiddIncrease test coverage on OS X, by re-enabling the...
2015-08-15  Rhys KiddIncrease test coverage on OS X, by re-enabling the...
2015-08-15  Rhys KiddIncrease test coverage on OS X, by re-enabling the...
2015-08-15  Rhys KiddPlumb through memalign16() rather than having four...
2015-08-15  Rhys KiddUpdate for VEX r3173.
2015-08-15  Rhys KiddAdd regression test for bz#350062 - vex x86->IR: unhand...
2015-08-14  Ivo RaisrNewer Solaris has added /proc/self/cmdline and /proc...
2015-08-14  Julian SewardBug 348345 - Assertion fails for negative lineno
2015-08-14  Julian SewardUpdate.
2015-08-14  Julian Seward345338 - TIOCGSERIAL and TIOCSSERIAL ioctl support...
2015-08-14  Julian SewardBug 349034 - Add Lustre ioctls LL_IOC_GROUP_LOCK and...
2015-08-13  Philippe WaroquiersFix 350202 - Add limited param to 'monitor block_list'
2015-08-13  Philippe WaroquiersRemove 343173 helgrind crash during stack unwind from...
2015-08-13  Florian KrohmImprove mmap MAP_HUGETLB support.
2015-08-13  Julian SewardBug 339563 - The DVB demux DMX_STOP ioctl doesn't have...
2015-08-13  Julian Sewarddo_cmpxchg8b(): fix incorrect inline assembly (wrong...
2015-08-13  Julian SewardAdd test cases for PCMPxSTRx case 0x18.
2015-08-13  Julian SewardAdd test cases for PCMPxSTRx case 0x42.
2015-08-13  Julian SewardUpdate following amd64 AVX front end fixes.
2015-08-13  Julian SewardAdd test cases for missing AVX VCMPPD/VCMPPS cases.
2015-08-13  Florian KrohmWrite a SysRes value as an unsigned number.
2015-08-12  Ivo RaisrFix the regression from r15518 which broke builds
2015-08-12  Julian SewardUpdate.
2015-08-12  Rhys KiddProperly guard memcheck/tests/amd64/xsave-avx. This...
2015-08-12  Rhys KiddFix svn propset for memcheck/tests/amd64/xsave-avx...
2015-08-12  Bart Van Asschevalgrind.h: Suppress client request code generation...
2015-08-12  Florian KrohmFix clobber.
next