aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/MD5.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-02-26Avoid SmallString.h include in MD5.h, NFCReid Kleckner1-0/+1
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl1-2/+2
2017-10-12Fix warnings. [-Wdocumentation]NAKAMURA Takumi1-1/+1
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2017-03-20Add a function to MD5 a file's contents.Zachary Turner1-5/+9
2017-02-15[Support] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko1-5/+6
2016-11-23[MD5] Use write32le instead of spelling it out with shifts.Benjamin Kramer1-24/+6
2016-11-23Add convenient functions to compute hashes of byte vectors.Rui Ueyama1-0/+10
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