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