index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
ext-vector.c
Age
Commit message (
Expand
)
Author
2012-01-16
Add new line.
Tanya Lattner
2012-01-16
Add support for OpenCL 1.1 logical operations.
Tanya Lattner
2011-10-17
The comparison of two vectors should return a signed result. hasIntegerRepres...
Tanya Lattner
2011-05-06
Don't emit nsw flags for vector operations; there's basically no benefit, and...
Eli Friedman
2011-04-10
PR9580: Handle vectors correctly in ScalarExprEmitter::EmitRem.
Eli Friedman
2010-01-02
Add a couple more tests for coverage.
Eli Friedman
2009-12-23
fix typo
Chris Lattner
2009-12-23
fix opencl extvector element extraction on rvalues. We previously
Chris Lattner
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-07-22
Make vectorized floating-point comparisons work without crashing.
Eli Friedman
2009-07-08
reimplement vector comparisons as [fi]cmp+sext instead of using v[if]cmp.
Chris Lattner
2009-03-31
Codegen sometimes crashes on comparisons that aren't legal, just
Chris Lattner
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-01-18
Support evaluation of vector constant expressions, and codegen of same.
Nate Begeman
2009-01-18
A couple more vector component access fixes.
Nate Begeman
2009-01-05
rename these tests to match the attribute.
Chris Lattner