This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e9029b1 [docs] Fix naming style in the example new 3a04627 Add xxhash to llvm. new 4a0cf28 project_id is from another era in phabricator land and does n [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .arcconfig | 1 - include/llvm/Support/xxhash.h | 47 ++++++++++++++ lib/Support/CMakeLists.txt | 1 + lib/Support/xxhash.cpp | 134 +++++++++++++++++++++++++++++++++++++++ unittests/Support/CMakeLists.txt | 1 + unittests/Support/xxhashTest.cpp | 20 ++++++ 6 files changed, 203 insertions(+), 1 deletion(-) create mode 100644 include/llvm/Support/xxhash.h create mode 100644 lib/Support/xxhash.cpp create mode 100644 unittests/Support/xxhashTest.cpp