index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
CodeGen
/
ext-vector.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
the call to UsualArithmeticConversions should come after the call to CheckVec...
Jin-Gu Kang
2013-09-02
1
-0
/
+10
*
Added a type checking which handle the case of an ext vector and integral scalar
Jin-Gu Kang
2013-06-08
1
-0
/
+5
*
Add new line.
Tanya Lattner
2012-01-16
1
-1
/
+1
*
Add support for OpenCL 1.1 logical operations.
Tanya Lattner
2012-01-16
1
-0
/
+9
*
The comparison of two vectors should return a signed result. hasIntegerRepres...
Tanya Lattner
2011-10-17
1
-7
/
+8
*
Don't emit nsw flags for vector operations; there's basically no benefit, and...
Eli Friedman
2011-05-06
1
-13
/
+13
*
PR9580: Handle vectors correctly in ScalarExprEmitter::EmitRem.
Eli Friedman
2011-04-10
1
-9
/
+125
*
Add a couple more tests for coverage.
Eli Friedman
2010-01-02
1
-1
/
+10
*
fix typo
Chris Lattner
2009-12-23
1
-1
/
+1
*
fix opencl extvector element extraction on rvalues. We previously
Chris Lattner
2009-12-23
1
-0
/
+13
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Make vectorized floating-point comparisons work without crashing.
Eli Friedman
2009-07-22
1
-0
/
+14
*
reimplement vector comparisons as [fi]cmp+sext instead of using v[if]cmp.
Chris Lattner
2009-07-08
1
-4
/
+1
*
Codegen sometimes crashes on comparisons that aren't legal, just
Chris Lattner
2009-03-31
1
-2
/
+8
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Support evaluation of vector constant expressions, and codegen of same.
Nate Begeman
2009-01-18
1
-0
/
+2
*
A couple more vector component access fixes.
Nate Begeman
2009-01-18
1
-1
/
+1
*
rename these tests to match the attribute.
Chris Lattner
2009-01-05
1
-0
/
+121