Add a C++11 ThreadPool implementation in LLVM
[oota-llvm.git] / include / llvm / Support / OnDiskHashTable.h
2015-12-01 Xinliang David Li[PGO] Add support for reading multiple versions of...
2015-11-02 Reid Kleckner[Support] Assert that reported key+data lenghts match...
2015-08-31 Richard SmithInfrastructure changes for Clang r246497.
2015-08-26 Richard SmithRefactor to reduce duplication in OnDiskIterableChained...
2015-07-14 Richard SmithAdd support for on-disk hash table lookup with a known...
2015-04-11 Benjamin KramerMake OnDiskChainedHashTableGenerator's Bucket type...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
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