]> granicus.if.org Git - clang/commit
Support evaluation of vector constant expressions, and codegen of same.
authorNate Begeman <natebegeman@mac.com>
Sun, 18 Jan 2009 03:20:47 +0000 (03:20 +0000)
committerNate Begeman <natebegeman@mac.com>
Sun, 18 Jan 2009 03:20:47 +0000 (03:20 +0000)
commit59b5da6d853b4368b984700315adf7b37de05764
treea87909833d6430bb5abcd31c866393a438fc67a8
parent77ecb3a28f21496ecfdbb3d5f5b66b0d2abf48c9
Support evaluation of vector constant expressions, and codegen of same.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62455 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/APValue.cpp
lib/AST/Expr.cpp
lib/AST/ExprConstant.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaExpr.cpp
test/CodeGen/ext-vector.c