aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/ADT/ScopedHashTable.h
AgeCommit message (Expand)Author
2012-09-17Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper
2011-02-27add the ability to walk the scope tree and insert at not-the-currentChris Lattner
2011-01-03add a handy typedef.Chris Lattner
2011-01-03really get this working with a custom allocator.Chris Lattner
2011-01-03Enhance ScopedHashTable to allow it to take an allocator argument.Chris Lattner
2010-07-27make lookup failures not fatal.Chris Lattner
2010-03-03TopLevelMap[] reference is a pointer.Evan Cheng
2010-03-02Allow specialization of ScopedHashTable of non-default DenseMapInfo.Evan Cheng
2010-03-02Add count() and lookup() to ScopedHashTable. It might be useful to get inform...Evan Cheng
2009-01-09Removed trailing whitespace.Misha Brukman
2008-06-09Add a simple, but efficient, generic scoped hash tableChris Lattner