This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 7bc4653919 Fix incorrect use of current directory to find moved paths i [...] new cb44e2991d This patch enables the usage of constant Enum identifiers wi [...] new ac84e19437 [PM] Setup TargetLibraryInfo correctly for the new pass manager.
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/BackendUtil.cpp | 8 ++++ lib/Sema/SemaStmtAsm.cpp | 22 ++++++--- test/CodeGen/ms-inline-asm.c | 14 +++--- test/CodeGen/nobuiltin.c | 4 ++ test/CodeGen/x86-ms-inline-asm-enum_feature.cpp | 60 +++++++++++++++++++++++++ test/CodeGenCXX/ms-inline-asm-return.cpp | 4 +- 6 files changed, 97 insertions(+), 15 deletions(-) create mode 100644 test/CodeGen/x86-ms-inline-asm-enum_feature.cpp