Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
e1b364324b94e54c610a1681ab96df755ba766fd
/
test
/
CodeGen
/
ext-vector.c
d4b9ee3
Don't emit nsw flags for vector operations; there's basically no benefit, and a lot of downside (like PR9850, which is about clang's xmmintrin.h making an unexpected transformation on an expression involving _mm_add_epi32).
by Eli Friedman
· 14 years ago
52d6874
PR9580: Handle vectors correctly in ScalarExprEmitter::EmitRem.
by Eli Friedman
· 14 years ago
9b71b97
Add a couple more tests for coverage.
by Eli Friedman
· 15 years ago
7c8f9b7
fix typo
by Chris Lattner
· 15 years ago
998eab1
fix opencl extvector element extraction on rvalues. We previously
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
1360d4a
Make vectorized floating-point comparisons work without crashing.
by Eli Friedman
· 15 years ago
9c10fcf
reimplement vector comparisons as [fi]cmp+sext instead of using v[if]cmp.
by Chris Lattner
· 15 years ago
d013aa1
Codegen sometimes crashes on comparisons that aren't legal, just
by Chris Lattner
· 16 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
59b5da6
Support evaluation of vector constant expressions, and codegen of same.
by Nate Begeman
· 16 years ago
190d6a2
A couple more vector component access fixes.
by Nate Begeman
· 16 years ago
48eb461
rename these tests to match the attribute.
by Chris Lattner
· 16 years ago
[Renamed from test/CodeGen/ocu-vector.c]
523aa60
Remainder is only valid on integer vector operands.
by Daniel Dunbar
· 16 years ago
2d6ca8d
Update a number of CodeGen tests to not create .ll files in the test
by Daniel Dunbar
· 16 years ago
213541a
OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris.
by Nate Begeman
· 17 years ago
d47d4f5
Support checking and codegen of constant vector globals
by Nate Begeman
· 17 years ago
4119d1a
Allow implicit casts during arithmetic for OCUVector operations
by Nate Begeman
· 17 years ago
a83cc33
Handle non-constant initializers.
by Devang Patel
· 17 years ago
90997ac
testcase for vector element access stuff.
by Chris Lattner
· 17 years ago