- c191a04 Followup to r8178: don't segfault if VG_(clo_log_name) is NULL. by sewardj · 16 years ago
- 4efbaa7 Reinstate printing of log-file-qualifiers in XML output (Ashley Pittman). by sewardj · 16 years ago
- fc2aa03 Add '*flags |= SfMayBlock' to PRE(sys_sync_file_range). by sewardj · 16 years ago
- 84eb487 Import recent suppression upgrades from 3_3_BRANCH: revs 8163 8166 8167 8168. by sewardj · 16 years ago
- 3281150 Added Cholesky and FFT. by bart · 16 years ago
- c4a174f Made script more robusts. Ratio is now always computed relative to the non-Valgrind single-CPU run. by bart · 16 years ago
- ca9f2ad Modified TLS-test slightly: the program checking for TLS support is now compiled, linked and run when compiling natively and compiled and linked only when cross-compiling. Before it was compiled and linked only, both for native and cross-compilation. by bart · 16 years ago
- 60ba3aa Try to make these tests more reliable for different machines. by njn · 16 years ago
- 2ebe411 Changed _Spec::mandatory from HChar* into const HChar*. If no symbol information is found in ld.so during startup of the exp-drd tool, let Valgrind abort and print an informative error message. by bart · 16 years ago
- afe8226 Added intercepts for strlen() and strnlen(). by bart · 16 years ago
- d5c6352 Fixed typo. by bart · 16 years ago
- 0560549 Update. by sewardj · 16 years ago
- cb2d007 - Replaced algorithm for suppressing false positives on symbol by bart · 16 years ago
- a97a789 Don't complain on .got.plt sections of size zero. Apparently such by bart · 16 years ago
- f06b427 Updated scripts for running SPLASH-2. by bart · 16 years ago
- ca9ff62 update by njn · 16 years ago
- 7064fb2 Fix a bug in Massif and Cachegrind, whereby if program's forked, the child by njn · 16 years ago
- 89230ca Allow 64-byte line sizes (PA6T cpu). by sewardj · 16 years ago
- 76dda8f Make the size calculations inside VG_(mallinfo) 64-bit clean. by sewardj · 16 years ago
- 7a1eaca More fiddling with the sys_signalfd wrapper. by sewardj · 16 years ago
- 9269147 In the leak checker, don't assert when there are multiple identical by sewardj · 16 years ago
- 510521e Make sure the debug information is read before a tool is notified about an mmap() system call. by bart · 16 years ago
- 8785c12 Added to repository. by bart · 16 years ago
- 9f9235a Add initial glibc-2.8 support for Helgrind. by sewardj · 16 years ago
- 7524c3e Refinements: added check for /usr/include/tiffio.h and added compiler flag -g3. by bart · 16 years ago
- 212d6c9 Tidy up timerfd wrapper stuff a bit: by sewardj · 16 years ago
- 74c8467 Several reader-writer lock related fixes. by bart · 16 years ago
- cf0c394 Removed the superfluous casts that were introduced in r8132. by bart · 16 years ago
- 89ea7ab Add a missing case and remove the bogus associated comment. by sewardj · 16 years ago
- 93ca0cb Make the rlimit_nofile regression tests less system dependent. by bart · 16 years ago
- fbce73d Make the fdleak regression tests less system dependent. by bart · 16 years ago
- 58cac55 sys_timerfd() and sys_signalfd() wrappers now interpret their first argument consistently as signed instead of unsigned. Fixes #162663. by bart · 16 years ago
- 906ef12 Updated to do list. by bart · 16 years ago
- d0d634d Added support for the fadvise64() system call on ppc64. by bart · 16 years ago
- 7aa2b6d Updated to do list. by bart · 16 years ago
- c874142 #define HAS_ALTIVEC is now fetched from config.h instead of from Makefile.am. by bart · 16 years ago
- 092b626 - Added support for querying information about .plt sections. by bart · 16 years ago
- d5dea1d Bug fixes (not in bugzilla): by bart · 16 years ago
- 5fbe0af Removed ppc debug print statements. by bart · 16 years ago
- 6bd721a Removed superfluous #include directive. by bart · 16 years ago
- cddeaf5 Let the configure script recognize the AR variable, such that the name of the archiver can be specified at configure time. Changed test for TLS-support from AC_RUN_IFELSE to AC_LINK_IFELSE. Both changes are necessary to make cross-compilation possible. by bart · 16 years ago
- 597a4f4 Added to repository. by bart · 16 years ago
- e2619ab Update. by sewardj · 17 years ago
- 59bdc76 Updated documentation. by bart · 17 years ago
- 982751b Add a wrapper for MPI_Waitany. by sewardj · 17 years ago
- 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