summaryrefslogtreecommitdiff
path: root/lib/Support/Hashing.cpp
Commit message (Collapse)AuthorAge
* Add the source file with trivial definitions in it that was missing fromChandler Carruth2012-03-01
| | | | | | | | r151822, sorry sorry. =[ We need 'git svn nothave' or some such... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151824 91177308-0d34-0410-b5e6-96231b3b80d8
* The implementation of GeneralHash::addBits broke C++ aliasing rules; fixJay Foad2012-02-23
| | | | | | | | it with memcpy. This also fixes a problem on big-endian hosts, where addUnaligned would return different results depending on the alignment of the data. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151247 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix issue with bitwise and precedence.Ahmed Charles2012-02-18
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150897 91177308-0d34-0410-b5e6-96231b3b80d8
* Hashing.h - utilities for hashing various data types.Talin2012-02-18
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150890 91177308-0d34-0410-b5e6-96231b3b80d8