[PATCH] D38596: Implement attribute target multiversioning
Erich Keane via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 6 12:56:16 PDT 2017
erichkeane updated this revision to Diff 118058.
erichkeane marked 5 inline comments as done.
erichkeane added a comment.
All requested changes AFAIK. Also, discovered that I wasn't calling cpu-init at the beginning of my resolver, so added that.
Note: Virtual functions seem to have a bunch of complexity involved, so I'm going to punt on that for now. GCC also doesn't support it, so I feel ok doing that later while dealing with function templates.
https://reviews.llvm.org/D38596
Files:
include/clang/AST/Decl.h
include/clang/Basic/Attr.td
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Basic/TargetInfo.h
include/clang/Sema/Sema.h
lib/Basic/Targets/X86.cpp
lib/Basic/Targets/X86.h
lib/CodeGen/CGBuiltin.cpp
lib/CodeGen/CodeGenFunction.cpp
lib/CodeGen/CodeGenFunction.h
lib/CodeGen/CodeGenModule.cpp
lib/CodeGen/CodeGenModule.h
lib/Sema/SemaDecl.cpp
test/CodeGen/attr-target-multiversion.c
test/CodeGenCXX/attr-target-multiversion.cpp
test/Sema/attr-target-multiversion.c
test/SemaCXX/attr-target-multiversion.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38596.118058.patch
Type: text/x-patch
Size: 50603 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171006/9e557bc6/attachment-0001.bin>
More information about the cfe-commits
mailing list