summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/MD5Test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or ↵Craig Topper2014-08-271-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 Christopher2013-05-311-6/+15
| | | | llvm-svn: 183054
* Convert more unsigned char -> uint8_t.Eric Christopher2013-05-311-9/+9
| | | | llvm-svn: 183053
* Add a comment and some tests including the NULL byte.Eric Christopher2013-05-301-0/+9
| | | | llvm-svn: 182900
* ArrayRef-ize MD5 and clean up a few variable names.Eric Christopher2013-05-241-0/+42
Add a stringize method to make dumping a bit easier, and add a testcase exercising a few different paths. llvm-svn: 182692
OpenPOWER on IntegriCloud