summaryrefslogtreecommitdiff
path: root/include/valgrind.h
AgeCommit message (Expand)AuthorFilesLines
2009-05-28Merge the DARWIN branch onto the trunk.njn1-26/+26
2009-05-19Add some extra CALL_FN_V_* macros. Copied from the DARWIN branch.njn1-0/+16
2009-05-11Factor out the name of the libpthread library. Also fix a minor stack tracenjn1-2/+6
2009-04-22Add support for reading Windows PDB debug info (symbols and linesewardj1-1/+12
2009-03-10Updated copyright years.njn1-1/+1
2009-02-23Add missing __extension__ markings on a couple of clreqs.njn1-0/+2
2008-02-11Update copyright dates ("200X-2007" --> "200X-2008").sewardj1-1/+1
2007-12-05Document flakiness of NON_SIMD_CALL* in comments and the manual.njn1-0/+9
2007-11-09Merge r6806 from branches/THRCHECK:sewardj1-0/+47
2007-01-08Update copyright dates.sewardj1-1/+1
2006-12-08Get rid of the use of explicit register variables in the ppc32-linuxsewardj1-11/+15
2006-11-20Clarify NON_SIMD_CALL instructions.njn1-1/+13
2006-10-18Move VG_BUGS_TO to pub_tool_basics.h so that Nulgrind need not importnjn1-9/+9
2006-10-17Merge r6125: Function-wrapping macros and associated stuff, for AIX.sewardj1-48/+1324
2006-10-05A memory pool update from Graydon Hoare.sewardj1-0/+28
2006-08-28Make this file a bit more 'gcc -ansi -pedantic' friendly (bug #132722).sewardj1-1/+6
2006-07-28Add a mempool-trimming client request (Graydon Hoare).sewardj1-0/+9
2006-06-05Update copyright dates.sewardj1-1/+1
2006-06-02Add a helpful comment.njn1-0/+5
2006-04-12Recent GCCs (3.4+ at least) optimize static unused functions out, sosewardj1-8/+8
2006-03-31Make the BSD-style license notices slightly more accurate.njn1-3/+4
2006-03-31Terminology change: previously in Memcheck we had the four states:njn1-1/+1
2006-03-12Add missing CALL_FN_* macros for ppc64-linux.sewardj1-4/+434
2006-03-12Add CALL_FN_* missing cases for ppc32-linux.sewardj1-5/+396
2006-03-11Complete CALL_FN_W_* wrappers for amd64-linux.sewardj1-0/+322
2006-03-11Add missing x86-linux CALL_FN_W_11W macro.sewardj1-0/+49
2006-03-09Add a couple of missing cases. Function wrapping is really ugly :-(sewardj1-0/+74
2006-02-18Add a missing case.sewardj1-0/+23
2006-02-01Change the number of client request args from 4 to 5 as that maysewardj1-29/+36
2006-01-20Make fn wrapping work again on ppc32-linux.sewardj1-7/+7
2006-01-20x86 function wrapping fixes.sewardj1-31/+31
2006-01-20Make amd64 function wrapping work again following recent changes.sewardj1-16/+32
2006-01-20Changes to make function wrapping work better on ppc64-linux:sewardj1-49/+89
2006-01-17ppc64-linux function wrapping support (does not work properly)sewardj1-0/+83
2006-01-12Fix more ppc64-linux function wrapping and symbol-table bits and pieces.sewardj1-23/+42
2006-01-12Merge in function wrapping support from the FNWRAP branch. Thatsewardj1-233/+809
2005-11-29Add framework for ppc64 support. Apologies in advance for thesewardj1-3/+32
2005-07-22Remove bogus legacy declarations, from the time when the AMD64njn1-2/+0
2005-07-02Removed the remnants of the attempt at an ARM port, because it hadnjn1-22/+0
2005-06-28Don't use non-ansi features in valgrind.h in case it's used in a filenjn1-34/+38
2005-06-20Finally, valgrind on ppc32.cerion1-1/+28
2005-06-18Minor rearrangement, no functional change.njn1-15/+22
2005-06-04Implement stack registration client requests. See the documentationrjwalsh1-1/+32
2005-05-16No need to generate valgrind.h from valgrind.h.in. We can just use thenjn1-0/+424
2004-10-18Arch-abstraction: fix up valgrind.h for future inclusion of othernethercote1-362/+0
2004-08-25Removed comma at the end of an enumerator list - this is allowedthughes1-1/+1
2004-06-19Memory pool support.rjwalsh1-0/+37
2004-01-21Convert "skin" to "tool" in various places; almost entirely within comments,nethercote1-3/+3
2004-01-04Updated copyright dates for 2004. Also added a couple of missing headers andnethercote1-1/+1
2003-12-31mark the braced expression as C(++) extensionmueller1-1/+4