Renaming SwapByteOrder() to getSwappedBytes()
[oota-llvm.git] / include / llvm / ADT / Hashing.h
2014-06-14 Artyom SkrobovRenaming SwapByteOrder() to getSwappedBytes()
2014-04-30 Jay FoadRemove unused field hash_state::seed.
2014-04-12 Benjamin KramerRetire llvm::array_endof in favor of non-member std...
2014-03-07 Benjamin Kramer[C++11] Replace LLVM-style type traits with C++11 stand...
2013-04-15 Rafael EspindolaMake the host endianness check an integer constant...
2012-09-13 Nick LewyckyFix typo in comment.
2012-09-05 Roman DivackyRemove unused typedefs gcc4.8 warns about.
2012-06-09 Benjamin KramerHashing: Remove outdated comment. Support for reserved...
2012-04-07 Chandler CarruthPerform partial SROA on the helper hashing structure...
2012-03-09 Chandler CarruthFix a silly restriction on the fast-path for hash_combi...
2012-03-07 Chandler CarruthAdd support to the hashing infrastructure for automatic...
2012-03-07 Chandler CarruthRemove an accidental cut/paste of a comment into the...
2012-03-05 Chandler CarruthSwitch to a C-style cast here to silence a brain-dead...
2012-03-04 Chandler CarruthTeach the hashing facilities how to hash std::string...
2012-03-03 Daniel Dunbarhash_state: Don't use initialization target during...
2012-03-02 Benjamin KramerFix indentation.
2012-03-02 Benjamin KramerHashing: microoptimize a truncate on 64 bit away. This...
2012-03-02 Chandler CarruthMake the hashing algorithm Endian neutral. This is...
2012-03-02 Chandler CarruthSimplify the pair optimization. Rather than using compl...
2012-03-02 Chandler CarruthWe really want to hash pairs of directly-hashable data...
2012-03-02 Chandler CarruthAdd support for hashing pairs by delegating to each...
2012-03-02 Chandler CarruthRemove the misguided extension here that reserved two...
2012-03-01 Chandler CarruthFix two warnings in this code that I missed.
2012-03-01 Chandler CarruthRewrite LLVM's generalized support library for hashing...
2012-02-27 Jay FoadHelp the compiler to eliminate some dead code when...
2012-02-23 Jay FoadThe implementation of GeneralHash::addBits broke C...
2012-02-18 TalinHashing.h - utilities for hashing various data types.