[all-commits] [llvm/llvm-project] fc53eb: Reapply 'Implement target_clones multiversioning'

Erich Keane via All-commits all-commits at lists.llvm.org
Mon Nov 29 06:46:55 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fc53eb69c26cdd7efa6b629c187d04326f0448ca
      https://github.com/llvm/llvm-project/commit/fc53eb69c26cdd7efa6b629c187d04326f0448ca
  Author: Erich Keane <erich.keane at intel.com>
  Date:   2021-11-29 (Mon, 29 Nov 2021)

  Changed paths:
    M clang/include/clang/AST/Decl.h
    M clang/include/clang/Basic/Attr.td
    M clang/include/clang/Basic/AttrDocs.td
    M clang/include/clang/Basic/DiagnosticGroups.td
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/include/clang/Sema/Sema.h
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/AST/Decl.cpp
    M clang/lib/CodeGen/CodeGenModule.cpp
    M clang/lib/CodeGen/CodeGenModule.h
    M clang/lib/Sema/SemaDecl.cpp
    M clang/lib/Sema/SemaDeclAttr.cpp
    A clang/test/CodeGen/attr-target-clones.c
    A clang/test/CodeGenCXX/attr-target-clones.cpp
    M clang/test/Misc/pragma-attribute-supported-attributes-list.test
    M clang/test/Sema/attr-cpuspecific.c
    A clang/test/Sema/attr-target-clones.c
    A clang/test/SemaCXX/attr-target-clones.cpp

  Log Message:
  -----------
  Reapply 'Implement target_clones multiversioning'

See discussion in D51650, this change was a little aggressive in an
error while doing a 'while we were here', so this removes that error
condition, as it is apparently useful.

This reverts commit bb4934601d731465e01e2e22c80ce2dbe687d73f.




More information about the All-commits mailing list