summaryrefslogtreecommitdiff
path: root/helgrind
AgeCommit message (Expand)AuthorFilesLines
2011-09-05For intercepts in libc and the dynamic linker (ld.so or dyld), splitsewardj1-27/+40
2011-09-05Avoid hanging on older s390x systems.florian1-1/+6
2011-08-14Follow-up for r11971bart1-1/+1
2011-08-13Update expected outputbart3-144/+144
2011-07-28Yet another threading tool regression test scheduler sensitivity fixbart1-2/+2
2011-07-28Yet another regression test scheduling sensitivity fixbart1-2/+2
2011-07-28Two more scheduler sensitivity fixes for thread tool regression testsbart1-2/+2
2011-07-28Revert r11916, r11917, r11918 and r11923.bart2-7/+1
2011-07-27More thread tool regression test scheduler sensitivity fixesbart2-4/+7
2011-07-26helgrind/tests/tc08_hbl2: Reduce scheduler sensitivitybart1-0/+3
2011-07-12Stop gcc on Android giving bogus function-has-no-return-value warnings.sewardj1-0/+7
2011-07-11The pthread.h on Android has no definition for pthread_rwlock_t, whichsewardj1-0/+6
2011-06-28Delete the AIX5 port. The last release this worked for is 3.4.1,sewardj5-30/+9
2011-06-24Documentation updates for Helgrind.sewardj1-32/+146
2011-06-24Add tests for displaying of locks held by threads in races.sewardj16-0/+349
2011-06-24Fix up the remaining .stderr.exp-s following r11824 (merge ofsewardj11-376/+139
2011-06-24Fix a bunch of helgrind .stderr.exp-s following r11824 (merge ofsewardj24-2141/+10209
2011-06-24Merge the contents of the HGDEV2 branch into trunk:sewardj8-383/+1476
2011-05-15Get rid of the remaining "set but not used" warnings reported by gcc 4.6 bybart2-20/+13
2011-05-04scalarts_limitations_fail_NORETURN: fix a format string errorsewardj1-1/+1
2011-04-03git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11682 a5019735-40e9-0310-86...bart2-4/+6
2011-03-28Fix up most but not all warnings generated by gcc-4.6 about sewardj1-4/+8
2011-03-28Fix broken inline asm in these tests. Fixes #256726.sewardj2-8/+8
2011-03-17When handling client munmaps and mprotects with r=0 & w=0, actuallysewardj3-14/+52
2011-03-17Un-break drd/tests/tc23_bogus_condwait.bart1-3/+3
2011-03-16Fix compile warnings (missing prototypes for malloc, or some such).sewardj1-1/+1
2011-03-14Build fix for older s390x-linux assemblers. Fixes #264800.sewardj1-1/+1
2011-03-11Add free-is-write functionality (experimental, not enabled by default).sewardj9-1/+112
2011-03-11Use DRD's annotate_smart_pointer regtest to check against regressionssewardj4-0/+8
2011-03-11NB: this is an temporary fix, until such time as bug 243935 is fullysewardj2-12/+47
2011-03-11Change the semantics of ANNOTATE_HAPPENS_BEFORE from 'overwrite' tosewardj2-10/+18
2011-03-10Followup to r11619: more tidying up w.r.t. the renaming of sewardj2-5/+5
2011-03-10Cleanup: get rid of univ_tsets as it is no longer needed.sewardj1-18/+14
2011-03-10Cleanup: get rid of 'last lock lossage' mechanism, which is commentedsewardj1-129/+0
2011-03-10Cleanup: get rid of all mention of a Hardware Bus Lock. This sewardj1-22/+0
2011-03-10Minor cleanup (no functional change): rename 'struct _Thr :: opaque'sewardj5-25/+29
2011-03-10Bring avg translation size statement closer to reality, forsewardj1-1/+1
2011-03-07Replace the structural equality function for WordVecs with a moresewardj1-15/+11
2011-03-07Add a port to IBM z/Architecture (s390x) running Linux -- Valgrindsewardj4-1/+49
2011-03-05Helgrind tests: ported tests tc23 and tc24 to Darwin/amd64 too.bart2-75/+60
2011-03-05helgrind/tests/tc17_sembar: Works now on Darwin/amd64 too.bart1-45/+34
2011-02-28Fix minor documentation nits (Michael Snyder, msnyder@vmware.com)sewardj1-2/+2
2011-02-28rm pointless comment and #define.sewardj1-6/+0
2011-02-28Fix sanity check crash in Helgrind. Partial fix for #255353.sewardj3-12/+31
2011-02-28Don't construct the LAOG at all when --track-lockorders=no (as opposedsewardj2-46/+55
2011-02-27Simplify the implementation of VTS__tick. The previous version wassewardj1-36/+34
2011-02-27Change the representation of VTSs. Instead of using an XArray ofsewardj1-191/+240
2011-02-24Scalability fix for Helgrind: reduce the size of ScalarTS (scalarsewardj2-105/+233
2011-02-23A scalability fix for Helgrind for running large workloads. Whensewardj1-10/+37
2011-02-09_pre_mem_asciiz handlers in both tools: don't segfault if passed ansewardj1-1/+7