Char/HChar fixups for m_debuginfo and m_gdbserver.
[ambi/valgrind.git] / memcheck /
2012-11-10 florianFix more Char/HChar mixups. Closing in...
2012-11-09 cborntraGETREGSET was introduced with 2.6.33.
2012-11-08 cborntraadd s390 specific fix for getregset
2012-11-08 cborntrawire up testcase
2012-11-08 cborntraAdd ptrace getreset testcase from Andreas Arnez
2012-11-08 sewardjImprove accuracy of definedness tracking through the...
2012-10-29 carllValgrind, ppc: Fix test for 32-bit testsuite.
2012-10-28 florianUnbreak testcase.
2012-10-27 florianChar/HChar and constness fixes. Mostly cost center
2012-10-27 florianMore Char/HChar fixes and constification.
2012-10-21 florianFix memory leak.
2012-10-21 florianFirst round of Char/HChar fixups for coregrind and...
2012-10-21 philippeIntroduce a test to reproduce bug 123837 (semctl GETVA...
2012-10-21 florianFirst round of Char/HChar fixes for memcheck.
2012-10-21 florianFollowup to constification of VEX's external interface...
2012-10-15 cborntraadd vgtest file
2012-10-15 cborntramake use of opcodes.h. The is part of extended immedia...
2012-10-15 cborntraAdd testcase for checking the ltg + jhe handling
2012-10-07 florianThis is the 2nd installment of the cache info reorganis...
2012-10-05 florianSome older kernels on s390 do not provide AT_PLATFORM.
2012-10-04 tomAllow a null pointer as the second argument to capget.
2012-10-04 tomFilter out memcpy symbol versions from test results.
2012-10-04 tomImplement a fake /proc/self/auxv file for linux systems.
2012-09-24 philippeUnbreak build on Mac_OS where __NR_mprotect is not...
2012-09-17 florianAdd missing header files. Building from tarball works...
2012-09-17 sewardjIntercept __GI_memmove on Linux. Fixes #306612.
2012-09-17 sewardjHandle Iop_QSub16Ux2, needed in fix for #304035.
2012-09-14 philippeAdd a test which checks the leak search recovery mechanism
2012-09-13 florianAdjust the vbit tester to deal with shift operations...
2012-09-11 florians390: Fix FOC width. It's 4 bytes not 8.
2012-09-03 sewardjEnable testing of primops on ARM platforms. (Florian...
2012-09-03 florians390: Ensure proper size when calling get_otrack_shadow...
2012-09-01 florians390: Valgrind-side changes to fixing bugzilla #274695:
2012-08-30 florianFix build on Darwin. Patch by Rich Coe (rcoe@wi.rr...
2012-08-29 florianEnable V-bit testing on x86.
2012-08-29 florianEnable V-bit testing on ppc32.
2012-08-29 florianFix printf formats for uint64_t values.
2012-08-28 florianvbit tester: Disable Iop_CmpLT64S and Iop_CmpLE64S...
2012-08-28 florianAdd a tester for V-bit propagation through IROps.
2012-08-26 florianFollowup patch to r12899, purely mechanical. Rename:
2012-08-24 sewardjImplement a wrapper for wcslen on Linux, assuming that
2012-08-22 florianFix propagation of undefinedness for Iop_DPBtoBCD and...
2012-08-20 florianHandle the following IRops as they may get generated:
2012-08-18 florianRemove memcheck support for IR op Iop_I16StoF32 which...
2012-08-05 sewardjUpdate copyright dates to include 2012.
2012-08-05 philippe301265 - add x86 support to Android build
2012-08-04 sewardjClang complains that "fist" is ambiguous (it's right...
2012-08-04 sewardjAdd an intercept for memrchr. Needed for amd64 Ubuntu...
2012-08-04 sewardjDon't explicitly specify an ABI when building regtests...
2012-08-04 philippeAdd non matching suppressions for suppfree test (more...
2012-08-03 philippefix 284540 (optimise suppression matching)
2012-07-31 philippeImplement --redzone-size and --core-redzone-size
2012-07-28 florianTestcases for CU42. Part of fixing bugzilla #289839.
2012-07-28 florianMinor tweaks. A few comments were out of synch with...
2012-07-27 petarjMIPS specific expected output for memcheck/tests/sigkill.
2012-07-27 philippeHave one test testing the ? suppr matching wildcard...
2012-07-26 florianImprove complaints. Enabled by VEX r2449.
2012-07-20 florianAdd testcases for CU21. Update opcode table.
2012-07-19 florianObserve guards on dirty helpers in memcheck.
2012-07-18 philippepatch that improves the speed of the leak search by...
2012-07-13 sewardjAdd another intercept for strncasecmp_l. Fixes #297701.
2012-07-11 philippeFix bug in leak search when an ignore range is specified
2012-07-11 sewardjRM: Implement QADD and QSUB (valgrind side fixes)....
2012-07-05 philippeImprove behaviour of mempool redzone checking if user...
2012-06-29 florianIncrease allowed size of a back-trace to 500 frames.
2012-06-29 sewardjGenerate type-correct IR (always a good thing :-) when...
2012-06-28 sewardjFix inline assembly for the "lfiwax" insn test. #302536.
2012-06-25 sewardjAdd handling of 256-bit vector FP arithmetic ops, so...
2012-06-23 bartFix compiler warnings for ppc test cases. Patch from...
2012-06-17 bartAdd strchr.stderr.exp3 to memcheck/tests/Makefile.am
2012-06-16 bartmemcheck/tests/strchr: Add expected output for openSUSE...
2012-06-15 philippeFix order of % versus * in memalign2.c new checks intro...
2012-06-15 philippeFix 203877 and 301229 increase to 16Mb maximum allowed...
2012-06-08 florianAmend do_shadow_Dirty and do_origins_Dirty so they...
2012-06-08 cborntraavoid gcc warning regarding local/global variable shado...
2012-06-08 cborntras390: also fix the memcheck testcase for cdsg regarding...
2012-06-07 sewardjMerge in a port for mips32-linux, by Petar Jovanovic...
2012-06-06 florianSupport "compare double ansd swap" insns: CDS, CDSY...
2012-06-05 sewardjFixes for 'make dist'.
2012-06-02 sewardjPOWER Processor decimal FP support, part 5. (Valgrind...
2012-06-02 florianRippled from VEX r2366. Part of reducing size of IRExpr.
2012-06-01 florianRipple from VEX r2363. Part of reducing size of IRExpr.
2012-06-01 sewardjTrack the change to IRDirty guest state effect annotati...
2012-06-01 florianAdd missing .exp files.
2012-05-31 florianReduce size of an IRStmt from 40 bytes to 32 bytes...
2012-05-30 florianAdd testcases for "compare and swap".
2012-05-22 florianAdd comments from Julian as to why mc_main.c and mc_rep...
2012-05-21 sewardjHandle increase in ppc64 guest state size resulting...
2012-05-21 sewardjAdd initial support for Intel AVX instructions (Valgrin...
2012-05-15 philippeBypass gcc 4.4/4.5 compilation bug by moving -fomit...
2012-05-13 philippeAdd assertion that the munmap of the secmap succeeds.
2012-05-12 florianMove registration of mc_pre_reg_read to mc_post_clo_init.
2012-05-11 philippefix 299756 (for symmetry, --free-fill must be ignored...
2012-05-11 philippefix 219156 support static malloc or alternate malloc...
2012-04-29 sewardjTest cases for POWER Power Decimal Floating Point ...
2012-04-23 sewardjPOWER Processor decimal floating point instruction...
2012-04-20 sewardjMerge branches/TCHAIN from r12476 (its creation point...
2012-04-20 sewardjChanges needed to make t-chaining work on ppc64-linux...
2012-04-20 sewardjAdd translation chaining support for ppc32 (tested...
2012-04-12 sewardjPOWER Processor decimal floating point instruction...
next