History log of /external/llvm/unittests/Support/MD5Test.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
769d24a60d798ffa3a47a01c9e7a0dcfaefbb882 01-Jun-2013 Eric Christopher <echristo@gmail.com> Add support for adding the contents of a StringRef to the MD5 hash.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183054 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/Support/MD5Test.cpp
cbb45aa123c42dabb38f14bc1879848d77896998 01-Jun-2013 Eric Christopher <echristo@gmail.com> Convert more unsigned char -> uint8_t.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183053 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/Support/MD5Test.cpp
12378d4872c7b522a9f6ea4ac362780bae97ce91 30-May-2013 Eric Christopher <echristo@gmail.com> Add a comment and some tests including the NULL byte.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182900 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/Support/MD5Test.cpp
f7306f224e7f85c2690256636613422c4a7b8230 25-May-2013 Eric Christopher <echristo@gmail.com> ArrayRef-ize MD5 and clean up a few variable names.
Add a stringize method to make dumping a bit easier, and add a testcase
exercising a few different paths.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182692 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/Support/MD5Test.cpp