- 0975826 Correct expected output of tc18 and tc20 helgrind tests. by mjw · 10 years ago
- 0c66d2e Add safe sem_post handler and glibc-2.21 expected output for helgrind tests. by mjw · 10 years ago
- a49fd54 Add safe-pthread.h to helgrind/tests/Makefile.am noinst_HEADERS. by mjw · 10 years ago
- e8062a0 Use sigjmp_buf by tom · 10 years ago
- a82f262 Restore signal masks when recovering from xend related signals by tom · 10 years ago
- b3a1e4b Update copyright dates, to include 2015. No functional change. by sewardj · 10 years ago
- 712575e Remove non-ASCII characters from this file. No functional change. by sewardj · 10 years ago
- f27835c Follow-up fix for r15565. by iraisr · 10 years ago
- 8a39493 Also install sigsegv handler in safe-pthread tests wrapper. by mjw · 10 years ago
- d46b911 Follow-up fix for r15565: sa_restorer should not be used. n-i-bz. by rhyskidd · 10 years ago
- 60a16f2 Install the SIGILL handler everywhere so we get consistent by tom · 10 years ago
- 02b13a1 Attempt to work around issues with xend being executed unconditionally by tom · 10 years ago
- b93a3a3 Remove duplicate definition ofVALGRIND_HG_ENABLE_CHECKING , wrongly introduced in rev 15207 by philippe · 10 years ago
- 19b041a (try to) avoid tc09_bad_unlock random failure by philippe · 10 years ago
- a6a6d92 The number of elements in a hash table cannot be negative. by florian · 10 years ago
- 5e5cb00 Fix printf format inconsistencies as pointed out by gcc -Wformat-signedness. by florian · 10 years ago
- 1285365 regression tests: Remove superfluous backticks by bart · 10 years ago
- 8eb8bab Bug 345248 - add support for Solaris OS in valgrind by sewardj · 10 years ago
- f2ff46d Block the running of a known hanging regression test on OS X. Partial fix for bz#344416, and related to BZ#216837. by rhyskidd · 10 years ago
- ad4e979 Fix typos in source code. Patch by Dmitriy (olshevskiy87@bk.ru). by florian · 10 years ago
- 3a085bf Make some numbers in helgrind stats use , separators, as the numbers can be big by philippe · 10 years ago
- 328d662 This patch decreases significantly the memory needed for OldRef and by philippe · 10 years ago
- a4286b9 helgrind stats: show the total nr of thr_n_rcec by philippe · 10 years ago
- 1e798b0 helgrind stats: give the memory occupied by the OldRef by philippe · 10 years ago
- a4b20c0 Add stats in helgrind for oldref history found versus not found by philippe · 10 years ago
- 7ab0646 Follow up to r15253: by philippe · 10 years ago
- 71ed3c9 This patch reduces the memory needed for the linesF. by philippe · 10 years ago
- f618565 When process dies due to a signal, show the signal and the stacktrace by philippe · 10 years ago
- 64be56d Patch 5 in a revised series of cleanup patches from Will Schmidt by carll · 10 years ago
- 0fb30ac Add statistics about the nr of used linesF by philippe · 10 years ago
- fc00a2a This patch (re-)gains performance in helgrind, following revision 15207, that by philippe · 10 years ago
- 364f0bb micro-opt: add an UNLIKELY by philippe · 10 years ago
- 2bd2326 VTS stats by philippe · 10 years ago
- 8939e09 Simplify shmem__invalidate_scache_range : it only has to handle by philippe · 10 years ago
- 1475a7f Small optimisations in libhb_core.c by philippe · 10 years ago
- f54cb66 This patch decreases the memory used by the helgrind SecMap, by philippe · 10 years ago
- bf37ae8 Reduce nr of lines produced by laog gc --stats=yes by philippe · 10 years ago
- a1ac2f4 This patch reduces the memory needed for a VtsTE by 25% (one word) by philippe · 10 years ago
- 47124e9 Give statistics about RCEC helgrind hash table chains. by philippe · 10 years ago
- d005b2c Add some stats to helgrind stats: by philippe · 10 years ago
- e0829e0 Do RCEC_GC when approaching the max nr of RCEC, not when reaching it. by philippe · 10 years ago
- cabdbb5 This patch changes the policy that does the GC of OldRef and RCEC by philippe · 10 years ago
- 06bc23a Fix statistics about ctxt_rcec : by philippe · 10 years ago
- 40648e2 Remove useless arguments in sparsewa, that were inheritated from WordFM by philippe · 10 years ago
- 158404e Have the event map GC use the same approach as the other GC by philippe · 10 years ago
- 112711a Add a port to Linux/TileGx. Zhi-Gang Liu (zliu@tilera.com) by sewardj · 10 years ago
- c350865 Helgrind optimisation: by philippe · 10 years ago
- 900c535 * Add in helgrind stats the nr of live/exit/joined/exit and joined threads by philippe · 10 years ago
- f631b02 Sort locks by their guestaddr to make the error output independent by florian · 10 years ago
- 3858abd n-i-bz: Small fixes to r14976 (bz#343173) to add stackteardown to svn:ignore and fix compilation on OS X by rhyskidd · 10 years ago
- 3a75d2e Fix 343173 - helgrind crash during stack unwind by philippe · 10 years ago
- 4367abe Fix a few compiler warnings issued by clang 3.6.0 by florian · 10 years ago
- 1e802b6 Add command line flag --max-threads=<integer> to increase the number of by florian · 10 years ago
- f466eef Track the IMark changes in VEX r3055. by florian · 10 years ago
- 7b7d594 Buffer audit. Resize a few. by florian · 10 years ago
- f7ec77f Change pub_tool_addrinfo.h AddrInfo and VG_(describe_addr) so as to describe by philippe · 10 years ago
- e08950b Merge revisions 14445 and 14446 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
- b28fe89 Merge revision 14309 from BUF_REMOVAL branch to trunk. by florian · 10 years ago
- 09041e4 Rewritten to avoid cast that drops const qualification. by florian · 10 years ago
- 8e3fbb5 Constify the tool interface. by florian · 10 years ago
- 09a4c79 Change the definition of VgHashTable to not have pointer type. by florian · 10 years ago
- 2b9232a Handle (by ignoring) Imbe_CancelReservation. Detected by Florian by sewardj · 10 years ago
- 3e81b8b Merge revisions 14230, 14602, and 14604 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
- 3c0c947 Ripple from constifying parameters of instrumentation functions and by florian · 10 years ago
- 8eebf23 Fix a few casts that dropped type qualifiers. As pointed out by -Wcast-qual. by florian · 10 years ago
- 91ed8cc Tidy up m_xarray.c. by florian · 10 years ago
- 6aa8bd0 Tidy up m_wordfm. by florian · 10 years ago
- fc252b5 Document that VG_(newSWA) never returns NULL (because its by florian · 10 years ago
- 68790a7 VG_(malloc/calloc/strdup) never return NULL (and never will). by florian · 11 years ago
- 438c471 evh__new_mem_heap: get rid of pointless conditional. Spotted by by sewardj · 11 years ago
- 98977e0 Be more careful to separate build flags for the preload shared objects by sewardj · 11 years ago
- 4fa7108 Bug 338703 helgrind on arm-linux gets false positives in dynamic loader. by mjw · 11 years ago
- 36750c0 Bug 338681 Enable clone backtrace hack for i386-linux in helgrind. by mjw · 11 years ago
- 5a460f5 Fix (kludge) stack unwinding through clone on arm64-linux. This is by sewardj · 11 years ago
- dcd9051 Helgrind needs to know the soname of ld.so, and on arm64-linux by sewardj · 11 years ago
- d18b902 Handle ENOSYS instread of EINVAL for some helgrind tests. by mjw · 11 years ago
- 9848690 Add option a new sim-hint no-nptl-pthread-stackcache. by philippe · 11 years ago
- dd690bf This commit is for Bugzilla 334836. The Bugzilla contains patch 3 of 3 by carll · 11 years ago
- 582d582 This commit is for Bugzilla 334834. The Bugzilla contains patch 2 of 3 by carll · 11 years ago
- cae0cc2 This commit is for Bugzilla 334384. The Bugzilla contains patch 1 of 3 by carll · 11 years ago
- 46daf0d Helgrind lock related error msg improvements. by philippe · 11 years ago
- dbacc09 Small follow up to lock address description: now that we describe by philippe · 11 years ago
- 8061201 Describe the lock address in a lock announcement message. by philippe · 11 years ago
- 0c9ac8d Patch adding (or showing the proper/not confusing) helgrind thread nr for block by philippe · 11 years ago
- 7f8abc4 Add testcase from BZ #324149 which was forgotten in r13641. by florian · 11 years ago
- 3b48762 Fix Makefile 'MISSING EXTRA_DIST' due to addition of tc20_verifywrap.stderr.exp-glibc-2.18 by philippe · 11 years ago
- d94082e helgrind/tests/tc20_verifywrap: Port to glibc >= 2.18 by bart · 11 years ago
- 5aa09bf Mark unused functions as unused, to keep Clang happy. by sewardj · 11 years ago
- d40aff5 Add helgrind intercepts to have helgrind understanding Ada tasks terination rules by philippe · 11 years ago
- 5b2bdd9 have helgrind filter_stderr transforming tid n into tid #x by philippe · 11 years ago
- 04910c3 on ppc64, pthread_create_WRK is not (always) produced in the stacktrace by philippe · 11 years ago
- 07c0852 Factorises the address code description and printing by philippe · 11 years ago
- 7a596da Fix two warnings of unusued variable or variable set but not used by philippe · 11 years ago
- f577434 Helgrind : two new gdbserver commands 'describe address' and 'info locks' by philippe · 11 years ago
- ca903bb clo_processing is now done when this procedure is called. by philippe · 11 years ago
- fc6bbd3 mips32: Additional .exp files for mips32. by dejanj · 11 years ago
- 23ed630 Make Helgrind test cases build on arm64-linux. by sewardj · 11 years ago
- 8587b54 Implement gdbsrv "v.info stats" command giving statistics for valgrind core + tools by philippe · 11 years ago
- 6ef137e mips32/mips64: Suppress race condition error. by dejanj · 11 years ago
- 5fbc976 Decrease helgrind memory use for applications allocating many blocks by philippe · 11 years ago