index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
ADT
/
Hashing.h
Age
Commit message (
Expand
)
Author
2013-04-15
Make the host endianness check an integer constant expression.
Rafael Espindola
2012-09-13
Fix typo in comment.
Nick Lewycky
2012-09-05
Remove unused typedefs gcc4.8 warns about.
Roman Divacky
2012-06-09
Hashing: Remove outdated comment. Support for reserved hash values was remove...
Benjamin Kramer
2012-04-07
Perform partial SROA on the helper hashing structure. I really wish the
Chandler Carruth
2012-03-09
Fix a silly restriction on the fast-path for hash_combine_range. This
Chandler Carruth
2012-03-07
Add support to the hashing infrastructure for automatically hashing both
Chandler Carruth
2012-03-07
Remove an accidental cut/paste of a comment into the middle of
Chandler Carruth
2012-03-05
Switch to a C-style cast here to silence a brain-dead MSVC warning. It
Chandler Carruth
2012-03-04
Teach the hashing facilities how to hash std::string objects.
Chandler Carruth
2012-03-03
hash_state: Don't use initialization target during initialization.
Daniel Dunbar
2012-03-02
Fix indentation.
Benjamin Kramer
2012-03-02
Hashing: microoptimize a truncate on 64 bit away. This currently blocks dead ...
Benjamin Kramer
2012-03-02
Make the hashing algorithm Endian neutral. This is a bit annoying, but
Chandler Carruth
2012-03-02
Simplify the pair optimization. Rather than using complex type traits,
Chandler Carruth
2012-03-02
We really want to hash pairs of directly-hashable data as directly
Chandler Carruth
2012-03-02
Add support for hashing pairs by delegating to each sub-object. There is
Chandler Carruth
2012-03-02
Remove the misguided extension here that reserved two special values in
Chandler Carruth
2012-03-01
Fix two warnings in this code that I missed.
Chandler Carruth
2012-03-01
Rewrite LLVM's generalized support library for hashing to follow the API
Chandler Carruth
2012-02-27
Help the compiler to eliminate some dead code when hashing an array of T
Jay Foad
2012-02-23
The implementation of GeneralHash::addBits broke C++ aliasing rules; fix
Jay Foad
2012-02-18
Hashing.h - utilities for hashing various data types.
Talin