ADT/PointerIntPairTest.cpp: Appease msc17.
[oota-llvm.git] / unittests / ADT / HashingTest.cpp
2014-03-07 Benjamin Kramer[C++11] Replace LLVM-style type traits with C++11 stand...
2012-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2012-03-07 Chandler CarruthAdd support to the hashing infrastructure for automatic...
2012-03-04 Chandler CarruthTeach the hashing facilities how to hash std::string...
2012-03-04 Chandler CarruthSplit this test up into two smaller, and more focused...
2012-03-03 Francois PichetMove the NonPOD struct out of the anonymous namespace...
2012-03-03 Francois PichetFixes the Hashing tests on MSVC by adding llvm:: prefix...
2012-03-03 NAKAMURA Takumiunittests/ADT/HashingTest.cpp: Temporarily disable...
2012-03-02 Chandler CarruthSimplify the pair optimization. Rather than using compl...
2012-03-02 Chandler CarruthAdd a golden data test that I missed somehow the first...
2012-03-02 Chandler CarruthFix bad indenting that was left over from cut/paste...
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 CarruthRe-disable the debug output. The comment is there expla...
2012-03-01 Chandler CarruthProvide the 32-bit variant of the golden tests. Not...
2012-03-01 Chandler CarruthRewrite LLVM's generalized support library for hashing...
2012-02-18 TalinHashing.h - utilities for hashing various data types.