summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/ScopedHashTable.h
Commit message (Expand)AuthorAge
* Reverting size_type for the containers from size_type to unsigned. Yaron Keren2014-06-20
* The count() function for STL datatypes returns unsigned, even where it'sYaron Keren2014-06-20
* Allocator: Remove ReferenceAdder hack.Benjamin Kramer2014-04-18
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-17
* add the ability to walk the scope tree and insert at not-the-currentChris Lattner2011-02-27
* add a handy typedef.Chris Lattner2011-01-03
* really get this working with a custom allocator.Chris Lattner2011-01-03
* Enhance ScopedHashTable to allow it to take an allocator argument.Chris Lattner2011-01-03
* make lookup failures not fatal.Chris Lattner2010-07-27
* TopLevelMap[] reference is a pointer.Evan Cheng2010-03-03
* Allow specialization of ScopedHashTable of non-default DenseMapInfo.Evan Cheng2010-03-02
* Add count() and lookup() to ScopedHashTable. It might be useful to get inform...Evan Cheng2010-03-02
* Removed trailing whitespace.Misha Brukman2009-01-09
* Add a simple, but efficient, generic scoped hash tableChris Lattner2008-06-09