index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
unittests
/
ADT
/
HashingTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
1
-1
/
+1
*
Add support to the hashing infrastructure for automatically hashing both
Chandler Carruth
2012-03-07
1
-0
/
+6
*
Teach the hashing facilities how to hash std::string objects.
Chandler Carruth
2012-03-04
1
-0
/
+17
*
Split this test up into two smaller, and more focused tests.
Chandler Carruth
2012-03-04
1
-0
/
+2
*
Move the NonPOD struct out of the anonymous namespace instead of adding llvm:...
Francois Pichet
2012-03-03
1
-33
/
+33
*
Fixes the Hashing tests on MSVC by adding llvm:: prefix to hash_value functio...
Francois Pichet
2012-03-03
1
-28
/
+24
*
unittests/ADT/HashingTest.cpp: Temporarily disable a new test introduced in r...
NAKAMURA Takumi
2012-03-03
1
-0
/
+4
*
Simplify the pair optimization. Rather than using complex type traits,
Chandler Carruth
2012-03-02
1
-0
/
+20
*
Add a golden data test that I missed somehow the first time around.
Chandler Carruth
2012-03-02
1
-0
/
+1
*
Fix bad indenting that was left over from cut/paste of the golden values
Chandler Carruth
2012-03-02
1
-52
/
+52
*
We really want to hash pairs of directly-hashable data as directly
Chandler Carruth
2012-03-02
1
-5
/
+7
*
Add support for hashing pairs by delegating to each sub-object. There is
Chandler Carruth
2012-03-02
1
-0
/
+11
*
Remove the misguided extension here that reserved two special values in
Chandler Carruth
2012-03-02
1
-11
/
+1
*
Re-disable the debug output. The comment is there explaining why we want
Chandler Carruth
2012-03-01
1
-1
/
+1
*
Provide the 32-bit variant of the golden tests. Not sure how I forgot to
Chandler Carruth
2012-03-01
1
-3
/
+60
*
Rewrite LLVM's generalized support library for hashing to follow the API
Chandler Carruth
2012-03-01
1
-25
/
+286
*
Hashing.h - utilities for hashing various data types.
Talin
2012-02-18
1
-0
/
+57