aboutsummaryrefslogtreecommitdiff
path: root/libjava/classpath/java/sql/Clob.java
AgeCommit message (Expand)AuthorFilesLines
2006-05-18Imported GNU Classpath 0.90Mark Wielaard1-56/+91
2005-07-16Initial revisionTom Tromey1-0/+152
on value='revert-143717-aballman-remove-pstl'>revert-143717-aballman-remove-pstl Unnamed repository; edit this file 'description' to name the repository.root
aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/SHA1.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-09-23[Support] Use llvm::byteswap instead of sys::getSwappedBytes (NFC)Kazu Hirata1-1/+1
2022-11-21[Support] Reduce Dependence on Host.hArchibald Elliott1-23/+15
2022-09-03Drop empty string literals from static_assert (NFC)Kazu Hirata1-2/+2
2022-04-05[Support/Hash functions] Change the `final()` and `result()` of the hashing f...Argyrios Kyrtzidis1-9/+12
2021-01-22[llvm] Use static_assert instead of assert (NFC)Kazu Hirata1-1/+1
2020-04-21SHA1.h - remove unnecessary ArrayRef.h/StringRef.h includes. NFC.Simon Pilgrim1-3/+8
2019-11-11[Support] Optimize SHA1 implementationNick Terrell1-15/+39
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-03-09Fix header comment on SHA1 code.Eric Christopher1-1/+1
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2016-11-23Fix builbots.Rui Ueyama1-1/+1
2016-11-23Add convenient functions to compute hashes of byte vectors.Rui Ueyama1-0/+10
2016-11-20Attempt to fix big-endian buildbots.Rui Ueyama1-7/+0
2016-11-20Style fix. NFC.Rui Ueyama1-7/+7
2016-11-20Fix buildbot.Rui Ueyama1-2/+2
2016-11-20SHA1: unroll loop in hashBlock.Rui Ueyama1-44/+152
2016-04-18[NFC] Header cleanupMehdi Amini1-0/+1
2016-04-05Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith1-10/+5
2016-04-05Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko1-5/+10
2016-04-01Fix S390 big endian detectionMehdi Amini1-2/+3
2016-04-01Add support for computing SHA1 in LLVMMehdi Amini1-0/+168
2016-04-01Revert "Add support for computing SHA1 in LLVM"Mehdi Amini1-168/+0
2016-04-01Add support for computing SHA1 in LLVMMehdi Amini1-0/+168