Simplify the pair optimization. Rather than using complex type traits,
[oota-llvm.git] / include / llvm / ADT / Hashing.h
2012-03-02 Chandler CarruthSimplify the pair optimization. Rather than using compl...
2012-03-02 Chandler CarruthWe really want to hash pairs of directly-hashable data...
2012-03-02 Chandler CarruthAdd support for hashing pairs by delegating to each...
2012-03-02 Chandler CarruthRemove the misguided extension here that reserved two...
2012-03-01 Chandler CarruthFix two warnings in this code that I missed.
2012-03-01 Chandler CarruthRewrite LLVM's generalized support library for hashing...
2012-02-27 Jay FoadHelp the compiler to eliminate some dead code when...
2012-02-23 Jay FoadThe implementation of GeneralHash::addBits broke C...
2012-02-18 TalinHashing.h - utilities for hashing various data types.