llvm-6502/lib
Evan Cheng 9eca5e814d During vector shuffle lowering, we sometimes commute a vector shuffle to try
to match MOVL (movss, movsd, etc.). Don't forget to commute it back and try
unpck* and shufp* if that doesn't pan out.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31186 91177308-0d34-0410-b5e6-96231b3b80d8
2006-10-25 21:49:50 +00:00
..
Analysis Make these hack flags hidden, like other dsa hack flags 2006-10-23 19:55:24 +00:00
Archive For PR797: 2006-08-25 19:54:53 +00:00
AsmParser Removed extraneous semi-colon; this was prevening the grammar file from 2006-10-24 19:09:48 +00:00
Bytecode For PR950: 2006-10-20 07:07:24 +00:00
CodeGen turn off tail merging for now 2006-10-25 18:08:50 +00:00
Debugger For PR950: 2006-10-20 07:07:24 +00:00
ExecutionEngine For PR950: 2006-10-20 07:07:24 +00:00
Linker Adding dllimport, dllexport and external weak linkage types. 2006-09-14 18:23:27 +00:00
Support For PR950: 2006-10-20 07:07:24 +00:00
System Use new config.h macro 2006-09-14 06:21:59 +00:00
Target During vector shuffle lowering, we sometimes commute a vector shuffle to try 2006-10-25 21:49:50 +00:00
Transforms hide symbols properly 2006-10-25 21:14:31 +00:00
VMCore Change keyword to datalayout 2006-10-22 06:06:56 +00:00
Makefile Make some changes suggested by Chris: 2006-05-17 22:55:35 +00:00