This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 417df0a48d [Hexagon] Accept lowercase b in -hvx-length=64b and -hvx-len [...] new 28825cffe9 Don't create hidden dllimport global values. new 902a9663be IRGen: Emit an inline implementation of __builtin_wmemcmp on [...]
The 2 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: lib/CodeGen/CGBuiltin.cpp | 57 ++++++++++++++++++++++++++++++++++++ lib/CodeGen/CodeGenModule.cpp | 2 ++ test/CodeGen/wmemcmp.c | 37 +++++++++++++++++++++++ test/CodeGenCXX/hidden-dllimport.cpp | 10 +++++++ 4 files changed, 106 insertions(+) create mode 100644 test/CodeGen/wmemcmp.c create mode 100644 test/CodeGenCXX/hidden-dllimport.cpp