[PATCH] D11001: Add support for System z vector language extensions
Ulrich Weigand
ulrich.weigand at de.ibm.com
Thu Jul 9 08:53:35 PDT 2015
uweigand updated this revision to Diff 29337.
uweigand marked 2 inline comments as done.
uweigand added a comment.
Adressed review comments:
- Reject combination of both -fzvector and -faltivec
- Use AllowBothBool = LangOpts.AltiVec instead of !LangOpts.ZVector
http://reviews.llvm.org/D11001
Files:
include/clang/Basic/DiagnosticParseKinds.td
include/clang/Basic/LangOptions.def
include/clang/Basic/TokenKinds.def
include/clang/Driver/Options.td
include/clang/Parse/Parser.h
include/clang/Sema/Sema.h
lib/Basic/IdentifierTable.cpp
lib/Basic/Module.cpp
lib/Basic/Targets.cpp
lib/Driver/Tools.cpp
lib/Frontend/CompilerInvocation.cpp
lib/Parse/Parser.cpp
lib/Sema/DeclSpec.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaLookup.cpp
test/CodeGen/zvector.c
test/Preprocessor/predefined-arch-macros.c
test/Sema/zvector.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11001.29337.patch
Type: text/x-patch
Size: 192186 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150709/db8234a1/attachment.bin>
More information about the cfe-commits
mailing list