- 6bc94ba Removed an entry referring to a bug that was introduced after 3.3.0. Updated status of #161036. by bart · 17 years ago
- 9d5b796 Added support for detecting locks that have been held too long. by bart · 17 years ago
- 1d4070d Added hold_lock regression test. by bart · 17 years ago
- c5c3a08 Remove comments that became obsolete because of a previous commit. by bart · 17 years ago
- d9d8bf0 Filter out the time during which a lock has been held. by bart · 17 years ago
- 1412d68 VG_(read_millisecond_timer)() is now monotonic, even if set_timeofday() is called or if ntpd adjusts the clock backwards. On Linux kernels where the clock_gettime() syscall is not supported, VG_(read_millisecond_timer)() falls back to the old behavior. by bart · 17 years ago
- 85b1ac7 Added CLOCK_* definitions. by bart · 17 years ago
- 33190bf Update. by sewardj · 17 years ago
- c44b254 Update manual re number of suppression files allowed. See #161487. by sewardj · 17 years ago
- 14888f2 Update ignores. by rjwalsh · 17 years ago
- ee068c3 Update. by sewardj · 17 years ago
- b000d78 Increased maximum number of suppression files from 10 to 100. Fixes #161487. by bart · 17 years ago
- f955511 Removed a bug entry that was introduced after the 3.3.0 release and before the 3.3.1 release. by bart · 17 years ago
- 4de9776 Modified test such that fewer iterations are run when the test is run as part of the automated regression tests. by bart · 17 years ago
- 2dbdbab Added command-line options -s and -t such that the loop step and hence the run time of the test can be influenced. by bart · 17 years ago
- fd68049 Added allocation and deallocation of zero-sized array. by bart · 17 years ago
- f330ae8 Stop massif segfaulting due to stack overflow, when printing snapshots by sewardj · 17 years ago
- ad68113 Make sure that the same name is used in ld stack frames on 32- and 64-bit systems. by bart · 17 years ago
- 2dda19f Update. by sewardj · 17 years ago
- 3cf701a Run this test on 'none' rather than exp-drd. It really wants to by sewardj · 17 years ago
- 5b9bf84 Updated to do list. by bart · 17 years ago
- 62c370e Added configure test for Altivec. by bart · 17 years ago
- 8c4a023 Enabled timerfd() and timerfd_create() support for ppc32 and ppc64. by bart · 17 years ago
- 285ae1c Fixed compiler warnings. by bart · 17 years ago
- 416b206 POST(sys_poll): mark the revents field even when RES==0. Fixes #158425. by sewardj · 17 years ago
- 7db73be Make return types for some of the requests 64-bit clean. (following bug by sewardj · 17 years ago
- f4ef2ea Fix wrappers for sys_futimesat and sys_utimensat. (Dan Kegel) by sewardj · 17 years ago
- 7bf86f3 -Wall implies -Winline. Added -Wno-inline. by bart · 17 years ago
- f71e706 Removed -Winline since this option lets gcc 4.3.1 print some uninteresting and unsuppressable warning messages. by bart · 17 years ago
- ded1ea9 Added fixed exp-drd bugs. by bart · 17 years ago
- 5a544ca Add a test case for #152818 (from Sergei Trofimovich) by sewardj · 17 years ago
- 7318375 Update. by sewardj · 17 years ago
- 1e01f05 Added @FLAG_UNLIMITED_INLINE_UNIT_GROWTH@ to the exp-drd compiler flags. by bart · 17 years ago
- 15541f5 Added compilation flag -Wextra. by bart · 17 years ago
- dc1e91c Added compiler flag -Wextra for all regression tests. Replaced -finline-limit=100000 by --param inline-unit-growth=900 for drd_bitmap_test. by bart · 17 years ago
- 74a5f21 Fixed compiler warnings in assert statements. by bart · 17 years ago
- 56730cd Added tests for -Wextra/-W and --param inline-unit-growth. Converted AC_COMPILE_IFELSE() into AC_TRY_COMPILE(). Removed trailing spaces. by bart · 17 years ago
- 08d808b Changed compiler options for inlining to something that is supported by both gcc 3 and gcc 4. by bart · 17 years ago
- 33f1c96 Compiles now with older glibc versions too. by bart · 17 years ago
- fbccd7f Updated to do list. by bart · 17 years ago
- 165b90f Added more comments. Fixed a bug: false positives were reported when using reader-writer locks. This is now fixed. by bart · 17 years ago
- 178cc16 Added another POSIX reader/writer lock test. by bart · 17 years ago
- c2c81db Changed return type of some of the bitmap functions from UWord to Bool. by bart · 17 years ago
- 1c8799c Added -Winline to the compiler flags. Made sure that all functions in drd_bitmap_test.c that can be inlined are actually inlined. by bart · 17 years ago
- 991ab9a Added -Winline to the compiler flags. by bart · 17 years ago
- 3d4c332 Added regression test for the C++ operators new, new[], delete and delete[]. by bart · 17 years ago
- d5f2370 Reordered declarations. by bart · 17 years ago
- f5acbbc Bug fix: bm_equal() now also works if the first argument contains one or more bitmap structures that are entirely zero. by bart · 17 years ago
- 214493b Added more tests. by bart · 17 years ago
- 99a95fa Added -O2 to the compilation flags of drd_bitmap_test. by bart · 17 years ago
- a9eba35 Converted VG_(assert_fail)() to ANSI C. by bart · 17 years ago
- 105e69c Oops. Don't die on {x86,amd64}-linux when doing --track-origins=yes by sewardj · 17 years ago
- dc056b7 Add a regression test for fxsave. by sewardj · 17 years ago
- c700172 Add a test case for #157748. by sewardj · 17 years ago
- a6fa902 Update the list of bugs to be fixed. by sewardj · 17 years ago
- ae18cd0 Use $(AM_FLAG_M3264_PRI) everywhere CFLAGS is explicitly set. by sewardj · 17 years ago
- e64de43 Add missing words to comment. by sewardj · 17 years ago
- cec15e8 Make sure compilation of pth_cancel1.c gets $(AM_FLAG_M3264_PRI). by sewardj · 17 years ago
- 8be8860 Build fixes for AIX5.3. by sewardj · 17 years ago
- 352122c Suppress stack-switching message in XML mode. by sewardj · 17 years ago
- c93c222 Un-break signal frame delivery on ppc64 following recent Memcheck by sewardj · 17 years ago
- 351f967 Add an expected output for ppc64-linux; probably required due to dodgyness in by sewardj · 17 years ago
- 85857ab Why doesn't this sodding language have a half-decent type system? by sewardj · 17 years ago
- dff8240 Add a test for origin tracking through large floating point arrays. by sewardj · 17 years ago
- 7713980 Add comments giving an overview of the origin tracking implementation. by sewardj · 17 years ago
- cd0f2bd Add documentation on the new --track-origins=no|yes [no] flag. by sewardj · 17 years ago
- d2765d8 Make sure that the return value of highest_used_stack_address() is a valid stack pointer. by bart · 17 years ago
- 672a82d Fixed compiler warnings. by bart · 17 years ago
- e5b3638 Disable gcc warnings about shadowed variables when compiling varinfo2.c. by bart · 17 years ago
- fb088fd Suppressed most output while the regression test is run. by bart · 17 years ago
- a3f6109 Renamed bm_compare() into bm_equal(). Fixed a bug in bm_equal(). by bart · 17 years ago
- 5b14816 Print name of Fedora package that contains /usr/bin/getconf in case /usr/bin/getconf is not found. by bart · 17 years ago
- 8556957 Changed #if defined(platform) tests into #if defined(HAVE_...) tests. by bart · 17 years ago
- fea0692 Added configure tests for PTHREAD_MUTEX_ADAPTIVE_NP, PTHREAD_MUTEX_ERRORCHECK_NP, PTHREAD_MUTEX_RECURSIVE_NP and PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP. by bart · 17 years ago
- 0baacb3 Reverted last commit since it does not fix anything (unfortunately). by bart · 17 years ago
- 303dbe8 Print an error message if /usr/bin/getconf is not found. by bart · 17 years ago
- b6a4ece Remove a bit of unused code. by sewardj · 17 years ago
- 5fa8780 Make sure sp[0] and fp[0] are set in a rarely-taken path. Thanks to by sewardj · 17 years ago
- 32fcd8d Refined assert statements. by bart · 17 years ago
- ab96eca Added yet another assertion statement. by bart · 17 years ago
- 1fb1755 Postponed call of vg_set_main_thread_state() from /lib/ld-*.so:_start() to the call of main(), the program entry point. by bart · 17 years ago
- 6ad00b7 Added an assert statement to check the validity of the computed highest used stack address. by bart · 17 years ago
- 9d624d1 Dynamically allocate the origin tracking cache as needed (only for by sewardj · 17 years ago
- 7244e71 Re-check complex and fragile bit-twiddling pertaining to indexing into by sewardj · 17 years ago
- 56adc35 by sewardj · 17 years ago
- 7ce7166 by sewardj · 17 years ago
- fb27ca7 Update expected outputs following merge of branches/OTRACK_BY_INSTRUMENTATION. by sewardj · 17 years ago
- 66385b4 Bump the core/tool iface version number, since the just-merged-in by sewardj · 17 years ago
- 5fa0a04 Temporarily work around compilation failures caused by non-definition by sewardj · 17 years ago
- 7cf4e6b by sewardj · 17 years ago
- acc9985 Update (minor). by sewardj · 17 years ago
- c45fec3 Fixed compiler warning. by bart · 17 years ago
- 75e9a5a Removed -Wextra since this option has another name in gcc 3.0 (-W). by bart · 17 years ago
- f28b7d1 Added #include <stdio.h>. by bart · 17 years ago
- 2f5985a Added prereq clause. by bart · 17 years ago
- 5ae1fd9 Added to repository. by bart · 17 years ago
- 42a0697 Fixed a compiler warning. by bart · 17 years ago
- ad292b5 Added -I$(top_srcdir)/VEX/pub to AM_CPPFLAGS. by bart · 17 years ago
- 34eff98 Moved bitmap test from drd_bitmap.c to tests/drd_bitmap_test.c by bart · 17 years ago
- f06a123 Restored original bitmap test patterns. by bart · 17 years ago