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
/
Parser
/
cxx-altivec.cpp
Age
Commit message (
Expand
)
Author
2011-12-15
Modify how the -verify flag works. Currently, the verification string and
Richard Trieu
2010-11-18
comparison of AltiVec vectors now gives bool result (fix for 7533)
Anton Yartsev
2010-09-18
Add more error checking to attribute vecreturn
John Thompson
2010-08-09
Added vecreturn attribute parsing.
John Thompson
2010-06-30
Fix vector literal/cast confusion - bug 6895.
John Thompson
2010-06-23
improve altivec vector bool/pixel support, patch by Anton Yartsev
Chris Lattner
2010-04-20
reapply john's patch, he broke mainline again by changing the test.
Chris Lattner
2010-04-20
revert r101863, whcih is causing Sema/altivec-init.c to fail on a ton
Chris Lattner
2010-04-20
Altivec vector literal initializer count mismatch error removed.
John Thompson
2010-04-14
improve altivec c++ support by adding casts, patch by
Chris Lattner
2010-04-14
implement altivec.h and a bunch of support code, patch by Anton Yartsev!
Chris Lattner
2010-04-09
Improve diagnostics when we fail to convert from a source type to a
Douglas Gregor
2010-03-07
implement support for -Wno-deprecated, PR6534. While
Chris Lattner
2010-02-05
First stage of adding AltiVec support
John Thompson