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
/
lib
/
Support
/
SmallPtrSet.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rather than giving SmallPtrSetImpl a member field SmallArray which is magically
Duncan Sands
2010-06-30
1
-3
/
+6
*
Fix several const-correctness issues, resolving some -Wcast-qual warnings.
Dan Gohman
2008-08-05
1
-2
/
+2
*
Remove attribution from file headers, per discussion on llvmdev.
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
-2
/
+2
*
Properly use const qualifiers
Anton Korobeynikov
2007-08-15
1
-1
/
+1
*
When clearing a SmallPtrSet, if the set had a huge capacity, but the
Chris Lattner
2007-08-05
1
-0
/
+18
*
Allow SmallPtrSet to hold pointers to const data.
Owen Anderson
2007-07-27
1
-20
/
+20
*
Make the copy constructor of SmallPtrSet much faster.
Owen Anderson
2007-07-24
1
-22
/
+12
*
Remember to free the heap allocated array if we're not going to use it.
Owen Anderson
2007-07-19
1
-2
/
+4
*
Fix an issue where assignments that caused a SmallPtrSet to become non-small
Owen Anderson
2007-07-18
1
-4
/
+8
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+209