[llvm-commits] CVS: llvm/lib/Target/ARM/ARMISelLowering.h ARMISelLowering.cpp

2007-05-17 Thread Dale Johannesen
Changes in directory llvm/lib/Target/ARM: ARMISelLowering.h updated: 1.15 -> 1.16 ARMISelLowering.cpp updated: 1.52 -> 1.53 --- Log message: More effective breakdown of memcpy into repeated load/store. These are now in the order lod;lod;lod;sto;sto;sto which means the load-store optimizer has

[llvm-commits] CVS: llvm/lib/Target/ARM/ARMISelLowering.h

2007-03-27 Thread Evan Cheng
Changes in directory llvm/lib/Target/ARM: ARMISelLowering.h updated: 1.8 -> 1.9 --- Log message: Remove isLegalAddressImmediate. --- Diffs of the changes: (+0 -6) ARMISelLowering.h |6 -- 1 files changed, 6 deletions(-) Index: llvm/lib/Target/ARM/ARMISelLowering.h diff -u llvm/lib

[llvm-commits] CVS: llvm/lib/Target/ARM/ARMISelLowering.h ARMISelLowering.cpp

2007-03-21 Thread Dale Johannesen
Changes in directory llvm/lib/Target/ARM: ARMISelLowering.h updated: 1.6 -> 1.7 ARMISelLowering.cpp updated: 1.28 -> 1.29 --- Log message: repair x86 performance, dejagnu problems from previous change --- Diffs of the changes: (+4 -3) ARMISelLowering.cpp |4 ++-- ARMISelLowering.h |

[llvm-commits] CVS: llvm/lib/Target/ARM/ARMISelLowering.h ARMISelLowering.cpp

2007-03-20 Thread Dale Johannesen
Changes in directory llvm/lib/Target/ARM: ARMISelLowering.h updated: 1.5 -> 1.6 ARMISelLowering.cpp updated: 1.27 -> 1.28 --- Log message: do not share old induction variables when this would result in invalid instructions (that would have to be split later) --- Diffs of the changes: (+29 -0

[llvm-commits] CVS: llvm/lib/Target/ARM/ARMISelLowering.h

2007-03-19 Thread Dale Johannesen
Changes in directory llvm/lib/Target/ARM: ARMISelLowering.h updated: 1.4 -> 1.5 --- Log message: fix obvious comment bug --- Diffs of the changes: (+1 -1) ARMISelLowering.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/ARM/ARMISelLowering.h diff -u llvm