summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/MD5.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-2/+2
* Fix warnings. [-Wdocumentation]NAKAMURA Takumi2017-10-121-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Add a function to MD5 a file's contents.Zachary Turner2017-03-201-5/+9
* [Support] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2017-02-151-5/+6
* [MD5] Use write32le instead of spelling it out with shifts.Benjamin Kramer2016-11-231-24/+6
* Add convenient functions to compute hashes of byte vectors.Rui Ueyama2016-11-231-0/+10
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Make the MD5 result name consistent between functions, header and source.Yaron Keren2014-10-061-19/+19
* Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...Craig Topper2014-08-271-4/+4
* Add support for adding the contents of a StringRef to the MD5 hash.Eric Christopher2013-05-311-0/+8
* Convert more unsigned char -> uint8_t.Eric Christopher2013-05-311-1/+1
* Fix comment.Eric Christopher2013-05-311-1/+1
* Move "unsigned char" -> "uint8_t".Eric Christopher2013-05-311-8/+8
* ArrayRef-ize MD5 and clean up a few variable names.Eric Christopher2013-05-241-20/+32
* Add an md5 library derived from a public domain implementation for dwarf4Eric Christopher2013-05-211-0/+266
OpenPOWER on IntegriCloud