index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
unittests
/
ADT
/
HashingTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Tests: fix tests encoding specific hash values for 32-bit systems.
Tim Northover
2018-08-31
1
-54
/
+1
*
Re-sort #include lines for unittests. This uses a slightly modified
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Remove no-op dtor so that use of the implicit copy ctor/assignment operator a...
David Blaikie
2015-03-03
1
-1
/
+0
*
ADT: Allow up to 18 arguments in hash_combine()
Duncan P. N. Exon Smith
2015-02-09
1
-0
/
+25
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-08
1
-1
/
+1
*
[C++11] Replace LLVM-style type traits with C++11 standard ones.
Benjamin Kramer
2014-03-07
1
-1
/
+1
*
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