index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
ADT
/
IntrusiveRefCntPtr.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup the simplify_type implementation.
Rafael Espindola
2013-03-27
1
-2
/
+2
*
Fix include guards so they exactly match file names.
Jakub Staszak
2013-01-10
1
-3
/
+3
*
Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.
Chandler Carruth
2012-11-30
1
-1
/
+1
*
Reference IntrusiveRefCntPtr in doxygen doc of RefCountedBase to get a link t...
Axel Naumann
2012-08-01
1
-1
/
+1
*
IntrusiveRefCntPtr: Simplify operator= as suggested by Richard Smith.
Benjamin Kramer
2012-05-31
1
-30
/
+2
*
IntrusiveRefCntPtr: Use the same pattern as the other operator= overloads whe...
Benjamin Kramer
2012-05-27
1
-4
/
+3
*
Move-enable IntrusiveRefCntPtr.
Benjamin Kramer
2012-05-27
1
-2
/
+27
*
RefCountedBaseVPTR needs the IntrusiveRefCntPtrInfo as friend,
Manuel Klimek
2012-01-31
1
-1
/
+1
*
Relax constructor for IntrusiveRefCntPtr to not be explicit.
Ted Kremenek
2012-01-31
1
-1
/
+1
*
Use traits for IntrusiveRefCntPtr to determine how to increment/decrement a r...
Ted Kremenek
2012-01-31
1
-2
/
+8
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+1
*
Support/FileSystem: Implement recursive_directory_iterator and make
Michael J. Spencer
2011-12-08
1
-1
/
+6
*
Fix bug in RefCountedBase/RefCountedBaseVPTR where the reference count was ac...
Ted Kremenek
2011-11-17
1
-0
/
+3
*
IntrusiveRefCntPtr: in RefCountedBase and RefCountedBaseVPTR, make
Peter Collingbourne
2011-04-04
1
-7
/
+7
*
Relax access control on 'Release' method of RefCountedBase.
Ted Kremenek
2011-03-22
1
-3
/
+1
*
Allow a client to clear an IntrustiveRefCntPtr (deliberately leaking the refe...
Ted Kremenek
2011-03-21
1
-0
/
+4
*
If a class inherits from RefCountedBaseVPTR allow all its subclasses to be us...
Argyrios Kyrtzidis
2011-03-20
1
-2
/
+2
*
Fixed lint errors:
Misha Brukman
2009-02-20
1
-1
/
+1
*
improvements for IntrusiveRefCntPtr, patch by Mikhail Glushenkov
Chris Lattner
2008-04-11
1
-2
/
+7
*
Add first proof-of-concept universal compiler driver framework based
Anton Korobeynikov
2008-03-23
1
-1
/
+1
*
Update per review. Patch by Mikhail Glushenkov!
Anton Korobeynikov
2008-02-26
1
-56
/
+17
*
Add smart refcounting pointer class to ADT back (known before as IntrusiveSPt...
Anton Korobeynikov
2008-02-22
1
-0
/
+264