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

2006-07-11 Thread Evan Cheng
Changes in directory llvm/test/Regression/CodeGen/X86: vec_shuffle-6.ll updated: 1.2 -> 1.3 --- Log message: Fix test failure on non-Apple systems. --- Diffs of the changes: (+2 -0) vec_shuffle-6.ll |2 ++ 1 files changed, 2 insertions(+) Index: llvm/test/Regression/CodeGen/X86/vec_sh

[llvm-commits] CVS: llvm/lib/ExecutionEngine/JIT/JIT.cpp

2006-07-11 Thread Chris Lattner
Changes in directory llvm/lib/ExecutionEngine/JIT: JIT.cpp updated: 1.68 -> 1.69 --- Log message: Remove non-portable optimization that isn't worth it --- Diffs of the changes: (+1 -5) JIT.cpp |6 +- 1 files changed, 1 insertion(+), 5 deletions(-) Index: llvm/lib/ExecutionEngine/

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

2006-07-11 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCRegisterInfo.cpp updated: 1.72 -> 1.73 --- Log message: The PPC64 JIT needs register numbers to encode instructions. --- Diffs of the changes: (+36 -35) PPCRegisterInfo.cpp | 71 ++-- 1 files

[llvm-commits] CVS: llvm/docs/CFEBuildInstrs.html

2006-07-11 Thread Chris Lattner
Changes in directory llvm/docs: CFEBuildInstrs.html updated: 1.57 -> 1.58 --- Log message: Revamp this doc to be accurate w.r.t. building llvmgcc4 --- Diffs of the changes: (+36 -53) CFEBuildInstrs.html | 89 +--- 1 files changed, 36 insert

[llvm-commits] CVS: llvm/lib/VMCore/Verifier.cpp

2006-07-11 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: Verifier.cpp updated: 1.158 -> 1.159 --- Log message: Fix PR826: http://llvm.org/PR826 , testcase here: Regression/Verifier/2006-07-11-StoreStruct.ll --- Diffs of the changes: (+8 -2) Verifier.cpp | 10 -- 1 files changed, 8 insertions(+), 2

[llvm-commits] CVS: llvm/test/Regression/Verifier/2006-07-11-StoreStruct.ll

2006-07-11 Thread Chris Lattner
Changes in directory llvm/test/Regression/Verifier: 2006-07-11-StoreStruct.ll added (r1.1) --- Log message: Testcase for PR826: http://llvm.org/PR826 --- Diffs of the changes: (+11 -0) 2006-07-11-StoreStruct.ll | 11 +++ 1 files changed, 11 insertions(+) Index: llvm/test/Regre

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

2006-07-11 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86InstrInfo.td updated: 1.278 -> 1.279 --- Log message: Emit inc / dec of registers as one byte instruction. --- Diffs of the changes: (+4 -4) X86InstrInfo.td |8 1 files changed, 4 insertions(+), 4 deletions(-) Index: llvm/lib/Targe

[llvm-commits] CVS: llvm/Makefile.rules

2006-07-11 Thread Chris Lattner
Changes in directory llvm: Makefile.rules updated: 1.384 -> 1.385 --- Log message: Profile builds should always have debug info enabled. --- Diffs of the changes: (+3 -3) Makefile.rules |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/Makefile.rules diff -u llv

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

2006-07-11 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: InstructionCombining.cpp updated: 1.498 -> 1.499 --- Log message: Silence a warning produced in assertions-disabled mode --- Diffs of the changes: (+1 -1) InstructionCombining.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) I

[llvm-commits] CVS: llvm/docs/MakefileGuide.html

2006-07-11 Thread Devang Patel
Changes in directory llvm/docs: MakefileGuide.html updated: 1.34 -> 1.35 --- Log message: Fix typo. --- Diffs of the changes: (+2 -2) MakefileGuide.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/MakefileGuide.html diff -u llvm/docs/MakefileGuide.html:

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

2006-07-11 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen/SelectionDAG: ScheduleDAG.cpp updated: 1.97 -> 1.98 --- Log message: It was pointed out that DEBUG() is only available with -debug. --- Diffs of the changes: (+3 -1) ScheduleDAG.cpp |4 +++- 1 files changed, 3 insertions(+), 1 deletion(-) Index:

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

2006-07-11 Thread Jim Laskey
Changes in directory llvm/lib/Target/IA64: IA64ISelDAGToDAG.cpp updated: 1.43 -> 1.44 --- Log message: It was pointed out that DEBUG() is only available with -debug. --- Diffs of the changes: (+5 -1) IA64ISelDAGToDAG.cpp |6 +- 1 files changed, 5 insertions(+), 1 deletion(-) Inde

[llvm-commits] CVS: llvm/lib/Analysis/IPA/Andersens.cpp

2006-07-11 Thread Jim Laskey
Changes in directory llvm/lib/Analysis/IPA: Andersens.cpp updated: 1.29 -> 1.30 --- Log message: It was pointed out that DEBUG() is only available with -debug. --- Diffs of the changes: (+3 -1) Andersens.cpp |4 +++- 1 files changed, 3 insertions(+), 1 deletion(-) Index: llvm/lib/Ana

[llvm-commits] CVS: llvm/utils/TableGen/DAGISelEmitter.cpp

2006-07-11 Thread Jim Laskey
Changes in directory llvm/utils/TableGen: DAGISelEmitter.cpp updated: 1.218 -> 1.219 --- Log message: It was pointed out that DEBUG() is only available with -debug. --- Diffs of the changes: (+12 -4) DAGISelEmitter.cpp | 16 1 files changed, 12 insertions(+), 4 deletions

[llvm-commits] CVS: llvm/lib/Analysis/IPA/Andersens.cpp

2006-07-11 Thread Jim Laskey
Changes in directory llvm/lib/Analysis/IPA: Andersens.cpp updated: 1.28 -> 1.29 --- Log message: Ensure that dump calls that are associated with asserts are removed from non-debug build. --- Diffs of the changes: (+2 -3) Andersens.cpp |5 ++--- 1 files changed, 2 insertions(+), 3 delet

[llvm-commits] CVS: llvm/utils/TableGen/DAGISelEmitter.cpp

2006-07-11 Thread Jim Laskey
Changes in directory llvm/utils/TableGen: DAGISelEmitter.cpp updated: 1.217 -> 1.218 --- Log message: Ensure that dump calls that are associated with asserts are removed from non-debug build. --- Diffs of the changes: (+4 -4) DAGISelEmitter.cpp |8 1 files changed, 4 insertion

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

2006-07-11 Thread Jim Laskey
Changes in directory llvm/lib/Target/Alpha: AlphaISelDAGToDAG.cpp updated: 1.46 -> 1.47 --- Log message: Ensure that dump calls that are associated with asserts are removed from non-debug build. --- Diffs of the changes: (+1 -1) AlphaISelDAGToDAG.cpp |2 +- 1 files changed, 1 insertion

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

2006-07-11 Thread Jim Laskey
Changes in directory llvm/lib/Target/IA64: IA64ISelDAGToDAG.cpp updated: 1.42 -> 1.43 --- Log message: Ensure that dump calls that are associated with asserts are removed from non-debug build. --- Diffs of the changes: (+1 -1) IA64ISelDAGToDAG.cpp |2 +- 1 files changed, 1 insertion(+)

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

2006-07-11 Thread Jim Laskey
Changes in directory llvm/lib/Target/PowerPC: PPCCodeEmitter.cpp updated: 1.61 -> 1.62 --- Log message: Ensure that dump calls that are associated with asserts are removed from non-debug build. --- Diffs of the changes: (+1 -1) PPCCodeEmitter.cpp |2 +- 1 files changed, 1 insertion(+),

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

2006-07-11 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen/SelectionDAG: LegalizeDAG.cpp updated: 1.381 -> 1.382 ScheduleDAG.cpp updated: 1.96 -> 1.97 --- Log message: Ensure that dump calls that are associated with asserts are removed from non-debug build. --- Diffs of the changes: (+14 -2) LegalizeDAG.cpp |

[llvm-commits] CVS: llvm/lib/VMCore/IntrinsicInst.cpp

2006-07-11 Thread Jim Laskey
Changes in directory llvm/lib/VMCore: IntrinsicInst.cpp updated: 1.8 -> 1.9 --- Log message: 1. Support for c++ mangled names. 2. Support for private/protected class members. --- Diffs of the changes: (+2 -2) IntrinsicInst.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)

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

2006-07-11 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: DwarfWriter.cpp updated: 1.67 -> 1.68 MachineDebugInfo.cpp updated: 1.44 -> 1.45 --- Log message: 1. Support for c++ mangled names. 2. Support for private/protected class members. --- Diffs of the changes: (+14 -1) DwarfWriter.cpp |6 ++

[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineDebugInfo.h

2006-07-11 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: MachineDebugInfo.h updated: 1.37 -> 1.38 --- Log message: 1. Support for c++ mangled names. 2. Support for private/protected class members. --- Diffs of the changes: (+18 -1) MachineDebugInfo.h | 19 ++- 1 files changed, 18

[llvm-commits] CVS: llvm/lib/Target/ARM/ARMAsmPrinter.cpp ARMISelDAGToDAG.cpp ARMInstrInfo.td ARMRegisterInfo.cpp

2006-07-11 Thread Rafael Espindola
Changes in directory llvm/lib/Target/ARM: ARMAsmPrinter.cpp updated: 1.4 -> 1.5 ARMISelDAGToDAG.cpp updated: 1.14 -> 1.15 ARMInstrInfo.td updated: 1.6 -> 1.7 ARMRegisterInfo.cpp updated: 1.6 -> 1.7 --- Log message: add the memri memory operand this makes it possible for ldr instructions with no

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

2006-07-11 Thread Owen Anderson
Changes in directory llvm/lib/Transforms/Scalar: IndVarSimplify.cpp updated: 1.84 -> 1.85 --- Log message: Revert my indvars changes because they were breaking things. Unfortunately this didn't start showing up until after the recent instcombine fixes. --- Diffs of the changes: (+15 -29)