aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ext-vector.c
AgeCommit message (Expand)Author
2009-07-22Make vectorized floating-point comparisons work without crashing.Eli Friedman
2009-07-08reimplement vector comparisons as [fi]cmp+sext instead of using v[if]cmp.Chris Lattner
2009-03-31Codegen sometimes crashes on comparisons that aren't legal, justChris Lattner
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-01-18Support evaluation of vector constant expressions, and codegen of same.Nate Begeman
2009-01-18A couple more vector component access fixes.Nate Begeman
2009-01-05rename these tests to match the attribute.Chris Lattner