add a handy typedef.
[oota-llvm.git] / include / llvm / ADT / ScopedHashTable.h
2011-01-03 Chris Lattneradd a handy typedef.
2011-01-03 Chris Lattnerreally get this working with a custom allocator.
2011-01-03 Chris LattnerEnhance ScopedHashTable to allow it to take an allocato...
2010-07-27 Chris Lattnermake lookup failures not fatal.
2010-03-03 Evan ChengTopLevelMap[] reference is a pointer.
2010-03-02 Evan ChengAllow specialization of ScopedHashTable of non-default...
2010-03-02 Evan ChengAdd count() and lookup() to ScopedHashTable. It might...
2009-01-09 Misha BrukmanRemoved trailing whitespace.
2008-06-09 Chris LattnerAdd a simple, but efficient, generic scoped hash table