aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/ScopedHashTable.h
Commit message (Expand)AuthorAgeFilesLines
* TopLevelMap[] reference is a pointer.Evan Cheng2010-03-031-1/+1
* Allow specialization of ScopedHashTable of non-default DenseMapInfo.Evan Cheng2010-03-021-28/+33
* Add count() and lookup() to ScopedHashTable. It might be useful to get inform...Evan Cheng2010-03-021-0/+8
* Removed trailing whitespace.Misha Brukman2009-01-091-17/+17
* Add a simple, but efficient, generic scoped hash tableChris Lattner2008-06-091-0/+193