[PATCH] Add __builtin_convertvector

hfinkel at anl.gov hfinkel at anl.gov
Tue Sep 17 14:39:02 PDT 2013


  Here's an updated revision. TreeTransform support has been implemented, and conversions to boolean vectors are now handled by comparing to zero.

  Thanks again!

Hi eli.friedman,

http://llvm-reviews.chandlerc.com/D1677

CHANGE SINCE LAST DIFF
  http://llvm-reviews.chandlerc.com/D1677?vs=4285&id=4346#toc

Files:
  docs/LanguageExtensions.rst
  include/clang/AST/Expr.h
  include/clang/AST/RecursiveASTVisitor.h
  include/clang/Basic/Builtins.def
  include/clang/Basic/DiagnosticSemaKinds.td
  include/clang/Basic/StmtNodes.td
  include/clang/Basic/TokenKinds.def
  include/clang/Sema/Sema.h
  include/clang/Serialization/ASTBitCodes.h
  lib/AST/Expr.cpp
  lib/AST/ExprClassification.cpp
  lib/AST/ExprConstant.cpp
  lib/AST/ItaniumMangle.cpp
  lib/AST/StmtPrinter.cpp
  lib/AST/StmtProfile.cpp
  lib/CodeGen/CGExprScalar.cpp
  lib/Parse/ParseExpr.cpp
  lib/Sema/SemaChecking.cpp
  lib/Sema/SemaExceptionSpec.cpp
  lib/Sema/SemaExpr.cpp
  lib/Sema/TreeTransform.h
  lib/Serialization/ASTReaderStmt.cpp
  lib/Serialization/ASTWriterStmt.cpp
  lib/StaticAnalyzer/Core/ExprEngine.cpp
  test/CodeGen/convertvector.c
  test/PCH/exprs.h
  test/Preprocessor/feature_tests.c
  test/Sema/convertvector.c
  tools/libclang/CXCursor.cpp
  tools/libclang/RecursiveASTVisitor.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D1677.2.patch
Type: text/x-patch
Size: 29608 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130917/1d7568ec/attachment.bin>


More information about the cfe-commits mailing list