1. bdc1b01 Prevent infinite growth of SmallPtrSet instances. by Jakob Stoklund Olesen · 15 years ago
  2. 7b90966 Rather than giving SmallPtrSetImpl a member field SmallArray which is magically by Duncan Sands · 15 years ago
  3. e955c48 Fix several const-correctness issues, resolving some -Wcast-qual warnings. by Dan Gohman · 17 years ago
  4. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  5. 581f006 make smallptrset more const and type correct, which caught a few minor bugs. by Chris Lattner · 18 years ago
  6. b61c63e Properly use const qualifiers by Anton Korobeynikov · 18 years ago
  7. 44f7d3a When clearing a SmallPtrSet, if the set had a huge capacity, but the by Chris Lattner · 18 years ago
  8. 49f037a Allow SmallPtrSet to hold pointers to const data. by Owen Anderson · 18 years ago
  9. 4c54024 Make the copy constructor of SmallPtrSet much faster. by Owen Anderson · 18 years ago
  10. ee99010 Remember to free the heap allocated array if we're not going to use it. by Owen Anderson · 18 years ago
  11. e21f270 Fix an issue where assignments that caused a SmallPtrSet to become non-small by Owen Anderson · 18 years ago
  12. 5060fd0 Unbreak the build by putting calls to free into the implementation file and by Reid Spencer · 18 years ago
  13. 81990a3 Use realloc() to (potentially) resize the contents of SmallPtrSet in place. by Owen Anderson · 18 years ago
  14. e33356b Make the assignment operator for SmallPtrSet much faster for normal cases. by Owen Anderson · 18 years ago
  15. 3364abb Make the assignment operator for SmallPtrSet return a reference, and fix a long-standing bug in the copy by Owen Anderson · 18 years ago
  16. aee9017 Fix an error in the assignment operator that was causing an infinite loop in GVNPRE.cpp. by Owen Anderson · 18 years ago
  17. 85049a4 implement operator= for smallptrset by Chris Lattner · 18 years ago
  18. 6d7b6f1 Fix a bug in SmallPtrSet that was causing GVNPRE to enter an infinite loop. by Owen Anderson · 18 years ago
  19. 836e8f3 Two changes: by Chris Lattner · 18 years ago
  20. e7ce8f2 Fix PR1329. by Jeff Cohen · 19 years ago
  21. e346767 do not let the table fill up with tombstones. by Chris Lattner · 19 years ago
  22. 92c5d11 Fix a bug in smallptrset::erase: in the small case, return true if the by Chris Lattner · 19 years ago
  23. 39ab70c implement SmallPtrSet::erase by Chris Lattner · 19 years ago
  24. ab5d0ba add a note by Chris Lattner · 19 years ago
  25. 74102df Add a new SmallSet ADT specialized for pointers. by Chris Lattner · 19 years ago