1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. 373a733 make smallptrset more const and type correct, which caught a few minor bugs. by Chris Lattner · 17 years ago
  3. ebf0303 Properly use const qualifiers by Anton Korobeynikov · 17 years ago
  4. 42e4bdf When clearing a SmallPtrSet, if the set had a huge capacity, but the by Chris Lattner · 17 years ago
  5. e992a56 Allow SmallPtrSet to hold pointers to const data. by Owen Anderson · 17 years ago
  6. bf31b85 Make the copy constructor of SmallPtrSet much faster. by Owen Anderson · 17 years ago
  7. 71a1e57 Remember to free the heap allocated array if we're not going to use it. by Owen Anderson · 17 years ago
  8. b54b315 Fix an issue where assignments that caused a SmallPtrSet to become non-small by Owen Anderson · 17 years ago
  9. 845b31d Unbreak the build by putting calls to free into the implementation file and by Reid Spencer · 17 years ago
  10. 1629a1f Use realloc() to (potentially) resize the contents of SmallPtrSet in place. by Owen Anderson · 17 years ago
  11. 69b5d12 Make the assignment operator for SmallPtrSet much faster for normal cases. by Owen Anderson · 17 years ago
  12. 4d6f96d Make the assignment operator for SmallPtrSet return a reference, and fix a long-standing bug in the copy by Owen Anderson · 17 years ago
  13. da8ebc6 Fix an error in the assignment operator that was causing an infinite loop in GVNPRE.cpp. by Owen Anderson · 17 years ago
  14. 91f0158 implement operator= for smallptrset by Chris Lattner · 17 years ago
  15. 6394e5e Fix a bug in SmallPtrSet that was causing GVNPRE to enter an infinite loop. by Owen Anderson · 17 years ago
  16. 61766ca Two changes: by Chris Lattner · 17 years ago
  17. ac58a16 Fix PR1329. by Jeff Cohen · 17 years ago
  18. e237cf9 do not let the table fill up with tombstones. by Chris Lattner · 18 years ago
  19. 7ef856d Fix a bug in smallptrset::erase: in the small case, return true if the by Chris Lattner · 18 years ago
  20. 0b93085 implement SmallPtrSet::erase by Chris Lattner · 18 years ago
  21. 24757de add a note by Chris Lattner · 18 years ago
  22. c95dc98 Add a new SmallSet ADT specialized for pointers. by Chris Lattner · 18 years ago