llvm-6502/lib
Evan Cheng 7d9061e300 Make sure all possible shuffles are matched.
Use pshufd, pshuhw, and pshulw to shuffle v4f32 if shufps doesn't match.
Use shufps to shuffle v4f32 if pshufd, pshuhw, and pshulw don't match.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27259 91177308-0d34-0410-b5e6-96231b3b80d8
2006-03-30 19:54:57 +00:00
..
Analysis If adding a link to a collapsed, node, ignore offset. 2006-03-27 23:39:58 +00:00
Archive
AsmParser Add new generated files. 2006-03-23 23:48:12 +00:00
Bytecode
CodeGen Bug fixes: handle constantexpr insert/extract element operations 2006-03-29 00:11:43 +00:00
Debugger Handle new forms of llvm.dbg intrinsics. 2006-03-23 18:06:46 +00:00
ExecutionEngine Get JIT/Interpreter working on Windows again. 2006-03-24 02:53:49 +00:00
Linker
Support
System
Target Make sure all possible shuffles are matched. 2006-03-30 19:54:57 +00:00
Transforms teach the inliner to work with packed constants 2006-03-27 05:50:18 +00:00
VMCore Bullet proof against undefined args produced by upgrading ols-style debug info. 2006-03-26 22:46:27 +00:00
Makefile