aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/SHA1.cpp
AgeCommit message (Expand)Author
2022-04-05[Support/Hash functions] Change the `final()` and `result()` of the hashing f...Argyrios Kyrtzidis
2021-01-22[llvm] Use static_assert instead of assert (NFC)Kazu Hirata
2020-04-21SHA1.h - remove unnecessary ArrayRef.h/StringRef.h includes. NFC.Simon Pilgrim
2019-11-11[Support] Optimize SHA1 implementationNick Terrell
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-03-09Fix header comment on SHA1 code.Eric Christopher
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2016-11-23Fix builbots.Rui Ueyama
2016-11-23Add convenient functions to compute hashes of byte vectors.Rui Ueyama
2016-11-20Attempt to fix big-endian buildbots.Rui Ueyama
2016-11-20Style fix. NFC.Rui Ueyama
2016-11-20Fix buildbot.Rui Ueyama
2016-11-20SHA1: unroll loop in hashBlock.Rui Ueyama
2016-04-18[NFC] Header cleanupMehdi Amini
2016-04-05Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith
2016-04-05Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko
2016-04-01Fix S390 big endian detectionMehdi Amini
2016-04-01Add support for computing SHA1 in LLVMMehdi Amini
2016-04-01Revert "Add support for computing SHA1 in LLVM"Mehdi Amini
2016-04-01Add support for computing SHA1 in LLVMMehdi Amini