aboutsummaryrefslogtreecommitdiff
path: root/memcheck
AgeCommit message (Expand)Author
2007-05-23Merge (from 3.2 branch) r6743 (Edit the manual to bring it up to datesewardj
2007-04-19wrap env related functions to be able to track undefineddirk
2007-03-14Use a 64-bit counter to keep track of the total number of bytessewardj
2007-03-14Back out r6640; I'm pretty sure it is the wrong thing to do now.sewardj
2007-03-12Add a custom stderr filter for memcheck/tests/amd64/defcfaexpr.sewardj
2007-03-12Add a test for int3 on x86 (from Peter Maydell)sewardj
2007-03-12Add a test for int3 on amd64 (from Peter Maydell)sewardj
2007-03-11It appears glibc-2.5's getenv() function steps along environmentsewardj
2007-03-10wibblenjn
2007-02-28Add a regression test for unwind handling of DW_CFA_def_cfa_expression.sewardj
2007-02-27Track recent XArray changes.sewardj
2007-02-23Add an intercept for __memmove_chk (another glibc 2.5 artefact)sewardj
2007-02-09Work around gcc limitations on aix.sewardj
2007-01-28__stpcpy_chk: sync with Dirk's original proposal, and show originssewardj
2007-01-27Intercept __stpcpy_chk. (Dirk Mueller)sewardj
2007-01-19Add a test that very long function names are safely truncated insewardj
2007-01-18Intercept mempcpy also in ld.so.1.sewardj
2007-01-16Intercept _intel_fast_memcpy in the main executable. Partial fix forsewardj
2007-01-16Make sse1-friendly.sewardj
2007-01-16Add tests to check that memcheck does not give a false error for 'xorsewardj
2007-01-12Fix a bug reported by Bruce Lowekamp involving the interaction ofnjn
2007-01-10Regtest for FXSAVE on amd64.sewardj
2007-01-08Update copyright dates.sewardj
2007-01-06Replace bcmp in ld.so.1.sewardj
2007-01-01Avoid printf in the recursive routines, so that the intercept ofsewardj
2006-12-31Provide a replacement for mempcpy.sewardj
2006-12-31Intercept/replace glibc-2.5's __strcpy_chk function for the usualsewardj
2006-12-30Merge (from 3_2_BRANCH) r6457/8 (Support 64k pages on ppc32/64-linuxsewardj
2006-12-27Remove dead code.njn
2006-12-27Handle new primop Iop_SarN8x8 introduced in vex r1702.sewardj
2006-12-24Non-functional commit: track IR renaming in vex r1689.sewardj
2006-12-17Add missing case, apparently not very popular :-)sewardj
2006-12-16Completely overhauled the internals of Memcheck's error handling. All thenjn
2006-12-15Remove defunct constant.njn
2006-12-13Include missing files in tarball.sewardj
2006-12-13Fix error in aix zeropage handling.sewardj
2006-12-12Minor tidying for regtests on AIX.sewardj
2006-12-11Fix various regtests, mostly by adding 64-bit outputs.sewardj
2006-12-11Update a couple of expected outputs.sewardj
2006-12-06Update some expected outputs following r6382. There may be more ..sewardj
2006-12-06Fix confusing and contradictory "Rerun with ..." messages printed atsewardj
2006-12-06Fix suppression-matching bogon (Paul Floyd).sewardj
2006-11-28Make it possible to suppress, and auto-generate suppressions for,sewardj
2006-11-25Use the newly-added dopyIRBBExceptStmts() in tools.njn
2006-11-14Add a regtest for the false-uninitialised-value-report bug fixed bysewardj
2006-11-03Fix a man page bug.njn
2006-10-19Fix bug in memcheck's instrumenter introduced in r6319. Big commentsewardj
2006-10-18Observe the rule that requires all instrumenters to copy verbatim anysewardj
2006-10-17- Fix a subtle alignment-check bug I introduced into mc_die_mem_stack_12sewardj
2006-10-17Updated expected with-TOC output.sewardj