Changes in directory llvm/lib/Target/PowerPC:
PPCRegisterInfo.cpp updated: 1.54 -> 1.55
---
Log message:
Suppress debug label when not debug.
---
Diffs of the changes: (+1 -1)
PPCRegisterInfo.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/PowerPC/PPC
Changes in directory llvm:
CREDITS.TXT updated: 1.48 -> 1.49
---
Log message:
Update credibility.
---
Diffs of the changes: (+1 -0)
CREDITS.TXT |1 +
1 files changed, 1 insertion(+)
Index: llvm/CREDITS.TXT
diff -u llvm/CREDITS.TXT:1.48 llvm/CREDITS.TXT:1.49
--- llvm/CREDITS.TXT:1.48
Changes in directory llvm/lib/Target/X86:
X86InstrSSE.td updated: 1.74 -> 1.75
---
Log message:
Misc. intrinsics.
---
Diffs of the changes: (+13 -13)
X86InstrSSE.td | 26 +-
1 files changed, 13 insertions(+), 13 deletions(-)
Index: llvm/lib/Target/X86/X86InstrSS
Changes in directory llvm/include/llvm:
IntrinsicsX86.td updated: 1.16 -> 1.17
---
Log message:
Misc. intrinsics.
---
Diffs of the changes: (+2 -1)
IntrinsicsX86.td |3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm/include/llvm/IntrinsicsX86.td
diff -u llvm/include/
Changes in directory llvm/include/llvm:
IntrinsicsX86.td updated: 1.17 -> 1.18
---
Log message:
gcc lower SSE prefetch into generic prefetch intrinsic. Need to add support
later.
---
Diffs of the changes: (+0 -3)
IntrinsicsX86.td |3 ---
1 files changed, 3 deletions(-)
Index: llvm/in
Changes in directory llvm/lib/Target/X86:
X86InstrSSE.td updated: 1.75 -> 1.76
---
Log message:
gcc lower SSE prefetch into generic prefetch intrinsic. Need to add support
later.
---
Diffs of the changes: (+4 -8)
X86InstrSSE.td | 12
1 files changed, 4 insertions(+), 8 delet
Changes in directory llvm/lib/Target/PowerPC:
README_ALTIVEC.txt updated: 1.19 -> 1.20
---
Log message:
we have a shuffle instr, add an example.
---
Diffs of the changes: (+6 -5)
README_ALTIVEC.txt | 11 ++-
1 files changed, 6 insertions(+), 5 deletions(-)
Index: llvm/lib/Targe
Changes in directory llvm/lib/Target/PowerPC:
PPCRegisterInfo.cpp updated: 1.55 -> 1.56
---
Log message:
Fix PR727: http://llvm.cs.uiuc.edu/PR727 , correctly handling large stack
aligments on ppc
---
Diffs of the changes: (+28 -32)
PPCRegisterInfo.cpp | 60 --
Changes in directory llvm/lib/Target/PowerPC:
PPCRegisterInfo.cpp updated: 1.56 -> 1.57
---
Log message:
Fix SingleSource/UnitTests/Vector/sumarray-dbl
---
Diffs of the changes: (+3 -4)
PPCRegisterInfo.cpp |7 +++
1 files changed, 3 insertions(+), 4 deletions(-)
Index: llvm/lib/T
Changes in directory llvm/docs:
HowToReleaseLLVM.html updated: 1.5 -> 1.6
---
Log message:
First pass over Reid's document.
Changed the order of operations so that more of the fine tuning is
performed in the release branch. This should free up mainline sooner to
resume development.
Removed inf
Changes in directory llvm/include/llvm/CodeGen:
SelectionDAGNodes.h updated: 1.127 -> 1.128
---
Log message:
new dag node
---
Diffs of the changes: (+8 -0)
SelectionDAGNodes.h |8
1 files changed, 8 insertions(+)
Index: llvm/include/llvm/CodeGen/SelectionDAGNodes.h
diff -u l
Changes in directory llvm/docs:
HowToReleaseLLVM.html updated: 1.6 -> 1.7
---
Log message:
Add the contents of my email about distribution targets as a new section.
Attribute John as an author.
---
Diffs of the changes: (+170 -3)
HowToReleaseLLVM.html | 173 +++
Changes in directory llvm/docs:
HowToReleaseLLVM.html updated: 1.7 -> 1.8
---
Log message:
Don't overload anchor names, silly browser's can't handle it.
---
Diffs of the changes: (+3 -3)
HowToReleaseLLVM.html |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Index: llvm/doc
Changes in directory llvm/include/llvm:
IntrinsicsX86.td updated: 1.18 -> 1.19
---
Log message:
Added __builtin_ia32_storelv4si, __builtin_ia32_movqv4si,
__builtin_ia32_loadlv4si, __builtin_ia32_loaddqu, __builtin_ia32_storedqu.
---
Diffs of the changes: (+11 -0)
IntrinsicsX86.td | 11 ++
Changes in directory llvm/lib/Target/X86:
X86InstrSSE.td updated: 1.76 -> 1.77
---
Log message:
Added __builtin_ia32_storelv4si, __builtin_ia32_movqv4si,
__builtin_ia32_loadlv4si, __builtin_ia32_loaddqu, __builtin_ia32_storedqu.
---
Diffs of the changes: (+21 -2)
X86InstrSSE.td | 23
Changes in directory llvm:
Makefile.rules updated: 1.360 -> 1.361
---
Log message:
Remove extraneous building in target dist-check. There is no reason that
a distribution should need to be able to make a distribution so eliminate
the "make dist" from the list of targets attempted.
---
Diffs o
Changes in directory llvm/test/Regression/CodeGen/Generic:
2006-04-11-vecload.ll added (r1.1)
---
Log message:
new testcase
---
Diffs of the changes: (+12 -0)
2006-04-11-vecload.ll | 12
1 files changed, 12 insertions(+)
Index: llvm/test/Regression/CodeGen/Generic/2006-04-
Changes in directory llvm/lib/CodeGen/SelectionDAG:
SelectionDAG.cpp updated: 1.297 -> 1.298
---
Log message:
Don't memoize vloads in the load map! Don't memoize them anywhere here, let
getNode do it. This fixes CodeGen/Generic/2006-04-11-vecload.ll
---
Diffs of the changes: (+0 -2)
Sele
Changes in directory llvm-www:
OpenProjects.html updated: 1.12 -> 1.13
---
Log message:
Nate went and did one of the projects, so remove it.
The skeleton backend is no more.
---
Diffs of the changes: (+1 -17)
OpenProjects.html | 18 +-
1 files changed, 1 insertion(+), 17
Changes in directory llvm/include/llvm:
IntrinsicsX86.td updated: 1.19 -> 1.20
---
Log message:
Various SSE2 conversion intrinsics
---
Diffs of the changes: (+24 -0)
IntrinsicsX86.td | 24
1 files changed, 24 insertions(+)
Index: llvm/include/llvm/IntrinsicsX86.
Changes in directory llvm/lib/Target/X86:
X86InstrSSE.td updated: 1.77 -> 1.78
---
Log message:
Various SSE2 conversion intrinsics
---
Diffs of the changes: (+94 -39)
X86InstrSSE.td | 133 -
1 files changed, 94 insertions(+), 39 delet
21 matches
Mail list logo