aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/ADT/HashingTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-1/+0
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-0/+25
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-1/+1
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+1
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-021-1/+1
* Add support to the hashing infrastructure for automatically hashing bothChandler Carruth2012-03-071-0/+6
* Teach the hashing facilities how to hash std::string objects.Chandler Carruth2012-03-041-0/+17
* Split this test up into two smaller, and more focused tests.Chandler Carruth2012-03-041-0/+2
* Move the NonPOD struct out of the anonymous namespace instead of adding llvm:...Francois Pichet2012-03-031-33/+33
* Fixes the Hashing tests on MSVC by adding llvm:: prefix to hash_value functio...Francois Pichet2012-03-031-28/+24
* unittests/ADT/HashingTest.cpp: Temporarily disable a new test introduced in r...NAKAMURA Takumi2012-03-031-0/+4
* Simplify the pair optimization. Rather than using complex type traits,Chandler Carruth2012-03-021-0/+20
* Add a golden data test that I missed somehow the first time around.Chandler Carruth2012-03-021-0/+1
* Fix bad indenting that was left over from cut/paste of the golden valuesChandler Carruth2012-03-021-52/+52
* We really want to hash pairs of directly-hashable data as directlyChandler Carruth2012-03-021-5/+7
* Add support for hashing pairs by delegating to each sub-object. There isChandler Carruth2012-03-021-0/+11
* Remove the misguided extension here that reserved two special values inChandler Carruth2012-03-021-11/+1
* Re-disable the debug output. The comment is there explaining why we wantChandler Carruth2012-03-011-1/+1
* Provide the 32-bit variant of the golden tests. Not sure how I forgot toChandler Carruth2012-03-011-3/+60
* Rewrite LLVM's generalized support library for hashing to follow the APIChandler Carruth2012-03-011-25/+286
* Hashing.h - utilities for hashing various data types.Talin2012-02-181-0/+57