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

2006-12-06 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen: MachineInstr.cpp updated: 1.136 - 1.137 --- Log message: Move copyKillDeadInfo out-of-line. Add findRegisterUseOperand(). --- Diffs of the changes: (+31 -0) MachineInstr.cpp | 31 +++ 1 files changed, 31 insertions(+)

[llvm-commits] CVS: llvm/test/Regression/CodeGen/ARM/weak.ll

2006-12-06 Thread Rafael Espindola
Changes in directory llvm/test/Regression/CodeGen/ARM: weak.ll updated: 1.1 - 1.2 --- Log message: print weak references --- Diffs of the changes: (+10 -1) weak.ll | 11 ++- 1 files changed, 10 insertions(+), 1 deletion(-) Index: llvm/test/Regression/CodeGen/ARM/weak.ll diff

[llvm-commits] [llmv-gcc4] Change in arguments (fix build.)

2006-12-06 Thread Jim Laskey
Index: gcc/llvm-backend.cpp === --- gcc/llvm-backend.cpp(revision 120946) +++ gcc/llvm-backend.cpp(working copy) @@ -818,7 +818,7 @@ void print_llvm(FILE *file, void *LLVM) { oFILEstream FS(file); FS LLVM: ; -

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

2006-12-06 Thread Jim Laskey
Changes in directory llvm/lib/Target/PowerPC: PPCFrameInfo.h updated: 1.11 - 1.12 PPCRegisterInfo.h updated: 1.19 - 1.20 PPCRegisterInfo.cpp updated: 1.91 - 1.92 --- Log message: Make it easier for gdb to find the return address. --- Diffs of the changes: (+98 -58) PPCFrameInfo.h |

[llvm-commits] CVS: llvm/include/llvm/ADT/Statistic.h

2006-12-06 Thread Chris Lattner
Changes in directory llvm/include/llvm/ADT: Statistic.h updated: 1.17 - 1.18 --- Log message: Detemplatize the Statistic class. The only type it is instantiated with is 'unsigned'. --- Diffs of the changes: (+19 -20) Statistic.h | 39 +++ 1 files

[llvm-commits] CVS: llvm/lib/Support/Statistic.cpp Timer.cpp

2006-12-06 Thread Chris Lattner
Changes in directory llvm/lib/Support: Statistic.cpp updated: 1.18 - 1.19 Timer.cpp updated: 1.46 - 1.47 --- Log message: Detemplatize the Statistic class. The only type it is instantiated with is 'unsigned'. --- Diffs of the changes: (+2 -4) Statistic.cpp |4 +--- Timer.cpp |

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

2006-12-06 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Hello: Hello.cpp updated: 1.10 - 1.11 --- Log message: Detemplatize the Statistic class. The only type it is instantiated with is 'unsigned'. --- Diffs of the changes: (+1 -1) Hello.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-)

[llvm-commits] CVS: llvm/lib/Analysis/InstCount.cpp ScalarEvolution.cpp

2006-12-06 Thread Chris Lattner
Changes in directory llvm/lib/Analysis: InstCount.cpp updated: 1.16 - 1.17 ScalarEvolution.cpp updated: 1.65 - 1.66 --- Log message: Detemplatize the Statistic class. The only type it is instantiated with is 'unsigned'. --- Diffs of the changes: (+10 -10) InstCount.cpp | 10

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

2006-12-06 Thread Chris Lattner
Changes in directory llvm/lib/Target/IA64: IA64AsmPrinter.cpp updated: 1.38 - 1.39 IA64Bundling.cpp updated: 1.4 - 1.5 IA64ISelDAGToDAG.cpp updated: 1.61 - 1.62 --- Log message: Detemplatize the Statistic class. The only type it is instantiated with is 'unsigned'. --- Diffs of the changes:

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

2006-12-06 Thread Chris Lattner
Changes in directory llvm/lib/ExecutionEngine: ExecutionEngine.cpp updated: 1.90 - 1.91 --- Log message: Detemplatize the Statistic class. The only type it is instantiated with is 'unsigned'. --- Diffs of the changes: (+2 -2) ExecutionEngine.cpp |4 ++-- 1 files changed, 2

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

2006-12-06 Thread Chris Lattner
Changes in directory llvm/lib/ExecutionEngine/Interpreter: Execution.cpp updated: 1.150 - 1.151 --- Log message: Detemplatize the Statistic class. The only type it is instantiated with is 'unsigned'. --- Diffs of the changes: (+1 -1) Execution.cpp |2 +- 1 files changed, 1

[llvm-commits] CVS: llvm/lib/Analysis/DataStructure/BottomUpClosure.cpp CallTargets.cpp CompleteBottomUp.cpp DataStructure.cpp DataStructureOpt.cpp DataStructureStats.cpp EquivClassGraphs.cpp Printer.

2006-12-06 Thread Chris Lattner
Changes in directory llvm/lib/Analysis/DataStructure: BottomUpClosure.cpp updated: 1.125 - 1.126 CallTargets.cpp updated: 1.5 - 1.6 CompleteBottomUp.cpp updated: 1.38 - 1.39 DataStructure.cpp updated: 1.252 - 1.253 DataStructureOpt.cpp updated: 1.13 - 1.14 DataStructureStats.cpp updated: 1.22 -

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

2006-12-06 Thread Chris Lattner
Changes in directory llvm/lib/ExecutionEngine/JIT: JITEmitter.cpp updated: 1.119 - 1.120 --- Log message: Detemplatize the Statistic class. The only type it is instantiated with is 'unsigned'. --- Diffs of the changes: (+2 -2) JITEmitter.cpp |4 ++-- 1 files changed, 2

[llvm-commits] CVS: llvm/lib/CodeGen/BranchFolding.cpp LiveIntervalAnalysis.cpp PHIElimination.cpp RegAllocLinearScan.cpp RegAllocLocal.cpp RegAllocSimple.cpp TwoAddressInstructionPass.cpp VirtRegMap.

2006-12-06 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: BranchFolding.cpp updated: 1.37 - 1.38 LiveIntervalAnalysis.cpp updated: 1.200 - 1.201 PHIElimination.cpp updated: 1.51 - 1.52 RegAllocLinearScan.cpp updated: 1.134 - 1.135 RegAllocLocal.cpp updated: 1.96 - 1.97 RegAllocSimple.cpp updated: 1.77 - 1.78

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

2006-12-06 Thread Chris Lattner
Changes in directory llvm/lib/Analysis/IPA: Andersens.cpp updated: 1.38 - 1.39 GlobalsModRef.cpp updated: 1.24 - 1.25 --- Log message: Detemplatize the Statistic class. The only type it is instantiated with is 'unsigned'. --- Diffs of the changes: (+10 -10) Andersens.cpp | 10

[llvm-commits] CVS: llvm/lib/Target/Sparc/DelaySlotFiller.cpp FPMover.cpp SparcAsmPrinter.cpp

2006-12-06 Thread Chris Lattner
Changes in directory llvm/lib/Target/Sparc: DelaySlotFiller.cpp updated: 1.11 - 1.12 FPMover.cpp updated: 1.15 - 1.16 SparcAsmPrinter.cpp updated: 1.72 - 1.73 --- Log message: Detemplatize the Statistic class. The only type it is instantiated with is 'unsigned'. --- Diffs of the changes:

[llvm-commits] CVS: llvm/lib/Transforms/IPO/ArgumentPromotion.cpp ConstantMerge.cpp DeadArgumentElimination.cpp DeadTypeElimination.cpp FunctionResolution.cpp GlobalDCE.cpp GlobalOpt.cpp IPConstantPro

2006-12-06 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/IPO: ArgumentPromotion.cpp updated: 1.30 - 1.31 ConstantMerge.cpp updated: 1.32 - 1.33 DeadArgumentElimination.cpp updated: 1.30 - 1.31 DeadTypeElimination.cpp updated: 1.56 - 1.57 FunctionResolution.cpp updated: 1.60 - 1.61 GlobalDCE.cpp updated: 1.38 -

[llvm-commits] CVS: llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp LCSSA.cpp LoopSimplify.cpp LowerAllocations.cpp LowerInvoke.cpp LowerSelect.cpp LowerSwitch.cpp Mem2Reg.cpp

2006-12-06 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Utils: BreakCriticalEdges.cpp updated: 1.36 - 1.37 LCSSA.cpp updated: 1.30 - 1.31 LoopSimplify.cpp updated: 1.77 - 1.78 LowerAllocations.cpp updated: 1.63 - 1.64 LowerInvoke.cpp updated: 1.44 - 1.45 LowerSelect.cpp updated: 1.7 - 1.8 LowerSwitch.cpp

[llvm-commits] CVS: llvm/lib/Transforms/Instrumentation/RSProfiling.cpp

2006-12-06 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Instrumentation: RSProfiling.cpp updated: 1.10 - 1.11 --- Log message: Detemplatize the Statistic class. The only type it is instantiated with is 'unsigned'. --- Diffs of the changes: (+1 -1) RSProfiling.cpp |2 +- 1 files changed, 1

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

2006-12-06 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: DAGCombiner.cpp updated: 1.255 - 1.256 ScheduleDAGList.cpp updated: 1.68 - 1.69 --- Log message: Detemplatize the Statistic class. The only type it is instantiated with is 'unsigned'. --- Diffs of the changes: (+5 -5) DAGCombiner.cpp

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/ADCE.cpp BasicBlockPlacement.cpp CondPropagate.cpp ConstantProp.cpp CorrelatedExprs.cpp DCE.cpp DeadStoreElimination.cpp GCSE.cpp IndVarSimplify.cpp Inst

2006-12-06 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: ADCE.cpp updated: 1.99 - 1.100 BasicBlockPlacement.cpp updated: 1.6 - 1.7 CondPropagate.cpp updated: 1.9 - 1.10 ConstantProp.cpp updated: 1.52 - 1.53 CorrelatedExprs.cpp updated: 1.38 - 1.39 DCE.cpp updated: 1.59 - 1.60 DeadStoreElimination.cpp

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaAsmPrinter.cpp AlphaCodeEmitter.cpp AlphaLLRP.cpp

2006-12-06 Thread Chris Lattner
Changes in directory llvm/lib/Target/Alpha: AlphaAsmPrinter.cpp updated: 1.54 - 1.55 AlphaCodeEmitter.cpp updated: 1.18 - 1.19 AlphaLLRP.cpp updated: 1.4 - 1.5 --- Log message: Detemplatize the Statistic class. The only type it is instantiated with is 'unsigned'. --- Diffs of the changes:

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

2006-12-06 Thread Chris Lattner
Changes in directory llvm/lib/Transforms: LevelRaise.cpp updated: 1.113 - 1.114 --- Log message: Detemplatize the Statistic class. The only type it is instantiated with is 'unsigned'. --- Diffs of the changes: (+6 -6) LevelRaise.cpp | 12 ++-- 1 files changed, 6 insertions(+),

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

2006-12-06 Thread Chris Lattner
Changes in directory llvm/lib/Target/ARM: ARMAsmPrinter.cpp updated: 1.32 - 1.33 --- Log message: Detemplatize the Statistic class. The only type it is instantiated with is 'unsigned'. --- Diffs of the changes: (+1 -1) ARMAsmPrinter.cpp |2 +- 1 files changed, 1 insertion(+), 1

[llvm-commits] CVS: llvm/lib/Bytecode/Writer/Writer.cpp

2006-12-06 Thread Chris Lattner
Changes in directory llvm/lib/Bytecode/Writer: Writer.cpp updated: 1.134 - 1.135 --- Log message: Detemplatize the Statistic class. The only type it is instantiated with is 'unsigned'. --- Diffs of the changes: (+1 -1) Writer.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-)

[llvm-commits] CVS: llvm/lib/Target/X86/X86AsmPrinter.cpp X86AsmPrinter.h X86CodeEmitter.cpp X86FloatingPoint.cpp X86ISelDAGToDAG.cpp

2006-12-06 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: X86AsmPrinter.cpp updated: 1.219 - 1.220 X86AsmPrinter.h updated: 1.36 - 1.37 X86CodeEmitter.cpp updated: 1.126 - 1.127 X86FloatingPoint.cpp updated: 1.63 - 1.64 X86ISelDAGToDAG.cpp updated: 1.136 - 1.137 --- Log message: Detemplatize the Statistic

Re: [llvm-commits] [LLVMdev] combined arm patch

2006-12-06 Thread Rafael EspĂ­ndola
On 12/5/06, Jim Laskey [EMAIL PROTECTED] wrote: I had to revert these changes. When I did a clean build I was inundated with errors. I'm not sure if I made the cut off time for the mirror. Apparently the problem is caused by the patch making gcc/unwind.h empty but not removing it Could

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

2006-12-06 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: PredicateSimplifier.cpp updated: 1.36 - 1.37 --- Log message: add missing #include --- Diffs of the changes: (+1 -0) PredicateSimplifier.cpp |1 + 1 files changed, 1 insertion(+) Index:

[llvm-commits] CVS: llvm/lib/Target/X86/X86AsmPrinter.h

2006-12-06 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: X86AsmPrinter.h updated: 1.37 - 1.38 --- Log message: add missing #include --- Diffs of the changes: (+1 -0) X86AsmPrinter.h |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/Target/X86/X86AsmPrinter.h diff -u

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

2006-12-06 Thread Chris Lattner
Changes in directory llvm/lib/Target/Alpha: AlphaAsmPrinter.cpp updated: 1.55 - 1.56 --- Log message: add #include --- Diffs of the changes: (+1 -0) AlphaAsmPrinter.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/Target/Alpha/AlphaAsmPrinter.cpp diff -u

[llvm-commits] CVS: llvm/lib/Support/Statistic.cpp

2006-12-06 Thread Chris Lattner
Changes in directory llvm/lib/Support: Statistic.cpp updated: 1.19 - 1.20 --- Log message: merge the Statistic and StatisticBase classes, eliminating virtual methods and eliminating #includes from the Statistic.h file. --- Diffs of the changes: (+5 -10) Statistic.cpp | 15

[llvm-commits] CVS: llvm/include/llvm/ADT/Statistic.h

2006-12-06 Thread Chris Lattner
Changes in directory llvm/include/llvm/ADT: Statistic.h updated: 1.18 - 1.19 --- Log message: merge the Statistic and StatisticBase classes, eliminating virtual methods and eliminating #includes from the Statistic.h file. --- Diffs of the changes: (+6 -37) Statistic.h | 43

[llvm-commits] CVS: llvm/projects/Stacker/lib/compiler/StackerCompiler.cpp

2006-12-06 Thread Devang Patel
Changes in directory llvm/projects/Stacker/lib/compiler: StackerCompiler.cpp updated: 1.24 - 1.25 --- Log message: Detemplatize the Statistic class. --- Diffs of the changes: (+1 -1) StackerCompiler.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

Re: [llvm-commits] [LLVMdev] combined arm patch

2006-12-06 Thread Rafael EspĂ­ndola
Could you please try to remove the empty gcc/unwind.h and try again? I am currently compiling on a powerbook. I will report as soon as it finishes. The build finished successfully! Rafael ___ llvm-commits mailing list llvm-commits@cs.uiuc.edu

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

2006-12-06 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCCodeEmitter.cpp updated: 1.69 - 1.70 --- Log message: add relocation support for ppc64 branches. --- Diffs of the changes: (+2 -2) PPCCodeEmitter.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index:

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCInstrFormats.td

2006-12-06 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCInstrFormats.td updated: 1.86 - 1.87 --- Log message: fix the jit encoding of sradi, simplify the MDForm1 description. --- Diffs of the changes: (+5 -5) PPCInstrFormats.td | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-)

Re: [llvm-commits] [llmv-gcc4] Change in arguments (fix build.)

2006-12-06 Thread Bill Wendling
Thank you! On 12/6/06, Jim Laskey [EMAIL PROTECTED] wrote: Index: gcc/llvm-backend.cpp === --- gcc/llvm-backend.cpp(revision 120946) +++ gcc/llvm-backend.cpp(working copy) @@ -818,7 +818,7 @@ void

[llvm-commits] CVS: llvm/include/llvm/GlobalValue.h

2006-12-06 Thread Reid Spencer
Changes in directory llvm/include/llvm: GlobalValue.h updated: 1.28 - 1.29 --- Log message: Fix some 80 col violations. --- Diffs of the changes: (+2 -2) GlobalValue.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/include/llvm/GlobalValue.h diff -u

[llvm-commits] CVS: llvm/include/llvm/Constants.h

2006-12-06 Thread Reid Spencer
Changes in directory llvm/include/llvm: Constants.h updated: 1.103 - 1.104 --- Log message: For PR950: http://llvm.org/PR950 : Remove the getMaxValue and getMinValue functions from ConstantIntegral. They don't make sense for a signless type. Also, for isMaxValue and isMinValue, have the

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

2006-12-06 Thread Reid Spencer
Changes in directory llvm/lib/VMCore: Constants.cpp updated: 1.181 - 1.182 --- Log message: For PR950: http://llvm.org/PR950 : Remove the getMaxValue and getMinValue functions from ConstantIntegral. They don't make sense for a signless type. Also, for isMaxValue and isMinValue, have the

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

2006-12-06 Thread Reid Spencer
Changes in directory llvm/lib/Transforms/Scalar: InstructionCombining.cpp updated: 1.560 - 1.561 --- Log message: Update ConstantIntegral Max/Min tests for new interface. --- Diffs of the changes: (+4 -4) InstructionCombining.cpp |8 1 files changed, 4 insertions(+), 4

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

2006-12-06 Thread Reid Spencer
Changes in directory llvm/lib/Analysis: ConstantRange.cpp updated: 1.19 - 1.20 --- Log message: Adjust to new ConstantIntegral interface for Max/Min tests. --- Diffs of the changes: (+56 -10) ConstantRange.cpp | 66 +- 1 files changed,

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

2006-12-06 Thread Reid Spencer
Changes in directory llvm/lib/Target/CBackend: Writer.cpp updated: 1.290 - 1.291 --- Log message: Adjust to new ConstantIntegral interface for Max/Min tests. --- Diffs of the changes: (+1 -1) Writer.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

Re: [llvm-commits] CVS: llvm/lib/Target/CBackend/Writer.cpp

2006-12-06 Thread Chris Lattner
On Dec 6,lib/Target/CBackend/Writer.cpp diff -u llvm/lib/Target/CBackend/Writer.cpp:1.290 llvm/lib/Target/ CBackend/Writer.cpp:1.291 --- llvm/lib/Target/CBackend/Writer.cpp:1.290 Thu Nov 30 18:25:12 2006 +++ llvm/lib/Target/CBackend/Writer.cpp Wed Dec 6 14:45:15 2006 @@ -753,7 +753,7

Re: [llvm-commits] CVS: llvm/include/llvm/Constants.h

2006-12-06 Thread Chris Lattner
On Dec 6, 2006, at 12:30 PM, Reid Spencer wrote: Changes in directory llvm/include/llvm: Constants.h updated: 1.103 - 1.104 --- Log message: For PR950: http://llvm.org/PR950 : Remove the getMaxValue and getMinValue functions from ConstantIntegral. They don't make sense for a

Re: [llvm-commits] CVS: llvm/include/llvm/Constants.h

2006-12-06 Thread Reid Spencer
On Wed, 2006-12-06 at 13:20 -0800, Chris Lattner wrote: On Dec 6, 2006, at 12:30 PM, Reid Spencer wrote: Changes in directory llvm/include/llvm: Constants.h updated: 1.103 - 1.104 --- Log message: For PR950: http://llvm.org/PR950 : Remove the getMaxValue and getMinValue

Re: [llvm-commits] CVS: llvm/lib/Target/CBackend/Writer.cpp

2006-12-06 Thread Reid Spencer
On Wed, 2006-12-06 at 13:20 -0800, Chris Lattner wrote: On Dec 6,lib/Target/CBackend/Writer.cpp diff -u llvm/lib/Target/CBackend/Writer.cpp:1.290 llvm/lib/Target/ CBackend/Writer.cpp:1.291 --- llvm/lib/Target/CBackend/Writer.cpp:1.290 Thu Nov 30 18:25:12 2006 +++

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCInstrFormats.td

2006-12-06 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCInstrFormats.td updated: 1.87 - 1.88 --- Log message: fix another sradi encoding bug. This fixes Olden/health with the ppc64 jit. --- Diffs of the changes: (+1 -1) PPCInstrFormats.td |2 +- 1 files changed, 1 insertion(+), 1

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

2006-12-06 Thread Reid Spencer
Changes in directory llvm/lib/Target/CBackend: Writer.cpp updated: 1.291 - 1.292 --- Log message: Always pass true to isMaxValue(bool) because we know the type is LongTy. --- Diffs of the changes: (+1 -1) Writer.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/test/Regression/DebugInfo/2006-11-30-Pubnames.cpp

2006-12-06 Thread Jim Laskey
Changes in directory llvm/test/Regression/DebugInfo: 2006-11-30-Pubnames.cpp updated: 1.3 - 1.4 --- Log message: Failing linux. --- Diffs of the changes: (+1 -1) 2006-11-30-Pubnames.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCInstr64Bit.td

2006-12-06 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCInstr64Bit.td updated: 1.32 - 1.33 --- Log message: implement sextinreg i8-i64 and i16-i64 --- Diffs of the changes: (+8 -0) PPCInstr64Bit.td |8 1 files changed, 8 insertions(+) Index:

[llvm-commits] CVS: llvm/include/llvm/Support/MathExtras.h

2006-12-06 Thread Jim Laskey
Changes in directory llvm/include/llvm/Support: MathExtras.h updated: 1.35 - 1.36 --- Log message: Ignoring the upper 32 bits of a 64 bit constant is not a good thing. --- Diffs of the changes: (+4 -4) MathExtras.h |8 1 files changed, 4 insertions(+), 4 deletions(-) Index:

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

2006-12-06 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen: VirtRegMap.cpp updated: 1.82 - 1.83 --- Log message: getOperandConstraint returns -1 if the operand does have the specific constraint. This bug was causing excessive spills. --- Diffs of the changes: (+1 -1) VirtRegMap.cpp |2 +- 1 files changed,

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

2006-12-06 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen: LiveIntervalAnalysis.cpp updated: 1.201 - 1.202 VirtRegMap.cpp updated: 1.83 - 1.84 --- Log message: MI keeps a ptr of TargetInstrDescriptor, use it. --- Diffs of the changes: (+5 -3) LiveIntervalAnalysis.cpp |3 ++- VirtRegMap.cpp |

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

2006-12-06 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCISelLowering.cpp updated: 1.240 - 1.241 --- Log message: Fix i64 uint_to_fp on ppc64 --- Diffs of the changes: (+2 -1) PPCISelLowering.cpp |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index:

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

2006-12-06 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86RegisterInfo.cpp updated: 1.182 - 1.183 --- Log message: MI keeps a ptr of TargetInstrDescriptor, use it. --- Diffs of the changes: (+2 -1) X86RegisterInfo.cpp |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/include/llvm/Assembly/PrintModulePass.h

2006-12-06 Thread Bill Wendling
Changes in directory llvm/include/llvm/Assembly: PrintModulePass.h updated: 1.20 - 1.21 --- Log message: Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are now cerr, cout, and NullStream resp. --- Diffs of the changes: (+8 -10) PrintModulePass.h | 18

[llvm-commits] CVS: llvm/examples/ModuleMaker/ModuleMaker.cpp

2006-12-06 Thread Bill Wendling
Changes in directory llvm/examples/ModuleMaker: ModuleMaker.cpp updated: 1.10 - 1.11 --- Log message: Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are now cerr, cout, and NullStream resp. --- Diffs of the changes: (+1 -1) ModuleMaker.cpp |2 +- 1 files

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

2006-12-06 Thread Bill Wendling
Changes in directory llvm/tools/llvm-dis: llvm-dis.cpp updated: 1.53 - 1.54 --- Log message: Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are now cerr, cout, and NullStream resp. --- Diffs of the changes: (+12 -12) llvm-dis.cpp | 24

[llvm-commits] CVS: llvm/tools/bugpoint/OptimizerDriver.cpp

2006-12-06 Thread Bill Wendling
Changes in directory llvm/tools/bugpoint: OptimizerDriver.cpp updated: 1.47 - 1.48 --- Log message: Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are now cerr, cout, and NullStream resp. --- Diffs of the changes: (+25 -26) OptimizerDriver.cpp | 51

[llvm-commits] CVS: llvm/lib/Support/Allocator.cpp CommandLine.cpp Debug.cpp GraphWriter.cpp PluginLoader.cpp SlowOperationInformer.cpp Streams.cpp SystemUtils.cpp

2006-12-06 Thread Bill Wendling
Changes in directory llvm/lib/Support: Allocator.cpp updated: 1.3 - 1.4 CommandLine.cpp updated: 1.79 - 1.80 Debug.cpp updated: 1.9 - 1.10 GraphWriter.cpp updated: 1.6 - 1.7 PluginLoader.cpp updated: 1.19 - 1.20 SlowOperationInformer.cpp updated: 1.11 - 1.12 Streams.cpp updated: 1.1 - 1.2

[llvm-commits] CVS: llvm/lib/Transforms/IPO/GlobalOpt.cpp Internalize.cpp

2006-12-06 Thread Bill Wendling
Changes in directory llvm/lib/Transforms/IPO: GlobalOpt.cpp updated: 1.77 - 1.78 Internalize.cpp updated: 1.38 - 1.39 --- Log message: Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are now cerr, cout, and NullStream resp. --- Diffs of the changes: (+19 -20)

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

2006-12-06 Thread Bill Wendling
Changes in directory llvm/lib/ExecutionEngine: ExecutionEngine.cpp updated: 1.91 - 1.92 --- Log message: Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are now cerr, cout, and NullStream resp. --- Diffs of the changes: (+9 -9) ExecutionEngine.cpp | 18

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

2006-12-06 Thread Bill Wendling
Changes in directory llvm/lib/Analysis/IPA: Andersens.cpp updated: 1.39 - 1.40 CallGraph.cpp updated: 1.61 - 1.62 --- Log message: Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are now cerr, cout, and NullStream resp. --- Diffs of the changes: (+28 -28)

[llvm-commits] CVS: llvm/include/llvm/CodeGen/LiveInterval.h MachineBasicBlock.h MachineConstantPool.h MachineInstr.h SchedGraphCommon.h

2006-12-06 Thread Bill Wendling
Changes in directory llvm/include/llvm/CodeGen: LiveInterval.h updated: 1.29 - 1.30 MachineBasicBlock.h updated: 1.50 - 1.51 MachineConstantPool.h updated: 1.23 - 1.24 MachineInstr.h updated: 1.204 - 1.205 SchedGraphCommon.h updated: 1.15 - 1.16 --- Log message: Changed llvm_ostream et all to

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

2006-12-06 Thread Bill Wendling
Changes in directory llvm/tools/llvm-upgrade: llvm-upgrade.cpp updated: 1.4 - 1.5 --- Log message: Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are now cerr, cout, and NullStream resp. --- Diffs of the changes: (+10 -10) llvm-upgrade.cpp | 20

[llvm-commits] CVS: llvm/lib/ExecutionEngine/Interpreter/Execution.cpp ExternalFunctions.cpp

2006-12-06 Thread Bill Wendling
Changes in directory llvm/lib/ExecutionEngine/Interpreter: Execution.cpp updated: 1.151 - 1.152 ExternalFunctions.cpp updated: 1.91 - 1.92 --- Log message: Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are now cerr, cout, and NullStream resp. --- Diffs of the

[llvm-commits] CVS: llvm/lib/Analysis/DataStructure/BottomUpClosure.cpp CallTargets.cpp DataStructure.cpp DataStructureStats.cpp EquivClassGraphs.cpp GraphChecker.cpp Local.cpp Printer.cpp Steensgaard

2006-12-06 Thread Bill Wendling
Changes in directory llvm/lib/Analysis/DataStructure: BottomUpClosure.cpp updated: 1.126 - 1.127 CallTargets.cpp updated: 1.6 - 1.7 DataStructure.cpp updated: 1.253 - 1.254 DataStructureStats.cpp updated: 1.23 - 1.24 EquivClassGraphs.cpp updated: 1.52 - 1.53 GraphChecker.cpp updated: 1.22 -

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

2006-12-06 Thread Bill Wendling
Changes in directory llvm/lib/Transforms: ExprTypeConvert.cpp updated: 1.114 - 1.115 --- Log message: Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are now cerr, cout, and NullStream resp. --- Diffs of the changes: (+2 -2) ExprTypeConvert.cpp |4 ++-- 1

[llvm-commits] CVS: llvm/include/llvm/Module.h Pass.h Type.h Value.h

2006-12-06 Thread Bill Wendling
Changes in directory llvm/include/llvm: Module.h updated: 1.75 - 1.76 Pass.h updated: 1.55 - 1.56 Type.h updated: 1.93 - 1.94 Value.h updated: 1.86 - 1.87 --- Log message: Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are now cerr, cout, and NullStream resp. ---

[llvm-commits] CVS: llvm/include/llvm/Bytecode/WriteBytecodePass.h Writer.h

2006-12-06 Thread Bill Wendling
Changes in directory llvm/include/llvm/Bytecode: WriteBytecodePass.h updated: 1.17 - 1.18 Writer.h updated: 1.12 - 1.13 --- Log message: Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are now cerr, cout, and NullStream resp. --- Diffs of the changes: (+7 -7)

[llvm-commits] CVS: llvm/lib/Linker/LinkModules.cpp Linker.cpp

2006-12-06 Thread Bill Wendling
Changes in directory llvm/lib/Linker: LinkModules.cpp updated: 1.120 - 1.121 Linker.cpp updated: 1.12 - 1.13 --- Log message: Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are now cerr, cout, and NullStream resp. --- Diffs of the changes: (+11 -12)

[llvm-commits] CVS: llvm/lib/VMCore/AsmWriter.cpp LeakDetector.cpp PassManager.cpp TypeSymbolTable.cpp Verifier.cpp

2006-12-06 Thread Bill Wendling
Changes in directory llvm/lib/VMCore: AsmWriter.cpp updated: 1.226 - 1.227 LeakDetector.cpp updated: 1.16 - 1.17 PassManager.cpp updated: 1.33 - 1.34 TypeSymbolTable.cpp updated: 1.4 - 1.5 Verifier.cpp updated: 1.169 - 1.170 --- Log message: Changed llvm_ostream et all to OStream. llvm_cerr,

[llvm-commits] CVS: llvm/projects/Stacker/tools/stkrc/stkrc.cpp

2006-12-06 Thread Bill Wendling
Changes in directory llvm/projects/Stacker/tools/stkrc: stkrc.cpp updated: 1.12 - 1.13 --- Log message: Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are now cerr, cout, and NullStream resp. --- Diffs of the changes: (+4 -4) stkrc.cpp |8 1 files

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

2006-12-06 Thread Bill Wendling
Changes in directory llvm/tools/llvm-link: llvm-link.cpp updated: 1.60 - 1.61 --- Log message: Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are now cerr, cout, and NullStream resp. --- Diffs of the changes: (+22 -24) llvm-link.cpp | 46

[llvm-commits] CVS: llvm/include/llvm/Analysis/DataStructure/DSGraph.h DSNode.h

2006-12-06 Thread Bill Wendling
Changes in directory llvm/include/llvm/Analysis/DataStructure: DSGraph.h updated: 1.111 - 1.112 DSNode.h updated: 1.59 - 1.60 --- Log message: Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are now cerr, cout, and NullStream resp. --- Diffs of the changes: (+3 -3)

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

2006-12-06 Thread Bill Wendling
Changes in directory llvm/lib/Transforms/Utils: CodeExtractor.cpp updated: 1.42 - 1.43 LowerSwitch.cpp updated: 1.27 - 1.28 --- Log message: Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are now cerr, cout, and NullStream resp. --- Diffs of the changes: (+3 -4)

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

2006-12-06 Thread Bill Wendling
Changes in directory llvm/tools/gccld: GenerateCode.cpp updated: 1.66 - 1.67 gccld.cpp updated: 1.114 - 1.115 --- Log message: Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are now cerr, cout, and NullStream resp. --- Diffs of the changes: (+21 -21)

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

2006-12-06 Thread Bill Wendling
Changes in directory llvm/tools/llvm-as: llvm-as.cpp updated: 1.49 - 1.50 --- Log message: Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are now cerr, cout, and NullStream resp. --- Diffs of the changes: (+15 -15) llvm-as.cpp | 30

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

2006-12-06 Thread Bill Wendling
Changes in directory llvm/tools/llvm-ld: llvm-ld.cpp updated: 1.44 - 1.45 --- Log message: Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are now cerr, cout, and NullStream resp. --- Diffs of the changes: (+19 -19) llvm-ld.cpp | 38

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

2006-12-06 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen: PrologEpilogInserter.cpp updated: 1.61 - 1.62 --- Log message: Initialize {Min|Max}CSFrameIndex properly. --- Diffs of the changes: (+4 -2) PrologEpilogInserter.cpp |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) Index:

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

2006-12-06 Thread Reid Spencer
Changes in directory llvm/lib/VMCore: Constants.cpp updated: 1.182 - 1.183 Instructions.cpp updated: 1.53 - 1.54 --- Log message: Provide a getOpcode() method on CmpInst to ensure the opcode is returned as the right type. Use this to shorten some code. --- Diffs of the changes: (+2 -4)

[llvm-commits] CVS: llvm/include/llvm/InstrTypes.h

2006-12-06 Thread Reid Spencer
Changes in directory llvm/include/llvm: InstrTypes.h updated: 1.52 - 1.53 --- Log message: Provide a getOpcode() method on CmpInst to ensure the opcode is returned as the right type. Use this to shorten some code. --- Diffs of the changes: (+5 -0) InstrTypes.h |5 + 1 files

[llvm-commits] CVS: llvm/test/Regression/Transforms/LevelRaise/2002-03-21-MissedRaise.ll

2006-12-06 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/LevelRaise: 2002-03-21-MissedRaise.ll updated: 1.7 - 1.8 --- Log message: Manually convert this to new assembly. --- Diffs of the changes: (+3 -3) 2002-03-21-MissedRaise.ll |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)

[llvm-commits] CVS: llvm/tools/llvm-upgrade/UpgradeParser.y

2006-12-06 Thread Reid Spencer
Changes in directory llvm/tools/llvm-upgrade: UpgradeParser.y updated: 1.21 - 1.22 --- Log message: Create an option to turn off generation of fcmp instructions while still allowing integer setxx instructions to be converted to icmp. --- Diffs of the changes: (+9 -0) UpgradeParser.y |