aboutsummaryrefslogtreecommitdiff
path: root/drd
AgeCommit message (Expand)Author
2009-07-11pth_cleanup_handler test compiles and runs now on systems that do not support...bart
2009-07-11Clarified an implementation choice.bart
2009-07-11Suppressed the warnings issued by gcc about unused return values.bart
2009-07-10Removed reference to recursive_mutex.stdout.exp from Makefile.ambart
2009-07-10Modified recursive_mutex regression test: improved portability by removing us...bart
2009-07-10Added missing $(AM_CFLAGS).bart
2009-07-04Added yet another expected output file.bart
2009-07-04Added regression test for pthread cleanup handling.bart
2009-07-04Enabled the DRD command line flags --var-info=yes and --check-stack-var=yes f...bart
2009-07-01Switched to the just introduced ANNOTATE_*() macro's.bart
2009-07-01Added four more ANNOTATE_*() macro's / removed the API-warning.bart
2009-07-01Updated test instructions.bart
2009-07-01Reran this script and updated the results table.bart
2009-07-01Merge in branches/DCAS.sewardj
2009-06-24Use the value set in the environment variable DRD_SEGMENT_MERGING_INTERVAL if...bart
2009-06-24Changed default segment merging interval from 64 to 10.bart
2009-06-24Added tool option --drd-stats=yes.bart
2009-06-24The previous commit broke the 32-bit build, which is now fixed.bart
2009-06-24This commit merges the BUILD_TWEAKS branch onto the trunk. It has thenjn
2009-06-22Fixed typo.bart
2009-06-21Statistics: fixed bug introduced in r10356.bart
2009-06-21Statistics: do not only count DRD_(bm_new)() calls but also DRD_(bm_init)() c...bart
2009-06-21Combined DRD_(thread_new_segment)() and DRD_(thread_combine_vc_sync)()bart
2009-06-21Made --drd-stats=yes output even more verbose.bart
2009-06-21Merged revisions 10129:10130 from the DRDDEV branch to the trunk.bart
2009-06-21Updated code for statistics printed by --drd-stats=yes.bart
2009-06-20Updated test plan.bart
2009-06-20Reran SPLASH-2 benchmark.bart
2009-06-14Added #include <stdint.h>.bart
2009-06-13Skip the pth_create_chain test on ppc.bart
2009-06-10- Added more comments in DRD's malloc wrappers.bart
2009-06-10Added test code for realloc().bart
2009-06-09Fixed bug in DRD's realloc() wrapper.bart
2009-06-08svn merge -r9818:10278 svn://svn.valgrind.org/valgrind/branches/DRDDEVbart
2009-06-06Updated test plan.bart
2009-06-06Robustness improvement: print an error message instead of triggering an asser...bart
2009-06-06Consistency improvement: made sure that for all synchronization operations ve...bart
2009-06-06- Robustness improvement: do not trigger an assertion failure if onebart
2009-06-06Disabled libgomp intercepts. Since libgomp support was added to DRD, thebart
2009-06-06Updated test plan.bart
2009-06-06Increased gcc version from 4.3.2 to 4.4.0.bart
2009-06-04Fixed argument types and names.bart
2009-06-04tsan_unittest.cpp does now compile cleanly even with -Wshadown enabled.bart
2009-06-03Compiles now cleanly without -Wno-empty-body.bart
2009-06-03Updated documentation of PCQ annotations.bart
2009-06-03Fixed a memory leak.bart
2009-06-03Unified two expected output files.bart
2009-06-03Updated EXTRA_DIST.bart
2009-06-03Fixed a few typo's in comments.bart
2009-06-03DRD's regression tests pass again on PowerPC.bart