aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Hashing.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-08-30Hashing: use 64-bit seed for hashing on all platforms.Tim Northover1-2/+2
2012-03-01Add the source file with trivial definitions in it that was missing fromChandler Carruth1-0/+29
2012-02-23The implementation of GeneralHash::addBits broke C++ aliasing rules; fixJay Foad1-46/+0
2012-02-18Fix issue with bitwise and precedence.Ahmed Charles1-1/+1
2012-02-18Hashing.h - utilities for hashing various data types.Talin1-0/+46