Kill the LLVM global lock.
[oota-llvm.git] / include / llvm / Support / OnDiskHashTable.h
2014-05-07 Nico WeberLet OnDiskHashTable call the destructor of its Items.
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2014-04-19 Justin BognerOnDiskHashTable: Audit types and use offset_type consis...
2014-04-18 Justin BognerOnDiskHashTable: Fix a think-o with offset_type
2014-04-18 Justin BognerOnDiskHashTable: Expect the Info type to declare the...
2014-04-18 Justin BognerOnDiskHashTable: Expect the Info type to declare the...
2014-04-18 Justin BognerOnDiskHashTable: Provide iterator_range for keys and...
2014-04-17 Justin BognerSupport: Move OnDiskHashTable from clang to llvm