Chris Lattner
|
ff392ab3ed
|
now that generic vector types aren't selected onto MMX registers, these
tests don't need -disable-mmx.
llvm-svn: 122188
|
2010-12-19 20:12:58 +00:00 |
Dan Gohman
|
e1931fa676
|
Change TargetData's algorithm for computing defualt vector type
alignment to match what's used in clang and GCC for __alignof, rather
than trying to guess what Legalize is going to be doing.
llvm-svn: 102206
|
2010-04-23 19:41:15 +00:00 |
Jakob Stoklund Olesen
|
6f6ebb663c
|
Enable -sse-domain-fix by default. Now with tests!
llvm-svn: 99954
|
2010-03-30 22:47:00 +00:00 |
Mon P Wang
|
7ad43f8768
|
Fixed a widening bug where we were not using the correct size for the load
llvm-svn: 98920
|
2010-03-19 01:19:52 +00:00 |
Mon P Wang
|
586d997e98
|
Improved widening loads by adding support for wider loads if
the alignment allows. Fixed a bug where we didn't use a
vector load/store for PR5626.
llvm-svn: 94338
|
2010-01-24 00:05:03 +00:00 |