[llvm-commits] CVS: llvm/test/Regression/CodeGen/CBackend/2006-12-11-Float-Bitcast.ll

2006-12-29 Thread Reid Spencer
Changes in directory llvm/test/Regression/CodeGen/CBackend: 2006-12-11-Float-Bitcast.ll updated: 1.2 -> 1.3 --- Log message: Update tests that need to be run through llvm-upgrade. This is necessary for upcoming changes to the llvm assembly grammar. --- Diffs of the changes: (+3 -2) 2006-12

[llvm-commits] CVS: llvm/test/Regression/Analysis/BasicAA/2004-07-28-MustAliasbug.llx

2006-12-29 Thread Reid Spencer
Changes in directory llvm/test/Regression/Analysis/BasicAA: 2004-07-28-MustAliasbug.llx updated: 1.1 -> 1.2 --- Log message: Update tests that need to be run through llvm-upgrade. This is necessary for upcoming changes to the llvm assembly grammar. --- Diffs of the changes: (+1 -1) 2004-07

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

2006-12-29 Thread Reid Spencer
Changes in directory llvm/test/Regression/CodeGen/ARM: arm-asm.ll updated: 1.1 -> 1.2 --- Log message: Update tests that need to be run through llvm-upgrade. This is necessary for upcoming changes to the llvm assembly grammar. --- Diffs of the changes: (+1 -1) arm-asm.ll |2 +- 1 files

[llvm-commits] CVS: llvm/test/Regression/Transforms/SimplifyCFG/2006-12-08-Ptr-ICmp-Branch.ll

2006-12-29 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/SimplifyCFG: 2006-12-08-Ptr-ICmp-Branch.ll updated: 1.1 -> 1.2 --- Log message: Update tests that need to be run through llvm-upgrade. This is necessary for upcoming changes to the llvm assembly grammar. --- Diffs of the changes: (+1 -1)

[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/2006-12-19-IntelSyntax.ll bitcast.ll packed_struct.ll vec_ins_extract.ll x86-64-asm.ll

2006-12-29 Thread Reid Spencer
Changes in directory llvm/test/Regression/CodeGen/X86: 2006-12-19-IntelSyntax.ll updated: 1.1 -> 1.2 bitcast.ll updated: 1.1 -> 1.2 packed_struct.ll updated: 1.1 -> 1.2 vec_ins_extract.ll updated: 1.2 -> 1.3 x86-64-asm.ll updated: 1.1 -> 1.2 --- Log message: Update tests that need to be run thr

[llvm-commits] CVS: llvm/test/Regression/CodeGen/PowerPC/2006-12-07-LargeAlloca.ll

2006-12-29 Thread Reid Spencer
Changes in directory llvm/test/Regression/CodeGen/PowerPC: 2006-12-07-LargeAlloca.ll updated: 1.1 -> 1.2 --- Log message: Update tests that need to be run through llvm-upgrade. This is necessary for upcoming changes to the llvm assembly grammar. --- Diffs of the changes: (+3 -3) 2006-12-07

[llvm-commits] CVS: llvm/test/Regression/Transforms/IndVarsSimplify/2006-12-10-BitCast.ll

2006-12-29 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/IndVarsSimplify: 2006-12-10-BitCast.ll updated: 1.1 -> 1.2 --- Log message: Update tests that need to be run through llvm-upgrade. This is necessary for upcoming changes to the llvm assembly grammar. --- Diffs of the changes: (+1 -1) 200

[llvm-commits] CVS: llvm/test/Regression/Transforms/SCCP/2006-12-19-UndefBug.ll

2006-12-29 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/SCCP: 2006-12-19-UndefBug.ll updated: 1.1 -> 1.2 --- Log message: Update tests that need to be run through llvm-upgrade. This is necessary for upcoming changes to the llvm assembly grammar. --- Diffs of the changes: (+2 -1) 2006-12-19-Un

[llvm-commits] CVS: llvm/test/Regression/Transforms/ScalarRepl/2006-12-11-SROA-Crash.ll

2006-12-29 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/ScalarRepl: 2006-12-11-SROA-Crash.ll updated: 1.1 -> 1.2 --- Log message: Update tests that need to be run through llvm-upgrade. This is necessary for upcoming changes to the llvm assembly grammar. --- Diffs of the changes: (+1 -1) 2006-

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

2006-12-29 Thread Reid Spencer
Changes in directory llvm/tools/llvm-upgrade: UpgradeLexer.l updated: 1.9 -> 1.10 UpgradeParser.y updated: 1.25 -> 1.26 --- Log message: For PR950: http://llvm.org/PR950 : Fix several bugs and update for new assembly syntax. Changes made include: 1. Fixing rules for icmp/fcmp instructions to no

[llvm-commits] CVS: llvm/test/Regression/Linker/2003-01-30-LinkerRename.ll 2003-04-21-Linkage.ll 2003-04-23-LinkOnceLost.ll 2003-08-28-TypeResolvesGlobal.ll 2003-08-28-TypeResolvesGlobal2.ll 2003-08-2

2006-12-29 Thread Reid Spencer
Changes in directory llvm/test/Regression/Linker: 2003-01-30-LinkerRename.ll updated: 1.3 -> 1.4 2003-04-21-Linkage.ll updated: 1.3 -> 1.4 2003-04-23-LinkOnceLost.ll updated: 1.3 -> 1.4 2003-08-28-TypeResolvesGlobal.ll updated: 1.3 -> 1.4 2003-08-28-TypeResolvesGlobal2.ll updated: 1.3 -> 1.4 200

[llvm-commits] CVS: llvm/test/Regression/DebugInfo/funccall.ll

2006-12-29 Thread Reid Spencer
Changes in directory llvm/test/Regression/DebugInfo: funccall.ll updated: 1.1 -> 1.2 --- Log message: Update tests that need to be run through llvm-upgrade. This is necessary for upcoming changes to the llvm assembly grammar. --- Diffs of the changes: (+1 -1) funccall.ll |2 +- 1 files

[llvm-commits] CVS: llvm/test/Regression/BugPoint/crash-basictest.ll crash-narrowfunctiontest.ll misopt-basictest.ll remove_arguments_test.ll

2006-12-29 Thread Reid Spencer
Changes in directory llvm/test/Regression/BugPoint: crash-basictest.ll updated: 1.1 -> 1.2 crash-narrowfunctiontest.ll updated: 1.1 -> 1.2 misopt-basictest.ll updated: 1.3 -> 1.4 remove_arguments_test.ll updated: 1.1 -> 1.2 --- Log message: Update tests that need to be run through llvm-upgrade.

[llvm-commits] CVS: llvm/test/Regression/Transforms/InstCombine/2006-12-05-fp-to-int-ext.ll 2006-12-15-Range-Test.ll 2006-12-23-Select-Cmp-Cmp.ll shl-trunc.ll

2006-12-29 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/InstCombine: 2006-12-05-fp-to-int-ext.ll updated: 1.1 -> 1.2 2006-12-15-Range-Test.ll updated: 1.1 -> 1.2 2006-12-23-Select-Cmp-Cmp.ll updated: 1.1 -> 1.2 shl-trunc.ll updated: 1.1 -> 1.2 --- Log message: Update tests that need to be run thro

[llvm-commits] CVS: llvm/test/Regression/Assembler/2002-07-25-ParserAssertionFailure.llx 2003-12-30-TypeMapInvalidMemory.llx 2004-06-07-VerifierBug.llx 2004-09-29-VerifierIsReallySlow.llx

2006-12-29 Thread Reid Spencer
Changes in directory llvm/test/Regression/Assembler: 2002-07-25-ParserAssertionFailure.llx updated: 1.2 -> 1.3 2003-12-30-TypeMapInvalidMemory.llx updated: 1.2 -> 1.3 2004-06-07-VerifierBug.llx updated: 1.1 -> 1.2 2004-09-29-VerifierIsReallySlow.llx updated: 1.1 -> 1.2 --- Log message: Update t

[llvm-commits] CVS: llvm/lib/AsmParser/Lexer.l llvmAsmParser.y

2006-12-29 Thread Reid Spencer
Changes in directory llvm/lib/AsmParser: Lexer.l updated: 1.88 -> 1.89 llvmAsmParser.y updated: 1.291 -> 1.292 --- Log message: For PR950: http://llvm.org/PR950 : Remove all grammar conflicts from assembly parsing. This change involves: 1. Making the "type" keyword not a primitive type (remove

[llvm-commits] CVS: llvm/test/Regression/Bytecode/2006-12-11-Cast-ConstExpr.ll

2006-12-29 Thread Reid Spencer
Changes in directory llvm/test/Regression/Bytecode: 2006-12-11-Cast-ConstExpr.ll updated: 1.1 -> 1.2 --- Log message: Update tests that need to be run through llvm-upgrade. This is necessary for upcoming changes to the llvm assembly grammar. --- Diffs of the changes: (+1 -1) 2006-12-11-Cas

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

2006-12-29 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/LevelRaise: 2002-03-21-MissedRaise.ll updated: 1.8 -> 1.9 --- Log message: Update tests that need to be run through llvm-upgrade. This is necessary for upcoming changes to the llvm assembly grammar. --- Diffs of the changes: (+1 -1) 2002

[llvm-commits] CVS: llvm/test/Regression/CodeGen/Generic/2002-04-16-StackFrameSizeAlignment.ll 2006-12-16-InlineAsmCrash.ll

2006-12-29 Thread Reid Spencer
Changes in directory llvm/test/Regression/CodeGen/Generic: 2002-04-16-StackFrameSizeAlignment.ll updated: 1.2 -> 1.3 2006-12-16-InlineAsmCrash.ll updated: 1.1 -> 1.2 --- Log message: Update tests that need to be run through llvm-upgrade. This is necessary for upcoming changes to the llvm assemb

[llvm-commits] CVS: llvm/test/Regression/Transforms/ADCE/2002-07-29-Segfault.ll

2006-12-29 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/ADCE: 2002-07-29-Segfault.ll updated: 1.2 -> 1.3 --- Log message: Update tests that need to be run through llvm-upgrade. This is necessary for upcoming changes to the llvm assembly grammar. --- Diffs of the changes: (+1 -1) 2002-07-29-Se

[llvm-commits] CVS: llvm/test/Regression/Analysis/LoadVN/casts.ll

2006-12-29 Thread Reid Spencer
Changes in directory llvm/test/Regression/Analysis/LoadVN: casts.ll updated: 1.1 -> 1.2 --- Log message: Update tests that need to be run through llvm-upgrade. This is necessary for upcoming changes to the llvm assembly grammar. --- Diffs of the changes: (+2 -1) casts.ll |3 ++- 1 file

[llvm-commits] CVS: llvm/test/Feature/newcasts.ll packed_struct.ll

2006-12-29 Thread Reid Spencer
Changes in directory llvm/test/Feature: newcasts.ll updated: 1.2 -> 1.3 packed_struct.ll updated: 1.2 -> 1.3 --- Log message: Run llvm-upgrade on test to prepare for new assembly syntax. --- Diffs of the changes: (+2 -2) newcasts.ll |2 +- packed_struct.ll |2 +- 2 files chang

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

2006-12-29 Thread Reid Spencer
Changes in directory llvm/lib/VMCore: AsmWriter.cpp updated: 1.230 -> 1.231 --- Log message: For PR950: http://llvm.org/PR950 : Remove all grammar conflicts from assembly parsing. This change involves: 1. Making the "type" keyword not a primitive type (removes several reduce/reduce conflict

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

2006-12-29 Thread Rafael Espindola
Changes in directory llvm/lib/Target/ARM: ARMISelDAGToDAG.cpp updated: 1.93 -> 1.94 --- Log message: fix comment --- Diffs of the changes: (+1 -1) ARMISelDAGToDAG.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp diff -u llvm/lib

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

2006-12-29 Thread Rafael EspĂ­ndola
On 12/28/06, Lauro Ramos Venancio <[EMAIL PROTECTED]> wrote: > Log message: > > Define StaticCtorsSection and StaticDtorsSection for ARM. Nice! Could you please commit a small regression test? Thanks, Rafael ___ llvm-commits mailing list llvm-commits@c