Changes in directory llvm/docs:
Projects.html updated: 1.21 -> 1.22
---
Log message:
Fix a typo.
---
Diffs of the changes: (+2 -2)
Projects.html |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/docs/Projects.html
diff -u llvm/docs/Projects.html:1.21 llvm/docs/Pro
Changes in directory llvm/lib/Target/X86:
X86ISelLowering.cpp updated: 1.109 -> 1.110
---
Log message:
Disable x86 fastcc from passing args in registers
---
Diffs of the changes: (+18 -6)
X86ISelLowering.cpp | 24 ++--
1 files changed, 18 insertions(+), 6 deletions(-)
Changes in directory llvm/utils:
NightlyTest.pl updated: 1.104 -> 1.105
---
Log message:
Use the tag instead of tag to get code/file/warning lists to
wrap but also still be in a fixed-width font.
---
Diffs of the changes: (+1 -1)
NightlyTest.pl |2 +-
1 files changed, 1 insertion(+),
Changes in directory llvm/test/Regression/CFrontend:
2006-03-17-KnRMismatch.c added (r1.1)
---
Log message:
new testcase that broke the new f.e.
---
Diffs of the changes: (+8 -0)
2006-03-17-KnRMismatch.c |8
1 files changed, 8 insertions(+)
Index: llvm/test/Regression/CFront
Changes in directory llvm/test/Regression/CodeGen/X86:
loop-strength-reduce.ll added (r1.1)
---
Log message:
Add a lsr common loop invariant hoisting test case
---
Diffs of the changes: (+28 -0)
loop-strength-reduce.ll | 28
1 files changed, 28 insertions(+)
Changes in directory llvm/lib/Transforms/Scalar:
LoopStrengthReduce.cpp updated: 1.77 -> 1.78
---
Log message:
Allow users of iv / stride to be rewritten with expression that is a multiply
of a smaller stride even if they have a common loop invariant expression part.
---
Diffs of the changes:
Changes in directory llvm/include/llvm/CodeGen:
SelectionDAGNodes.h updated: 1.111 -> 1.112
---
Log message:
add a couple of enum values
---
Diffs of the changes: (+12 -1)
SelectionDAGNodes.h | 13 -
1 files changed, 12 insertions(+), 1 deletion(-)
Index: llvm/include/llvm/
Changes in directory llvm/lib/CodeGen/SelectionDAG:
SelectionDAG.cpp updated: 1.271 -> 1.272
---
Log message:
add a couple enum values
---
Diffs of the changes: (+3 -1)
SelectionDAG.cpp |4 +++-
1 files changed, 3 insertions(+), 1 deletion(-)
Index: llvm/lib/CodeGen/SelectionDAG/Sele
Changes in directory llvm/lib/Target/X86:
X86InstrFPStack.td updated: 1.3 -> 1.4
X86InstrInfo.td updated: 1.254 -> 1.255
X86InstrSSE.td updated: 1.5 -> 1.6
---
Log message:
Move some pattern fragments to the right files.
---
Diffs of the changes: (+37 -27)
X86InstrFPStack.td | 26 +++
Changes in directory llvm/test/Regression/CodeGen/Generic:
vector.ll added (r1.1)
---
Log message:
new testcase
---
Diffs of the changes: (+41 -0)
vector.ll | 41 +
1 files changed, 41 insertions(+)
Index: llvm/test/Regression/CodeGen/Generic/vec
Changes in directory llvm/lib/Target/X86:
X86ISelLowering.cpp updated: 1.110 -> 1.111
---
Log message:
Darwin should use _setjmp/_longjmp instead of setjmp/longjmp.
---
Diffs of the changes: (+4 -0)
X86ISelLowering.cpp |4
1 files changed, 4 insertions(+)
Index: llvm/lib/Target/
Changes in directory llvm/test/Regression/CodeGen/PowerPC:
neg.ll added (r1.1)
---
Log message:
Add a missing testcase
---
Diffs of the changes: (+6 -0)
neg.ll |6 ++
1 files changed, 6 insertions(+)
Index: llvm/test/Regression/CodeGen/PowerPC/neg.ll
diff -c /dev/null llvm/test/R
Changes in directory llvm/lib/Target/PowerPC:
PPCInstrInfo.td updated: 1.186 -> 1.187
---
Log message:
Fix subfic to match subc by default instead of sub so that it is correctly
cost-modeled as producing a flag. This fixes the test I just added for neg
---
Diffs of the changes: (+2 -2)
PP
Changes in directory llvm/utils/TableGen:
CodeEmitterGen.cpp updated: 1.43 -> 1.44
---
Log message:
Fix miscodegen of V_SET0 in PPC.
---
Diffs of the changes: (+4 -0)
CodeEmitterGen.cpp |4
1 files changed, 4 insertions(+)
Index: llvm/utils/TableGen/CodeEmitterGen.cpp
diff -u ll
Changes in directory llvm/lib/Transforms/Scalar:
LoopStrengthReduce.cpp updated: 1.78 -> 1.79
---
Log message:
Sort StrideOrder so we can process the smallest strides first. This allows
for more IV reuses.
---
Diffs of the changes: (+27 -0)
LoopStrengthReduce.cpp | 27 +++
Changes in directory llvm/lib/Target/X86:
X86InstrFPStack.td updated: 1.4 -> 1.5
X86InstrInfo.td updated: 1.255 -> 1.256
X86InstrSSE.td updated: 1.6 -> 1.7
X86RegisterInfo.cpp updated: 1.129 -> 1.130
---
Log message:
Use the generic vector register classes VR64 / VR128 rather than V4F32,
V8I16,
Changes in directory llvm/include/llvm/CodeGen:
SelectionDAGNodes.h updated: 1.112 -> 1.113
---
Log message:
Update comments.
---
Diffs of the changes: (+5 -4)
SelectionDAGNodes.h |9 +
1 files changed, 5 insertions(+), 4 deletions(-)
Index: llvm/include/llvm/CodeGen/Selectio
Changes in directory llvm/lib/CodeGen/SelectionDAG:
LegalizeDAG.cpp updated: 1.316 -> 1.317
SelectionDAG.cpp updated: 1.272 -> 1.273
SelectionDAGISel.cpp updated: 1.193 -> 1.194
---
Log message:
Change the structure of lowering vector stuff. Note: This breaks some
things.
---
Diffs of the c
18 matches
Mail list logo