History log of /external/llvm/lib/Support/MD5.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/lib/Support/MD5.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/lib/Support/MD5.cpp
92bd43bd4b2b358decc63462e98e856e9f9bfa90 01-Jun-2013 Eric Christopher <echristo@gmail.com> Fix comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183052 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/MD5.cpp
800e6ee52fd32e0b129cbccd811166d7e215e6ad 01-Jun-2013 Eric Christopher <echristo@gmail.com> Move "unsigned char" -> "uint8_t".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183051 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/MD5.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/lib/Support/MD5.cpp
9f31f7c3055a3c028c54888832ed61c6912aac41 21-May-2013 Eric Christopher <echristo@gmail.com> Add an md5 library derived from a public domain implementation for dwarf4
type signature computation.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182348 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/lib/Support/MD5.cpp