summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/IntrusiveRefCntPtr.h
Commit message (Expand)AuthorAge
* Cleanup the simplify_type implementation.Rafael Espindola2013-03-27
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.Chandler Carruth2012-11-30
* Reference IntrusiveRefCntPtr in doxygen doc of RefCountedBase to get a link t...Axel Naumann2012-08-01
* IntrusiveRefCntPtr: Simplify operator= as suggested by Richard Smith.Benjamin Kramer2012-05-31
* IntrusiveRefCntPtr: Use the same pattern as the other operator= overloads whe...Benjamin Kramer2012-05-27
* Move-enable IntrusiveRefCntPtr.Benjamin Kramer2012-05-27
* RefCountedBaseVPTR needs the IntrusiveRefCntPtrInfo as friend,Manuel Klimek2012-01-31
* Relax constructor for IntrusiveRefCntPtr to not be explicit.Ted Kremenek2012-01-31
* Use traits for IntrusiveRefCntPtr to determine how to increment/decrement a r...Ted Kremenek2012-01-31
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* Support/FileSystem: Implement recursive_directory_iterator and makeMichael J. Spencer2011-12-08
* Fix bug in RefCountedBase/RefCountedBaseVPTR where the reference count was ac...Ted Kremenek2011-11-17
* IntrusiveRefCntPtr: in RefCountedBase and RefCountedBaseVPTR, makePeter Collingbourne2011-04-04
* Relax access control on 'Release' method of RefCountedBase.Ted Kremenek2011-03-22
* Allow a client to clear an IntrustiveRefCntPtr (deliberately leaking the refe...Ted Kremenek2011-03-21
* If a class inherits from RefCountedBaseVPTR allow all its subclasses to be us...Argyrios Kyrtzidis2011-03-20
* Fixed lint errors:Misha Brukman2009-02-20
* improvements for IntrusiveRefCntPtr, patch by Mikhail GlushenkovChris Lattner2008-04-11
* Add first proof-of-concept universal compiler driver framework basedAnton Korobeynikov2008-03-23
* Update per review. Patch by Mikhail Glushenkov!Anton Korobeynikov2008-02-26
* Add smart refcounting pointer class to ADT back (known before as IntrusiveSPt...Anton Korobeynikov2008-02-22