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
/
vector.c
Age
Commit message (
Expand
)
Author
2010-10-20
Linux still needs these hacks.
Bill Wendling
2010-10-19
Now that mm_malloc.h was rewritten to *not* include errno.h (see
Bill Wendling
2010-08-21
Avoid including mm_malloc.h in a cc1 test, it pulls in system headers.
Benjamin Kramer
2010-08-20
fix some vector extractions to return properly zero extended values
Chris Lattner
2009-12-18
clang -cc1: Rename -mcpu to -target-cpu to match other target options and not...
Daniel Dunbar
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-11-20
Pass '-mcpu' 'FOO' instead of '-mcpu=FOO'.
Daniel Dunbar
2009-10-17
daniel really wants this in the testsuite.
Chris Lattner
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-06-06
PR4339: make sure to properly extend/trunc the index of a vector element
Eli Friedman
2009-03-28
Fix silly mistake in test.
Eli Friedman
2009-03-28
Misc small fixes/cleanups/comment changes.
Eli Friedman
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-01-30
Upgrade the "excess elements in array initializer" warning to an
Douglas Gregor
2009-01-27
eliminate some random .ll file outputs
Chris Lattner
2008-08-21
Update a number of CodeGen tests to not create .ll files in the test
Daniel Dunbar
2008-05-30
Fix constant vector init for initializer lists with an incomplete list
Eli Friedman
2008-02-02
Add RUN line.
Anders Carlsson
2008-02-01
Add trailing newline.
Anders Carlsson
2008-02-01
Only OCU vectors can be splatted.
Anders Carlsson