summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/vector.c
Commit message (Expand)AuthorAgeFilesLines
* Linux still needs these hacks.Bill Wendling2010-10-201-0/+5
* Now that mm_malloc.h was rewritten to *not* include errno.h (seeBill Wendling2010-10-191-5/+0
* Avoid including mm_malloc.h in a cc1 test, it pulls in system headers.Benjamin Kramer2010-08-211-0/+2
* fix some vector extractions to return properly zero extended valuesChris Lattner2010-08-201-1/+14
* clang -cc1: Rename -mcpu to -target-cpu to match other target options and not...Daniel Dunbar2009-12-181-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Pass '-mcpu' 'FOO' instead of '-mcpu=FOO'.Daniel Dunbar2009-11-201-1/+1
* daniel really wants this in the testsuite.Chris Lattner2009-10-171-4/+27
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-6/+4
* PR4339: make sure to properly extend/trunc the index of a vector element Eli Friedman2009-06-061-0/+8
* Fix silly mistake in test.Eli Friedman2009-03-281-2/+2
* Misc small fixes/cleanups/comment changes.Eli Friedman2009-03-281-0/+3
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Upgrade the "excess elements in array initializer" warning to anDouglas Gregor2009-01-301-1/+0
* eliminate some random .ll file outputsChris Lattner2009-01-271-1/+1
* Update a number of CodeGen tests to not create .ll files in the testDaniel Dunbar2008-08-211-1/+1
* Fix constant vector init for initializer lists with an incomplete list Eli Friedman2008-05-301-0/+4
* Add RUN line.Anders Carlsson2008-02-021-0/+1
* Add trailing newline.Anders Carlsson2008-02-011-1/+1
* Only OCU vectors can be splatted.Anders Carlsson2008-02-011-0/+6