This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 28481789cfe [llvm-exegesis] benchmarkMain(): less cryptic error if buil [...] new a3ee5306ac1 [Support] Add zlib independent CRC32
The 1 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: .../llvm/Support/CRC.h | 17 +++--- lib/DebugInfo/Symbolize/Symbolize.cpp | 3 +- lib/Support/CMakeLists.txt | 1 + lib/Support/CRC.cpp | 68 ++++++++++++++++++++++ unittests/Support/CMakeLists.txt | 1 + unittests/Support/CRCTest.cpp | 29 +++++++++ 6 files changed, 111 insertions(+), 8 deletions(-) copy lib/Target/NVPTX/NVPTXAllocaHoisting.h => include/llvm/Support/CRC.h (55%) create mode 100644 lib/Support/CRC.cpp create mode 100644 unittests/Support/CRCTest.cpp