Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
9a4cb15ecabfd1d9b58ba9262fad749ac7ecff3d
/
lib
/
Support
/
SmallPtrSet.cpp
081ce94
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
98eabe2
make smallptrset more const and type correct, which caught a few minor bugs.
by Chris Lattner
· 18 years ago
68363b0
Properly use const qualifiers
by Anton Korobeynikov
· 18 years ago
f093941
When clearing a SmallPtrSet, if the set had a huge capacity, but the
by Chris Lattner
· 18 years ago
c482655
Allow SmallPtrSet to hold pointers to const data.
by Owen Anderson
· 18 years ago
5be86a9
Make the copy constructor of SmallPtrSet much faster.
by Owen Anderson
· 18 years ago
c3333d2
Remember to free the heap allocated array if we're not going to use it.
by Owen Anderson
· 18 years ago
1fb8d2f
Fix an issue where assignments that caused a SmallPtrSet to become non-small
by Owen Anderson
· 18 years ago
f17a25c
It's not necessary to do rounding for alloca operations when the requested
by Dan Gohman
· 18 years ago