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

2007-02-26 Thread Andrew Lenharth
Changes in directory llvm/lib/Transforms/Scalar: InstructionCombining.cpp updated: 1.536.2.1.2.2 -> 1.536.2.1.2.3 --- Log message: This happens a lot in the kernel. Getting rid of the int to ptr casts really helps DSA --- Diffs of the changes: (+11 -0) InstructionCombining.cpp | 11

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

2007-02-23 Thread Andrew Lenharth
Changes in directory llvm/lib/Transforms/Scalar: InstructionCombining.cpp updated: 1.536.2.1.2.1 -> 1.536.2.1.2.2 --- Log message: remove debug output --- Diffs of the changes: (+1 -3) InstructionCombining.cpp |4 +--- 1 files changed, 1 insertion(+), 3 deletions(-) Index: llvm/lib/Tr

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

2007-02-22 Thread Andrew Lenharth
Changes in directory llvm/lib/Transforms/Scalar: InstructionCombining.cpp updated: 1.536.2.1 -> 1.536.2.1.2.1 --- Log message: catch a missed * to int conversion --- Diffs of the changes: (+15 -0) InstructionCombining.cpp | 15 +++ 1 files changed, 15 insertions(+) Index: ll