summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/SHA1.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Support] Optimize SHA1 implementationNick Terrell2019-11-111-15/+39
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix header comment on SHA1 code.Eric Christopher2018-03-091-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Fix builbots.Rui Ueyama2016-11-231-1/+1
* Add convenient functions to compute hashes of byte vectors.Rui Ueyama2016-11-231-0/+10
* Attempt to fix big-endian buildbots.Rui Ueyama2016-11-201-7/+0
* Style fix. NFC.Rui Ueyama2016-11-201-7/+7
* Fix buildbot.Rui Ueyama2016-11-201-2/+2
* SHA1: unroll loop in hashBlock.Rui Ueyama2016-11-201-44/+152
* [NFC] Header cleanupMehdi Amini2016-04-181-0/+1
* Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith2016-04-051-10/+5
* Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko2016-04-051-5/+10
* Fix S390 big endian detectionMehdi Amini2016-04-011-2/+3
* Add support for computing SHA1 in LLVMMehdi Amini2016-04-011-0/+168
* Revert "Add support for computing SHA1 in LLVM"Mehdi Amini2016-04-011-168/+0
* Add support for computing SHA1 in LLVMMehdi Amini2016-04-011-0/+168
OpenPOWER on IntegriCloud