2011-10-01 |
Florian Krohm | Change the filtering of helgrind's XML output. |
commit | commitdiff | tree |
2011-09-30 |
Julian Seward | Update re OSX 10.7. |
commit | commitdiff | tree |
2011-09-30 |
Julian Seward | * (marginally) fix debug printing for new 10.7 syscalls |
commit | commitdiff | tree |
2011-09-30 |
Julian Seward | Fix a couple of buffer overruns. n-i-bz. |
commit | commitdiff | tree |
2011-09-30 |
Julian Seward | Make wqthread_hijack not assert on x86-darwin. Same... |
commit | commitdiff | tree |
2011-09-30 |
Florian Krohm | Use <sys/mman.h> instead of <linux/mman.h> to fix a... |
commit | commitdiff | tree |
2011-09-29 |
Florian Krohm | Change the name of the pipes for vgdb by adding usernam... |
commit | commitdiff | tree |
2011-09-29 |
Julian Seward | Make {amd64,x86}-darwin use the direct implementations of |
commit | commitdiff | tree |
2011-09-29 |
Julian Seward | Un-break the compiler version check on Darwin (introduc... |
commit | commitdiff | tree |
2011-09-29 |
Julian Seward | Be a bit more careful about the return type for VG_MINI... |
commit | commitdiff | tree |
2011-09-29 |
Julian Seward | x86-linux, amd64-linux: Implement VG_MINIMAL_SETJMP and |
commit | commitdiff | tree |
2011-09-29 |
Julian Seward | Accept clang-2.9 as an allowable compiler. |
commit | commitdiff | tree |
2011-09-29 |
Julian Seward | Compile everything with -fno-builtin, so as to disable... |
commit | commitdiff | tree |
2011-09-29 |
Florian Krohm | Fix a regression (none/tests/cmdline[12]) which was... |
commit | commitdiff | tree |
2011-09-29 |
Florian Krohm | Remove hardwired /tmp directory in vgdb. Honour VG_TMPDIR |
commit | commitdiff | tree |
2011-09-28 |
Florian Krohm | Fix a NULL pointer dereference issue spotted by IBM... |
commit | commitdiff | tree |
2011-09-27 |
Julian Seward | Update how-to-build documentation. |
commit | commitdiff | tree |
2011-09-27 |
Julian Seward | Add support for hardware-specific ioctl wrappers on... |
commit | commitdiff | tree |
2011-09-27 |
Julian Seward | Android: add wrappers for ashmem and binder ioctls... |
commit | commitdiff | tree |
2011-09-27 |
Julian Seward | Un-break debuginfo image finding on non-Android Linuxes... |
commit | commitdiff | tree |
2011-09-27 |
Julian Seward | Add a facility for ad-hoc location of debuginfo files... |
commit | commitdiff | tree |
2011-09-27 |
Julian Seward | ML_(read_elf_debug_info): (no functional change, I... |
commit | commitdiff | tree |
2011-09-27 |
Julian Seward | Android only: don't ignore zero-sized symbols, since... |
commit | commitdiff | tree |
2011-09-26 |
Julian Seward | arm_linux_android: intercept __dl_strcmp and __dl_strlen in |
commit | commitdiff | tree |
2011-09-26 |
Julian Seward | Initial suppressions from Android 2.3.5 (on ARM). |
commit | commitdiff | tree |
2011-09-26 |
Julian Seward | Heap profiler: reduce threshold at which a new profile... |
commit | commitdiff | tree |
2011-09-26 |
Julian Seward | Pretty up the debugging hack that allows printing of... |
commit | commitdiff | tree |
2011-09-26 |
Julian Seward | Re-enable the use of loctab (line number table) trimmin... |
commit | commitdiff | tree |
2011-09-26 |
Julian Seward | run_a_thread_NORETURN: add trashed-register annotations... |
commit | commitdiff | tree |
2011-09-26 |
Julian Seward | Print a slightly less useless failure message if VG_... |
commit | commitdiff | tree |
2011-09-26 |
Julian Seward | m_mallocfree.c: generalise 'reclaimSuperBlock' to also... |
commit | commitdiff | tree |
2011-09-26 |
Florian Krohm | Make filter_helgrind executable. Should unbreak the... |
commit | commitdiff | tree |
2011-09-26 |
Florian Krohm | Change the backtrace filtering machinery for the helgri... |
commit | commitdiff | tree |
2011-09-25 |
Florian Krohm | Remove code duplication from the dispatchers. Keep... |
commit | commitdiff | tree |
2011-09-21 |
Julian Seward | Add initial support for Mac OS X 10.7 (Lion). Tracked... |
commit | commitdiff | tree |
2011-09-20 |
Julian Seward | Un-break Darwin build following r12041 (creation of... |
commit | commitdiff | tree |
2011-09-20 |
Julian Seward | A refactoring change; no functional effect. struct... |
commit | commitdiff | tree |
2011-09-20 |
Julian Seward | Get rid of DebugInfo::memname, a hangover from the... |
commit | commitdiff | tree |
2011-09-19 |
Florian Krohm | Disable sending diffs for the z900 build for now. |
commit | commitdiff | tree |
2011-09-18 |
Florian Krohm | Fix tc23_bogus_condwait.c testcase for s390x. |
commit | commitdiff | tree |
2011-09-17 |
Florian Krohm | Tweak s390x dispatcher. Using CG elminates two load... |
commit | commitdiff | tree |
2011-09-17 |
Florian Krohm | Dispatcher tweak. Saves ALU operation. Suggested by... |
commit | commitdiff | tree |
2011-09-17 |
Bart Van Assche | Make drd/drd_pthread_intercepts.c compile again on... |
commit | commitdiff | tree |
2011-09-13 |
Florian Krohm | Add exp files for s390x. GCC's use of the MVC insn... |
commit | commitdiff | tree |
2011-09-13 |
Florian Krohm | Fix the system call wrapper for the clone system call... |
commit | commitdiff | tree |
2011-09-12 |
Florian Krohm | Add an .exp for s390x. Certain older kernels had a... |
commit | commitdiff | tree |
2011-09-11 |
Florian Krohm | This testcase is sensitive to some sleep period. On... |
commit | commitdiff | tree |
2011-09-10 |
Florian Krohm | Add more .exp files for s390 due to GCC's use of the... |
commit | commitdiff | tree |
2011-09-10 |
Florian Krohm | Back out r12026; instead add a new .exp file for s390x. |
commit | commitdiff | tree |
2011-09-10 |
Florian Krohm | Add config files for z900 nightly build |
commit | commitdiff | tree |
2011-09-10 |
Florian Krohm | Sensitivity fix. On slow machines (s390x z900) need... |
commit | commitdiff | tree |
2011-09-10 |
Florian Krohm | For s390x we also need to accept a reported size of 1. |
commit | commitdiff | tree |
2011-09-10 |
Julian Seward | Update build instructions. |
commit | commitdiff | tree |
2011-09-10 |
Julian Seward | ML_(read_elf_debug_info): debug printing of program... |
commit | commitdiff | tree |
2011-09-10 |
Julian Seward | ML_(read_elf_debug_info): if we exit from this routine... |
commit | commitdiff | tree |
2011-09-10 |
Julian Seward | Avoid excessive fragmentation in m_mallocfree by munmap... |
commit | commitdiff | tree |
2011-09-10 |
Julian Seward | Properly preserve FP registers (and, more generally... |
commit | commitdiff | tree |
2011-09-10 |
Florian Krohm | Additional .exp file for s390x. |
commit | commitdiff | tree |
2011-09-09 |
Florian Krohm | Disable testcase on s390x. Still hangs occasionally. |
commit | commitdiff | tree |
2011-09-09 |
Florian Krohm | Fix testcase for s390x. Provide implementation of XCHG_M_R. |
commit | commitdiff | tree |
2011-09-09 |
Florian Krohm | Add a prerequisite because drd/tests/annotate_smart_poi... |
commit | commitdiff | tree |
2011-09-09 |
Florian Krohm | Add config files for nightly s390 builds. |
commit | commitdiff | tree |
2011-09-08 |
Florian Krohm | Support CLCL and MVCL instructions. This is the non... |
commit | commitdiff | tree |
2011-09-06 |
Josef Weidendorfer | Make some vgdb interface to callgrind_control internal |
commit | commitdiff | tree |
2011-09-06 |
Josef Weidendorfer | Allow overriding not-supported auto-detected cache... |
commit | commitdiff | tree |
2011-09-06 |
Florian Krohm | Change get_svn_revision to also work with older subvers... |
commit | commitdiff | tree |
2011-09-06 |
Julian Seward | Print the (pseudo-)soname when doing debug printing... |
commit | commitdiff | tree |
2011-09-05 |
Julian Seward | * whitespace changes |
commit | commitdiff | tree |
2011-09-05 |
Julian Seward | For intercepts in libc and the dynamic linker (ld.so... |
commit | commitdiff | tree |
2011-09-05 |
Florian Krohm | Avoid hanging on older s390x systems. |
commit | commitdiff | tree |
2011-09-05 |
Julian Seward | Add support for IBM Power ISA 2.06 -- stage 3 -- Test... |
commit | commitdiff | tree |
2011-09-05 |
Julian Seward | Add support for new primops added in vex r2199. |
commit | commitdiff | tree |
2011-09-02 |
Florian Krohm | Add support for s390x model z114. See also VEX r2198 |
commit | commitdiff | tree |
2011-08-30 |
Bart Van Assche | drd: Yet another regression test reliability improvement. |
commit | commitdiff | tree |
2011-08-24 |
Bart Van Assche | drd: Avoid reporting false positive race reports inside... |
commit | commitdiff | tree |
2011-08-23 |
Dirk Mueller | fix the suppressions to also match libc-2.XX.y.so |
commit | commitdiff | tree |
2011-08-23 |
Tom Hughes | Make a copy of any environment string we are going... |
commit | commitdiff | tree |
2011-08-23 |
Julian Seward | Fix link error for 32-bit build on OSX 10.7 (Lion)... |
commit | commitdiff | tree |
2011-08-22 |
Bart Van Assche | Remove the svn:executable property from a source file |
commit | commitdiff | tree |
2011-08-20 |
Julian Seward | Make sure this gets built with -fomit-frame-pointer... |
commit | commitdiff | tree |
2011-08-20 |
Bart Van Assche | memcheck/tests/linux/timerfd-syscall: Avoid failure... |
commit | commitdiff | tree |
2011-08-19 |
Florian Krohm | Add more info about cache sizes. |
commit | commitdiff | tree |
2011-08-19 |
Tom Hughes | Make callgrind report the detected cache configuration... |
commit | commitdiff | tree |
2011-08-19 |
Tom Hughes | Report the detected cache configuration with "-v -v... |
commit | commitdiff | tree |
2011-08-18 |
Julian Seward | Add a new simulation hint, --sim-hints=fuse-compatible... |
commit | commitdiff | tree |
2011-08-18 |
Julian Seward | x86-linux: don't add redirections for strchr/index... |
commit | commitdiff | tree |
2011-08-18 |
Julian Seward | Extend the behavioural-equivalence-class mechanism... |
commit | commitdiff | tree |
2011-08-18 |
Tom Hughes | Don't compare src and dst to work out which direction... |
commit | commitdiff | tree |
2011-08-17 |
Julian Seward | Temporary partial backout of r11911 (fix for #250101... |
commit | commitdiff | tree |
2011-08-17 |
Julian Seward | Redirect memcpy@@GLIBC_2.14 differently from memcpy... |
commit | commitdiff | tree |
2011-08-17 |
Julian Seward | Improvements to debug printing with -v -v. (Tom Hughes... |
commit | commitdiff | tree |
2011-08-16 |
Julian Seward | Un-break the build on OSX following r11985. |
commit | commitdiff | tree |
2011-08-16 |
Julian Seward | Fix for #275284 (initial fix, at least). Will break... |
commit | commitdiff | tree |
2011-08-16 |
Julian Seward | Add more infrastructure to be used for fixing #275284... |
commit | commitdiff | tree |
2011-08-15 |
Tom Hughes | Add missing break statements to example code. Fix to... |
commit | commitdiff | tree |
2011-08-15 |
Julian Seward | Un-break the build on OSX following r11981 (Remove... |
commit | commitdiff | tree |
2011-08-15 |
Julian Seward | Remove the assumption, in m_debuginfo, that each addres... |
commit | commitdiff | tree |
2011-08-15 |
Tom Hughes | Add support for FBIOPUT_VSCREENINFO and FBIOPAN_DISPLAY... |
commit | commitdiff | tree |
2011-08-15 |
Tom Hughes | Mention the --tool option in the manual page. Fixes... |
commit | commitdiff | tree |
2011-08-15 |
Tom Hughes | Include the standard Fedora location in the list of... |
commit | commitdiff | tree |
next |