Changes in directory llvm/lib/Target/X86:
X86ISelPattern.cpp updated: 1.187 -> 1.188
---
Log message:
Fix PR672: http://llvm.cs.uiuc.edu/PR672 another way which should be more
robust
---
Diffs of the changes: (+14 -16)
X86ISelPattern.cpp | 30 ++
1 files cha
Changes in directory llvm/test/Regression/CodeGen/X86:
2005-12-03-IndirectTailCall.ll added (r1.1)
---
Log message:
new testcase, for PR672: http://llvm.cs.uiuc.edu/PR672
---
Diffs of the changes: (+24 -0)
2005-12-03-IndirectTailCall.ll | 24
1 files changed, 24
Changes in directory llvm/lib/CodeGen/SelectionDAG:
SelectionDAGISel.cpp updated: 1.108 -> 1.109
---
Log message:
dbg.stoppoint returns a value, don't forget to init it
---
Diffs of the changes: (+1 -0)
SelectionDAGISel.cpp |1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/CodeGe
Changes in directory llvm/test/Regression/Transforms/SimplifyCFG:
PhiEliminate.ll updated: 1.4 -> 1.5
---
Log message:
expand testcase, which has been in my tree for a while now
---
Diffs of the changes: (+29 -1)
PhiEliminate.ll | 30 +-
1 files changed, 29 in
Changes in directory llvm/test/Regression/Transforms/SimplifyCFG:
2005-12-03-IncorrectPHIFold.ll added (r1.1)
---
Log message:
new testcase, miscompiled by simplifycfg. This has been distilled from
Ptrdist/bc
---
Diffs of the changes: (+138 -0)
2005-12-03-IncorrectPHIFold.ll | 138 +
Changes in directory llvm/lib/Transforms/Utils:
SimplifyCFG.cpp updated: 1.92 -> 1.93
---
Log message:
Fix SimplifyCFG/2005-12-03-IncorrectPHIFold.ll
---
Diffs of the changes: (+14 -8)
SimplifyCFG.cpp | 22 ++
1 files changed, 14 insertions(+), 8 deletions(-)
Index:
Changes in directory llvm/test/Regression/ExecutionEngine:
2005-12-02-TailCallBug.ll updated: 1.1 -> 1.2
---
Log message:
Fix a bug in the testcase
---
Diffs of the changes: (+1 -1)
2005-12-02-TailCallBug.ll |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Regre