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