- 4df0bfc mips: adding MIPS64LE support to Valgrind by petarj · 12 years ago
- 3a00f52 Fix vassert_fail producing random output for an empty format by philippe · 12 years ago
- 3a53220 fix 315545 (find_TTEntry_from_hcode): Assertion '(UChar*)sec->tt[tteNo].tcptr <= (UChar*)hcode' failed by philippe · 12 years ago
- fdd27ac Make msgrcv wrappers on amd64, arm and mips32 look for IPC_NOWAIT in by tom · 12 years ago
- e70c45e Add Valgrind's implementation of memmove to avoid link issue by petarj · 12 years ago
- 9f2a339 Add support for the Linux ioctl IB_USER_MAD_ENABLE_PKEY by bart · 12 years ago
- e0acc15 s390: Testcases and vbit-tester changes for the following by florian · 12 years ago
- 3a142cf s390: Add testcase for these DFP insns: CDGTRA, CXGTR, CGXTR, and CGDTR (VEX r2680). by florian · 12 years ago
- d52defb Add intercepts for some Qt5 functions. (David Faure, faure@kde.org) by sewardj · 12 years ago
- 522d4d3 Line-wrap a comment and put in some #undefs. Non-functional change. by sewardj · 12 years ago
- c4feec1 Bypass warning reported by gcc by philippe · 12 years ago
- ebe2580 better handle and better document the case of multi-locks cycles by philippe · 12 years ago
- 20ede3a Improves stacktrace unwinding on x86 by philippe · 12 years ago
- 5d0d521 test_reservation(), test_double_pair_instrs(): Fix broken inline assembly by sewardj · 12 years ago
- 6805a4a Increase maximum usable memory amount from 32GB to 64GB on 64-bit Linux. by sewardj · 12 years ago
- 3d5246f get_otrack_shadow_offset_wrk: amd64: add a (very rare) missing case. by sewardj · 12 years ago
- 07bfda2 Non functional change (formatting, comments) related to newly created Iex_ITE. by sewardj · 12 years ago
- a28c43c Fix the mkLazy3 case for I32 x I8 x I128 -> I128. by sewardj · 12 years ago
- 5869ded Fix a buffer overflow in VG_(assert_fail). by florian · 12 years ago
- 5686b2d Infrastructure cleanup part 2. valgrind side changes. by florian · 12 years ago
- 495f622 Initialise a local variable, so as to stop gcc-4.7.2 complaining that by sewardj · 12 years ago
- 19fb8d7 drd: Make --trace-addr trace all loads for the specified address by bart · 12 years ago
- 4005d47 drd: Avoid that Coverity complains about a dead assignment by bart · 12 years ago
- 66e4c73 Fix warning (missing #include file) by philippe · 12 years ago
- 1ae5353 Avoid copying a string coming from argv[] into a fixed size buffer. by florian · 12 years ago
- cc96165 Changes to track r2664, which changed the type of the condition field by sewardj · 12 years ago
- 74c37d8 Improve help message. by florian · 12 years ago
- 9b6e72a Update list of ignored files. by florian · 12 years ago
- edef58d Tweak script; ignore some more opcodes. by florian · 12 years ago
- 9e9b589 Avoid doing a useless system call in scheduler sanity check by philippe · 12 years ago
- 6ec8d63 Implement the gdbsrv monitor command v.do expensive_sanity_check_general by philippe · 12 years ago
- dd6c514 ensure nightly reports the GDB version by philippe · 12 years ago
- fb583cb Fix implementation of the DFP integer operands. by carll · 12 years ago
- 4041ce3 s390: Pedantic cleanups by Maran. by florian · 12 years ago
- 195623b Make sure the variable is completely initialised. That's good by florian · 12 years ago
- 77241c7 Fix NULL dereference if no integer arg given to monitor block_list cmd by philippe · 12 years ago
- 8a2bea9 Remove pointless test. vts->ts is an array and cannot be NULL. by florian · 12 years ago
- fcd9635 Remove unneeded test. "info" cannot be NULL here as it was dereferenced by florian · 12 years ago
- 833d01c s390: Add another testcase for DFP insns. by florian · 12 years ago
- 8fa60ff Replace bcopy on linux as, at least in 32 bit build, glibc will by tom · 12 years ago
- ba74a11 Fix two asserts that Coverity's checker diagnosed as having side effects. by florian · 12 years ago
- 39d8b54 xen: Add a missing break to the handling of XEN_DOMCTL_max_vcpus by florian · 12 years ago
- 6c0aa2c In mc_translate a NULL guard expression is sometimes passed around by florian · 12 years ago
- a0ba586 mips: fix link_tool_exe_linux issue for different mips architectures by petarj · 12 years ago
- 1764121 mips: additional test case for fix in VEX r2648 by petarj · 12 years ago
- 583ae93 Add documentation for VALGRIND_MONITOR_COMMAND client request by philippe · 12 years ago
- 4620765 Implement --merge-recursive-frames + provide VALGRIND_MONITOR_COMMAND client req. by philippe · 12 years ago
- d734865 Fix buffer overrun due to copy paste from x86 to amd64. by philippe · 12 years ago
- c7c3f2f xen: add a missing break to the handling of XEN_DOMCTL_getdomaininfo by bart · 12 years ago
- 9293361 Fix warning in perm_malloc (reported by Florian) by philippe · 12 years ago
- d678533 Fix a comment. Spotted by Maran. by florian · 12 years ago
- 11edf63 Fix statement order. Found by Coverity's checker. by florian · 12 years ago
- efa97a7 Import from memcheck land, a less ludicrously inefficient by sewardj · 12 years ago
- 15e2fbb Add an implementation of memset() that costs half as much on 64 bit by sewardj · 12 years ago
- 6e4b713 Implement a more efficient allocation of small blocks which are never freed. by philippe · 12 years ago
- 50863bb Change the size of the hash table used to cache IP -> debuginfo to a prime nr by philippe · 12 years ago
- cafe505 Merge, from branches/COMEM, revisions 13139 to 13235. by sewardj · 12 years ago
- 2596337 Small comment fix: .h specifies "all frames", implementation uses 8. by philippe · 12 years ago
- 370a8d5 Fix two memory leaks. Spotted by Coverity. by florian · 12 years ago
- 36c01ef Improve error handling when vgdb cannot read process cmd line by philippe · 12 years ago
- 9f369a0 Announce bug fix. by florian · 12 years ago
- e07cbb3 Fix a few compiler warnings on Darwin. by florian · 12 years ago
- c3b29ca Minor code cleanup. These cases cannot occur. by florian · 12 years ago
- 91a16b7 Test file mode correctly in vmsplice wrapper. by tom · 12 years ago
- 3781ac1 Accept glibc 2.17 as valid. by tom · 12 years ago
- 63ea01e Comment only changes by philippe · 12 years ago
- 5db022b no recording of execontext for track origin in brk/signal stack when track-origin=no by philippe · 12 years ago
- d5fb89d Avoid to record execontext used for origin tracking when --trac-origins=no by philippe · 12 years ago
- 53eb2a0 Add memcheck support for the IROps added in VEX r2631. by florian · 12 years ago
- 8617b5b Implement --keep-stacktraces=alloc|free|alloc-and-free|alloc-then-free|none by philippe · 12 years ago
- 550c826 output the nr of IP in the stacktrace header produced by v.info exectxt by philippe · 12 years ago
- 53bc8bc update a test following revision 13220 by philippe · 12 years ago
- f3a6e93 Addition of GDB server monitor command 'v.info execontext' that shows by philippe · 12 years ago
- c08fd4e s390: Add ecag.stdout.exp-zec12 to EXTRA_DIST. by florian · 12 years ago
- b194317 add ecag exp file for zec12 by cborntra · 12 years ago
- e8c3115 remove useless undef of MYBUF_LEN by philippe · 12 years ago
- 04b2772 s390: Add testcases for DFP "shift significant" insns. by florian · 12 years ago
- 0a2682a s390: Add testcase for "test data class/group" insns. by florian · 12 years ago
- 17c5e2e by sewardj · 12 years ago
- 518401a s390: Add testcases for ESDTR and EXDTR. by florian · 12 years ago
- 974b409 valgrind-side support for Iop_ExtractSigD64 and Iop_ExtractSigD128. by florian · 12 years ago
- 528b350 is_stack_access: don't iterate over possibly non-existent stmts. This by sewardj · 12 years ago
- 000e6c8 Update list of ignored files. by florian · 12 years ago
- 29238c6 vbit-tester: In test_ternary_op return number of tests executed. by florian · 12 years ago
- 0fca5ee Remove a fixme. by florian · 12 years ago
- 29a36b9 valgrind side changes to support Iop_CmpExpD64 and Iop_CmpExpD128. by florian · 12 years ago
- 35b241b Avoid compiler warning on ppc32. by florian · 12 years ago
- 97a3d76 none/tests/process_vm_readv_writev: Avoid that compilation of this test program triggers a compiler warning by bart · 12 years ago
- b6c014b drd/tests/pth_cond_destroy_busy: Correct expected output by bart · 12 years ago
- 995e36d drd/tests/pth_cond_destroy_busy: Add by bart · 12 years ago
- d36fa80 drd: Handle pthread_cond_destroy() failure properly by bart · 12 years ago
- 142a4ba Updated for s390_defs.h. by florian · 12 years ago
- ef9c8ad s390: Add testcases for CDTR, CXTR, LDETR. LXDTR, LEDTR, LDXTR. by florian · 12 years ago
- d8e784d Companion patch to VEX r2605. Adds a few testcases and adapts the vbit by florian · 12 years ago
- f4bed37 Fix mc_translate for Iop_D64toD32. by florian · 12 years ago
- 543f7ef Minor style improvement over r13190. by petarj · 12 years ago
- c9fa640 Use different incorrect value in pth_detached3 by petarj · 12 years ago
- 6d79b74 Introduce DISABLE_PTHREAD_SPINLOCK_INTERCEPT flag by petarj · 12 years ago
- 9f35c0d Fix vbit tester for Iop_D32toD64 and Iop_D64toD32. by florian · 12 years ago
- c12486b Fix the configure check so that fair-sched works on Android too. by sewardj · 12 years ago