Removed the configure test for __builtin_frame_address() again because it is no longe...
[ambi/valgrind.git] / memcheck /
2010-10-04 tomWhen a memory block changes from unreachable to possibl...
2010-09-29 sewardjDon't assert when doing origin tracking for d16-31...
2010-09-28 sewardjWhen origin tracking, handle the new %RFLAGS.ACFLAG...
2010-09-24 sewardjPartially make this work on arm-linux (for 32-bit incs...
2010-09-22 sewardjEnable --track-origins on ARM code which accesses CPSR...
2010-09-22 sewardjHandle new 32-bit SIMD integer primops introduced in...
2010-09-19 bartMade timerfd-syscall test more robust by improving...
2010-09-19 bartFixed a typo.
2010-09-19 bartmemcheck/tests/linux/timerfd-syscall: send output to...
2010-09-18 bartPowerPC: added expected output files for memcheck/tests...
2010-09-18 bartPowerPC: corrected expected output for memcheck/tests...
2010-09-13 bartAvoid triggering AM_CFLAGS / AM_CXXFLAGS redefinition...
2010-09-10 sewardjFix a couple of make-dist bugs, caused by recently...
2010-09-03 sewardjAdd tests for new PowerISA_2.05 instructions available...
2010-09-03 sewardjMake the leak tests a whole lot less flaky on ppc32...
2010-09-02 bartUpdated expected output. The output changed because...
2010-09-02 bartImproved support for VALGRIND_MALLOCLIKE_BLOCK in memch...
2010-09-02 bartThe client requests defined in memcheck.h can now be...
2010-08-31 bartAdded command-line option --prefix-to-strip=... Closes...
2010-08-27 bartUpdated memcheck/tests/Makefile.am.
2010-08-27 bartFilter out lines that differ between x86 and ppc.
2010-08-26 bartAdded new memcheck command-line option --show-possibly...
2010-08-24 sewardjChange the replacement for memcpy to a vectorised versi...
2010-08-22 sewardjMerge from branches/THUMB: add (partial) --track-origin...
2010-08-22 sewardjMerge from branches/THUMB: tool-side handling of new...
2010-08-20 sewardjAdd in comments a (validated) strspn replacement, shoul...
2010-08-19 sewardjAdd intercepts for strstr, strpbrk, strcspn. These...
2010-08-06 sewardjTrack vex r2001 (initial PCMPISTRI support):
2010-07-31 bartFollow-up for r11191: made this test pass again.
2010-07-31 bartPasses now when compiled with gcc 4.5.x too.
2010-07-21 sewardjMake the --workaround-gcc296-bugs kludge take into...
2010-07-15 sewardjTry to fix 'make dist' -- possible fallout from r11188.
2010-07-06 njnMake error messages at start-up more consistent. Every...
2010-07-01 njnFix various bits of regtest breakage on amd64-linux...
2010-07-01 njnRemove a bogus header file listing.
2010-07-01 njnAdd a missing filter_stderr file.
2010-07-01 njnMerged the MACOSX106 branch to the trunk. Merge command:
2010-06-27 sewardjHandle new primop Iop_RoundF32toInt, needed by SSE4...
2010-06-18 sewardjValgrind-side changes needed to go with vex r1984 ...
2010-06-13 sewardjRemove link_tool_exe.c and replace it with perl scripts...
2010-06-02 sewardjAdd a new program (link_tool_exe.c) and use this to...
2010-05-03 sewardjUpdate copyright dates to 2010.
2010-01-27 sewardjFix handling of mprotect so as to be more consistent...
2010-01-08 sewardjUpdate expected output.
2010-01-04 sewardjAnalysis/make-it-work for arm-linux.
2010-01-04 sewardjEnable origin tracking through arm VFP registers; was...
2010-01-03 sewardjHandle Iop_SqrtF32.
2010-01-03 sewardjMake sure the Memcheck tests are built on arm-linux...
2010-01-03 sewardjDisable this test (effectively) on arm-linux, since...
2010-01-01 sewardjMerge from branches/ARM, all parts of the ARM-Linux...
2009-12-31 sewardjTrack changes in the names of a few IR primops to do...
2009-11-26 sewardjTrack vex r1930 (Change the IR representation of load...
2009-10-30 bartMade sure that the sigqueue regression test passes...
2009-10-29 tomAdd support for ELF indirect functions. These are symbo...
2009-10-28 bartFixed expected output.
2009-10-28 bartAdded a comment that explains the purpose of the sigque...
2009-10-27 bartAdded a modified version of the rt_sigqueue test progra...
2009-08-15 sewardjWhen generating XML output for suppressions, print...
2009-08-13 njnFix a .exp file. Avoid an assertion failure with -v.
2009-08-13 njnDon't count leaks as errors with --leak-check=summary...
2009-08-12 bartSuppressed compiler warnings reported by gcc 4.4.x...
2009-08-12 njnAdd a crappy wrapper for access_extended(), one of...
2009-08-12 njnDarwin .exp fixes following r10783.
2009-08-12 njnUpdate .exp files for r10783.
2009-08-12 njnOutput tweaks:
2009-08-11 njnCount error contexts properly in VG_(unique_error)...
2009-08-10 njnTry to fix error_counts.
2009-08-10 njnCount leak as errors. Fixes bug 152393.
2009-08-10 njnAllow custom blocks to overlap with malloc blocks....
2009-08-10 njnaugment a comment
2009-08-10 njnwibble
2009-08-10 njnMake "option" terminology consistent some more. Also...
2009-08-08 njnAdd an alternative output for Darwin.
2009-08-07 sewardjUpdate Memcheck expected outputs following r10746 ...
2009-08-07 sewardjUpdate Memcheck expected outputs following r10746 ...
2009-08-07 sewardjUpdate Memcheck expected outputs following r10746 ...
2009-08-07 sewardjTidy up of messaging:
2009-08-05 njnMore docs build tweaks:
2009-08-05 njnVarious fix-ups for Memcheck's manual chapter.
2009-08-05 njnMove command-line option details after the description...
2009-08-05 njnAugment a comment.
2009-08-05 njnAdded documentation for --ignore-ranges. It's not...
2009-08-05 njnPut Memcheck's command line options in the manual in...
2009-08-04 njnVarious clean-ups, mostly in chapter 3.
2009-08-04 njnVarious option-related tweaks:
2009-08-04 njnVarious manual fix-ups:
2009-08-04 njnDon't wrap the "Command:" line, as doing so makes cutti...
2009-08-03 njnWith the recent VG_(message) change,
2009-07-31 sewardj(almost completely just function renaming):
2009-07-30 njnWe currently use a mix of <option> and <computeroutput...
2009-07-29 njnStarted overhauling the documentation:
2009-07-28 bartUn-break regression test run.
2009-07-28 njnRemove non-Linux code from this Linux-only test.
2009-07-28 njnMake lsframe1, lsframe2 and stack_changes Linux-only...
2009-07-27 bartFixed a bug in the code for reading suppression files...
2009-07-26 bartRemove the temporary file created during the test befor...
2009-07-24 njnUncomment this; not sure why it was commented out.
2009-07-24 njnAdd a note about our suspect handling of brk(). And...
2009-07-24 njnA fix for bug 186796: suppression symbol names were...
2009-07-24 njnFixed bug 149878 (calloc overflow). This disables...
next