Replace the hashing functions on APInt and APFloat with overloads of the
[oota-llvm.git] / include / llvm / ADT / IntrusiveRefCntPtr.h
2012-01-31 Manuel KlimekRefCountedBaseVPTR needs the IntrusiveRefCntPtrInfo...
2012-01-31 Ted KremenekRelax constructor for IntrusiveRefCntPtr to not be...
2012-01-31 Ted KremenekUse traits for IntrusiveRefCntPtr to determine how...
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-12-08 Michael J. SpencerSupport/FileSystem: Implement recursive_directory_itera...
2011-11-17 Ted KremenekFix bug in RefCountedBase/RefCountedBaseVPTR where...
2011-04-04 Peter CollingbourneIntrusiveRefCntPtr: in RefCountedBase and RefCountedBas...
2011-03-22 Ted KremenekRelax access control on 'Release' method of RefCountedBase.
2011-03-21 Ted KremenekAllow a client to clear an IntrustiveRefCntPtr (deliber...
2011-03-20 Argyrios KyrtzidisIf a class inherits from RefCountedBaseVPTR allow all...
2009-02-20 Misha BrukmanFixed lint errors:
2008-04-11 Chris Lattnerimprovements for IntrusiveRefCntPtr, patch by Mikhail...
2008-03-23 Anton KorobeynikovAdd first proof-of-concept universal compiler driver...
2008-02-26 Anton KorobeynikovUpdate per review. Patch by Mikhail Glushenkov!
2008-02-22 Anton KorobeynikovAdd smart refcounting pointer class to ADT back (known...