[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 |

[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/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 change

[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) C

[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/lib/Code

[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/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/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) GenerateCod

[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/lib/Bytecode/Writer/SlotCalculator.cpp Writer.cpp

2006-12-06 Thread Bill Wendling
Changes in directory llvm/lib/Bytecode/Writer: SlotCalculator.cpp updated: 1.75 -> 1.76 Writer.cpp updated: 1.135 -> 1.136 --- 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) Sl

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

2006-12-06 Thread Bill Wendling
Changes in directory llvm/tools/gccas: gccas.cpp updated: 1.122 -> 1.123 --- 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: (+5 -5) gccas.cpp | 10 +- 1 files changed, 5 inse

[llvm-commits] CVS: llvm/include/llvm/Analysis/AliasSetTracker.h CallGraph.h LoopInfo.h ScalarEvolution.h Trace.h

2006-12-06 Thread Bill Wendling
Changes in directory llvm/include/llvm/Analysis: AliasSetTracker.h updated: 1.28 -> 1.29 CallGraph.h updated: 1.51 -> 1.52 LoopInfo.h updated: 1.61 -> 1.62 ScalarEvolution.h updated: 1.12 -> 1.13 Trace.h updated: 1.5 -> 1.6 --- Log message: Changed llvm_ostream et all to OStream. llvm_cerr, llv

[llvm-commits] CVS: llvm/lib/CodeGen/AsmPrinter.cpp DwarfWriter.cpp ELFWriter.cpp IntrinsicLowering.cpp LiveInterval.cpp LiveIntervalAnalysis.cpp MachineInstr.cpp VirtRegMap.cpp VirtRegMap.h

2006-12-06 Thread Bill Wendling
Changes in directory llvm/lib/CodeGen: AsmPrinter.cpp updated: 1.119 -> 1.120 DwarfWriter.cpp updated: 1.106 -> 1.107 ELFWriter.cpp updated: 1.29 -> 1.30 IntrinsicLowering.cpp updated: 1.48 -> 1.49 LiveInterval.cpp updated: 1.39 -> 1.40 LiveIntervalAnalysis.cpp updated: 1.202 -> 1.203 MachineIns

[llvm-commits] CVS: llvm/lib/Transforms/Instrumentation/BlockProfiling.cpp EdgeProfiling.cpp TraceBasicBlocks.cpp

2006-12-06 Thread Bill Wendling
Changes in directory llvm/lib/Transforms/Instrumentation: BlockProfiling.cpp updated: 1.17 -> 1.18 EdgeProfiling.cpp updated: 1.8 -> 1.9 TraceBasicBlocks.cpp updated: 1.18 -> 1.19 --- Log message: Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are now cerr, cout, and N

[llvm-commits] CVS: llvm/lib/Analysis/AliasAnalysisCounter.cpp AliasAnalysisEvaluator.cpp AliasSetTracker.cpp BasicAliasAnalysis.cpp CFGPrinter.cpp ConstantRange.cpp InstCount.cpp LoopInfo.cpp Profile

2006-12-06 Thread Bill Wendling
Changes in directory llvm/lib/Analysis: AliasAnalysisCounter.cpp updated: 1.17 -> 1.18 AliasAnalysisEvaluator.cpp updated: 1.30 -> 1.31 AliasSetTracker.cpp updated: 1.44 -> 1.45 BasicAliasAnalysis.cpp updated: 1.92 -> 1.93 CFGPrinter.cpp updated: 1.20 -> 1.21 ConstantRange.cpp updated: 1.20 -> 1

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

2006-12-06 Thread Bill Wendling
Changes in directory llvm/tools/lto: lto.cpp updated: 1.26 -> 1.27 --- 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: (+6 -6) lto.cpp | 12 ++-- 1 files changed, 6 insertions

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

2006-12-06 Thread Bill Wendling
Changes in directory llvm/include/llvm/ADT: BitSetVector.h updated: 1.17 -> 1.18 EquivalenceClasses.h updated: 1.18 -> 1.19 --- 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 -6) B

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

2006-12-06 Thread Bill Wendling
Changes in directory llvm/tools/llvm-extract: llvm-extract.cpp updated: 1.32 -> 1.33 --- 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) llvm-extract.cpp | 18 +---

[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/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/lib/Transforms/Hello/Hello.cpp

2006-12-06 Thread Bill Wendling
Changes in directory llvm/lib/Transforms/Hello: Hello.cpp updated: 1.11 -> 1.12 --- 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) Hello.cpp |4 ++-- 1 files changed, 2 ins

[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 ch

[llvm-commits] CVS: llvm/include/llvm/Support/Casting.h ConstantRange.h Debug.h GraphWriter.h PassNameParser.h Streams.h

2006-12-06 Thread Bill Wendling
Changes in directory llvm/include/llvm/Support: Casting.h updated: 1.16 -> 1.17 ConstantRange.h updated: 1.10 -> 1.11 Debug.h updated: 1.11 -> 1.12 GraphWriter.h updated: 1.31 -> 1.32 PassNameParser.h updated: 1.15 -> 1.16 Streams.h updated: 1.4 -> 1.5 --- Log message: Changed llvm_ostream et a

[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_cer

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

2006-12-06 Thread Bill Wendling
Changes in directory llvm/lib/Transforms/Scalar: InstructionCombining.cpp updated: 1.561 -> 1.562 LoopStrengthReduce.cpp updated: 1.97 -> 1.98 LowerPacked.cpp updated: 1.12 -> 1.13 SCCP.cpp updated: 1.139 -> 1.140 --- Log message: Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, ll

[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) LinkModules.

[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) Wri

[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/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 file

[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 chan

[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/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/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

[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) Anderse

[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) Glo

[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/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/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/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/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 chan

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

2006-12-06 Thread Bill Wendling
Changes in directory llvm/tools/opt: opt.cpp updated: 1.124 -> 1.125 --- 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 -23) opt.cpp | 44 +--

[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/lib/Target/

[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/lib/Target/PowerPC/PPCISelL

[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/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/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/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/lib/Target/PowerPC/PPCInstr64Bit

[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/test/Regression/DebugInfo/2006-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

[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 deletion(-

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/lib/T

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 getMaxValu

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

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 +7

[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: llvm/lib/Target/CBa

[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/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 deleti

[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 calle

[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 calle

[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/inclu

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 print_l

[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(-)

[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/lib/Target/Pow

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 http

[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: llvm/projects/Stack

[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/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/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/lib/Target/Alp

[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/lib/Target/X86/X86AsmP

[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/lib/Transforms/Scalar/PredicateSimplifier.c

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 C

[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

[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/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 dele

[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/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/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.

[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/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 insertio

[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/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.

[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/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/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/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 insertions(+)

[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.

[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 insertion

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp PPCBranchSelector.cpp PPCISelDAGToDAG.cpp

2006-12-06 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCAsmPrinter.cpp updated: 1.216 -> 1.217 PPCBranchSelector.cpp updated: 1.39 -> 1.40 PPCISelDAGToDAG.cpp updated: 1.225 -> 1.226 --- Log message: Detemplatize the Statistic class. The only type it is instantiated with is 'unsigned'. --- Diffs o

[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 insertion

[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 change

[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/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/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/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 ch

[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/lib/CodeGen/DwarfWriter.cpp

2006-12-06 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: DwarfWriter.cpp updated: 1.105 -> 1.106 --- Log message: Some addresssed should be 64-bit and some shouldn't. --- Diffs of the changes: (+25 -19) DwarfWriter.cpp | 44 +--- 1 files changed, 25 insertions(+), 19

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

2006-12-06 Thread Rafael Espindola
Changes in directory llvm/lib/Target/ARM: ARMAsmPrinter.cpp updated: 1.31 -> 1.32 ARMTargetAsmInfo.cpp updated: 1.1 -> 1.2 --- Log message: print weak references --- Diffs of the changes: (+14 -1) ARMAsmPrinter.cpp| 14 +- ARMTargetAsmInfo.cpp |1 + 2 files changed, 1

[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/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 -

  1   2   >