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