[PATCH] Add frontend support for __vectorcall
Aaron Ballman
aaron at aaronballman.com
Thu Oct 23 06:29:19 PDT 2014
On Wed, Oct 22, 2014 at 6:57 PM, Reid Kleckner <rnk at google.com> wrote:
> - Review nits and docs
LGTM, thank you for working on this!
~Aaron
>
> http://reviews.llvm.org/D5808
>
> Files:
> include/clang-c/Index.h
> include/clang/AST/Type.h
> include/clang/Basic/Attr.td
> include/clang/Basic/AttrDocs.td
> include/clang/Basic/DiagnosticSemaKinds.td
> include/clang/Basic/Specifiers.h
> include/clang/Basic/TokenKinds.def
> lib/AST/Expr.cpp
> lib/AST/MicrosoftMangle.cpp
> lib/AST/Type.cpp
> lib/AST/TypePrinter.cpp
> lib/Basic/Targets.cpp
> lib/CodeGen/CGCall.cpp
> lib/Parse/ParseDecl.cpp
> lib/Parse/ParseTentative.cpp
> lib/Sema/SemaDecl.cpp
> lib/Sema/SemaDeclAttr.cpp
> lib/Sema/SemaType.cpp
> test/CodeGen/microsoft-call-conv.c
> test/CodeGen/mrtd.c
> test/CodeGenCXX/mangle-ms.cpp
> test/Sema/callingconv.c
> test/Sema/decl-microsoft-call-conv.c
> test/Sema/stdcall-fastcall.c
> test/SemaCXX/decl-microsoft-call-conv.cpp
> tools/libclang/CXType.cpp
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
More information about the cfe-commits
mailing list