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
/
Sema
/
vector-init.c
Age
Commit message (
Expand
)
Author
2010-10-30
When list-initializing a vector, try to copy-initialize from vectors instead
John McCall
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-04
Fix for PR5650 - Revised vector_size attribute handling to be done earlier be...
John Thompson
2009-10-25
Phrase compile time assert in standard way.
Daniel Dunbar
2009-10-22
fix #2 :)
Chris Lattner
2009-10-22
fix testcase, thanks Daniel.
Chris Lattner
2009-10-22
fix PR5265: the size of a float3 should be rounded up to its alignment.
Chris Lattner
2009-05-13
Fix rdar://6881069, a crash on a form of vector_size that we
Chris Lattner
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-02-18
Downgrade the "excess elements in initializer" errors to warnings *in
Douglas Gregor
2009-01-30
Upgrade the "excess elements in array initializer" warning to an
Douglas Gregor
2009-01-28
Code generation support for C99 designated initializers.
Douglas Gregor
2008-04-18
OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris.
Nate Begeman
2008-01-25
Support checking and codegen of constant vector globals
Nate Begeman