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
/
include
/
llvm
/
ADT
/
Hashing.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo in comment.
Nick Lewycky
2012-09-13
1
-1
/
+1
*
Remove unused typedefs gcc4.8 warns about.
Roman Divacky
2012-09-05
1
-1
/
+0
*
Hashing: Remove outdated comment. Support for reserved hash values was remove...
Benjamin Kramer
2012-06-09
1
-4
/
+0
*
Perform partial SROA on the helper hashing structure. I really wish the
Chandler Carruth
2012-04-07
1
-42
/
+48
*
Fix a silly restriction on the fast-path for hash_combine_range. This
Chandler Carruth
2012-03-09
1
-1
/
+1
*
Add support to the hashing infrastructure for automatically hashing both
Chandler Carruth
2012-03-07
1
-9
/
+11
*
Remove an accidental cut/paste of a comment into the middle of
Chandler Carruth
2012-03-07
1
-2
/
+0
*
Switch to a C-style cast here to silence a brain-dead MSVC warning. It
Chandler Carruth
2012-03-05
1
-1
/
+1
*
Teach the hashing facilities how to hash std::string objects.
Chandler Carruth
2012-03-04
1
-0
/
+11
*
hash_state: Don't use initialization target during initialization.
Daniel Dunbar
2012-03-03
1
-3
/
+2
*
Fix indentation.
Benjamin Kramer
2012-03-02
1
-3
/
+3
*
Hashing: microoptimize a truncate on 64 bit away. This currently blocks dead ...
Benjamin Kramer
2012-03-02
1
-1
/
+1
*
Make the hashing algorithm Endian neutral. This is a bit annoying, but
Chandler Carruth
2012-03-02
1
-0
/
+6
*
Simplify the pair optimization. Rather than using complex type traits,
Chandler Carruth
2012-03-02
1
-2
/
+2
*
We really want to hash pairs of directly-hashable data as directly
Chandler Carruth
2012-03-02
1
-0
/
+10
*
Add support for hashing pairs by delegating to each sub-object. There is
Chandler Carruth
2012-03-02
1
-59
/
+79
*
Remove the misguided extension here that reserved two special values in
Chandler Carruth
2012-03-02
1
-51
/
+17
*
Fix two warnings in this code that I missed.
Chandler Carruth
2012-03-01
1
-2
/
+3
*
Rewrite LLVM's generalized support library for hashing to follow the API
Chandler Carruth
2012-03-01
1
-130
/
+705
*
Help the compiler to eliminate some dead code when hashing an array of T
Jay Foad
2012-02-27
1
-3
/
+5
*
The implementation of GeneralHash::addBits broke C++ aliasing rules; fix
Jay Foad
2012-02-23
1
-26
/
+20
*
Hashing.h - utilities for hashing various data types.
Talin
2012-02-18
1
-0
/
+180