summaryrefslogtreecommitdiff
path: root/include/pub_tool_machine.h
AgeCommit message (Expand)AuthorFilesLines
2011-06-28Delete the AIX5 port. The last release this worked for is 3.4.1,sewardj1-17/+0
2011-03-07Add a port to IBM z/Architecture (s390x) running Linux -- Valgrindsewardj1-0/+6
2010-10-12Define VG_CLREQ_SZB correctly on ARM, so Cachegrind and Callgrindsewardj1-1/+1
2010-09-02Made declaration and definition of VG_(thread_get_stack_size)(ThreadId)bart1-1/+1
2010-09-02Added functions for querying the properties of the alternate stack.bart1-0/+8
2010-08-22Merge from branches/THUMB: m_machine changes needed for Thumb support:sewardj1-7/+5
2010-05-03Update copyright dates to 2010.sewardj1-1/+1
2010-01-01Merge from branches/ARM, all parts of the ARM-Linux port except forsewardj1-1/+16
2009-05-28Merge the DARWIN branch onto the trunk.njn1-0/+11
2009-03-10Updated copyright years.njn1-1/+1
2009-01-15Introduce a new type, PtrdiffT. Replace lots of uses of OffT (all thosenjn1-2/+2
2008-09-18Merge all remaining changes from branches/PTRCHECK. These are somesewardj1-2/+14
2008-05-01Merge branches/OTRACK_BY_INSTRUMENTATION into the trunk. This addssewardj1-4/+8
2008-03-29Added VG_(thread_get_stack_size)().bart1-0/+3
2008-03-03Merge in the DATASYMS branch.sewardj1-5/+7
2008-02-11Update copyright dates ("200X-2007" --> "200X-2008").sewardj1-1/+1
2007-11-25Misc changes needed to support exp-drd (Bart Van Assche).sewardj1-0/+3
2007-01-08Update copyright dates.sewardj1-1/+1
2006-10-17Merge r6127: Extend for AIX5. Nothing surprising here.sewardj1-5/+20
2006-06-05Update copyright dates.sewardj1-1/+1
2006-01-20Changes to make function wrapping work better on ppc64-linux:sewardj1-2/+2
2006-01-12Merge in function wrapping support from the FNWRAP branch. Thatsewardj1-2/+2
2005-12-23ppc64 ELF allows the 288 bytes below the stack pointer to be accessed.sewardj1-2/+3
2005-12-23Deal with function pointer vs function entry crazyness on ppc64-linux.sewardj1-0/+6
2005-11-29Add framework for ppc64 support. Apologies in advance for thesewardj1-0/+5
2005-11-10Cachegrind was aborting if it hit a client request. Now it doesn't.njn1-5/+7
2005-08-19Incorporate a patch from Craig Chaney which gives better stacksewardj1-0/+1
2005-08-15Something I realised recently: in C, iterators are much better thannjn1-5/+5
2005-07-02Removed the remnants of the attempt at an ARM port, because it hadnjn1-4/+0
2005-06-23Removed the VGA_/VGO_/VGP_ prefixes for arch/OS/platform-specificnjn1-13/+13
2005-06-21Moved VG_(first_matching_thread_stack), removing m_threadstate's dependencynjn1-0/+6
2005-06-20Finally, valgrind on ppc32.cerion1-0/+4
2005-06-18Add some missing "_H" suffixes.njn1-3/+3
2005-06-17Renamed VG_(mark_from_registers) to the more generalnjn1-0/+6
2005-06-13Created m_machine, for various machine-related things.njn1-0/+71