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
/
SmallPtrSet.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move DataTypes.h to include/llvm/System, update all users. This breaks the last
Chandler Carruth
2009-10-26
1
-1
/
+1
*
Make SmallPtrSet iterators real iterators
Douglas Gregor
2009-07-08
1
-0
/
+8
*
rename PointerLikeTypeInto to PointerLikeTypeTraits, add trait for
Chris Lattner
2009-03-29
1
-27
/
+3
*
declare everything as class to avoid angering the VC++ gods.
Chris Lattner
2009-03-28
1
-2
/
+4
*
add a traits class for SmallPtrSet that allows us to stick things that are
Chris Lattner
2009-03-28
1
-5
/
+36
*
Change several SmallPtrSetImpl members from public to protected,
Dan Gohman
2009-02-07
1
-8
/
+11
*
Removed trailing whitespace.
Misha Brukman
2009-01-09
1
-24
/
+24
*
Fix more -Wshorten-64-to-32 warnings.
Evan Cheng
2008-05-05
1
-1
/
+1
*
Add explicit keywords.
Dan Gohman
2008-03-25
1
-3
/
+4
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
make smallptrset more const and type correct, which caught a few
Chris Lattner
2007-11-06
1
-13
/
+28
*
Properly use const qualifiers
Anton Korobeynikov
2007-08-15
1
-2
/
+2
*
When clearing a SmallPtrSet, if the set had a huge capacity, but the
Chris Lattner
2007-08-05
1
-2
/
+8
*
Allow SmallPtrSet to hold pointers to const data.
Owen Anderson
2007-07-27
1
-13
/
+13
*
Unbreak the build by putting calls to free into the implementation file and
Reid Spencer
2007-07-17
1
-4
/
+1
*
Use realloc() to (potentially) resize the contents of SmallPtrSet in place.
Owen Anderson
2007-07-16
1
-1
/
+1
*
Make the assignment operator for SmallPtrSet return a reference, and fix a lo...
Owen Anderson
2007-07-09
1
-1
/
+1
*
work around an aparent gcc name resolution bug by
Chris Lattner
2007-07-09
1
-2
/
+1
*
implement operator= for smallptrset
Chris Lattner
2007-07-09
1
-0
/
+14
*
Fix PR1329.
Jeff Cohen
2007-04-14
1
-0
/
+4
*
add range version of insert()
Chris Lattner
2007-04-02
1
-2
/
+7
*
add iterator range version of ctor.
Chris Lattner
2007-03-04
1
-0
/
+7
*
Fix PR1234 by working around a compiler bug.
Chris Lattner
2007-03-02
1
-2
/
+1
*
do not let the table fill up with tombstones.
Chris Lattner
2007-02-07
1
-0
/
+2
*
provide a definition for uintptr_t
Chris Lattner
2007-01-27
1
-0
/
+1
*
add some missing API
Chris Lattner
2007-01-27
1
-0
/
+3
*
implement SmallPtrSet::erase
Chris Lattner
2007-01-27
1
-3
/
+10
*
Fix a limitation of SmallPtrSet. Before it would assert if the smallsize
Chris Lattner
2007-01-27
1
-2
/
+30
*
add some comments on the algorithm
Chris Lattner
2007-01-27
1
-1
/
+20
*
Add a new SmallSet ADT specialized for pointers.
Chris Lattner
2007-01-27
1
-0
/
+165