Age | Commit message (Expand) | Author | Files | Lines |
2008-07-18 | When warning about permissions being changed on a large chunk of | tom | 1 | -1/+2 |
2008-07-07 | Merged FORMATCHECK branch (r8368) to trunk. | bart | 1 | -15/+15 |
2008-05-05 | Add comments giving an overview of the origin tracking implementation. | sewardj | 1 | -37/+244 |
2008-05-03 | Remove a bit of unused code. | sewardj | 1 | -28/+2 |
2008-05-02 | Dynamically allocate the origin tracking cache as needed (only for | sewardj | 1 | -14/+42 |
2008-05-02 | Re-check complex and fragile bit-twiddling pertaining to indexing into | sewardj | 1 | -8/+102 |
2008-05-02 | Minor cleanups: | sewardj | 1 | -10/+8 |
2008-05-02 | Move the error management code for Memcheck into a new file, | sewardj | 1 | -1370/+64 |
2008-05-01 | Merge branches/OTRACK_BY_INSTRUMENTATION into the trunk. This adds | sewardj | 1 | -162/+1738 |
2008-03-22 | Moved macro's that specify branch prediction hints to include/pub_tool_basics.h | bart | 1 | -52/+45 |
2008-03-03 | Merge in the DATASYMS branch. | sewardj | 1 | -25/+132 |
2008-02-11 | Update copyright dates ("200X-2007" --> "200X-2008"). | sewardj | 1 | -2/+2 |
2007-11-30 | New options for Memcheck, --malloc-fill=<hexnumber> and | sewardj | 1 | -0/+7 |
2007-11-30 | Make the freed-block-queue volume metrics 64-bit throughout, to avoid | sewardj | 1 | -3/+4 |
2007-11-09 | Merge (from branches/THRCHECK) the following amd64-linux stack unwind | sewardj | 1 | -1/+2 |
2007-09-23 | Fix various format string errors, courtesy of Florian Krohm. | njn | 1 | -1/+1 |
2007-09-17 | Change an Int to a SSizeT to avoid overflows. Fixed bug 148174. | njn | 1 | -1/+1 |
2007-09-17 | Split the OSet interface into two parts: "OSetGen_", which is the existing | njn | 1 | -27/+27 |
2007-08-28 | Merge, from CGTUNE branch, a cleaned up version of r6742: | sewardj | 1 | -0/+3 |
2007-08-25 | Changes to m_hashtable: | sewardj | 1 | -2/+2 |
2007-01-08 | Update copyright dates. | sewardj | 1 | -2/+2 |
2006-12-27 | Remove dead code. | njn | 1 | -2/+0 |
2006-12-16 | Completely overhauled the internals of Memcheck's error handling. All the | njn | 1 | -531/+634 |
2006-12-15 | Remove defunct constant. | njn | 1 | -2/+0 |
2006-12-13 | Fix error in aix zeropage handling. | sewardj | 1 | -1/+1 |
2006-12-06 | Fix suppression-matching bogon (Paul Floyd). | sewardj | 1 | -1/+1 |
2006-11-28 | Make it possible to suppress, and auto-generate suppressions for, | sewardj | 1 | -1/+6 |
2006-10-17 | - Fix a subtle alignment-check bug I introduced into mc_die_mem_stack_12 | sewardj | 1 | -1/+20 |
2006-10-17 | Merge r6112: | sewardj | 1 | -123/+540 |
2006-10-05 | A memory pool update from Graydon Hoare. | sewardj | 1 | -1/+30 |
2006-09-21 | Add a comment about marking static memory as defined. | njn | 1 | -0/+10 |
2006-07-28 | Add a mempool-trimming client request (Graydon Hoare). | sewardj | 1 | -1/+11 |
2006-06-16 | Fix copy-n-paste error to do with ppc64-linux stack redzone handling | sewardj | 1 | -3/+3 |
2006-06-05 | Update copyright dates. | sewardj | 1 | -2/+2 |
2006-05-22 | Assertion is too restrictive; it's possible to validly get an | sewardj | 1 | -1/+1 |
2006-05-03 | Vectorise copy_address_range_perms for common cases. This gives about | sewardj | 1 | -17/+82 |
2006-04-16 | Remove tool-specific code (which says which tools allow XML) from the core | njn | 1 | -1/+1 |
2006-04-06 | Use better variable names. | njn | 1 | -45/+45 |
2006-03-31 | Terminology change: previously in Memcheck we had the four states: | njn | 1 | -501/+494 |
2006-03-28 | Change to some better function names. | njn | 1 | -29/+29 |
2006-03-28 | Change some uses of bytes to bits for consistency. | njn | 1 | -47/+49 |
2006-03-27 | Merge in the COMPVBITS branch to the trunk. This is a big change to | njn | 1 | -1274/+2920 |
2006-03-10 | Add a new kind of memory-painting primitive, which is: 'make_defined'. | sewardj | 1 | -0/+21 |
2006-03-08 | Reinstate the SET/GET_VBITS client requests. | sewardj | 1 | -86/+88 |
2006-03-03 | get_abit_and_vbyte/get_abit can be a significant bottleneck when | sewardj | 1 | -2/+2 |
2006-02-12 | Extend stack-permissions-change fast-case machinery to handle +/- 112, | sewardj | 1 | -13/+21 |
2006-01-20 | Changes to make function wrapping work better on ppc64-linux: | sewardj | 1 | -1/+1 |
2006-01-18 | Valgrind-side handling (fast case) for the ppc64 ELF stack redzone. | sewardj | 1 | -0/+68 |
2006-01-17 | Increase size of the largest guest state handled. | sewardj | 1 | -2/+3 |
2006-01-05 | Fix a casting bug in the LOADV8 slow (misaligned) case spotted by Nick. | sewardj | 1 | -1/+1 |