This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c8650a44884 [IRMover] Move type name extraction to a separate function. NFC new ef56f2df647 Revert r325107 (case folding DJB hash) and subsequent build fix
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: include/llvm/Support/DJB.h | 4 - include/llvm/Support/Unicode.h | 4 - lib/Support/CMakeLists.txt | 1 - lib/Support/DJB.cpp | 78 +--- lib/Support/UnicodeCaseFold.cpp | 742 --------------------------------------- unittests/Support/CMakeLists.txt | 1 - unittests/Support/DJBTest.cpp | 89 ----- utils/unicode-case-fold.py | 137 -------- 8 files changed, 1 insertion(+), 1055 deletions(-) delete mode 100644 lib/Support/UnicodeCaseFold.cpp delete mode 100644 unittests/Support/DJBTest.cpp delete mode 100755 utils/unicode-case-fold.py