Changes in directory llvm/lib/Transforms/Scalar:
InstructionCombining.cpp updated: 1.481 -> 1.482
---
Log message:
Backing out last check-in for now. It's causing an infinite loop gccas lencode.
---
Diffs of the changes: (+0 -6)
InstructionCombining.cpp |6 --
1 files changed, 6 del
Changes in directory llvm/lib/Target:
Target.td updated: 1.78 -> 1.79
---
Log message:
Update comment.
---
Diffs of the changes: (+3 -2)
Target.td |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
Index: llvm/lib/Target/Target.td
diff -u llvm/lib/Target/Target.td:1.78 llvm/l
Changes in directory llvm/include/llvm/Transforms/Utils:
BasicBlockUtils.h updated: 1.12 -> 1.13
---
Log message:
This is a proper fix for the compiler warning. A termination condition is
not needed, as it can never be reached: an edge must exist.
---
Diffs of the changes: (+11 -3)
BasicB
Changes in directory llvm/include/llvm/Transforms/Utils:
BasicBlockUtils.h updated: 1.11 -> 1.12
---
Log message:
Fix an infinite loop bug that Vladimir Prus identified.
---
Diffs of the changes: (+2 -1)
BasicBlockUtils.h |3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index:
Changes in directory llvm/include/llvm/Support:
Casting.h updated: 1.14 -> 1.15
---
Log message:
Add a #include for situations where Casting.h is used standalone.
Patch contributed by Vladimir Prus.
---
Diffs of the changes: (+2 -0)
Casting.h |2 ++
1 files changed, 2 insertions(+)
Changes in directory llvm/lib/CodeGen/SelectionDAG:
ScheduleDAG.cpp updated: 1.90 -> 1.91
ScheduleDAGRRList.cpp updated: 1.3 -> 1.4
---
Log message:
Fixing 2006-05-01-SchedCausingSpills.ll; some clean up
---
Diffs of the changes: (+69 -15)
ScheduleDAG.cpp | 12
ScheduleDAGR