Prune CRLF.
[oota-llvm.git] / include / llvm / ADT / DenseSet.h
2014-10-27 NAKAMURA TakumiPrune CRLF.
2014-10-19 Lang Hames[ADT] Add a 'find_as' operation to DenseSet.
2014-06-20 Yaron KerenReverting size_type for the containers from size_type...
2014-06-20 Yaron KerenThe count() function for STL datatypes returns unsigned...
2014-03-02 Benjamin KramerRemove unnecessary copy ctors.
2014-01-08 Matt ArsenaultAdd missing definitions of key_type and value_type...
2013-01-04 Eric ChristopherMake comment a bit more clear.
2012-12-03 Argyrios KyrtzidisAdd a getMemorySize() function for DenseSet.
2011-07-21 Benjamin KramerInitialize DenseSets lazily.
2011-01-27 Nick LewyckyAdd DenseSet::resize for API parity with DenseMap:...
2010-09-01 Dan GohmanMake the iterator form of erase return void, since...
2010-07-27 Owen AndersonFill out the interface of DenseSet a bit.
2010-03-08 Andrew LenharthIterator traits and swap. closes PR6548 and PR6549
2010-02-02 Dan GohmanMake DenseSet's erase pass on the return value rather...
2009-12-09 Daniel DunbarRemove unneeded ';' and a class/struct mismatch (notice...
2009-12-06 Chris Lattnerremove extraneous comma clang warns about
2009-04-01 Chris LattnerAdd range insert method for DenseSet and define DenseMa...
2009-01-09 Misha BrukmanRemoved trailing whitespace.
2008-07-07 Dan GohmanMake DenseMap's insert return a pair, to more closely...
2008-07-02 Owen AndersonHave DenseSet::insert return a bool indicating whether...
2008-04-24 Ted KremenekImplement != for DenseSet iterators.
2008-04-24 Ted KremenekAdded iterator support for DenseSet.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-10-05 Chris LattnerMark count method const.
2007-09-30 Chris LattnerAdd a new DenseSet abstraction.