| 2009-07-14 |
Nicholas Nethercote | Add exp-bbv to the tool-suite. I'm seeing a couple... |
commit | commitdiff | tree | snapshot |
| 2009-07-14 |
Nicholas Nethercote | comment change |
commit | commitdiff | tree | snapshot |
| 2009-07-14 |
Nicholas Nethercote | Minor update. |
commit | commitdiff | tree | snapshot |
| 2009-07-14 |
Nicholas Nethercote | Some ioctls don't look at ARG3 at all. Based on patche... |
commit | commitdiff | tree | snapshot |
| 2009-07-13 |
Nicholas Nethercote | Fix a couple of tests that could be built with the... |
commit | commitdiff | tree | snapshot |
| 2009-07-13 |
Julian Seward | Fix breakage on ppc{32,64}-linux in post_reg_write_nonp... |
commit | commitdiff | tree | snapshot |
| 2009-07-13 |
Nicholas Nethercote | Suppress an error within syslog(). Patch from Dan... |
commit | commitdiff | tree | snapshot |
| 2009-07-13 |
Nicholas Nethercote | Fix wrapper for ioctl(VT_GETSTATE). Patch from Garrett... |
commit | commitdiff | tree | snapshot |
| 2009-07-12 |
Nicholas Nethercote | Disable AC_PROG_OBJC -- it's currently not required... |
commit | commitdiff | tree | snapshot |
| 2009-07-12 |
Nicholas Nethercote | Make atomic_incs.c build on Mac. |
commit | commitdiff | tree | snapshot |
| 2009-07-12 |
Julian Seward | Fix identification of sse3 on amd64s. Previously it... |
commit | commitdiff | tree | snapshot |
| 2009-07-12 |
Julian Seward | Only run none/tests/amd64/bug127521-64 on machines... |
commit | commitdiff | tree | snapshot |
| 2009-07-12 |
Julian Seward | Fix disassembly printing of cmpxchg insns (don't print... |
commit | commitdiff | tree | snapshot |
| 2009-07-12 |
Julian Seward | Track vex r1907 (introduce Iop_CmpCas{EQ,NE}{8,16,32... |
commit | commitdiff | tree | snapshot |
| 2009-07-12 |
Julian Seward | Add new integer comparison primitives Iop_CasCmp{EQ... |
commit | commitdiff | tree | snapshot |
| 2009-07-11 |
Bart Van Assche | Updated Subversion ignore list. |
commit | commitdiff | tree | snapshot |
| 2009-07-11 |
Bart Van Assche | pth_cleanup_handler test compiles and runs now on syste... |
commit | commitdiff | tree | snapshot |
| 2009-07-11 |
Bart Van Assche | Clarified an implementation choice. |
commit | commitdiff | tree | snapshot |
| 2009-07-11 |
Bart Van Assche | Suppressed the warnings issued by gcc about unused... |
commit | commitdiff | tree | snapshot |
| 2009-07-10 |
Nicholas Nethercote | Handle epoll_create1. Patch from Sam Varshavchik.... |
commit | commitdiff | tree | snapshot |
| 2009-07-10 |
Bart Van Assche | Removed reference to recursive_mutex.stdout.exp from... |
commit | commitdiff | tree | snapshot |
| 2009-07-10 |
Bart Van Assche | Modified recursive_mutex regression test: improved... |
commit | commitdiff | tree | snapshot |
| 2009-07-10 |
Bart Van Assche | Generalized two suppression patterns. |
commit | commitdiff | tree | snapshot |
| 2009-07-10 |
Nicholas Nethercote | Make --leak-resolution=high the default. Fixes bug... |
commit | commitdiff | tree | snapshot |
| 2009-07-10 |
Bart Van Assche | Added a suppression pattern for call stacks referencing... |
commit | commitdiff | tree | snapshot |
| 2009-07-10 |
Bart Van Assche | Added missing $(AM_CFLAGS). |
commit | commitdiff | tree | snapshot |
| 2009-07-09 |
Nicholas Nethercote | Attempt to improve the {MALLOC,FREE}LIKE_BLOCK document... |
commit | commitdiff | tree | snapshot |
| 2009-07-09 |
Nicholas Nethercote | This file was accidentally empty; fill it with the... |
commit | commitdiff | tree | snapshot |
| 2009-07-09 |
Julian Seward | Add support for IRStmt_CAS to the h_ instrumenter.... |
commit | commitdiff | tree | snapshot |
| 2009-07-09 |
Julian Seward | Liberalise IRTemp bookkeeping in the h_ instrumenter... |
commit | commitdiff | tree | snapshot |
| 2009-07-09 |
Bart Van Assche | Updated ignore list. |
commit | commitdiff | tree | snapshot |
| 2009-07-09 |
Bart Van Assche | Updated ignore lists. |
commit | commitdiff | tree | snapshot |
| 2009-07-04 |
Bart Van Assche | Added yet another expected output file. |
commit | commitdiff | tree | snapshot |
| 2009-07-04 |
Julian Seward | Make this test work on PowerPC too. |
commit | commitdiff | tree | snapshot |
| 2009-07-04 |
Bart Van Assche | Un-break PPC build. |
commit | commitdiff | tree | snapshot |
| 2009-07-04 |
Julian Seward | Fix ppc64 guest layout description following recent... |
commit | commitdiff | tree | snapshot |
| 2009-07-04 |
Julian Seward | Add tests to verify behaviour of atomic instruction... |
commit | commitdiff | tree | snapshot |
| 2009-07-04 |
Bart Van Assche | Updated ignore list. |
commit | commitdiff | tree | snapshot |
| 2009-07-04 |
Bart Van Assche | Added regression test for pthread cleanup handling. |
commit | commitdiff | tree | snapshot |
| 2009-07-04 |
Bart Van Assche | Enabled the DRD command line flags --var-info=yes and... |
commit | commitdiff | tree | snapshot |
| 2009-07-04 |
Bart Van Assche | Restored configure test for -Wno-empty-body. |
commit | commitdiff | tree | snapshot |
| 2009-07-04 |
Nicholas Nethercote | Include valgrind.spec in the tarball, as it makes thing... |
commit | commitdiff | tree | snapshot |
| 2009-07-02 |
Nicholas Nethercote | Back out r10402 because it completely breaks things... |
commit | commitdiff | tree | snapshot |
| 2009-07-02 |
Julian Seward | Fix missing backslash, which was causing serious weirdn... |
commit | commitdiff | tree | snapshot |
| 2009-07-02 |
Tom Hughes | Replace strlen on amd64-linux with a simple version... |
commit | commitdiff | tree | snapshot |
| 2009-07-02 |
Julian Seward | Fix handling of the vex svn-version thing following... |
commit | commitdiff | tree | snapshot |
| 2009-07-02 |
Julian Seward | Unbreak the svn-version thing following r1904. |
commit | commitdiff | tree | snapshot |
| 2009-07-02 |
Julian Seward | Track file renaming in vex r1904, and get rid of tempor... |
commit | commitdiff | tree | snapshot |
| 2009-07-02 |
Julian Seward | Flatten out the directory structure in the priv/ side... |
commit | commitdiff | tree | snapshot |
| 2009-07-01 |
Josef Weidendorfer | Fix handling of multiple signal deliveries in a row |
commit | commitdiff | tree | snapshot |
| 2009-07-01 |
Bart Van Assche | Switched to the just introduced ANNOTATE_*() macro's. |
commit | commitdiff | tree | snapshot |
| 2009-07-01 |
Bart Van Assche | Added four more ANNOTATE_*() macro's / removed the... |
commit | commitdiff | tree | snapshot |
| 2009-07-01 |
Bart Van Assche | Updated test instructions. |
commit | commitdiff | tree | snapshot |
| 2009-07-01 |
Bart Van Assche | Reran this script and updated the results table. |
commit | commitdiff | tree | snapshot |
| 2009-07-01 |
Tom Hughes | When looking for the text section in a PE executable... |
commit | commitdiff | tree | snapshot |
| 2009-07-01 |
Julian Seward | Double the size of the spill area. Fixes #195838. |
commit | commitdiff | tree | snapshot |
| 2009-07-01 |
Julian Seward | Update oprofiling notes a bit. |
commit | commitdiff | tree | snapshot |
| 2009-07-01 |
Julian Seward | Merge in branches/DCAS. |
commit | commitdiff | tree | snapshot |
| 2009-07-01 |
Julian Seward | Rename 'Makefile' to 'Makefile-gcc' so as to be compati... |
commit | commitdiff | tree | snapshot |
| 2009-07-01 |
Julian Seward | Merge in branches/DCAS: |
commit | commitdiff | tree | snapshot |
| 2009-07-01 |
Nicholas Nethercote | Add a comment. |
commit | commitdiff | tree | snapshot |
| 2009-07-01 |
Nicholas Nethercote | Remove the --all option from vg_perf. It's useless... |
commit | commitdiff | tree | snapshot |
| 2009-07-01 |
Nicholas Nethercote | Add some more functions to the default --alloc-fns... |
commit | commitdiff | tree | snapshot |
| 2009-07-01 |
Nicholas Nethercote | Just whitespace and comment changes. |
commit | commitdiff | tree | snapshot |
| 2009-06-30 |
Nicholas Nethercote | Fix a problem with r10384: it was failing to read... |
commit | commitdiff | tree | snapshot |
| 2009-06-29 |
Josef Weidendorfer | Fix statistics with multiple changes of instrumentation... |
commit | commitdiff | tree | snapshot |
| 2009-06-29 |
Josef Weidendorfer | Change demangler to not use excessive space from stack |
commit | commitdiff | tree | snapshot |
| 2009-06-29 |
Nicholas Nethercote | Make the Linux launcher more like the Darwin one in... |
commit | commitdiff | tree | snapshot |
| 2009-06-29 |
Nicholas Nethercote | Add a comment. |
commit | commitdiff | tree | snapshot |
| 2009-06-27 |
Nicholas Nethercote | Suppression wasn't general enough. Caught by Jeroen... |
commit | commitdiff | tree | snapshot |
| 2009-06-26 |
Bart Van Assche | Applied the patch attached to http://bugs.kde.org/show_... |
commit | commitdiff | tree | snapshot |
| 2009-06-26 |
Nicholas Nethercote | Suppress a leak in setenv(). Fixes bug 188572. |
commit | commitdiff | tree | snapshot |
| 2009-06-26 |
Nicholas Nethercote | An fd in the Darwin launcher wasn't being closed. |
commit | commitdiff | tree | snapshot |
| 2009-06-25 |
Nicholas Nethercote | Fix 'make check' for automake-1.7. Fixes bugs 197898... |
commit | commitdiff | tree | snapshot |
| 2009-06-24 |
Bart Van Assche | Use the value set in the environment variable DRD_SEGME... |
commit | commitdiff | tree | snapshot |
| 2009-06-24 |
Bart Van Assche | Changed default segment merging interval from 64 to 10. |
commit | commitdiff | tree | snapshot |
| 2009-06-24 |
Bart Van Assche | Added tool option --drd-stats=yes. |
commit | commitdiff | tree | snapshot |
| 2009-06-24 |
Nicholas Nethercote | In VG_(get_changed_segments) use dynamic memory allocat... |
commit | commitdiff | tree | snapshot |
| 2009-06-24 |
Nicholas Nethercote | Remove some unnecessary tests. |
commit | commitdiff | tree | snapshot |
| 2009-06-24 |
Bart Van Assche | The previous commit broke the 32-bit build, which is... |
commit | commitdiff | tree | snapshot |
| 2009-06-24 |
Nicholas Nethercote | Add support for various aio_*() syscalls on Darwin... |
commit | commitdiff | tree | snapshot |
| 2009-06-24 |
Nicholas Nethercote | Suppress a Cond error in pthread_rwlock_init(). Fixes... |
commit | commitdiff | tree | snapshot |
| 2009-06-24 |
Nicholas Nethercote | Add a comment. |
commit | commitdiff | tree | snapshot |
| 2009-06-24 |
Nicholas Nethercote | Support and test mincore() on Darwin. |
commit | commitdiff | tree | snapshot |
| 2009-06-24 |
Nicholas Nethercote | Enable mincore() on AMD64/Linux. Hopefully fixes bug... |
commit | commitdiff | tree | snapshot |
| 2009-06-24 |
Nicholas Nethercote | Abort if a dir is given to --suppressions. Fixes bug... |
commit | commitdiff | tree | snapshot |
| 2009-06-24 |
Nicholas Nethercote | This commit merges the BUILD_TWEAKS branch onto the... |
commit | commitdiff | tree | snapshot |
| 2009-06-22 |
Bart Van Assche | Fixed typo. |
commit | commitdiff | tree | snapshot |
| 2009-06-21 |
Bart Van Assche | Statistics: fixed bug introduced in r10356. |
commit | commitdiff | tree | snapshot |
| 2009-06-21 |
Bart Van Assche | Statistics: do not only count DRD_(bm_new)() calls... |
commit | commitdiff | tree | snapshot |
| 2009-06-21 |
Bart Van Assche | Combined DRD_(thread_new_segment)() and DRD_(thread_com... |
commit | commitdiff | tree | snapshot |
| 2009-06-21 |
Bart Van Assche | Made --drd-stats=yes output even more verbose. |
commit | commitdiff | tree | snapshot |
| 2009-06-21 |
Bart Van Assche | Merged revisions 10129:10130 from the DRDDEV branch... |
commit | commitdiff | tree | snapshot |
| 2009-06-21 |
Bart Van Assche | Updated code for statistics printed by --drd-stats... |
commit | commitdiff | tree | snapshot |
| 2009-06-20 |
Bart Van Assche | Generalized a suppression pattern. |
commit | commitdiff | tree | snapshot |
| 2009-06-20 |
Bart Van Assche | Updated test plan. |
commit | commitdiff | tree | snapshot |
| 2009-06-20 |
Bart Van Assche | Reran SPLASH-2 benchmark. |
commit | commitdiff | tree | snapshot |
| 2009-06-15 |
Nicholas Nethercote | Make the sys_newlstat wrapper more like those of simila... |
commit | commitdiff | tree | snapshot |
| 2009-06-15 |
Josef Weidendorfer | Callgrind: fix instrumentation for arbitrary events... |
commit | commitdiff | tree | snapshot |
| 2009-06-15 |
Josef Weidendorfer | Avoid variable name "new", use more concrete name instead |
commit | commitdiff | tree | snapshot |
| next |