| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [PDB] Don't use the long type | David Majnemer | 2016-12-18 | 1 | -1/+1 |
| | | | | | | | | | Long is not the same size across a number of the platforms we support. Use unsigned int here instead, it is more appropriate because overflow/wrap-around is possible and, in this case, expected. llvm-svn: 290068 | ||||
| * | [PDB] Don't reimplement CRC32 | David Majnemer | 2016-12-18 | 1 | -50/+5 |
| | | | | | | | | We already have a CRC32 implementation which is compatible with the PDB hash, reuse it. llvm-svn: 290054 | ||||
| * | Implement pdb::hashBufferV8 hash function. | Rui Ueyama | 2016-06-16 | 1 | -0/+54 |
| | | | | | llvm-svn: 272894 | ||||
| * | Function names should start with lowercase letters. | Rui Ueyama | 2016-06-08 | 1 | -2/+2 |
| | | | | | llvm-svn: 272225 | ||||
| * | [PDB] Move PDB functions to a separate file. | Rui Ueyama | 2016-06-08 | 1 | -0/+77 |
| We are going to use the hash functions from TPI streams. Differential Revision: http://reviews.llvm.org/D21142 llvm-svn: 272223 | |||||

