[PM/AA] Move the LibCall AA creation routine declaration to that
[oota-llvm.git] / lib / Support / MD5.cpp
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2014-10-06 Yaron KerenMake the MD5 result name consistent between functions...
2014-08-27 Craig TopperSimplify creation of a bunch of ArrayRefs by using...
2013-05-31 Eric ChristopherAdd support for adding the contents of a StringRef...
2013-05-31 Eric ChristopherConvert more unsigned char -> uint8_t.
2013-05-31 Eric ChristopherFix comment.
2013-05-31 Eric ChristopherMove "unsigned char" -> "uint8_t".
2013-05-24 Eric ChristopherArrayRef-ize MD5 and clean up a few variable names.
2013-05-21 Eric ChristopherAdd an md5 library derived from a public domain impleme...