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