Eli Friedman
|
5ac69057c0
|
Make vectorized floating-point comparisons work without crashing.
llvm-svn: 76726
|
2009-07-22 06:07:16 +00:00 |
Chris Lattner
|
2a7deb64c0
|
reimplement vector comparisons as [fi]cmp+sext instead of using v[if]cmp.
Also, enable them in sema so that they are tested, and now that the x86 backend
has stablized.
llvm-svn: 74983
|
2009-07-08 01:08:03 +00:00 |
Chris Lattner
|
5d68896c7b
|
Codegen sometimes crashes on comparisons that aren't legal, just
disable this feature for now, to err on the side of rejecting instead
of sometimes crashing. rdar://6326239
llvm-svn: 68088
|
2009-03-31 07:46:52 +00:00 |
Daniel Dunbar
|
a45cf5b6b0
|
Rename clang to clang-cc.
Tests and drivers updated, still need to shuffle dirs.
llvm-svn: 67602
|
2009-03-24 02:24:46 +00:00 |
Nate Begeman
|
2f2bdeb5df
|
Support evaluation of vector constant expressions, and codegen of same.
llvm-svn: 62455
|
2009-01-18 03:20:47 +00:00 |
Nate Begeman
|
7e5185b264
|
A couple more vector component access fixes.
llvm-svn: 62443
|
2009-01-18 02:01:21 +00:00 |
Chris Lattner
|
610c87cad6
|
rename these tests to match the attribute.
llvm-svn: 61770
|
2009-01-05 23:10:19 +00:00 |