This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ef1e756a76a [InstCombine] sdiv exact flag fixup. new 3676506b06c Attempt to recommit r357901
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