aboutsummaryrefslogtreecommitdiff
path: root/drd
AgeCommit message (Expand)Author
2017-06-21Upgrade to valgrind 3.13.0 (15 June 2017).Elliott Hughes
2017-04-19Upgrade to valgrind 3.12.0.Elliott Hughes
2015-09-29drd: Improve thread startup code for non-Linux platformsbart
2015-09-02Suppress unwanted clang 3.7 warnings.florian
2015-08-21Update copyright dates, to include 2015. No functional change.sewardj
2015-08-19Also install sigsegv handler in safe-pthread tests wrapper.mjw
2015-08-19Follow-up fix for r15565: sa_restorer should not be used. n-i-bz.rhyskidd
2015-08-19Install the SIGILL handler everywhere so we get consistenttom
2015-08-18Attempt to work around issues with xend being executed unconditionallytom
2015-08-05Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness.florian
2015-07-21Bug 345248 - add support for Solaris OS in valgrindsewardj
2015-07-05Fix typos in source code. Patch by Dmitriy (olshevskiy87@bk.ru).florian
2015-06-05Remove configury bits for -Wno-empty-body. It is not needed.florian
2015-05-26Remove dependency on bash. Fixes BZ #347978.florian
2015-05-17When process dies due to a signal, show the signal and the stacktracephilippe
2015-05-06Patch 3 in a series of cleanup patches from Will Schmidtcarll
2015-05-01Properly guard drd/tests/thread_name with HAVE_PTHREAD_BARRIER. Partial fix f...rhyskidd
2015-04-10Add a port to Linux/TileGx. Zhi-Gang Liu (zliu@tilera.com)sewardj
2015-02-13Add command line flag --max-threads=<integer> to increase the number offlorian
2015-01-20Add some parentheses to keep gcc 5 (prerelease) from complaining.sewardj
2015-01-04Fix a compiler warning about an incompatible format.florian
2014-11-29Fix a few VG_(message) invocations. The function does not add a florian
2014-11-26drd: Add a consistency checkbart
2014-11-13Merge revisions 14445 and 14446 from the BUF_REMOVAL branch to trunk.florian
2014-10-20Constify the tool interface.florian
2014-10-18Change the definition of VgHashTable to not have pointer type.florian
2014-10-07Merge revisions 14230, 14602, and 14604 from the BUF_REMOVAL branch to trunk.florian
2014-09-30Merge six easy pieces from the BUF_REMOVAL branch:florian
2014-09-28drd/tests/std_thread2.supp: Add a suppression patternbart
2014-09-24Ripple from constifying parameters of instrumentation functions andflorian
2014-09-18DRD: Handle Imbe_CancelReservation properly (clrex on ARM)bart
2014-09-18drd/Makefile.am: Add -Wswitch-enumbart
2014-09-15Tidy up m_xarray.c.florian
2014-09-13Document the NULL-ness of the return values of HT_construct and HT_to_array.florian
2014-09-13Tidy up m_oset.cflorian
2014-09-12VG_(malloc/calloc/strdup) never return NULL (and never will).florian
2014-09-11Remove some unneded checks as identified by IBM's BEAM checker.florian
2014-09-08drd/tests: Follow-up for r14478 - make regression test output independent of ...bart
2014-09-06drd: Make regression test output independent of --read-inline-infobart
2014-09-06drd/docs/drd-manual.xml: Remove a redundant phrase.bart
2014-09-05Be more careful to separate build flags for the preload shared objectssewardj
2014-09-05Fix most clang warnings.florian
2014-09-03Add std_thread2.supp to the tarball.florian
2014-08-30drd/tests/pth_create_chain: Reduce stack usagebart
2014-08-20drd/tests/tls_threads: Addbart
2014-08-14Make suppression more flexible.florian
2014-08-10drd/tests/free_is_write: Reduce stack usagebart
2014-08-09drd: Move VG_(getenv)("DRD_VERIFY_CONFLICT_SET")bart
2014-08-09drd/Testing.txt: Document how to run all regression tests with conflict set v...bart
2014-08-08drd: Clear conflict set after fork (#338115)bart