[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/store_op_load_fold2.ll

2006-08-29 Thread Evan Cheng
Changes in directory llvm/test/Regression/CodeGen/X86: store_op_load_fold2.ll updated: 1.2 -> 1.3 --- Log message: Undo xfail. --- Diffs of the changes: (+1 -5) store_op_load_fold2.ll |6 +- 1 files changed, 1 insertion(+), 5 deletions(-) Index: llvm/test/Regression/CodeGen/X86/s

[llvm-commits] CVS: llvm/lib/Target/X86/X86ISelDAGToDAG.cpp

2006-08-29 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86ISelDAGToDAG.cpp updated: 1.101 -> 1.102 --- Log message: Don't performance load/op/store transformation if op produces a floating point or vector result. X86 does not have load/mod/store variants of those instructions. --- Diffs of the changes: (

[llvm-commits] CVS: llvm/lib/Target/X86/X86.h X86ISelDAGToDAG.cpp X86TargetMachine.cpp

2006-08-29 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86.h updated: 1.46 -> 1.47 X86ISelDAGToDAG.cpp updated: 1.100 -> 1.101 X86TargetMachine.cpp updated: 1.121 -> 1.122 --- Log message: - Enable x86 isel preprocessing by default unless -fast is specified. - Also disable isel load folding if -fast. ---

[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl NightlyTest.pl

2006-08-29 Thread Evan Cheng
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.57 -> 1.58 NightlyTest.pl updated: 1.112 -> 1.113 --- Log message: Issue cvs co with -P option to prune empty directories. Remove the unnecessary update stage. --- Diffs of the changes: (+2 -11) NewNightlyTest.pl |6 +-

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCRegisterInfo.cpp

2006-08-29 Thread Jim Laskey
Changes in directory llvm/lib/Target/PowerPC: PPCRegisterInfo.cpp updated: 1.74 -> 1.75 --- Log message: Handle callee saved registers in dwarf frame info (lead up to exception handling.) --- Diffs of the changes: (+13 -6) PPCRegisterInfo.cpp | 19 +-- 1 files changed, 13

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

2006-08-29 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: DwarfWriter.cpp updated: 1.71 -> 1.72 --- Log message: Handle callee saved registers in dwarf frame info (lead up to exception handling.) --- Diffs of the changes: (+35 -9) DwarfWriter.cpp | 44 +++- 1 files c

[llvm-commits] CVS: llvm/lib/Target/TargetMachine.cpp

2006-08-29 Thread Jim Laskey
Changes in directory llvm/lib/Target: TargetMachine.cpp updated: 1.50 -> 1.51 --- Log message: Tidy up options. --- Diffs of the changes: (+9 -9) TargetMachine.cpp | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) Index: llvm/lib/Target/TargetMachine.cpp diff -u