aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/vector.c
AgeCommit message (Expand)Author
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