summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/Hashing.h
Commit message (Expand)AuthorAge
* Make the host endianness check an integer constant expression.Rafael Espindola2013-04-15
* Fix typo in comment.Nick Lewycky2012-09-13
* Remove unused typedefs gcc4.8 warns about.Roman Divacky2012-09-05
* Hashing: Remove outdated comment. Support for reserved hash values was remove...Benjamin Kramer2012-06-09
* Perform partial SROA on the helper hashing structure. I really wish theChandler Carruth2012-04-07
* Fix a silly restriction on the fast-path for hash_combine_range. ThisChandler Carruth2012-03-09
* Add support to the hashing infrastructure for automatically hashing bothChandler Carruth2012-03-07
* Remove an accidental cut/paste of a comment into the middle ofChandler Carruth2012-03-07
* Switch to a C-style cast here to silence a brain-dead MSVC warning. ItChandler Carruth2012-03-05
* Teach the hashing facilities how to hash std::string objects.Chandler Carruth2012-03-04
* hash_state: Don't use initialization target during initialization.Daniel Dunbar2012-03-03
* Fix indentation.Benjamin Kramer2012-03-02
* Hashing: microoptimize a truncate on 64 bit away. This currently blocks dead ...Benjamin Kramer2012-03-02
* Make the hashing algorithm Endian neutral. This is a bit annoying, butChandler Carruth2012-03-02
* Simplify the pair optimization. Rather than using complex type traits,Chandler Carruth2012-03-02
* We really want to hash pairs of directly-hashable data as directlyChandler Carruth2012-03-02
* Add support for hashing pairs by delegating to each sub-object. There isChandler Carruth2012-03-02
* Remove the misguided extension here that reserved two special values inChandler Carruth2012-03-02
* Fix two warnings in this code that I missed.Chandler Carruth2012-03-01
* Rewrite LLVM's generalized support library for hashing to follow the APIChandler Carruth2012-03-01
* Help the compiler to eliminate some dead code when hashing an array of TJay Foad2012-02-27
* The implementation of GeneralHash::addBits broke C++ aliasing rules; fixJay Foad2012-02-23
* Hashing.h - utilities for hashing various data types.Talin2012-02-18