Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
37969b7e14d6a4dfd934ef6d3738cc90b832ec1d
/
test
/
Sema
/
altivec-init.c
d06fea8
supported: AltiVec vector initialization with a single literal according to PIM section 2.5.1 - after initialization all elements have the value specified by the literal
by Anton Yartsev
· 14 years ago
aa4fe05
comparison of AltiVec vectors now gives bool result (fix for 7533)
by Anton Yartsev
· 14 years ago
255210e
Introduce implicit conversions between AltiVec vectors and GCC
by Douglas Gregor
· 14 years ago
58f9782
Altivec vector literal initializer count mismatch error removed.
by John Thompson
· 15 years ago
dd17394
implement altivec.h and a bunch of support code, patch by Anton Yartsev!
by Chris Lattner
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
433dd49
Remove unnecessary -fblocks=0.
by Daniel Dunbar
· 15 years ago
2ef13e5
Take 2 on AltiVec-style vector initializers.
by Nate Begeman
· 15 years ago
1df5109
Revert r78535, it is causing a number of failures to build projects.
by Daniel Dunbar
· 15 years ago
25b4fdb
AltiVec-style vector initializer syntax, vec4 a = (vec4)(a, b, c, d);
by Nate Begeman
· 15 years ago