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

2007-04-15 Thread Reid Spencer
Changes in directory llvm/lib/AsmParser: llvmAsmParser.y updated: 1.339 -> 1.340 --- Log message: For PR1328: http://llvm.org/PR1328 : Use the new parameter on Function::getIntrinsicID to identify cases where a function is being called with an "llvm." name but it isn't actually an intrinsic. In

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

2007-04-15 Thread Reid Spencer
Changes in directory llvm/utils/TableGen: IntrinsicEmitter.cpp updated: 1.30 -> 1.31 --- Log message: For PR1328: http://llvm.org/PR1328 : Don't assert everytime an intrinsic name isn't recognized. Instead, make the assert optional when callin getIntrinsicID(). This allows the assembler to hand

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

2007-04-15 Thread Reid Spencer
Changes in directory llvm/lib/VMCore: Function.cpp updated: 1.118 -> 1.119 --- Log message: For PR1328: http://llvm.org/PR1328 : Don't assert everytime an intrinsic name isn't recognized. Instead, make the assert optional when callin getIntrinsicID(). This allows the assembler to handle invalid

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

2007-04-15 Thread Reid Spencer
Changes in directory llvm/include/llvm: Function.h updated: 1.74 -> 1.75 --- Log message: For PR1328: http://llvm.org/PR1328 : Don't assert everytime an intrinsic name isn't recognized. Instead, make the assert optional when callin getIntrinsicID(). This allows the assembler to handle invalid i

[llvm-commits] CVS: llvm/test/Assembler/2007-04-15-BadIntrinsic.ll

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Assembler: 2007-04-15-BadIntrinsic.ll added (r1.1) --- Log message: Test case for PR1328: http://llvm.org/PR1328 . --- Diffs of the changes: (+9 -0) 2007-04-15-BadIntrinsic.ll |9 + 1 files changed, 9 insertions(+) Index: llvm/test/Assembler/200

[llvm-commits] CVS: llvm/test/C++Frontend/2004-09-27-CompilerCrash.cpp

2007-04-15 Thread Chris Lattner
Changes in directory llvm/test/C++Frontend: 2004-09-27-CompilerCrash.cpp updated: 1.4 -> 1.5 --- Log message: make this test more portable. --- Diffs of the changes: (+1 -6) 2004-09-27-CompilerCrash.cpp |7 +-- 1 files changed, 1 insertion(+), 6 deletions(-) Index: llvm/test/C++F

[llvm-commits] CVS: llvm/test/C++Frontend/2007-04-11-InlineStorageClassC++.cpp

2007-04-15 Thread Chris Lattner
Changes in directory llvm/test/C++Frontend: 2007-04-11-InlineStorageClassC++.cpp updated: 1.3 -> 1.4 --- Log message: fix incorrectly upgraded test --- Diffs of the changes: (+1 -2) 2007-04-11-InlineStorageClassC++.cpp |3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) Index: ll

[llvm-commits] CVS: llvm/test/CFrontend/2002-11-07-Redefinition.c

2007-04-15 Thread Chris Lattner
Changes in directory llvm/test/CFrontend: 2002-11-07-Redefinition.c (r1.3) removed --- Log message: remove a bogus test --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.ui

[llvm-commits] CVS: llvm/test/CFrontend/2003-07-22-ArrayAccessTypeSafety.c.tr

2007-04-15 Thread Chris Lattner
Changes in directory llvm/test/CFrontend: 2003-07-22-ArrayAccessTypeSafety.c.tr updated: 1.5 -> 1.6 --- Log message: update test --- Diffs of the changes: (+1 -2) 2003-07-22-ArrayAccessTypeSafety.c.tr |3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) Index: llvm/test/CFrontend/

[llvm-commits] CVS: llvm/test/CodeGen/CBackend/2005-07-14-NegationToMinusMinus.ll

2007-04-15 Thread Chris Lattner
Changes in directory llvm/test/CodeGen/CBackend: 2005-07-14-NegationToMinusMinus.ll updated: 1.4 -> 1.5 --- Log message: fix incorrectly upgraded test, add PR# --- Diffs of the changes: (+2 -3) 2005-07-14-NegationToMinusMinus.ll |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-

[llvm-commits] CVS: llvm/test/Archive/very_long_bytecode_file_name.bc

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Archive: very_long_bytecode_file_name.bc updated: 1.3 -> 1.4 --- Log message: This needs to stay in the old bytecode format. --- Diffs of the changes: (+0 -0) very_long_bytecode_file_name.bc |0 1 files changed Index: llvm/test/Archive/very_long_byteco

[llvm-commits] CVS: llvm/test/Archive/very_long_bytecode_file_name.bc ranlib_GNU.ll ranlib_MacOSX.ll ranlib_SVR4.ll ranlib_xpg4.ll

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Archive: very_long_bytecode_file_name.bc updated: 1.2 -> 1.3 ranlib_GNU.ll (r1.9) removed ranlib_MacOSX.ll (r1.6) removed ranlib_SVR4.ll (r1.9) removed ranlib_xpg4.ll (r1.9) removed --- Log message: This tests aren't particularly interesting. They are redundant wi

[llvm-commits] CVS: llvm/test/Archive/very_long_bytecode_file_name.bc

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Archive: very_long_bytecode_file_name.bc updated: 1.1 -> 1.2 --- Log message: Update for 2.0 bytecode format. --- Diffs of the changes: (+0 -0) very_long_bytecode_file_name.bc |0 1 files changed Index: llvm/test/Archive/very_long_bytecode_file_name.bc

[llvm-commits] CVS: llvm/test/CodeGen/Alpha/ctlz_e.ll

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/CodeGen/Alpha: ctlz_e.ll updated: 1.4 -> 1.5 --- Log message: Fix an intrinsic name. --- Diffs of the changes: (+2 -3) ctlz_e.ll |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) Index: llvm/test/CodeGen/Alpha/ctlz_e.ll diff -u llvm/test/CodeGe

[llvm-commits] CVS: llvm/test/CodeGen/Alpha/ctpop.ll

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/CodeGen/Alpha: ctpop.ll updated: 1.9 -> 1.10 --- Log message: For PR1336: http://llvm.org/PR1336 : Rename the intrinsic so this can be upgraded properly. It still fails with an llc warning --- Diffs of the changes: (+2 -2) ctpop.ll |4 ++-- 1 files change

[llvm-commits] CVS: llvm/test/CodeGen/CBackend/2004-02-15-PreexistingExternals.llx

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/CodeGen/CBackend: 2004-02-15-PreexistingExternals.llx updated: 1.3 -> 1.4 --- Log message: For PR1336: http://llvm.org/PR1336 : Upgrade the intrinsic to its new form. --- Diffs of the changes: (+2 -3) 2004-02-15-PreexistingExternals.llx |5 ++--- 1 files

[llvm-commits] CVS: llvm/test/CodeGen/Generic/vector-constantexpr.ll

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/CodeGen/Generic: vector-constantexpr.ll updated: 1.3 -> 1.4 --- Log message: For PR1336: http://llvm.org/PR1336 : Un-XFAIL this test now that llvm-ugprade knows how to create functions with empty names. --- Diffs of the changes: (+0 -1) vector-constantexpr.ll

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

2007-04-15 Thread Reid Spencer
Changes in directory llvm/tools/llvm-upgrade: UpgradeParser.y updated: 1.83 -> 1.84 --- Log message: For PR1336: http://llvm.org/PR1336 : Functions without names deserve to be created too. This fixes: test/CodeGen/Generic/vector-constantexpr.ll --- Diffs of the changes: (+5 -0) UpgradePars

[llvm-commits] CVS: llvm/test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Transforms/GlobalDCE: 2002-08-17-FunctionDGE.ll updated: 1.5 -> 1.6 --- Log message: For PR1336: http://llvm.org/PR1336 : Un-XFAIL this since it now passes with fix to llvm-upgrade. --- Diffs of the changes: (+0 -1) 2002-08-17-FunctionDGE.ll |1 - 1 files

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

2007-04-15 Thread Reid Spencer
Changes in directory llvm/tools/llvm-upgrade: UpgradeParser.y updated: 1.82 -> 1.83 --- Log message: For PR1336: http://llvm.org/PR1336 : When upgrading global vars, look for conflicts with functions as well. This fixes test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll --- Diffs of the chan

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

2007-04-15 Thread Reid Spencer
Changes in directory llvm/lib/Analysis: ScalarEvolution.cpp updated: 1.111 -> 1.112 --- Log message: Revert last patch. It was already fixed. --- Diffs of the changes: (+1 -6) ScalarEvolution.cpp |7 +-- 1 files changed, 1 insertion(+), 6 deletions(-) Index: llvm/lib/Analysis/Sca

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

2007-04-15 Thread Chris Lattner
> ScalarEvolution.cpp updated: 1.110 -> 1.111 > --- > Log message: > > For PR1336: http://llvm.org/PR1336 : > Fix a div-by-zero bug noticed by APInt. This fixes: > test/Transforms/IndVarsSimplify/exit_value_tests.llx Please revert this immediately. The bug was already fixed and this is not at a

[llvm-commits] CVS: llvm/test/Transforms/GlobalOpt/memset.ll

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Transforms/GlobalOpt: memset.ll updated: 1.5 -> 1.6 --- Log message: For PR1336: http://llvm.org/PR1336 : Correct this test case. It was passing a uint where a ubyte was expected. --- Diffs of the changes: (+1 -2) memset.ll |3 +-- 1 files changed, 1 inse

[llvm-commits] CVS: llvm/test/Transforms/IndVarsSimplify/exit_value_tests.llx

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Transforms/IndVarsSimplify: exit_value_tests.llx updated: 1.5 -> 1.6 --- Log message: For PR1336: http://llvm.org/PR1336 : Un-XFAIL this now that its working. --- Diffs of the changes: (+0 -1) exit_value_tests.llx |1 - 1 files changed, 1 deletion(-) In

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

2007-04-15 Thread Reid Spencer
Changes in directory llvm/lib/Analysis: ScalarEvolution.cpp updated: 1.110 -> 1.111 --- Log message: For PR1336: http://llvm.org/PR1336 : Fix a div-by-zero bug noticed by APInt. This fixes: test/Transforms/IndVarsSimplify/exit_value_tests.llx --- Diffs of the changes: (+6 -1) ScalarEvoluti

[llvm-commits] CVS: llvm/test/CFrontend/2006-01-16-BitCountIntrinsicsUnsigned.c

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/CFrontend: 2006-01-16-BitCountIntrinsicsUnsigned.c updated: 1.4 -> 1.5 --- Log message: For PR1336: http://llvm.org/PR1336 : This test was failing because of signlessness and a difference in the way the AsmWriter prints arguments. --- Diffs of the changes: (+2

[llvm-commits] CVS: llvm/test/Assembler/2002-08-19-BytecodeReader.llx 2003-08-21-ConstantExprCast-Fold.llx 2004-01-11-getelementptrfolding.llx

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Assembler: 2002-08-19-BytecodeReader.llx updated: 1.4 -> 1.5 2003-08-21-ConstantExprCast-Fold.llx updated: 1.4 -> 1.5 2004-01-11-getelementptrfolding.llx updated: 1.4 -> 1.5 --- Log message: For PR1336: http://llvm.org/PR1336 : De-XFAIL tests now passing. --- Di

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

2007-04-15 Thread Reid Spencer
Changes in directory llvm/tools/llvm-upgrade: UpgradeParser.y updated: 1.81 -> 1.82 --- Log message: For PR1336: http://llvm.org/PR1336 : Rewrite the upgrade of GEP indices to be a little less obtuse. This fixes test/Assembler/2002-08-19-BytecodeReader.llx test/Assembler/2003-08-21-ConstantExpr

Re: [llvm-commits] CVS: llvm/include/llvm/Analysis/Dominators.h PostDominators.h

2007-04-15 Thread Chris Lattner
> @@ -225,10 +225,10 @@ >void Compress(BasicBlock *V, InfoRec &VInfo); >BasicBlock *Eval(BasicBlock *v); >void Link(BasicBlock *V, BasicBlock *W, InfoRec &WInfo); > - inline BasicBlock *getIDom(BasicBlock *BB) const { > - std::map::const_iterator I = > IDoms.find(BB); > -

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

2007-04-15 Thread Owen Anderson
Changes in directory llvm/lib/VMCore: Dominators.cpp updated: 1.95 -> 1.96 --- Log message: Tabs -> Spaces --- Diffs of the changes: (+7 -7) Dominators.cpp | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) Index: llvm/lib/VMCore/Dominators.cpp diff -u llvm/lib/VMCor

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

2007-04-15 Thread Owen Anderson
Changes in directory llvm/lib/Analysis: PostDominators.cpp updated: 1.64 -> 1.65 --- Log message: Tabs -> Spaces --- Diffs of the changes: (+3 -3) PostDominators.cpp |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/lib/Analysis/PostDominators.cpp diff -u llvm/l

[llvm-commits] CVS: llvm/include/llvm/Analysis/Dominators.h PostDominators.h

2007-04-15 Thread Owen Anderson
Changes in directory llvm/include/llvm/Analysis: Dominators.h updated: 1.71 -> 1.72 PostDominators.h updated: 1.16 -> 1.17 --- Log message: Tabs -> Spaces --- Diffs of the changes: (+12 -12) Dominators.h | 12 ++-- PostDominators.h | 12 ++-- 2 files changed, 12 ins

[llvm-commits] CVS: llvm/test/C++Frontend/2004-09-27-CompilerCrash.cpp 2007-04-11-InlineStorageClassC++.cpp

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/C++Frontend: 2004-09-27-CompilerCrash.cpp updated: 1.3 -> 1.4 2007-04-11-InlineStorageClassC++.cpp updated: 1.2 -> 1.3 --- Log message: For PR1336: http://llvm.org/PR1336 : XFAIL tests covered by the PR. These will be un-XFAILed as they are fixed. --- Diffs of t

[llvm-commits] CVS: llvm/test/Transforms/IndVarsSimplify/exit_value_tests.llx

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Transforms/IndVarsSimplify: exit_value_tests.llx updated: 1.4 -> 1.5 --- Log message: For PR1336: http://llvm.org/PR1336 : XFAIL tests covered by the PR. These will be un-XFAILed as they are fixed. --- Diffs of the changes: (+1 -0) exit_value_tests.llx |1

[llvm-commits] CVS: llvm/test/CodeGen/Alpha/cmov.ll ctlz.ll ctlz_e.ll ctpop.ll

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/CodeGen/Alpha: cmov.ll updated: 1.3 -> 1.4 ctlz.ll updated: 1.7 -> 1.8 ctlz_e.ll updated: 1.3 -> 1.4 ctpop.ll updated: 1.8 -> 1.9 --- Log message: For PR1336: http://llvm.org/PR1336 : XFAIL tests covered by the PR. These will be un-XFAILed as they are fixed. ---

[llvm-commits] CVS: llvm/test/Assembler/2002-08-19-BytecodeReader.llx 2003-08-21-ConstantExprCast-Fold.llx 2004-01-11-getelementptrfolding.llx

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Assembler: 2002-08-19-BytecodeReader.llx updated: 1.3 -> 1.4 2003-08-21-ConstantExprCast-Fold.llx updated: 1.3 -> 1.4 2004-01-11-getelementptrfolding.llx updated: 1.3 -> 1.4 --- Log message: For PR1336: http://llvm.org/PR1336 : XFAIL tests covered by the PR. These

[llvm-commits] CVS: llvm/test/CodeGen/ARM/align.ll hello.ll

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/CodeGen/ARM: align.ll updated: 1.3 -> 1.4 hello.ll updated: 1.5 -> 1.6 --- Log message: For PR1336: http://llvm.org/PR1336 : XFAIL tests covered by the PR. These will be un-XFAILed as they are fixed. --- Diffs of the changes: (+2 -0) align.ll |1 + hello.

[llvm-commits] CVS: llvm/test/CodeGen/CBackend/2004-02-15-PreexistingExternals.llx 2005-07-14-NegationToMinusMinus.ll

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/CodeGen/CBackend: 2004-02-15-PreexistingExternals.llx updated: 1.2 -> 1.3 2005-07-14-NegationToMinusMinus.ll updated: 1.3 -> 1.4 --- Log message: For PR1336: http://llvm.org/PR1336 : XFAIL tests covered by the PR. These will be un-XFAILed as they are fixed. ---

[llvm-commits] CVS: llvm/test/CodeGen/Generic/vector-constantexpr.ll

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/CodeGen/Generic: vector-constantexpr.ll updated: 1.2 -> 1.3 --- Log message: For PR1336: http://llvm.org/PR1336 : XFAIL tests covered by the PR. These will be un-XFAILed as they are fixed. --- Diffs of the changes: (+1 -0) vector-constantexpr.ll |1 + 1 f

[llvm-commits] CVS: llvm/test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Transforms/GlobalDCE: 2002-08-17-FunctionDGE.ll updated: 1.4 -> 1.5 --- Log message: For PR1336: http://llvm.org/PR1336 : XFAIL tests covered by the PR. These will be un-XFAILed as they are fixed. --- Diffs of the changes: (+1 -0) 2002-08-17-FunctionDGE.ll |

[llvm-commits] CVS: llvm/test/CFrontend/2002-11-07-Redefinition.c 2003-07-22-ArrayAccessTypeSafety.c.tr 2006-01-16-BitCountIntrinsicsUnsigned.c

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/CFrontend: 2002-11-07-Redefinition.c updated: 1.2 -> 1.3 2003-07-22-ArrayAccessTypeSafety.c.tr updated: 1.4 -> 1.5 2006-01-16-BitCountIntrinsicsUnsigned.c updated: 1.3 -> 1.4 --- Log message: For PR1336: http://llvm.org/PR1336 : XFAIL tests covered by the PR. Thes

[llvm-commits] CVS: llvm/test/Archive/ranlib_GNU.ll ranlib_MacOSX.ll ranlib_SVR4.ll ranlib_xpg4.ll

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Archive: ranlib_GNU.ll updated: 1.8 -> 1.9 ranlib_MacOSX.ll updated: 1.5 -> 1.6 ranlib_SVR4.ll updated: 1.8 -> 1.9 ranlib_xpg4.ll updated: 1.8 -> 1.9 --- Log message: For PR1336: http://llvm.org/PR1336 : XFAIL tests covered by the PR. These will be un-XFAILed as t

[llvm-commits] CVS: llvm/test/CodeGen/X86/2004-02-14-InefficientStackPointer.llx fp-stack-ret.ll fp_constant_op.llx fp_load_fold.llx sse-fcopysign.ll sse-load-ret.ll vec_call.ll

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/CodeGen/X86: 2004-02-14-InefficientStackPointer.llx updated: 1.2 -> 1.3 fp-stack-ret.ll updated: 1.2 -> 1.3 fp_constant_op.llx updated: 1.4 -> 1.5 fp_load_fold.llx updated: 1.4 -> 1.5 sse-fcopysign.ll updated: 1.5 -> 1.6 sse-load-ret.ll updated: 1.2 -> 1.3 vec_call

[llvm-commits] CVS: llvm/test/Transforms/GlobalOpt/memset.ll

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Transforms/GlobalOpt: memset.ll updated: 1.4 -> 1.5 --- Log message: For PR1336: http://llvm.org/PR1336 : XFAIL tests covered by the PR. These will be un-XFAILed as they are fixed. --- Diffs of the changes: (+1 -0) memset.ll |1 + 1 files changed, 1 inser

[llvm-commits] CVS: llvm/test/DebugInfo/2006-11-06-StackTrace.cpp 2006-11-20-GlobalSymbols.cpp 2006-11-30-NoCompileUnit.cpp 2006-11-30-Pubnames.cpp dg.exp

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/DebugInfo: 2006-11-06-StackTrace.cpp updated: 1.10 -> 1.11 2006-11-20-GlobalSymbols.cpp updated: 1.1 -> 1.2 2006-11-30-NoCompileUnit.cpp updated: 1.2 -> 1.3 2006-11-30-Pubnames.cpp updated: 1.5 -> 1.6 dg.exp updated: 1.2 -> 1.3 --- Log message: For PR1319: http://

[llvm-commits] CVS: llvm/test/Archive/dg.exp

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Archive: dg.exp updated: 1.4 -> 1.5 --- Log message: For PR1319: http://llvm.org/PR1319 : Upgrade to new test harness. --- Diffs of the changes: (+2 -2) dg.exp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/test/Archive/dg.exp diff

[llvm-commits] CVS: llvm/test/CodeGen/X86/2003-11-03-GlobalBool.llx 2004-02-13-FrameReturnAddress.llx 2004-03-30-Select-Max.llx 2004-04-09-SameValueCoalescing.llx 2006-01-19-ISelFoldingBug.ll 2006-04-

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/CodeGen/X86: 2003-11-03-GlobalBool.llx updated: 1.2 -> 1.3 2004-02-13-FrameReturnAddress.llx updated: 1.4 -> 1.5 2004-03-30-Select-Max.llx updated: 1.2 -> 1.3 2004-04-09-SameValueCoalescing.llx updated: 1.3 -> 1.4 2006-01-19-ISelFoldingBug.ll updated: 1.2 -> 1.3 20

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

2007-04-15 Thread Chris Lattner
> > -unsigned ImmediateDominators::DFSPass(BasicBlock *V, InfoRec &VInfo, > +unsigned DominatorTree::DFSPass(BasicBlock *V, InfoRec &VInfo, >unsigned N) { Plz indent 'unsigned N' right. > +void DominatorTree::calculate(Function& F) { > + BasicBlock* Root

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

2007-04-15 Thread Chris Lattner
> -unsigned ImmediatePostDominators::DFSPass(BasicBlock *V, InfoRec > &VInfo, > +unsigned PostDominatorTree::DFSPass(BasicBlock *V, InfoRec &VInfo, >unsigned N) { Plz fix the indentation of the 'unsigned N'. > >// If we are unreachable, we may not

Re: [llvm-commits] CVS: llvm/include/llvm/Analysis/Dominators.h PostDominators.h

2007-04-15 Thread Chris Lattner
> Remove ImmediateDominator analysis. The same information can be > obtained from DomTree. A lot of code for > constructing ImmediateDominator is now folded into DomTree > construction. > > This is part of the ongoing work for PR217: http://llvm.org/PR217 . Woot. > + > + struct InfoRec {

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

2007-04-15 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Utils: InlineFunction.cpp updated: 1.55 -> 1.56 --- Log message: Fix PR1335: http://llvm.org/PR1335 and Transforms/Inline/2007-04-15-InlineEH.ll --- Diffs of the changes: (+5 -4) InlineFunction.cpp |9 + 1 files changed, 5 insertions(+)

[llvm-commits] CVS: llvm/test/Transforms/Inline/2007-04-15-InlineEH.ll

2007-04-15 Thread Chris Lattner
Changes in directory llvm/test/Transforms/Inline: 2007-04-15-InlineEH.ll added (r1.1) --- Log message: testcase for PR1335: http://llvm.org/PR1335 --- Diffs of the changes: (+49 -0) 2007-04-15-InlineEH.ll | 49 + 1 files changed, 49 insert

[llvm-commits] CVS: llvm/test/CodeGen/X86/2005-08-30-RegAllocAliasProblem.ll

2007-04-15 Thread Chris Lattner
Changes in directory llvm/test/CodeGen/X86: 2005-08-30-RegAllocAliasProblem.ll (r1.3) removed --- Log message: this test isn't testing what it thought it was --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing list llvm-

Re: [llvm-commits] CVS: llvm/test/lib/llvm.exp

2007-04-15 Thread Chris Lattner
On Apr 15, 2007, at 1:44 PM, Reid Spencer wrote: > Two changes: > 1. Don't bother truncating reading of the file. It doesn't save > that much >time and we should support putting RUN lines anywhere in the > file. For >example, someone might want to put the grep match before each > fu

[llvm-commits] CVS: llvm/test/CodeGen/SPARC/dg.exp

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/CodeGen/SPARC: dg.exp updated: 1.3 -> 1.4 --- Log message: For PR1319: http://llvm.org/PR1319 : Upgrade to new test harness. --- Diffs of the changes: (+2 -2) dg.exp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/test/CodeGen/SPARC

Re: [llvm-commits] CVS: llvm/test/lib/llvm.exp

2007-04-15 Thread Chris Lattner
> > That doesn't save you the I/O. Have you timed how long it takes to grep through a 1M file? >>> >>> I'm not claiming this is a huge performance win :) >> >> Then why bother? > > Because its a small performance win on the huge files. Enough to be worthwhile? We don't want huge

[llvm-commits] CVS: llvm/test/CodeGen/PowerPC/2005-09-02-LegalizeDuplicatesCalls.ll 2006-01-11-darwin-fp-argument.ll 2006-04-05-splat-ish.ll 2006-10-11-combiner-aa-regression.ll 2007-02-16-AlignPacked

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/CodeGen/PowerPC: 2005-09-02-LegalizeDuplicatesCalls.ll updated: 1.3 -> 1.4 2006-01-11-darwin-fp-argument.ll updated: 1.2 -> 1.3 2006-04-05-splat-ish.ll updated: 1.3 -> 1.4 2006-10-11-combiner-aa-regression.ll updated: 1.3 -> 1.4 2007-02-16-AlignPacked.ll updated: 1

[llvm-commits] CVS: llvm/test/CodeGen/IA64/2005-10-29-shladd.ll dg.exp

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/CodeGen/IA64: 2005-10-29-shladd.ll updated: 1.2 -> 1.3 dg.exp updated: 1.3 -> 1.4 --- Log message: For PR1319: http://llvm.org/PR1319 : Upgrade to new test harness. --- Diffs of the changes: (+3 -3) 2005-10-29-shladd.ll |2 +- dg.exp |4 +

[llvm-commits] CVS: llvm/test/CodeGen/Generic/2007-02-16-BranchFold.ll 2007-02-23-DAGCombine-Miscompile.ll addc-fold2.ll dg.exp ispositive.ll phi-immediate-factoring.ll switch-crit-edge-constant.ll

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/CodeGen/Generic: 2007-02-16-BranchFold.ll updated: 1.4 -> 1.5 2007-02-23-DAGCombine-Miscompile.ll updated: 1.1 -> 1.2 addc-fold2.ll updated: 1.1 -> 1.2 dg.exp updated: 1.4 -> 1.5 ispositive.ll updated: 1.4 -> 1.5 phi-immediate-factoring.ll updated: 1.1 -> 1.2 switc

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

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/CodeGen/ARM: long.ll updated: 1.14 -> 1.15 --- Log message: For PR1319: http://llvm.org/PR1319 : Upgrade to new test harness. --- Diffs of the changes: (+1 -0) long.ll |1 + 1 files changed, 1 insertion(+) Index: llvm/test/CodeGen/ARM/long.ll diff -u llv

[llvm-commits] CVS: llvm/test/lib/llvm.exp

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/lib: llvm.exp updated: 1.12 -> 1.13 --- Log message: Two changes: 1. Don't bother truncating reading of the file. It doesn't save that much time and we should support putting RUN lines anywhere in the file. For example, someone might want to put the grep mat

[llvm-commits] CVS: llvm/test/lib/llvm.exp

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/lib: llvm.exp updated: 1.11 -> 1.12 --- Log message: Some tests have really long RUN line sets. Read the first 4096 bytes instead of 1024. --- Diffs of the changes: (+1 -1) llvm.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/

Re: [llvm-commits] CVS: llvm/test/lib/llvm.exp

2007-04-15 Thread Reid Spencer
On Sun, 2007-04-15 at 12:37 -0700, Chris Lattner wrote: > On Apr 15, 2007, at 11:37 AM, Reid Spencer wrote: > > > If this is such a big deal, why not run command line 'grep RUN:' > over > the file first, and have tcl process the output of that? > >>> > >>> That doesn't save y

Re: [llvm-commits] CVS: llvm/test/lib/llvm.exp

2007-04-15 Thread Reid Spencer
On Sun, 2007-04-15 at 16:55 -0300, Lauro Ramos Venancio wrote: > I will investigate tomorrow, but I think the CodeGen/ARM/long.ll test > is failing because its header has more than 1024 bytes. > Yup, fixed. > Lauro > > 2007/4/15, Chris Lattner <[EMAIL PROTECTED]>: > > > > On Apr 15, 2007, at 11

[llvm-commits] CVS: llvm/test/CFrontend/2003-07-22-ArrayAccessTypeSafety.c.tr 2003-08-06-BuiltinSetjmpLongjmp.c.tr 2004-02-13-BuiltinFrameReturnAddress.c.tr 2004-11-27-InvalidConstantExpr.c 2004-11-27

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/CFrontend: 2003-07-22-ArrayAccessTypeSafety.c.tr updated: 1.3 -> 1.4 2003-08-06-BuiltinSetjmpLongjmp.c.tr updated: 1.2 -> 1.3 2004-02-13-BuiltinFrameReturnAddress.c.tr updated: 1.1 -> 1.2 2004-11-27-InvalidConstantExpr.c updated: 1.1 -> 1.2 2004-11-27-StaticFunctio

Re: [llvm-commits] CVS: llvm/test/lib/llvm.exp

2007-04-15 Thread Lauro Ramos Venancio
I will investigate tomorrow, but I think the CodeGen/ARM/long.ll test is failing because its header has more than 1024 bytes. Lauro 2007/4/15, Chris Lattner <[EMAIL PROTECTED]>: > > On Apr 15, 2007, at 11:37 AM, Reid Spencer wrote: > > > If this is such a big deal, why not run command l

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

2007-04-15 Thread Chris Lattner
Changes in directory llvm/lib/Analysis: ScalarEvolution.cpp updated: 1.109 -> 1.110 --- Log message: Fix a nasty bug introduced when apint'ified. This fixes Transforms/IndVarsSimplify/exit_value_tests.llx --- Diffs of the changes: (+4 -4) ScalarEvolution.cpp |8 1 files chang

Re: [llvm-commits] PR1319 and current state of dejagnu tests

2007-04-15 Thread Chris Lattner
On Apr 15, 2007, at 3:44 AM, Reid Spencer wrote: > I have converted most of the test directories. The ones that remain > are > ones that use the %llvmgcc and %llvmgxx variables. These aren't > working > because they set the path at the start. I need to find a workaround > for > that hack.

Re: [llvm-commits] CVS: llvm/test/lib/llvm.exp

2007-04-15 Thread Chris Lattner
On Apr 15, 2007, at 11:37 AM, Reid Spencer wrote: If this is such a big deal, why not run command line 'grep RUN:' over the file first, and have tcl process the output of that? >>> >>> That doesn't save you the I/O. >> >> Have you timed how long it takes to grep through a 1M

[llvm-commits] CVS: llvm/test/CodeGen/Generic/GC/dg.exp

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/CodeGen/Generic/GC: dg.exp updated: 1.3 -> 1.4 --- Log message: For PR1319: http://llvm.org/PR1319 : Upgrade to new test harness. --- Diffs of the changes: (+2 -2) dg.exp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/test/CodeGen/

[llvm-commits] CVS: llvm/test/CodeGen/CBackend/2007-01-06-Signless.c

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/CodeGen/CBackend: 2007-01-06-Signless.c updated: 1.1 -> 1.2 --- Log message: Make this test work. --- Diffs of the changes: (+1 -1) 2007-01-06-Signless.c |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/CodeGen/CBackend/2007-01-06-

[llvm-commits] CVS: llvm/test/Makefile

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test: Makefile updated: 1.98 -> 1.99 --- Log message: We don't need the path to be set for llvmgcc/llvmgxx any more. --- Diffs of the changes: (+2 -2) Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/test/Makefile diff -u llvm/t

[llvm-commits] CVS: llvm/test/CodeGen/CBackend/2005-07-14-NegationToMinusMinus.ll 2005-09-27-VolatileFuncPtr.ll 2006-12-11-Float-Bitcast.ll 2007-01-08-ParamAttr-ICmp.ll 2007-01-15-NamedArrayType.ll 20

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/CodeGen/CBackend: 2005-07-14-NegationToMinusMinus.ll updated: 1.2 -> 1.3 2005-09-27-VolatileFuncPtr.ll updated: 1.2 -> 1.3 2006-12-11-Float-Bitcast.ll updated: 1.3 -> 1.4 2007-01-08-ParamAttr-ICmp.ll updated: 1.5 -> 1.6 2007-01-15-NamedArrayType.ll updated: 1.1 ->

[llvm-commits] ARM Regressions

2007-04-15 Thread Reid Spencer
Lauro, Fixing the DejaGnu tester turned up three regressions in the ARM tests: Running /proj/llvm/llvm-2/test/CodeGen/ARM/dg.exp ... FAIL: /proj/llvm/llvm-2/test/CodeGen/ARM/align.ll: exit(1) at line 2 while running: llvm-upgrade < /proj/llvm/llvm-2/test/CodeGen/ARM/align.ll | llvm-as | llc -mtri

[llvm-commits] CVS: llvm/test/CodeGen/ARM/2007-03-06-AddR7.ll 2007-03-15-GEP-Idx-Sink.ll align.ll arm-negative-stride.ll call.ll ctors_dtors.ll dg.exp fp.ll large-stack.ll ldr.ll ldr_post.ll load-glob

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/CodeGen/ARM: 2007-03-06-AddR7.ll updated: 1.2 -> 1.3 2007-03-15-GEP-Idx-Sink.ll updated: 1.3 -> 1.4 align.ll updated: 1.2 -> 1.3 arm-negative-stride.ll updated: 1.2 -> 1.3 call.ll updated: 1.6 -> 1.7 ctors_dtors.ll updated: 1.3 -> 1.4 dg.exp updated: 1.2 -> 1.3 fp.

[llvm-commits] CVS: llvm/test/CodeGen/Alpha/add.ll bic.ll bsr.ll ctlz.ll ctlz_e.ll ctpop.ll dg.exp eqv.ll i32_sub_1.ll jmp_table.ll mul5.ll neg1.ll not.ll ornot.ll srl_and.ll zapnot.ll zapnot2.ll

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/CodeGen/Alpha: add.ll updated: 1.8 -> 1.9 bic.ll updated: 1.3 -> 1.4 bsr.ll updated: 1.4 -> 1.5 ctlz.ll updated: 1.6 -> 1.7 ctlz_e.ll updated: 1.2 -> 1.3 ctpop.ll updated: 1.7 -> 1.8 dg.exp updated: 1.3 -> 1.4 eqv.ll updated: 1.3 -> 1.4 i32_sub_1.ll updated: 1.6 ->

[llvm-commits] CVS: llvm/test/lib/llvm.exp

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/lib: llvm.exp updated: 1.10 -> 1.11 --- Log message: Allow lines that have \ and end in \ to be recognized as ending in \ --- Diffs of the changes: (+1 -1) llvm.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/lib/llvm.exp diff

Re: [llvm-commits] CVS: llvm/test/lib/llvm.exp

2007-04-15 Thread Reid Spencer
On Sun, 2007-04-15 at 11:18 -0700, Chris Lattner wrote: > On Apr 15, 2007, at 11:13 AM, Reid Spencer wrote: > > > On Sun, 2007-04-15 at 11:04 -0700, Chris Lattner wrote: > >>> 1. Only read the first 1024 bytes of the file. The RUN: lines > >>> should all be > >>>within that amount of space. T

Re: [llvm-commits] CVS: llvm/test/lib/llvm.exp

2007-04-15 Thread Chris Lattner
On Apr 15, 2007, at 11:13 AM, Reid Spencer wrote: > On Sun, 2007-04-15 at 11:04 -0700, Chris Lattner wrote: >>> 1. Only read the first 1024 bytes of the file. The RUN: lines >>> should all be >>>within that amount of space. This keeps I/O costs down when >>> reading >>>very large files.

Re: [llvm-commits] CVS: llvm/test/lib/llvm.exp

2007-04-15 Thread Reid Spencer
On Sun, 2007-04-15 at 11:04 -0700, Chris Lattner wrote: > > 1. Only read the first 1024 bytes of the file. The RUN: lines > > should all be > >within that amount of space. This keeps I/O costs down when > > reading > >very large files. > > If this is such a big deal, why not run comma

[llvm-commits] CVS: llvm/test/Linker/2002-07-17-LinkTest2.ll 2003-01-30-LinkerRename.ll 2003-01-30-LinkerTypeRename.ll 2003-04-21-Linkage.ll 2003-04-23-LinkOnceLost.ll 2003-04-26-NullPtrLinkProblem.ll

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Linker: 2002-07-17-LinkTest2.ll updated: 1.5 -> 1.6 2003-01-30-LinkerRename.ll updated: 1.5 -> 1.6 2003-01-30-LinkerTypeRename.ll updated: 1.4 -> 1.5 2003-04-21-Linkage.ll updated: 1.4 -> 1.5 2003-04-23-LinkOnceLost.ll updated: 1.4 -> 1.5 2003-04-26-NullPtrLinkProb

Re: [llvm-commits] CVS: llvm/test/lib/llvm.exp

2007-04-15 Thread Chris Lattner
> 1. Only read the first 1024 bytes of the file. The RUN: lines > should all be >within that amount of space. This keeps I/O costs down when > reading >very large files. If this is such a big deal, why not run command line 'grep RUN:' over the file first, and have tcl process the ou

[llvm-commits] CVS: llvm/test/Analysis/Dominators/2007-01-14-BreakCritEdges.ll

2007-04-15 Thread Nick Lewycky
Changes in directory llvm/test/Analysis/Dominators: 2007-01-14-BreakCritEdges.ll updated: 1.6 -> 1.7 --- Log message: Fix this test to test what it was intended to test. --- Diffs of the changes: (+1 -1) 2007-01-14-BreakCritEdges.ll |2 +- 1 files changed, 1 insertion(+), 1 deletion(-)

[llvm-commits] PR1319 and current state of dejagnu tests

2007-04-15 Thread Reid Spencer
I have converted most of the test directories. The ones that remain are ones that use the %llvmgcc and %llvmgxx variables. These aren't working because they set the path at the start. I need to find a workaround for that hack. So, the current head yields: === Summary === # of e

[llvm-commits] CVS: llvm/test/lib/llvm.exp

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/lib: llvm.exp updated: 1.9 -> 1.10 --- Log message: Two improvements: 1. Only read the first 1024 bytes of the file. The RUN: lines should all be within that amount of space. This keeps I/O costs down when reading very large files. 2. Print PR numbers with

[llvm-commits] CVS: llvm/test/Verifier/2006-10-15-AddrLabel.ll dg.exp

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Verifier: 2006-10-15-AddrLabel.ll updated: 1.3 -> 1.4 dg.exp updated: 1.4 -> 1.5 --- Log message: For PR1319: http://llvm.org/PR1319 : Upgrade to new test harness --- Diffs of the changes: (+4 -5) 2006-10-15-AddrLabel.ll |5 ++--- dg.exp |

[llvm-commits] CVS: llvm/test/TableGen/Include.td LazyChange.td MultiClass.td dg.exp

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/TableGen: Include.td updated: 1.3 -> 1.4 LazyChange.td updated: 1.1 -> 1.2 MultiClass.td updated: 1.3 -> 1.4 dg.exp updated: 1.5 -> 1.6 --- Log message: For PR1319: http://llvm.org/PR1319 : Upgrade to new test harness --- Diffs of the changes: (+5 -6) Include.

[llvm-commits] CVS: llvm/test/Other/2003-02-19-LoopInfoNestingBug.ll dg.exp

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Other: 2003-02-19-LoopInfoNestingBug.ll updated: 1.5 -> 1.6 dg.exp updated: 1.4 -> 1.5 --- Log message: For PR1319: http://llvm.org/PR1319 : Upgrade to new test harness --- Diffs of the changes: (+4 -3) 2003-02-19-LoopInfoNestingBug.ll |3 ++- dg.exp

[llvm-commits] CVS: llvm/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll dg.exp

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/ExecutionEngine: 2004-12-04-LazyCompileFuncs.ll updated: 1.4 -> 1.5 dg.exp updated: 1.4 -> 1.5 --- Log message: For PR1319: http://llvm.org/PR1319 : Upgrade to new test harness --- Diffs of the changes: (+4 -4) 2004-12-04-LazyCompileFuncs.ll |4 ++-- dg.ex

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

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Bytecode: 2006-12-11-Cast-ConstExpr.ll updated: 1.2 -> 1.3 dg.exp updated: 1.4 -> 1.5 --- Log message: For PR1319: http://llvm.org/PR1319 : Upgrade to new test harness --- Diffs of the changes: (+5 -3) 2006-12-11-Cast-ConstExpr.ll |4 +++- dg.exp

[llvm-commits] CVS: llvm/test/BugPoint/dg.exp

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/BugPoint: dg.exp updated: 1.5 -> 1.6 --- Log message: For PR1319: http://llvm.org/PR1319 : Update to new Tcl exec based test harness. --- Diffs of the changes: (+2 -2) dg.exp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/test/Bug

[llvm-commits] CVS: llvm/test/Assembler/2002-04-07-HexFloatConstants.llx 2002-04-29-NameBinding.llx 2002-07-08-HugePerformanceProblem.llx 2003-11-12-ConstantExprCast.llx 2004-01-11-getelementptrfoldin

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Assembler: 2002-04-07-HexFloatConstants.llx updated: 1.5 -> 1.6 2002-04-29-NameBinding.llx updated: 1.5 -> 1.6 2002-07-08-HugePerformanceProblem.llx updated: 1.5 -> 1.6 2003-11-12-ConstantExprCast.llx updated: 1.4 -> 1.5 2004-01-11-getelementptrfolding.llx updated:

[llvm-commits] CVS: llvm/test/Analysis/GlobalsModRef/dg.exp indirect-global.ll

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Analysis/GlobalsModRef: dg.exp updated: 1.4 -> 1.5 indirect-global.ll updated: 1.3 -> 1.4 --- Log message: For PR1319: http://llvm.org/PR1319 : Upgrade to use new Tcl exec based test harness. --- Diffs of the changes: (+4 -3) dg.exp |4 ++-- i

[llvm-commits] CVS: llvm/test/Analysis/LoopInfo/dg.exp

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Analysis/LoopInfo: dg.exp updated: 1.4 -> 1.5 --- Log message: For PR1319: http://llvm.org/PR1319 : Upgrade to use new Tcl exec based test harness. --- Diffs of the changes: (+2 -2) dg.exp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index:

[llvm-commits] CVS: llvm/test/Analysis/ScalarEvolution/dg.exp trip-count.ll

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Analysis/ScalarEvolution: dg.exp updated: 1.2 -> 1.3 trip-count.ll updated: 1.4 -> 1.5 --- Log message: For PR1319: http://llvm.org/PR1319 : Upgrade to use new Tcl exec based test harness. --- Diffs of the changes: (+4 -4) dg.exp|4 ++-- trip-coun

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

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Analysis/LoadVN: casts.ll updated: 1.3 -> 1.4 dg.exp updated: 1.4 -> 1.5 --- Log message: For PR1319: http://llvm.org/PR1319 : Upgrade to use new Tcl exec based test harness. --- Diffs of the changes: (+3 -3) casts.ll |2 +- dg.exp |4 ++-- 2 files

[llvm-commits] CVS: llvm/test/Analysis/Dominators/2006-09-26-PostDominanceFrontier.ll 2006-10-02-BreakCritEdges.ll dg.exp

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Analysis/Dominators: 2006-09-26-PostDominanceFrontier.ll updated: 1.2 -> 1.3 2006-10-02-BreakCritEdges.ll updated: 1.2 -> 1.3 dg.exp updated: 1.4 -> 1.5 --- Log message: For PR1319: http://llvm.org/PR1319 : Upgrade to use new Tcl exec based test harness. --- Dif

[llvm-commits] CVS: llvm/test/Transforms/RaiseAllocations/dg.exp

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Transforms/RaiseAllocations: dg.exp updated: 1.4 -> 1.5 --- Log message: For PR1319: http://llvm.org/PR1319 : Upgrade to use new Tcl exec based test harness. This exposes 3 bugs that were previously not being reported: test/Transforms/GlobalDCE/2002-08-17-Function

[llvm-commits] CVS: llvm/test/Transforms/Reassociate/2005-09-01-ArrayOutOfBounds.ll dg.exp mul-neg-add.ll shifttest.ll

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Transforms/Reassociate: 2005-09-01-ArrayOutOfBounds.ll updated: 1.3 -> 1.4 dg.exp updated: 1.4 -> 1.5 mul-neg-add.ll updated: 1.2 -> 1.3 shifttest.ll updated: 1.4 -> 1.5 --- Log message: For PR1319: http://llvm.org/PR1319 : Upgrade to use new Tcl exec based test h

[llvm-commits] CVS: llvm/test/Transforms/PruneEH/dg.exp simplenoreturntest.ll

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Transforms/PruneEH: dg.exp updated: 1.4 -> 1.5 simplenoreturntest.ll updated: 1.2 -> 1.3 --- Log message: For PR1319: http://llvm.org/PR1319 : Upgrade to use new Tcl exec based test harness. This exposes 3 bugs that were previously not being reported: test/Transfo

  1   2   >