summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/ScopedHashTable.h
Commit message (Expand)AuthorAge
* 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