summaryrefslogtreecommitdiff
path: root/massif
AgeCommit message (Expand)AuthorFilesLines
2007-08-27fixed a couple of minor thingsnjn1-0/+1
2007-08-25Changes to m_hashtable:sewardj1-1/+1
2007-07-09Get rid of VG_(getcwd) and replace it with a pair of functions,sewardj1-1/+1
2007-05-23Merge (from 3.2 branch) r6743 (Edit the manual to bring it up to datesewardj1-9/+9
2007-04-15Fix some copyright notices:njn1-1/+2
2007-03-26Fix bug 142491: allow more --alloc-fn functions (128, up from 32).njn1-2/+2
2007-02-25Get rid of the type XArrayStrings in m_clientstate and use new genericsewardj1-6/+9
2007-01-08Update copyright dates.sewardj1-1/+1
2006-12-24Non-functional commit: track IR renaming in vex r1689.sewardj1-2/+2
2006-10-17Track SysRes change.sewardj1-2/+2
2006-10-17Merge r6086:sewardj1-4/+40
2006-10-15Move functions which deal with bad command line options from m_mainsewardj1-1/+1
2006-10-14Create a new module, m_vki, and move all knowledge about the kernelsewardj1-0/+1
2006-06-05Update copyright dates.sewardj1-1/+1
2006-01-22Get rid of compiler warnings.sewardj5-17/+11
2006-01-17These files all speak about instrumentation functions.sewardj1-2/+4
2006-01-04Somewhat rehash the biarch-build machinery so as to (1) formalise thesewardj2-2/+14
2005-12-19Remove all remaining profiling gunk.njn1-80/+0
2005-12-05Change hp2ps to output .ps files in the same dir that the .hp input filesnjn1-2/+9
2005-12-04Fix typo.sewardj1-1/+1
2005-12-03Tidying up stuff re generating manpage from *.xml docsde1-65/+87
2005-11-29Add framework for ppc64 support. Apologies in advance for thesewardj1-0/+18
2005-11-15Complete documentation trawl for 3.1.0.sewardj1-3/+3
2005-11-11Fix compiler warnings.tom1-1/+1
2005-11-07Dual architecture support - this commit is a major rework of the buildtom2-16/+61
2005-10-18Change the core-tool interface so that tools are fully aware of bothsewardj1-2/+4
2005-10-06Fix realloc wrappers to handle the out of memory case properly - iftom1-13/+17
2005-09-27This commit merges in changes from branches/ASPACEM (specifically,sewardj2-19/+29
2005-09-25actually, they're unsignednjn1-1/+1
2005-09-25Print longs as longs.njn1-1/+1
2005-09-13Don't print the client's argv[i] if it's null, and related changes.njn1-4/+8
2005-08-26Change slightly the way integers are printed by printf() and friends.njn1-1/+1
2005-08-24Fix a problem I introduced in r4208 when reducing the space used bynjn4-0/+45
2005-08-16wibblesnjn1-1/+1
2005-08-16lots of little wibblesnjn1-2/+2
2005-08-15Something I realised recently: in C, iterators are much better thannjn1-9/+6
2005-08-14Changed many, but not all, of the VgHashNode* parameters and returnnjn1-2/+2
2005-08-11Massif cleanups.njn1-27/+6
2005-08-11Streamline handling of realloc() in Memcheck and Massif by usingnjn1-20/+18
2005-08-10Use memcpy() instead of a loop.njn1-5/+1
2005-07-23A commit which is almost all trivial change.sewardj1-14/+20
2005-07-03Changed m_hashtable.c to allow the size of the hash table to be specifiednjn1-1/+1
2005-06-23Added some targets for massif & core optionsde1-6/+6
2005-06-23argh! there were loads of the little beggars ....de4-18/+0
2005-06-21Remove VG_(getcwd_alloc)(), which can be done otherwise pretty easily.njn1-2/+2
2005-06-21Moved VG_(first_matching_thread_stack), removing m_threadstate's dependencynjn1-1/+1
2005-06-21Malloc replacement worked very much like a 'need', but wasn't one.njn1-3/+1
2005-06-19Final commit for the initial modularisation pass:njn1-1/+2
2005-06-12Finished the modularisation of vg_mylibc.c, which meant it could be removed.njn1-0/+1
2005-06-11Modularised the libc low-level memory management stuff (mmap, etc).njn1-0/+1