summaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/ScopedHashTable.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-2/+2
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-2/+2
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-1/+3
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-8/+6
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-171-2/+2
* add the ability to walk the scope tree and insert at not-the-currentChris Lattner2011-02-271-11/+25
* add a handy typedef.Chris Lattner2011-01-031-0/+5
* really get this working with a custom allocator.Chris Lattner2011-01-031-22/+22
* Enhance ScopedHashTable to allow it to take an allocator argument.Chris Lattner2011-01-031-15/+41
* make lookup failures not fatal.Chris Lattner2010-07-271-1/+6
* 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