summaryrefslogtreecommitdiff
path: root/exp-drd
AgeCommit message (Expand)AuthorFilesLines
2008-05-11-Wall implies -Winline. Added -Wno-inline.bart2-2/+2
2008-05-11Removed -Winline since this option lets gcc 4.3.1 print some uninteresting an...bart2-2/+2
2008-05-11Added @FLAG_UNLIMITED_INLINE_UNIT_GROWTH@ to the exp-drd compiler flags.bart1-1/+2
2008-05-11Added compilation flag -Wextra.bart1-6/+9
2008-05-11Added compiler flag -Wextra for all regression tests. Replaced -finline-limit...bart1-2/+3
2008-05-11Fixed compiler warnings in assert statements.bart3-33/+42
2008-05-10Changed compiler options for inlining to something that is supported by both ...bart1-1/+1
2008-05-10Compiles now with older glibc versions too.bart1-0/+2
2008-05-10Updated to do list.bart1-2/+1
2008-05-10Added more comments. Fixed a bug: false positives were reported when using re...bart1-17/+20
2008-05-10Added another POSIX reader/writer lock test.bart4-3/+61
2008-05-10Changed return type of some of the bitmap functions from UWord to Bool.bart2-24/+18
2008-05-10Added -Winline to the compiler flags. Made sure that all functions in drd_bit...bart1-2/+2
2008-05-10Added -Winline to the compiler flags.bart1-6/+6
2008-05-10Added regression test for the C++ operators new, new[], delete and delete[].bart4-2/+27
2008-05-10Reordered declarations.bart1-2/+2
2008-05-10Bug fix: bm_equal() now also works if the first argument contains one or more...bart1-10/+17
2008-05-10Added more tests.bart1-1/+95
2008-05-10Added -O2 to the compilation flags of drd_bitmap_test.bart1-1/+1
2008-05-10Converted VG_(assert_fail)() to ANSI C.bart1-7/+13
2008-05-07Use $(AM_FLAG_M3264_PRI) everywhere CFLAGS is explicitly set.sewardj1-2/+2
2008-05-06Build fixes for AIX5.3.sewardj1-3/+9
2008-05-04Make sure that the return value of highest_used_stack_address() is a valid st...bart1-4/+19
2008-05-04Suppressed most output while the regression test is run.bart3-52/+91
2008-05-04Renamed bm_compare() into bm_equal(). Fixed a bug in bm_equal().bart3-17/+44
2008-05-03Print name of Fedora package that contains /usr/bin/getconf in case /usr/bin/...bart1-0/+1
2008-05-03Changed #if defined(platform) tests into #if defined(HAVE_...) tests.bart2-8/+15
2008-05-03Reverted last commit since it does not fix anything (unfortunately).bart1-11/+1
2008-05-03Print an error message if /usr/bin/getconf is not found.bart1-0/+5
2008-05-02Refined assert statements.bart1-2/+2
2008-05-02Added yet another assertion statement.bart1-0/+5
2008-05-02Postponed call of vg_set_main_thread_state() from /lib/ld-*.so:_start() to th...bart1-1/+11
2008-05-02Added an assert statement to check the validity of the computed highest used ...bart1-1/+6
2008-05-01Merge branches/OTRACK_BY_INSTRUMENTATION into the trunk. This addssewardj5-10/+30
2008-05-01Fixed compiler warning.bart1-1/+1
2008-05-01Removed -Wextra since this option has another name in gcc 3.0 (-W).bart1-1/+1
2008-05-01Added #include <stdio.h>.bart1-0/+1
2008-05-01Added prereq clause.bart1-0/+1
2008-05-01Added to repository.bart1-0/+1
2008-05-01Added -I$(top_srcdir)/VEX/pub to AM_CPPFLAGS.bart1-6/+5
2008-05-01Moved bitmap test from drd_bitmap.c to tests/drd_bitmap_test.cbart5-61/+130
2008-05-01Restored original bitmap test patterns.bart1-8/+8
2008-05-01Updated expected output according to glibc 2.8 changes.bart2-12/+12
2008-04-28Updated Makefile.am after having renamed an output file.bart1-1/+1
2008-04-27Added reference to SPLASH-2.bart1-0/+5
2008-04-27Updated to do list.bart1-3/+2
2008-04-27Added more output variants.bart2-0/+292
2008-04-27Renamed suppression file.bart1-0/+0
2008-04-23Do not run the memory allocation test on LinuxThreads systems.bart1-0/+1
2008-04-21Make exp-drd also work on programs not linked with -lpthread.bart1-1/+3