Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the source file with trivial definitions in it that was missing from | Chandler Carruth | 2012-03-01 | 1 | -0/+29 |
| | | | | | | | | r151822, sorry sorry. =[ We need 'git svn nothave' or some such... llvm-svn: 151824 | ||||
* | The implementation of GeneralHash::addBits broke C++ aliasing rules; fix | Jay Foad | 2012-02-23 | 1 | -46/+0 |
| | | | | | | | | 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. llvm-svn: 151247 | ||||
* | Fix issue with bitwise and precedence. | Ahmed Charles | 2012-02-18 | 1 | -1/+1 |
| | | | | llvm-svn: 150897 | ||||
* | Hashing.h - utilities for hashing various data types. | Talin | 2012-02-18 | 1 | -0/+46 |
llvm-svn: 150890 |