[llvm-commits] CVS: llvm/lib/Transforms/Scalar/InstructionCombining.cpp

2006-05-13 Thread Evan Cheng
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

[llvm-commits] CVS: llvm/lib/Target/Target.td

2006-05-13 Thread Chris Lattner
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

[llvm-commits] CVS: llvm/include/llvm/Transforms/Utils/BasicBlockUtils.h

2006-05-13 Thread Chris Lattner
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

[llvm-commits] CVS: llvm/include/llvm/Transforms/Utils/BasicBlockUtils.h

2006-05-13 Thread Reid Spencer
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:

[llvm-commits] CVS: llvm/include/llvm/Support/Casting.h

2006-05-13 Thread Reid Spencer
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(+)

[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp ScheduleDAGRRList.cpp

2006-05-13 Thread Evan Cheng
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