Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add convenient functions to compute hashes of byte vectors. | Rui Ueyama | 2016-11-23 | 1 | -0/+10 |
| | | | | | | | | | In many sitautions, you just want to compute a hash for one chunk of data. This patch adds convenient functions for that purpose. Differential Revision: https://reviews.llvm.org/D26988 llvm-svn: 287726 | ||||
* | Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or ↵ | Craig Topper | 2014-08-27 | 1 | -8/+8 |
| | | | | | | just letting them be implicitly created. llvm-svn: 216525 | ||||
* | Add support for adding the contents of a StringRef to the MD5 hash. | Eric Christopher | 2013-05-31 | 1 | -6/+15 |
| | | | | llvm-svn: 183054 | ||||
* | Convert more unsigned char -> uint8_t. | Eric Christopher | 2013-05-31 | 1 | -9/+9 |
| | | | | llvm-svn: 183053 | ||||
* | Add a comment and some tests including the NULL byte. | Eric Christopher | 2013-05-30 | 1 | -0/+9 |
| | | | | llvm-svn: 182900 | ||||
* | ArrayRef-ize MD5 and clean up a few variable names. | Eric Christopher | 2013-05-24 | 1 | -0/+42 |
Add a stringize method to make dumping a bit easier, and add a testcase exercising a few different paths. llvm-svn: 182692 |