This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bf179450778 [llvm-exegesis] Explore LEA addressing modes. new 30ed5caab51 [llvm-exegesis][NFC] Fix rL374146. new db4d724079a Unify the two CRC implementations new d0f842f84bf [llvm-exegesis] Add missing std::move in rL374146.
The 3 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: include/llvm/Support/CRC.h | 45 +++++++- include/llvm/Support/JamCRC.h | 48 --------- lib/DebugInfo/PDB/Native/Hash.cpp | 5 +- lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp | 5 +- lib/DebugInfo/PDB/Native/TpiHashing.cpp | 6 +- lib/DebugInfo/Symbolize/Symbolize.cpp | 2 +- lib/MC/WinCOFFObjectWriter.cpp | 4 +- lib/Support/CMakeLists.txt | 1 - lib/Support/CRC.cpp | 113 +++++++++++++-------- lib/Support/JamCRC.cpp | 96 ----------------- .../Instrumentation/PGOInstrumentation.cpp | 6 +- tools/llvm-exegesis/lib/X86/Target.cpp | 6 +- tools/llvm-objcopy/COFF/COFFObjcopy.cpp | 13 +-- tools/llvm-objcopy/CopyConfig.cpp | 10 +- unittests/Support/CRCTest.cpp | 23 ++++- utils/gn/secondary/llvm/lib/Support/BUILD.gn | 1 - 16 files changed, 151 insertions(+), 233 deletions(-) delete mode 100644 include/llvm/Support/JamCRC.h delete mode 100644 lib/Support/JamCRC.cpp