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