llvm-6502/lib
Nate Begeman fb8ead0c20 Disable mov{L, LP, HP, HLP, *DUP} shuffles for mmx
mmx needs its own fancy shuffle logic based on unpack; for now we get correct but awful code.

Also commit Mon Ping's VSETCC patch


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54039 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-25 19:05:58 +00:00
..
Analysis Fix minor issues with VICmp/VFCmp constant expressions 2008-07-25 17:35:37 +00:00
Archive
AsmParser Update the generated .cvs files. 2008-07-23 00:54:54 +00:00
Bitcode Enable first-class aggregates support. 2008-07-23 00:34:11 +00:00
CodeGen Disable the new aggressive remat logic introduced in 54000; it causes some 2008-07-25 15:08:37 +00:00
Debugger
ExecutionEngine
Linker Reimplement LinkFunctionProtos in terms of GetLinkageResult. This fixes 2008-07-14 07:23:24 +00:00
Support Fix PR2088. Use modulo linear equation solver to compute loop iteration 2008-07-20 15:55:14 +00:00
System Create temp. file in current path. 2008-07-24 00:35:38 +00:00
Target Disable mov{L, LP, HP, HLP, *DUP} shuffles for mmx 2008-07-25 19:05:58 +00:00
Transforms Put the LICM of constant GlobalVariables, introduced in r53945, under a 2008-07-24 23:57:25 +00:00
VMCore Remove unnecessary implicit argument 2008-07-25 17:56:27 +00:00
Makefile