1. 28332c4 [ADT] Fix a bug in DenseSet's initializer_list constructor. by Lang Hames · 7 years ago
  2. cb1f0cf [ADT] Adds equality operators for DenseMap and DenseSet, and an initializer_list by Lang Hames · 7 years ago
  3. fec72d2 Fix DenseSet::ConstIterator typedefs by David Blaikie · 7 years ago
  4. 21e545d Fix typos of occurred and occurrence by Malcolm Parsons · 8 years ago
  5. 04d9e74 Add support for DenseMap/DenseSet count and find using const pointers by Daniel Berlin · 9 years ago
  6. 6944037 Add test for default construction coverage of DenseSet iterators. by Dean Michael Berris · 9 years ago
  7. 227c6eb Allow DenseSet::iterators to be conveted to and compared with const_iterator by Dean Michael Berris · 9 years ago
  8. 61b9b6a [ADT] Add an initializer_list constructor to {Small,}DenseSet. by Justin Lebar · 9 years ago
  9. 4bccb58 [ADT] Add SmallDenseSet. by Justin Lebar · 9 years ago
  10. f12b1c7 [ADT] Add missing const_iterator DenseSet::find() const by Vitaly Buka · 9 years ago
  11. fa0f96b [ADT] Add a reserve() method to DenseSet as well as an insert() for R-value by Mehdi Amini · 9 years ago
  12. bf00109 Revert "[ADT] Add a reserve method to DenseSet as well as an insert() for R-value" by Mehdi Amini · 9 years ago
  13. d866d8a [ADT] Add a reserve method to DenseSet as well as an insert() for R-value by Mehdi Amini · 9 years ago
  14. b27a3b0 [ADT] Add a 'find_as' operation to DenseSet. by Lang Hames · 11 years ago
  15. 7c8d139 Fix some -Wsign-compare fallout from changing container count member functions to return unsigned instead of bool. by David Blaikie · 11 years ago
  16. bc40d7e Fix includes of llvm files that used angle brackets. by Craig Topper · 13 years ago
  17. e54523d Prevent looping when DenseSet is abused. by Stuart Hastings · 16 years ago