Adding some includes to appease build bots. Amends r203354
[oota-llvm.git] / include / llvm / ADT / ScopedHashTable.h
2012-09-17 Craig TopperMark unimplemented copy constructors and copy assignmen...
2011-02-27 Chris Lattneradd the ability to walk the scope tree and insert at...
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