2010-07-01 |
Julian Seward | Give prototypes for the 64-bit integer division replace... |
commit | commitdiff | tree |
2010-07-01 |
Julian Seward | Get rid of a whole bunch of format string warnings... |
commit | commitdiff | tree |
2010-07-01 |
Julian Seward | Fix \n placement in Darwin sync-check-failure messages. |
commit | commitdiff | tree |
2010-07-01 |
Julian Seward | Don't assert when trying to show a Darwin syscall numbe... |
commit | commitdiff | tree |
2010-07-01 |
Julian Seward | Add a handler for syscall proc_info, 64-bit Darwin... |
commit | commitdiff | tree |
2010-07-01 |
Nicholas Nethercote | Add some suppressions reported by Jesse Ruderman. |
commit | commitdiff | tree |
2010-07-01 |
Nicholas Nethercote | Add --pages-as-heap option to Massif. Bug 203256. |
commit | commitdiff | tree |
2010-07-01 |
Nicholas Nethercote | Fix various bits of regtest breakage on amd64-linux... |
commit | commitdiff | tree |
2010-07-01 |
Nicholas Nethercote | Remove a bogus header file listing. |
commit | commitdiff | tree |
2010-07-01 |
Nicholas Nethercote | Add a missing filter_stderr file. |
commit | commitdiff | tree |
2010-07-01 |
Nicholas Nethercote | Add missing darwin10 .supp files. |
commit | commitdiff | tree |
2010-07-01 |
Nicholas Nethercote | Merged the MACOSX106 branch to the trunk. Merge command: |
commit | commitdiff | tree |
2010-06-30 |
Nicholas Nethercote | Added cg_diff. |
commit | commitdiff | tree |
2010-06-29 |
Bart Van Assche | Fix for bug #242814 (Linux): made sure that Valgrind... |
commit | commitdiff | tree |
2010-06-28 |
Julian Seward | Add tests for ROUNDSS and ROUNDSD -- partial coverage... |
commit | commitdiff | tree |
2010-06-27 |
Julian Seward | Handle new primop Iop_RoundF32toInt, needed by SSE4... |
commit | commitdiff | tree |
2010-06-22 |
Nicholas Nethercote | Don't need to have special handling for link_tool_exe... |
commit | commitdiff | tree |
2010-06-22 |
Nicholas Nethercote | Don't print the linking command, it's too noisy with... |
commit | commitdiff | tree |
2010-06-22 |
Nicholas Nethercote | Fix bug in the previous commit. |
commit | commitdiff | tree |
2010-06-22 |
Nicholas Nethercote | Allow negative numbers in the cachegrind.out.* file... |
commit | commitdiff | tree |
2010-06-22 |
Nicholas Nethercote | Make better use of references, allowing data structure... |
commit | commitdiff | tree |
2010-06-18 |
Julian Seward | Valgrind-side changes needed to go with vex r1984 ... |
commit | commitdiff | tree |
2010-06-15 |
Bart Van Assche | Reimplemented the _VKI_IOC_TYPECHECK() macro such that... |
commit | commitdiff | tree |
2010-06-15 |
Bart Van Assche | Updated Subversion ignore list. |
commit | commitdiff | tree |
2010-06-15 |
Tom Hughes | Avoid reading beyond the end of the environment variabl... |
commit | commitdiff | tree |
2010-06-15 |
Julian Seward | Add a test program for SSE4 instructions. Currently... |
commit | commitdiff | tree |
2010-06-14 |
Bart Van Assche | Fixed compiler warnings about casting from const char... |
commit | commitdiff | tree |
2010-06-13 |
Julian Seward | Remove link_tool_exe.c and replace it with perl scripts... |
commit | commitdiff | tree |
2010-06-13 |
Bart Van Assche | PowerPC: only compile Altivec instructions when the... |
commit | commitdiff | tree |
2010-06-13 |
Bart Van Assche | Made the abort() function available on PPC too. |
commit | commitdiff | tree |
2010-06-10 |
Tom Hughes | Fixed bogus check of RES in the ioctl PRE handler intro... |
commit | commitdiff | tree |
2010-06-10 |
Josef Weidendorfer | Fix typo introduced with r11165, include "Ge" in regtests |
commit | commitdiff | tree |
2010-06-10 |
Bart Van Assche | Follow-up for r11164: made sure that the --build-id... |
commit | commitdiff | tree |
2010-06-09 |
Josef Weidendorfer | Callgrind new feature: count global bus lock events... |
commit | commitdiff | tree |
2010-06-09 |
Josef Weidendorfer | Callgrind: make globals for log_* helpers visible outsi... |
commit | commitdiff | tree |
2010-06-09 |
Josef Weidendorfer | Callgrind: event sets now consist of event groups |
commit | commitdiff | tree |
2010-06-08 |
Bart Van Assche | Added a configure test for the linker flag --build... |
commit | commitdiff | tree |
2010-06-08 |
Bart Van Assche | Added a suppression pattern for __nptl_deallocate_tsd(). |
commit | commitdiff | tree |
2010-06-05 |
Bart Van Assche | Added a suppression pattern for the boost thread library. |
commit | commitdiff | tree |
2010-06-05 |
Bart Van Assche | Updated Subversion ignore list. |
commit | commitdiff | tree |
2010-06-03 |
Julian Seward | on MacOSX, correctly propagate failure code of system... |
commit | commitdiff | tree |
2010-06-03 |
Julian Seward | (for linux): |
commit | commitdiff | tree |
2010-06-02 |
Bart Van Assche | Replaced dynamic initialization of DRD_(pthread_cond_in... |
commit | commitdiff | tree |
2010-06-02 |
Julian Seward | Make link_tool_exe.c work for MacOSX. This un-breaks... |
commit | commitdiff | tree |
2010-06-02 |
Julian Seward | Add a new program (link_tool_exe.c) and use this to... |
commit | commitdiff | tree |
2010-05-29 |
Bart Van Assche | Updated Subversion ignore lists. |
commit | commitdiff | tree |
2010-05-29 |
Bart Van Assche | Handle statically initialized condition variables properly. |
commit | commitdiff | tree |
2010-05-29 |
Bart Van Assche | Added a regression test. |
commit | commitdiff | tree |
2010-05-29 |
Bart Van Assche | Can be processed again with autoconf 2.59 and before... |
commit | commitdiff | tree |
2010-05-28 |
Julian Seward | libhb_so_recv(): don't pass a NULL filter to Filter__cl... |
commit | commitdiff | tree |
2010-05-27 |
Bart Van Assche | Updated e-mail address. |
commit | commitdiff | tree |
2010-05-25 |
Tom Hughes | Set VG_(args_the_exename) to the full path to the scrip... |
commit | commitdiff | tree |
2010-05-24 |
Tom Hughes | Fix amd64 and ppc64 to correctly mark mq_timedreceive... |
commit | commitdiff | tree |
2010-05-15 |
Bart Van Assche | Changes: |
commit | commitdiff | tree |
2010-05-14 |
Julian Seward | Add missing backslash. |
commit | commitdiff | tree |
2010-05-13 |
Bart Van Assche | Added an additional tl_assert() statement. |
commit | commitdiff | tree |
2010-05-13 |
Bart Van Assche | Added support for glibc 2.12. |
commit | commitdiff | tree |
2010-05-12 |
Bart Van Assche | DRD: added a suppression pattern for the libstdc++... |
commit | commitdiff | tree |
2010-05-10 |
Julian Seward | Add test cases for XADD reg,reg. (Nicolas Sauzede... |
commit | commitdiff | tree |
2010-05-10 |
Julian Seward | Enable testing of FISTS and FISTPS on amd64. |
commit | commitdiff | tree |
2010-05-09 |
Julian Seward | New flag --require-text-symbol=:sopatt:fnpatt, to be... |
commit | commitdiff | tree |
2010-05-07 |
Tom Hughes | Add support for some EVIO ioctls. These are a bit abnor... |
commit | commitdiff | tree |
2010-05-05 |
Julian Seward | Rollup changes for Helgrind: |
commit | commitdiff | tree |
2010-05-05 |
Julian Seward | Add a method to get the contents of an XArray so we... |
commit | commitdiff | tree |
2010-05-03 |
Julian Seward | Update copyright dates to 2010. |
commit | commitdiff | tree |
2010-04-29 |
Bart Van Assche | Filter tuning such that the annotate_barrier test does... |
commit | commitdiff | tree |
2010-04-29 |
Bart Van Assche | Refactoring: replaced two AC_TRY_COMPILE() occurrences... |
commit | commitdiff | tree |
2010-04-29 |
Bart Van Assche | Improved portability of the annotate_barrier regression... |
commit | commitdiff | tree |
2010-04-29 |
Bart Van Assche | Made these two tests pass again on Darwin. |
commit | commitdiff | tree |
2010-04-29 |
Bart Van Assche | Removed sem_init() test again. |
commit | commitdiff | tree |
2010-04-29 |
Tom Hughes | Include fcntl.h to get O_CREAT on Fedora 13. |
commit | commitdiff | tree |
2010-04-29 |
Tom Hughes | Link the tls test against tls2.so as it references... |
commit | commitdiff | tree |
2010-04-29 |
Tom Hughes | Include valgrind headers before system headers to avoid... |
commit | commitdiff | tree |
2010-04-29 |
Bart Van Assche | Suppressed a (harmless) compiler warning that was only... |
commit | commitdiff | tree |
2010-04-29 |
Bart Van Assche | Made test results independent of thread scheduling. |
commit | commitdiff | tree |
2010-04-29 |
Bart Van Assche | Replaced most platform-test macros by HAVE_... macros. |
commit | commitdiff | tree |
2010-04-29 |
Bart Van Assche | Added configure test for pthread_yield() and sem_init(). |
commit | commitdiff | tree |
2010-04-29 |
Bart Van Assche | Added yet another regression test. |
commit | commitdiff | tree |
2010-04-29 |
Bart Van Assche | Changed gcc version from 4.4.3 to 4.5.0. |
commit | commitdiff | tree |
2010-04-28 |
Tom Hughes | Add some basic DWARF4 support. Based on patch from... |
commit | commitdiff | tree |
2010-04-19 |
Julian Seward | Rename preprocessor macro __VALGRIND__ to __VALGRIND_MA... |
commit | commitdiff | tree |
2010-04-12 |
Julian Seward | search_all_symtabs: when mapping addresses to text... |
commit | commitdiff | tree |
2010-04-12 |
Julian Seward | Comment-only change. |
commit | commitdiff | tree |
2010-04-12 |
Julian Seward | Change the method used in hg_intercepts.c to hide from... |
commit | commitdiff | tree |
2010-04-12 |
Julian Seward | Take account the ABI-mandated stack redzone when changi... |
commit | commitdiff | tree |
2010-04-02 |
Bart Van Assche | Should now really compile on Darwin. |
commit | commitdiff | tree |
2010-04-01 |
Bart Van Assche | Should now build on Darwin too. |
commit | commitdiff | tree |
2010-03-31 |
Tom Hughes | Syscall numbers (on amd64 at least) are in unistd_... |
commit | commitdiff | tree |
2010-03-27 |
Bart Van Assche | The help text printed by command-line option -h does... |
commit | commitdiff | tree |
2010-03-21 |
Bart Van Assche | Resynchronized client requests with the latest version... |
commit | commitdiff | tree |
2010-03-21 |
Bart Van Assche | Added two additional regression tests. |
commit | commitdiff | tree |
2010-03-15 |
Julian Seward | Fix stupid bug in VG_(bzero_inline), as spotted by... |
commit | commitdiff | tree |
2010-03-14 |
Julian Seward | Inline most functions in VG_(use_CF_info). May or... |
commit | commitdiff | tree |
2010-03-14 |
Tom Hughes | Enabled getsid in ptrcheck. Fixe #230593. |
commit | commitdiff | tree |
2010-03-14 |
Julian Seward | Improve performance of the fallback path when a transla... |
commit | commitdiff | tree |
2010-03-11 |
Julian Seward | Update expected outputs following r11089. |
commit | commitdiff | tree |
2010-03-11 |
Julian Seward | If a race error is detected, check to see whether the... |
commit | commitdiff | tree |
2010-03-10 |
Bart Van Assche | Generalized the DRD regression test stderr filter. |
commit | commitdiff | tree |
2010-03-09 |
Bart Van Assche | Removed --read-var-info=yes in order to obtain the... |
commit | commitdiff | tree |
2010-03-09 |
Tom Hughes | Add mlockall support to ptrcheck. Closes #230020. |
commit | commitdiff | tree |
next |