summaryrefslogtreecommitdiff
path: root/include/llvm/Support/OnDiskHashTable.h
Commit message (Expand)AuthorAge
* Let OnDiskHashTable call the destructor of its Items.Nico Weber2014-05-07
* [C++] Use 'nullptr'.Craig Topper2014-04-24
* OnDiskHashTable: Audit types and use offset_type consistentlyJustin Bogner2014-04-19
* OnDiskHashTable: Fix a think-o with offset_typeJustin Bogner2014-04-18
* OnDiskHashTable: Expect the Info type to declare the offset typeJustin Bogner2014-04-18
* OnDiskHashTable: Expect the Info type to declare the hash sizeJustin Bogner2014-04-18
* OnDiskHashTable: Provide iterator_range for keys and dataJustin Bogner2014-04-18
* Support: Move OnDiskHashTable from clang to llvmJustin Bogner2014-04-17