Changes in directory llvm/lib/Target/X86:
X86ISelLowering.cpp updated: 1.156 -> 1.157
X86ISelLowering.h updated: 1.50 -> 1.51
X86InstrSSE.td updated: 1.61 -> 1.62
---
Log message:
Handle canonical form of e.g.
vector_shuffle v1, v1, <0, 4, 1, 5, 2, 6, 3, 7>
This is turned into
vector_shuffle
Changes in directory llvm/test/Regression/CodeGen/PowerPC:
2006-04-05-splat-ish.ll added (r1.1)
---
Log message:
new testcase that was miscompiled to vspltisb
---
Diffs of the changes: (+8 -0)
2006-04-05-splat-ish.ll |8
1 files changed, 8 insertions(+)
Index: llvm/test/Regr
Changes in directory llvm/lib/Target/PowerPC:
PPCISelLowering.cpp updated: 1.131 -> 1.132
---
Log message:
Fix CodeGen/PowerPC/2006-04-05-splat-ish.ll
---
Diffs of the changes: (+2 -2)
PPCISelLowering.cpp |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/lib/Targe
Changes in directory llvm/lib/Target/PowerPC:
PPCInstrAltivec.td updated: 1.39 -> 1.40
---
Log message:
Fix a typo
---
Diffs of the changes: (+1 -1)
PPCInstrAltivec.td |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/PowerPC/PPCInstrAltivec.td
diff -u llvm
Changes in directory llvm/include/llvm:
IntrinsicsPowerPC.td updated: 1.20 -> 1.21
---
Log message:
add altivec ds* intrinsics
---
Diffs of the changes: (+18 -0)
IntrinsicsPowerPC.td | 18 ++
1 files changed, 18 insertions(+)
Index: llvm/include/llvm/IntrinsicsPowerPC.t
Changes in directory llvm/lib/Target/PowerPC:
PPCInstrAltivec.td updated: 1.40 -> 1.41
PPCInstrFormats.td updated: 1.72 -> 1.73
README_ALTIVEC.txt updated: 1.14 -> 1.15
---
Log message:
Add all of the data stream intrinsics and instructions. woo
---
Diffs of the changes: (+43 -7)
PPCInstr
Changes in directory llvm/include/llvm:
IntrinsicsX86.td updated: 1.9 -> 1.10
---
Log message:
Added comi and ucomi SSE intrinsics.
---
Diffs of the changes: (+83 -1)
IntrinsicsX86.td | 84 ++-
1 files changed, 83 insertions(+), 1 delet
Changes in directory llvm/lib/Target/X86:
X86ISelLowering.cpp updated: 1.157 -> 1.158
X86ISelLowering.h updated: 1.51 -> 1.52
X86InstrSSE.td updated: 1.62 -> 1.63
---
Log message:
Support for comi / ucomi intrinsics.
---
Diffs of the changes: (+158 -10)
X86ISelLowering.cpp | 133 +
Changes in directory llvm/lib/Target/X86:
README.txt updated: 1.78 -> 1.79
---
Log message:
An entry about comi / ucomi intrinsics.
---
Diffs of the changes: (+31 -0)
README.txt | 31 +++
1 files changed, 31 insertions(+)
Index: llvm/lib/Target/X86/README.tx
Changes in directory llvm/lib/Target/X86:
X86InstrSSE.td updated: 1.63 -> 1.64
---
Log message:
POR encoded as PAND, yikes.
---
Diffs of the changes: (+2 -2)
X86InstrSSE.td |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/lib/Target/X86/X86InstrSSE.td
diff -u llv
Changes in directory llvm:
Makefile.rules updated: 1.354 -> 1.355
---
Log message:
Add support for building the LLVM libraries and tools as a Mac OS/X
universal binary, by specifying UNIVERSAL=1 on the make command line.
---
Diffs of the changes: (+7 -0)
Makefile.rules |7 +++
1 f
11 matches
Mail list logo