1. 333948f Fix several const-correctness issues, resolving some -Wcast-qual warnings. by Dan Gohman · 17 years ago
  2. 081ce94 Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  3. 98eabe2 make smallptrset more const and type correct, which caught a few minor bugs. by Chris Lattner · 18 years ago
  4. 68363b0 Properly use const qualifiers by Anton Korobeynikov · 18 years ago
  5. f093941 When clearing a SmallPtrSet, if the set had a huge capacity, but the by Chris Lattner · 18 years ago
  6. c482655 Allow SmallPtrSet to hold pointers to const data. by Owen Anderson · 18 years ago
  7. 5be86a9 Make the copy constructor of SmallPtrSet much faster. by Owen Anderson · 18 years ago
  8. c3333d2 Remember to free the heap allocated array if we're not going to use it. by Owen Anderson · 18 years ago
  9. 1fb8d2f Fix an issue where assignments that caused a SmallPtrSet to become non-small by Owen Anderson · 18 years ago
  10. f17a25c It's not necessary to do rounding for alloca operations when the requested by Dan Gohman · 18 years ago