[all-commits] [llvm/llvm-project] 7f3afa: Extract SipHash implementation into a header.
Peter Collingbourne via All-commits
all-commits at lists.llvm.org
Wed Jul 9 16:07:40 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7f3afab9181d83f92771293ad3b6c00ac62800fd
https://github.com/llvm/llvm-project/commit/7f3afab9181d83f92771293ad3b6c00ac62800fd
Author: Peter Collingbourne <pcc at google.com>
Date: 2025-07-09 (Wed, 09 Jul 2025)
Changed paths:
M llvm/lib/Support/CMakeLists.txt
M llvm/lib/Support/SipHash.cpp
M llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
A third-party/siphash/include/siphash/SipHash.h
Log Message:
-----------
Extract SipHash implementation into a header.
This is so that we'll be able to use it in compiler-rt as well.
Dependencies on LLVM Support were removed from the header by restoring
code from the original SipHash implementation.
Reviewers: kuhar, dwblaikie, ahmedbougacha
Reviewed By: dwblaikie
Pull Request: https://github.com/llvm/llvm-project/pull/134197
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list