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

2006-12-05 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. Could you please send me the log? The bootstrap is broken on linux amd64 for some time now, so it is

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

2006-12-05 Thread Jim Laskey
Log sent to Rafael offline. On Dec 5, 2006, at 9:56 AM, Rafael EspĂ­ndola wrote: 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. Could you please send

[llvm-commits] CVS: llvm/test/Regression/Debugger/.cvsignore

2006-12-05 Thread Reid Spencer
Changes in directory llvm/test/Regression/Debugger: .cvsignore updated: 1.2 - 1.3 --- Log message: Ignore the Output directory. --- Diffs of the changes: (+1 -0) .cvsignore |1 + 1 files changed, 1 insertion(+) Index: llvm/test/Regression/Debugger/.cvsignore diff -u /dev/null

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

2006-12-05 Thread Rafael Espindola
Changes in directory llvm/lib/Target/ARM: ARMAsmPrinter.cpp updated: 1.29 - 1.30 --- Log message: add support for weak linkage --- Diffs of the changes: (+1 -1) ARMAsmPrinter.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/ARM/ARMAsmPrinter.cpp diff

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

2006-12-05 Thread Rafael Espindola
Changes in directory llvm/test/Regression/CodeGen/ARM: weak.ll added (r1.1) --- Log message: add support for weak linkage --- Diffs of the changes: (+9 -0) weak.ll |9 + 1 files changed, 9 insertions(+) Index: llvm/test/Regression/CodeGen/ARM/weak.ll diff -c /dev/null

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

2006-12-05 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: X86ISelLowering.cpp updated: 1.301 - 1.302 --- Log message: Fix typo noticed by Lauro Ramos Venancio, thanks! --- Diffs of the changes: (+1 -1) X86ISelLowering.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

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

2006-12-05 Thread Rafael Espindola
Changes in directory llvm/test/Regression/CodeGen/ARM: arm-asm.ll added (r1.1) --- Log message: add support for the r asm constraint patch by Lauro Ramos Venancio --- Diffs of the changes: (+7 -0) arm-asm.ll |7 +++ 1 files changed, 7 insertions(+) Index:

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

2006-12-05 Thread Rafael Espindola
Changes in directory llvm/lib/Target/ARM: ARMISelDAGToDAG.cpp updated: 1.85 - 1.86 --- Log message: add support for the r asm constraint patch by Lauro Ramos Venancio --- Diffs of the changes: (+27 -0) ARMISelDAGToDAG.cpp | 27 +++ 1 files changed, 27

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

2006-12-05 Thread Rafael Espindola
Changes in directory llvm/test/Regression/CodeGen/ARM: memfunc.ll added (r1.1) --- Log message: expand memmove and memcpy --- Diffs of the changes: (+13 -0) memfunc.ll | 13 + 1 files changed, 13 insertions(+) Index: llvm/test/Regression/CodeGen/ARM/memfunc.ll diff -c

[llvm-commits] CVS: llvm/lib/Target/X86/X86ISelLowering.cpp X86InstrSSE.td

2006-12-05 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: X86ISelLowering.cpp updated: 1.303 - 1.304 X86InstrSSE.td updated: 1.172 - 1.173 --- Log message: If we have ScalarSSE, we can select bitconvert into single instructions. This compiles bitcast.ll:test3/test4 into: _test3: movd %xmm0, %eax

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

2006-12-05 Thread Chris Lattner
Changes in directory llvm/include/llvm/Support: ManagedStatic.h updated: 1.1 - 1.2 --- Log message: add a helper to call llvm_shutdown() --- Diffs of the changes: (+8 -0) ManagedStatic.h |8 1 files changed, 8 insertions(+) Index: llvm/include/llvm/Support/ManagedStatic.h

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

2006-12-05 Thread Chris Lattner
Changes in directory llvm/tools/llvm-prof: llvm-prof.cpp updated: 1.28 - 1.29 --- Log message: make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. With this change, I can now move -stats to print when llvm_shutdown is called. --- Diffs of the changes: (+2 -0)

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

2006-12-05 Thread Chris Lattner
Changes in directory llvm/tools/llvm-db: llvm-db.cpp updated: 1.12 - 1.13 --- Log message: make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. With this change, I can now move -stats to print when llvm_shutdown is called. --- Diffs of the changes: (+2 -1)

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

2006-12-05 Thread Chris Lattner
Changes in directory llvm/tools/llvm-upgrade: llvm-upgrade.cpp updated: 1.3 - 1.4 --- Log message: make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. With this change, I can now move -stats to print when llvm_shutdown is called. --- Diffs of the changes: (+2 -0)

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

2006-12-05 Thread Chris Lattner
Changes in directory llvm/tools/llvm-as: llvm-as.cpp updated: 1.48 - 1.49 --- Log message: make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. With this change, I can now move -stats to print when llvm_shutdown is called. --- Diffs of the changes: (+2 -0)

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

2006-12-05 Thread Chris Lattner
Changes in directory llvm/tools/opt: opt.cpp updated: 1.123 - 1.124 --- Log message: make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. With this change, I can now move -stats to print when llvm_shutdown is called. --- Diffs of the changes: (+2 -0) opt.cpp |

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

2006-12-05 Thread Chris Lattner
Changes in directory llvm/tools/llvm-extract: llvm-extract.cpp updated: 1.31 - 1.32 --- Log message: make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. With this change, I can now move -stats to print when llvm_shutdown is called. --- Diffs of the changes: (+2

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

2006-12-05 Thread Chris Lattner
Changes in directory llvm/tools/lli: lli.cpp updated: 1.60 - 1.61 --- Log message: make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. With this change, I can now move -stats to print when llvm_shutdown is called. --- Diffs of the changes: (+2 -0) lli.cpp |2

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

2006-12-05 Thread Chris Lattner
Changes in directory llvm/tools/gccld: gccld.cpp updated: 1.113 - 1.114 --- Log message: make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. With this change, I can now move -stats to print when llvm_shutdown is called. --- Diffs of the changes: (+2 -0)

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

2006-12-05 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: RegAllocLinearScan.cpp updated: 1.133 - 1.134 --- Log message: eliminate fp statistic --- Diffs of the changes: (+3 -3) RegAllocLinearScan.cpp |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index:

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

2006-12-05 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Hello: Hello.cpp updated: 1.9 - 1.10 --- Log message: counter should be unsigned. --- Diffs of the changes: (+1 -1) Hello.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Transforms/Hello/Hello.cpp diff -u

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

2006-12-05 Thread Reid Spencer
Changes in directory llvm/lib/Bytecode/Writer: Writer.cpp updated: 1.133 - 1.134 --- Log message: Fix a CmpInst writing bug by removing merge cruft that I *know* I've removed before. Also, make sure we write the predicate value for Cmp instructions using instruction format 0. --- Diffs of

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

2006-12-05 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: AsmWriter.cpp updated: 1.217 - 1.218 --- Log message: wrap long lines --- Diffs of the changes: (+6 -4) AsmWriter.cpp | 10 ++ 1 files changed, 6 insertions(+), 4 deletions(-) Index: llvm/lib/VMCore/AsmWriter.cpp diff -u

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

2006-12-05 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: AsmWriter.cpp updated: 1.218 - 1.219 --- Log message: clean up some sloppy and inconsistent spacing --- Diffs of the changes: (+46 -46) AsmWriter.cpp | 92 +- 1 files changed, 46 insertions(+),

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

2006-12-05 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: AsmWriter.cpp updated: 1.219 - 1.220 --- Log message: rename createSlot - getOrCreateSlot. --- Diffs of the changes: (+19 -21) AsmWriter.cpp | 40 +++- 1 files changed, 19 insertions(+), 21 deletions(-) Index:

[llvm-commits] CVS: llvm/tools/llvm-config/Makefile

2006-12-05 Thread Chris Lattner
Changes in directory llvm/tools/llvm-config: Makefile updated: 1.17 - 1.18 --- Log message: reword message --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/tools/llvm-config/Makefile diff -u

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

2006-12-05 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: AsmWriter.cpp updated: 1.221 - 1.222 --- Log message: remove more code that was only used by the bc writer --- Diffs of the changes: (+2 -90) AsmWriter.cpp | 92 +- 1 files changed, 2

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

2006-12-05 Thread Chris Lattner
Changes in directory llvm/lib/Target/Sparc: SparcAsmPrinter.cpp updated: 1.71 - 1.72 --- Log message: These asm printers shouldn't use assembly/writer.h --- Diffs of the changes: (+1 -6) SparcAsmPrinter.cpp |7 +-- 1 files changed, 1 insertion(+), 6 deletions(-) Index:

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

2006-12-05 Thread Chris Lattner
Changes in directory llvm/lib/Target/IA64: IA64AsmPrinter.cpp updated: 1.37 - 1.38 --- Log message: These asm printers shouldn't use assembly/writer.h --- Diffs of the changes: (+3 -10) IA64AsmPrinter.cpp | 13 +++-- 1 files changed, 3 insertions(+), 10 deletions(-) Index:

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

2006-12-05 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: AsmWriter.cpp updated: 1.223 - 1.224 --- Log message: The hasSlot methods are gone. Remove the 'PrintName' argument to WriteAsOperand, as it is always true. Only call getOrCreateSlot on things that are valid. --- Diffs of the changes: (+20 -25)

[llvm-commits] CVS: llvm/lib/Analysis/AliasAnalysisCounter.cpp AliasAnalysisEvaluator.cpp CFGPrinter.cpp Trace.cpp

2006-12-05 Thread Chris Lattner
Changes in directory llvm/lib/Analysis: AliasAnalysisCounter.cpp updated: 1.16 - 1.17 AliasAnalysisEvaluator.cpp updated: 1.29 - 1.30 CFGPrinter.cpp updated: 1.19 - 1.20 Trace.cpp updated: 1.3 - 1.4 --- Log message: Remove the 'printname' argument to WriteAsOperand. It is always true, and

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

2006-12-05 Thread Chris Lattner
Changes in directory llvm/lib/Analysis/DataStructure: Printer.cpp updated: 1.88 - 1.89 --- Log message: Remove the 'printname' argument to WriteAsOperand. It is always true, and passing false would make the asmprinter fail anyway. --- Diffs of the changes: (+2 -2) Printer.cpp |4 ++--

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

2006-12-05 Thread Reid Spencer
Changes in directory llvm/docs: LangRef.html updated: 1.177 - 1.178 --- Log message: Tie the ordered/unordered predicate descriptions to their meaning wrt to QNAN values. --- Diffs of the changes: (+3 -1) LangRef.html |4 +++- 1 files changed, 3 insertions(+), 1 deletion(-) Index: