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

2006-09-23 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAGISel.cpp updated: 1.277 -> 1.278 --- Log message: PIC jump table entries are always 32-bit. This fixes PIC jump table support on X86-64. --- Diffs of the changes: (+4 -5) SelectionDAGISel.cpp |9 - 1 files changed,

[llvm-commits] CVS: llvm/tools/gccas/gccas.cpp

2006-09-23 Thread Nick Lewycky
Changes in directory llvm/tools/gccas: gccas.cpp updated: 1.118 -> 1.119 --- Log message: Enable 'predsimplify' optimization. --- Diffs of the changes: (+1 -0) gccas.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/tools/gccas/gccas.cpp diff -u llvm/tools/gccas/gccas.cpp:1.118 l

[llvm-commits] CVS: llvm/tools/gccld/GenerateCode.cpp

2006-09-23 Thread Nick Lewycky
Changes in directory llvm/tools/gccld: GenerateCode.cpp updated: 1.62 -> 1.63 --- Log message: Enable 'predsimplify' optimization. --- Diffs of the changes: (+1 -0) GenerateCode.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/tools/gccld/GenerateCode.cpp diff -u llvm/tools/gccl

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

2006-09-23 Thread Nick Lewycky
Changes in directory llvm/lib/Transforms/Scalar: PredicateSimplifier.cpp updated: 1.14 -> 1.15 --- Log message: Style changes only. Remove dead code, fix a comment. --- Diffs of the changes: (+4 -11) PredicateSimplifier.cpp | 15 --- 1 files changed, 4 insertions(+), 11 delet

[llvm-commits] CVS: llvm/lib/Transforms/Utils/LoopSimplify.cpp

2006-09-23 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Utils: LoopSimplify.cpp updated: 1.75 -> 1.76 --- Log message: Be far more careful when splitting a loop header, either to form a preheader or when splitting loops with a common header into multiple loops. In particular the old code would always insert

[llvm-commits] CVS: llvm/lib/Transforms/Utils/LoopSimplify.cpp

2006-09-23 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Utils: LoopSimplify.cpp updated: 1.74 -> 1.75 --- Log message: Teach UpdateDomInfoForRevectoredPreds to handle revectored preds that are not reachable, making it general purpose enough for use by InsertPreheaderForLoop. Eliminate custom dominfo updating