aboutsummaryrefslogtreecommitdiff
path: root/include/valgrind.h
AgeCommit message (Expand)Author
2009-05-28Merge the DARWIN branch onto the trunk.njn
2009-05-19Add some extra CALL_FN_V_* macros. Copied from the DARWIN branch.njn
2009-05-11Factor out the name of the libpthread library. Also fix a minor stack tracenjn
2009-04-22Add support for reading Windows PDB debug info (symbols and linesewardj
2009-03-10Updated copyright years.njn
2009-02-23Add missing __extension__ markings on a couple of clreqs.njn
2008-02-11Update copyright dates ("200X-2007" --> "200X-2008").sewardj
2007-12-05Document flakiness of NON_SIMD_CALL* in comments and the manual.njn
2007-11-09Merge r6806 from branches/THRCHECK:sewardj
2007-01-08Update copyright dates.sewardj
2006-12-08Get rid of the use of explicit register variables in the ppc32-linuxsewardj
2006-11-20Clarify NON_SIMD_CALL instructions.njn
2006-10-18Move VG_BUGS_TO to pub_tool_basics.h so that Nulgrind need not importnjn
2006-10-17Merge r6125: Function-wrapping macros and associated stuff, for AIX.sewardj
2006-10-05A memory pool update from Graydon Hoare.sewardj
2006-08-28Make this file a bit more 'gcc -ansi -pedantic' friendly (bug #132722).sewardj
2006-07-28Add a mempool-trimming client request (Graydon Hoare).sewardj
2006-06-05Update copyright dates.sewardj
2006-06-02Add a helpful comment.njn
2006-04-12Recent GCCs (3.4+ at least) optimize static unused functions out, sosewardj
2006-03-31Make the BSD-style license notices slightly more accurate.njn
2006-03-31Terminology change: previously in Memcheck we had the four states:njn
2006-03-12Add missing CALL_FN_* macros for ppc64-linux.sewardj
2006-03-12Add CALL_FN_* missing cases for ppc32-linux.sewardj
2006-03-11Complete CALL_FN_W_* wrappers for amd64-linux.sewardj
2006-03-11Add missing x86-linux CALL_FN_W_11W macro.sewardj
2006-03-09Add a couple of missing cases. Function wrapping is really ugly :-(sewardj
2006-02-18Add a missing case.sewardj
2006-02-01Change the number of client request args from 4 to 5 as that maysewardj
2006-01-20Make fn wrapping work again on ppc32-linux.sewardj
2006-01-20x86 function wrapping fixes.sewardj
2006-01-20Make amd64 function wrapping work again following recent changes.sewardj
2006-01-20Changes to make function wrapping work better on ppc64-linux:sewardj
2006-01-17ppc64-linux function wrapping support (does not work properly)sewardj
2006-01-12Fix more ppc64-linux function wrapping and symbol-table bits and pieces.sewardj
2006-01-12Merge in function wrapping support from the FNWRAP branch. Thatsewardj
2005-11-29Add framework for ppc64 support. Apologies in advance for thesewardj
2005-07-22Remove bogus legacy declarations, from the time when the AMD64njn
2005-07-02Removed the remnants of the attempt at an ARM port, because it hadnjn
2005-06-28Don't use non-ansi features in valgrind.h in case it's used in a filenjn
2005-06-20Finally, valgrind on ppc32.cerion
2005-06-18Minor rearrangement, no functional change.njn
2005-06-04Implement stack registration client requests. See the documentationrjwalsh
2005-05-16No need to generate valgrind.h from valgrind.h.in. We can just use thenjn
2004-10-18Arch-abstraction: fix up valgrind.h for future inclusion of othernethercote
2004-08-25Removed comma at the end of an enumerator list - this is allowedthughes
2004-06-19Memory pool support.rjwalsh
2004-01-21Convert "skin" to "tool" in various places; almost entirely within comments,nethercote
2004-01-04Updated copyright dates for 2004. Also added a couple of missing headers andnethercote
2003-12-31mark the braced expression as C(++) extensionmueller