This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fda791f47a1 [Hexagon] Add TargetRegisterInfo::getPointerRegClass() override new 274527c9b5c Resubmit r325107 (case folding DJB hash)
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 | 80 ++++- lib/Support/UnicodeCaseFold.cpp | 742 +++++++++++++++++++++++++++++++++++++++ unittests/Support/CMakeLists.txt | 1 + unittests/Support/DJBTest.cpp | 96 +++++ utils/unicode-case-fold.py | 137 ++++++++ 8 files changed, 1063 insertions(+), 2 deletions(-) create mode 100644 lib/Support/UnicodeCaseFold.cpp create mode 100644 unittests/Support/DJBTest.cpp create mode 100755 utils/unicode-case-fold.py