]> granicus.if.org Git - clang/commit
improve altivec vector bool/pixel support, patch by Anton Yartsev
authorChris Lattner <sabre@nondot.org>
Wed, 23 Jun 2010 06:00:24 +0000 (06:00 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 23 Jun 2010 06:00:24 +0000 (06:00 +0000)
commit788b0fd67e1992f23555454efcdb16a19dfefac3
tree9a2fb45262ab3d833202750f6cf4c5150ed2c521
parent8dab6571b2cab96f44d0a1d6e3edbfdb68b7ed6b
improve altivec vector bool/pixel support, patch by Anton Yartsev
with several tweaks by me.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106619 91177308-0d34-0410-b5e6-96231b3b80d8
17 files changed:
include/clang/AST/ASTContext.h
include/clang/AST/Type.h
include/clang/Basic/DiagnosticParseKinds.td
include/clang/Parse/DeclSpec.h
lib/AST/ASTContext.cpp
lib/AST/ASTImporter.cpp
lib/AST/TypePrinter.cpp
lib/CodeGen/Mangle.cpp
lib/Frontend/PCHReader.cpp
lib/Frontend/PCHWriter.cpp
lib/Parse/DeclSpec.cpp
lib/Sema/SemaChecking.cpp
lib/Sema/SemaType.cpp
lib/Sema/TreeTransform.h
test/Makefile
test/Parser/altivec.c
test/Parser/cxx-altivec.cpp