1. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  2. cc8f593 Tests: fix tests encoding specific hash values for 32-bit systems. by Tim Northover · 7 years ago
  3. 9a67b07 Re-sort #include lines for unittests. This uses a slightly modified by Chandler Carruth · 8 years ago
  4. 6695b09 Remove no-op dtor so that use of the implicit copy ctor/assignment operator are not deprecated. by David Blaikie · 11 years ago
  5. 68312e1 ADT: Allow up to 18 arguments in hash_combine() by Duncan P. N. Exon Smith · 11 years ago
  6. 66f09ad [C++11] Use 'nullptr'. by Craig Topper · 11 years ago
  7. f04ddd0 [C++11] Replace LLVM-style type traits with C++11 standard ones. by Benjamin Kramer · 12 years ago
  8. bde9176 Fix typos found by http://github.com/lyda/misspell-check by Benjamin Kramer · 13 years ago
  9. 2bd66af Add support to the hashing infrastructure for automatically hashing both by Chandler Carruth · 14 years ago
  10. dc2cada Teach the hashing facilities how to hash std::string objects. by Chandler Carruth · 14 years ago
  11. 23df81a Split this test up into two smaller, and more focused tests. by Chandler Carruth · 14 years ago
  12. baea7e1 Move the NonPOD struct out of the anonymous namespace instead of adding llvm:: everywhere to fix the HashingTest on MSVC . by Francois Pichet · 14 years ago
  13. ce7e199 Fixes the Hashing tests on MSVC by adding llvm:: prefix to hash_value function call. by Francois Pichet · 14 years ago
  14. 9aa1fbf unittests/ADT/HashingTest.cpp: Temporarily disable a new test introduced in r151891, to appease msvc. by NAKAMURA Takumi · 14 years ago
  15. 627e862 Simplify the pair optimization. Rather than using complex type traits, by Chandler Carruth · 14 years ago
  16. becfda3 Add a golden data test that I missed somehow the first time around. by Chandler Carruth · 14 years ago
  17. b101eed Fix bad indenting that was left over from cut/paste of the golden values by Chandler Carruth · 14 years ago
  18. 40119fb We really want to hash pairs of directly-hashable data as directly by Chandler Carruth · 14 years ago
  19. 4718430 Add support for hashing pairs by delegating to each sub-object. There is by Chandler Carruth · 14 years ago
  20. 0d7c278 Remove the misguided extension here that reserved two special values in by Chandler Carruth · 14 years ago
  21. 396260c Re-disable the debug output. The comment is there explaining why we want by Chandler Carruth · 14 years ago
  22. 3da5798 Provide the 32-bit variant of the golden tests. Not sure how I forgot to by Chandler Carruth · 14 years ago
  23. 1d03a3b Rewrite LLVM's generalized support library for hashing to follow the API by Chandler Carruth · 14 years ago
  24. f2291c9 Hashing.h - utilities for hashing various data types. by Talin · 14 years ago