Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the MD5 result name consistent between functions, header and source. | Yaron Keren | 2014-10-06 | 1 | -19/+19 |
| | | | | llvm-svn: 219121 | ||||
* | Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or ↵ | Craig Topper | 2014-08-27 | 1 | -4/+4 |
| | | | | | | 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 | -0/+8 |
| | | | | llvm-svn: 183054 | ||||
* | Convert more unsigned char -> uint8_t. | Eric Christopher | 2013-05-31 | 1 | -1/+1 |
| | | | | llvm-svn: 183053 | ||||
* | Fix comment. | Eric Christopher | 2013-05-31 | 1 | -1/+1 |
| | | | | llvm-svn: 183052 | ||||
* | Move "unsigned char" -> "uint8_t". | Eric Christopher | 2013-05-31 | 1 | -8/+8 |
| | | | | llvm-svn: 183051 | ||||
* | ArrayRef-ize MD5 and clean up a few variable names. | Eric Christopher | 2013-05-24 | 1 | -20/+32 |
| | | | | | | | Add a stringize method to make dumping a bit easier, and add a testcase exercising a few different paths. llvm-svn: 182692 | ||||
* | Add an md5 library derived from a public domain implementation for dwarf4 | Eric Christopher | 2013-05-21 | 1 | -0/+266 |
type signature computation. llvm-svn: 182348 |