summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support/MD5Test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth2017-06-061-1/+1
* Add a function to MD5 a file's contents.Zachary Turner2017-03-201-1/+3
* Add convenient functions to compute hashes of byte vectors.Rui Ueyama2016-11-231-0/+10
* Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...Craig Topper2014-08-271-8/+8
* Add support for adding the contents of a StringRef to the MD5 hash.Eric Christopher2013-05-311-6/+15
* Convert more unsigned char -> uint8_t.Eric Christopher2013-05-311-9/+9
* Add a comment and some tests including the NULL byte.Eric Christopher2013-05-301-0/+9
* ArrayRef-ize MD5 and clean up a few variable names.Eric Christopher2013-05-241-0/+42
OpenPOWER on IntegriCloud