aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/ADT/HashingTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-06-08[C++11] Use 'nullptr'.Craig Topper1-1/+1
2014-03-07[C++11] Replace LLVM-style type traits with C++11 standard ones.Benjamin Kramer1-1/+1
2012-06-02Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer1-1/+1
2012-03-07Add support to the hashing infrastructure for automatically hashing bothChandler Carruth1-0/+6
2012-03-04Teach the hashing facilities how to hash std::string objects.Chandler Carruth1-0/+17
2012-03-04Split this test up into two smaller, and more focused tests.Chandler Carruth1-0/+2
2012-03-03Move the NonPOD struct out of the anonymous namespace instead of adding llvm:...Francois Pichet1-33/+33
2012-03-03Fixes the Hashing tests on MSVC by adding llvm:: prefix to hash_value functio...Francois Pichet1-28/+24
2012-03-03unittests/ADT/HashingTest.cpp: Temporarily disable a new test introduced in r...NAKAMURA Takumi1-0/+4
2012-03-02Simplify the pair optimization. Rather than using complex type traits,Chandler Carruth1-0/+20
2012-03-02Add a golden data test that I missed somehow the first time around.Chandler Carruth1-0/+1
2012-03-02Fix bad indenting that was left over from cut/paste of the golden valuesChandler Carruth1-52/+52
2012-03-02We really want to hash pairs of directly-hashable data as directlyChandler Carruth1-5/+7
2012-03-02Add support for hashing pairs by delegating to each sub-object. There isChandler Carruth1-0/+11
2012-03-02Remove the misguided extension here that reserved two special values inChandler Carruth1-11/+1
2012-03-01Re-disable the debug output. The comment is there explaining why we wantChandler Carruth1-1/+1
2012-03-01Provide the 32-bit variant of the golden tests. Not sure how I forgot toChandler Carruth1-3/+60
2012-03-01Rewrite LLVM's generalized support library for hashing to follow the APIChandler Carruth1-25/+286
2012-02-18Hashing.h - utilities for hashing various data types.Talin1-0/+57