Dan Gohman
|
fb4193625a
|
Delete useless trailing semicolons.
llvm-svn: 92740
|
2010-01-05 17:55:26 +00:00 |
Nate Begeman
|
18df82a20c
|
Add support for matching shuffle patterns with palignr.
llvm-svn: 84459
|
2009-10-19 02:17:23 +00:00 |
Dan Gohman
|
40503396da
|
Eliminate more uses of llvm-as and llvm-dis.
llvm-svn: 81290
|
2009-09-08 23:54:48 +00:00 |
Dan Gohman
|
0d4bbf2c4a
|
Remove obsolete -f flags.
llvm-svn: 79992
|
2009-08-25 15:38:29 +00:00 |
Nate Begeman
|
7e6e352735
|
Fix infinite recursion in the C++ code which handles movddup by making it unnecessary.
llvm-svn: 70425
|
2009-04-29 22:47:44 +00:00 |
Evan Cheng
|
74c9ed91b0
|
With sse3 and when the source is a load or has multiple uses, favors movddup over shuffp*, pshufd, etc. Without sse3 or when the source is from a register, make use of movlhps
llvm-svn: 56620
|
2008-09-25 20:50:48 +00:00 |