This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e266fe5de9 Logging: put link against libclangAnalysis rather than libLL [...] new ed4a11b99a CPU-Dispatch- Fix type of a member function, prevent deferrals new 65df29f931 Multiversioning- Ensure all MV functions are emitted.
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/AST/ASTContext.cpp | 4 ++ lib/CodeGen/CodeGenModule.cpp | 10 ++++- test/CodeGen/attr-target-mv.c | 49 ++++++++++++----------- test/CodeGenCXX/attr-cpuspecific.cpp | 25 ++++++++++++ test/CodeGenCXX/attr-target-mv-member-funcs.cpp | 53 +++++++++++++------------ 5 files changed, 90 insertions(+), 51 deletions(-) create mode 100644 test/CodeGenCXX/attr-cpuspecific.cpp