[llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions
[oota-llvm.git] / include / llvm / Support / MD5.h
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-13 Benjamin KramerCanonicalize header guards into a common format.
2014-03-07 Eric ChristopherActually include the ArrayRef header rather than rely...
2013-05-31 Eric ChristopherAdd support for adding the contents of a StringRef...
2013-05-31 Eric ChristopherMove "unsigned char" -> "uint8_t".
2013-05-25 Eric ChristopherAdd some comments to the stringify function.
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...