summaryrefslogtreecommitdiff
path: root/coregrind/m_oset.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-03Update copyright dates to 2010.sewardj1-1/+1
2009-03-10Updated copyright years.njn1-1/+1
2009-02-23Declared those function arguments that are not modified as const.bart1-2/+2
2009-02-21VG_(OSetGen_ResetIterAt)() now also works for OSet's that do not have anbart1-3/+0
2009-01-15Introduce a new type, PtrdiffT. Replace lots of uses of OffT (all thosenjn1-1/+1
2008-11-20Helgrind's event-map garbage collector hammers VG_(OSetGen_Next).sewardj1-3/+5
2008-09-18Merge all remaining changes from branches/PTRCHECK. These are somesewardj1-5/+9
2008-03-03Merge in the DATASYMS branch.sewardj1-19/+87
2008-02-23Added const keyword to second argument of VG_(OSetGen_Remove)().bart1-1/+1
2008-02-11Update copyright dates ("200X-2007" --> "200X-2008").sewardj1-1/+1
2007-12-30Add const qualifiers to appropriate arguments of OSet routines.tom1-6/+6
2007-12-09Don't do comparisons of (signed) Words by merely subtracting them, assewardj1-9/+20
2007-09-17Split the OSet interface into two parts: "OSetGen_", which is the existingnjn1-25/+80
2007-01-08Update copyright dates.sewardj1-1/+1
2006-10-17Merge r6133:sewardj1-7/+7
2006-02-24Minor readability change.njn1-1/+1
2005-12-24Fix a nasty 64-bit-uncleanness bug in OSet spotted by Julian -- for fastnjn1-10/+10
2005-12-22Add a destructor function to OSet_Destroy() which can be called for eachnjn1-1/+2
2005-12-16Add info about overhead in heap blocks and OSet nodes.njn1-1/+2
2005-10-12Fix statement-before-declaration warnings for the core code.tom1-2/+4
2005-08-17Added VG_(OSet_LookupWithCmp)(), which can be useful.njn1-0/+15
2005-08-16lots of little wibblesnjn1-1/+0
2005-08-15wibblesnjn1-5/+4
2005-08-14wibblenjn1-2/+0
2005-08-14Trim some fat; removing this assertion makes Remove() about 5% faster.njn1-8/+2
2005-08-14Added new module, m_oset, which provides a generic data structure, OSet,njn1-0/+736