[llvm-commits] CVS: llvm/lib/Target/X86/README.txt X86ISelLowering.cpp X86InstrSSE.td

2006-04-14 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: README.txt updated: 1.88 - 1.89 X86ISelLowering.cpp updated: 1.167 - 1.168 X86InstrSSE.td updated: 1.91 - 1.92 --- Log message: Silly bug --- Diffs of the changes: (+11 -18) README.txt |5 - X86ISelLowering.cpp | 22

[llvm-commits] CVS: llvm/lib/Target/X86/README.txt X86ISelLowering.cpp X86InstrSSE.td

2006-04-12 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: README.txt updated: 1.85 - 1.86 X86ISelLowering.cpp updated: 1.163 - 1.164 X86InstrSSE.td updated: 1.79 - 1.80 --- Log message: All integer logical ops (pand, por, pxor) are now promoted to v2i64. Clean up and fix various logical ops issues. ---