- 8e3fbb5 Constify the tool interface. by florian · 10 years ago
- 09a4c79 Change the definition of VgHashTable to not have pointer type. by florian · 10 years ago
- 3e81b8b Merge revisions 14230, 14602, and 14604 from the BUF_REMOVAL branch to trunk. by florian · 10 years ago
- 3c0c947 Ripple from constifying parameters of instrumentation functions and by florian · 10 years ago
- 021e6b6 Memcheck: add a new flag, --show-mismatched-frees=no|yes [yes], to by sewardj · 10 years ago
- ec905f7 The attached patch cleanups the clo processing by philippe · 10 years ago
- 7c69a3e Add a new heuristic 'length64' to detect interior pointers by philippe · 10 years ago
- 7b6899d Provide a back trace when a function argument of a known allocation by florian · 10 years ago
- 0f157dd Update copyright dates (20XY-2012 ==> 20XY-2013) by sewardj · 11 years ago
- 4e32d67 Allow tools to provide some statistics in suppression list produced at the end by philippe · 11 years ago
- 5bd4060 Fix assert for who_points_at monitor cmd for an interiorly pointed block by philippe · 11 years ago
- ab1fce9 add heuristics decreasing false possible "possible leaks" in c++ code. by philippe · 11 years ago
- 6756454 Add support for direct V256 shadow helper returns -- memcheck side. by sewardj · 11 years ago
- 21a5f8c Fix # 294285: --partial-loads-ok does not work for 16-byte SSE loads by sewardj · 11 years ago
- 362441d fix incorrect lineno in supp error msgs+ -v give filename+lineno of used supp. by philippe · 11 years ago
- 8617b5b Implement --keep-stacktraces=alloc|free|alloc-and-free|alloc-then-free|none by philippe · 12 years ago
- 2193a7c Fix 284540 and 307465 by philippe · 12 years ago
- 19f91bb Fix more Char/HChar mixups. Closing in... by florian · 12 years ago
- dbb3584 More Char/HChar fixes and constification. by florian · 12 years ago
- e543f30 First round of Char/HChar fixups for coregrind and memcheck. by florian · 12 years ago
- a5f894c First round of Char/HChar fixes for memcheck. by florian · 12 years ago
- ca503be This is the 2nd installment of the cache info reorganisation. by florian · 12 years ago
- 03f8d3f Update copyright dates to include 2012. by sewardj · 12 years ago
- d99c26a Implement --redzone-size and --core-redzone-size by philippe · 12 years ago
- 45fa9f4 Add initial support for Intel AVX instructions (Valgrind side). by sewardj · 12 years ago
- a22f59d (fixes bug 289939 wish: complete monitor cmd 'leak_check' with details by philippe · 13 years ago
- 6643e96 Fixes 282230 group allocator for small fixed size, use it for MC_Chunk/SEc vbit by philippe · 13 years ago
- 8423490 Added a new parameter to the memcheck 'leak_check' GDB monitor command by philippe · 13 years ago
- ec062e8 Update all copyright dates, from 20xy-2010 to 20xy-2011. by sewardj · 13 years ago
- 403d8aa Improvements in freelist handling for Memcheck. See #250065. by sewardj · 13 years ago
- 30b3eca valgrind and tool mon. cmds prefixes changes + doc fixes + new vgdb option by sewardj · 13 years ago
- c8bd1df Memcheck: by sewardj · 13 years ago
- 3b29048 Implement a GDB server in Valgrind. See #214909. by sewardj · 14 years ago
- 9134738 Add VALGRIND_RESIZEINPLACE_BLOCK() and hence close #267819. by bart · 14 years ago
- 3cedf57 Added new memcheck command-line option --show-possibly-lost. Closes #201170. by bart · 14 years ago
- 9eecbbb Update copyright dates to 2010. by sewardj · 15 years ago
- 588adef When generating XML output for suppressions, print the suppression by sewardj · 15 years ago
- 18afe5d Try to fix error_counts. by njn · 15 years ago
- b965efb Allow custom blocks to overlap with malloc blocks. Fixes bug 100628. by njn · 15 years ago
- 35db56c A fix for bug 186796: suppression symbol names were being truncated if they by njn · 15 years ago
- 6b523cd Merge memcheck/ changes from branches/MESSAGING_TIDYUP r10464. by sewardj · 15 years ago
- 29a5c01 Fix bug #191182, where printing the leak checker results was really slow if by njn · 16 years ago
- b7a4e2e Renamed various things for clarity. Added some comments. And fixed the by njn · 16 years ago
- 9f20746 Updated copyright years. by njn · 16 years ago
- 8225cc0 This commit completely overhauls the leak checker. In particular: by njn · 16 years ago
- 8df80b2 by njn · 16 years ago
- 1dcee09 Remove a number of unused parameters, found with -Wunused-parameter. by njn · 16 years ago
- 8b140de In the core, include malloc_usable_size() as one of the functions that must by njn · 16 years ago
- 505a819 Fix a silly mistake resulting in a bunch of global variables being by sewardj · 16 years ago
- 56adc35 by sewardj · 17 years ago
- 7ce7166 by sewardj · 17 years ago
- 7cf4e6b by sewardj · 17 years ago
- 4d474d0 Update copyright dates ("200X-2007" --> "200X-2008"). by sewardj · 17 years ago
- eb0fa93 New options for Memcheck, --malloc-fill=<hexnumber> and by sewardj · 17 years ago
- fa4ca3b Make the freed-block-queue volume metrics 64-bit throughout, to avoid by sewardj · 17 years ago
- bf8c350 Change an Int to a SSizeT to avoid overflows. Fixed bug 148174. by njn · 17 years ago
- 81651dc Merge, from CGTUNE branch, a cleaned up version of r6742: by sewardj · 17 years ago
- 9ebd6e0 Update copyright dates. by sewardj · 18 years ago
- 0b9d74a by sewardj · 18 years ago
- 718d3b1 Completely overhauled the internals of Memcheck's error handling. All the by njn · 18 years ago
- c740d76 A memory pool update from Graydon Hoare. by sewardj · 18 years ago
- 2c1c9df Add a mempool-trimming client request (Graydon Hoare). by sewardj · 18 years ago
- e4b0bf0 Update copyright dates. by sewardj · 18 years ago
- dbf7ca7 by njn · 19 years ago
- 1d0825f Merge in the COMPVBITS branch to the trunk. This is a big change to by njn · 19 years ago
- 461df9c These files all speak about instrumentation functions. by sewardj · 19 years ago
- f3418c0 Get rid of old flags that memcheck no longer has. by sewardj · 19 years ago
- 4ba057c Change the core-tool interface so that tools are fully aware of both by sewardj · 19 years ago
- 8d61eb1 Comment wibble. by sewardj · 19 years ago
- 8cf88b7 Create and use bigendian versions of MC_(helperc_{LOAD,STORE}V{2,4,8}). by sewardj · 19 years ago
- 2e59585 Track Vex API change (r1239, introduction of endianness-indications in by sewardj · 19 years ago
- af839f5 by njn · 19 years ago
- 44acd3e Removed mc_asm.h, which is no longer needed since Memcheck has no by njn · 20 years ago
- 826ec49 Use the new IRStmt_AbiHints created by the amd64 front end. This by sewardj · 20 years ago
- 51d827b by njn · 20 years ago
- 9e63cb6 Moved mc_errcontext.c into mc_main.c, since it was very small and there was by njn · 20 years ago
- 11bcc4e Handle 8-byte value-check failures using a special fast-case fn (like by sewardj · 20 years ago
- 6cf40ff Fix a bunch of 64-bit cases required amd64. Stop to ponder whether by sewardj · 20 years ago
- 9fb73db by njn · 20 years ago
- b8dca86 Reinstated Memcheck. Did the full merge from CVS, except for the by njn · 20 years ago
- 5361242 Update copyright notice for 2005 on all relevant files. Don't bother trying by njn · 20 years ago
- 0a41453 Removed now-defunct read/write checks for FPU ops. by njn · 20 years ago
- f680246 Remove now-defunct --cleanup option for Memcheck. by njn · 20 years ago
- 9544807 Make Memcheck compilable. by sewardj · 20 years ago
- 8b76fe5 by nethercote · 20 years ago
- 451eae9 by nethercote · 20 years ago
- 5a2664c by nethercote · 20 years ago
- eec4630 Small step in factoring out arch-specific code: replace by nethercote · 20 years ago
- 31212bc Patch from Bartosz Taudul: latest GCC requires regparm(n) attributes on both by nethercote · 21 years ago
- bb1c991 Updated copyright dates for 2004. Also added a couple of missing headers and by nethercote · 21 years ago
- 137bc55 by nethercote · 21 years ago
- 7271864 by njn · 21 years ago
- 66fe05a Added overlap checking to Addrcheck, mostly just moving things around. In by njn · 21 years ago
- af48a60 Add patch from Nick to get proper backtraces in by sewardj · 21 years ago
- ee07084 Add memcheck client requests VALGRIND_GET_VBITS / VALGRIND_SET_VBITS by sewardj · 21 years ago
- 34419c1 by njn · 22 years ago
- 0e1b514 Updated copyright notices for 2003. Only 4 months late. by njn · 22 years ago
- 43c799e by njn · 22 years ago
- 9b007f6 ----------------------------------------------------------------------------- by njn · 22 years ago
- 5c004e4 by njn · 22 years ago