aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/MD5.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2014-10-06Make the MD5 result name consistent between functions, header and source.Yaron Keren1-19/+19
2014-08-27Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...Craig Topper1-4/+4
2013-05-31Add support for adding the contents of a StringRef to the MD5 hash.Eric Christopher1-0/+8
2013-05-31Convert more unsigned char -> uint8_t.Eric Christopher1-1/+1
2013-05-31Fix comment.Eric Christopher1-1/+1
2013-05-31Move "unsigned char" -> "uint8_t".Eric Christopher1-8/+8
2013-05-24ArrayRef-ize MD5 and clean up a few variable names.Eric Christopher1-20/+32
2013-05-21Add an md5 library derived from a public domain implementation for dwarf4Eric Christopher1-0/+266