[llvm-commits] CVS: llvm/test/Transforms/InstCombine/apint-binop-cast.ll

2007-04-15 Thread LLVM
Changes in directory llvm/test/Transforms/InstCombine: apint-binop-cast.ll (r1.3) removed --- Log message: This test case is incorrect. Remove it. --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing list [EMAIL

[llvm-commits] CVS: llvm/Makefile

2007-04-15 Thread Reid Spencer
Changes in directory llvm: Makefile updated: 1.71 - 1.72 --- Log message: Add a new testing target: check-one. It is used like this: make check-one TESTONE=test/path/to/test.ll This runs a single check in exactly the same way that dejagnu runs it. --- Diffs of the changes: (+3 -0)

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

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test: Makefile updated: 1.96 - 1.97 --- Log message: Add a new testing target: check-one. It is used like this: make check-one TESTONE=test/path/to/test.ll This runs a single check in exactly the same way that dejagnu runs it. --- Diffs of the changes: (+19 -0)

[llvm-commits] CVS: llvm/Makefile

2007-04-15 Thread Reid Spencer
Changes in directory llvm: Makefile updated: 1.72 - 1.73 --- Log message: Echo command lines only if the user wants them. --- Diffs of the changes: (+2 -2) Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/Makefile diff -u llvm/Makefile:1.72

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

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test: Makefile updated: 1.97 - 1.98 --- Log message: Echo command lines only if the user wants them. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Makefile diff -u llvm/test/Makefile:1.97

[llvm-commits] CVS: llvm/test/TestRunner.sh

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test: TestRunner.sh updated: 1.15 - 1.16 --- Log message: Reimplement in terms of the support for this feature in the makefiles with the check-one target. This was necessitated by the change in the test harness to fully use Tcl's exec function and avoid shell scripts

[llvm-commits] CVS: llvm/test/TestRunner.sh

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test: TestRunner.sh updated: 1.16 - 1.17 --- Log message: Make it possible to run this from within subdirectories of llvm/test --- Diffs of the changes: (+18 -1) TestRunner.sh | 19 ++- 1 files changed, 18 insertions(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/test/Transforms/ArgumentPromotion/control-flow.ll control-flow2.ll dg.exp

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Transforms/ArgumentPromotion: control-flow.ll updated: 1.2 - 1.3 control-flow2.ll updated: 1.3 - 1.4 dg.exp updated: 1.4 - 1.5 --- Log message: PR1319: http://llvm.org/PR1319 : Upgrade tests to new Tcl exec based test harness requirements. --- Diffs of the

[llvm-commits] CVS: llvm/test/Transforms/TailCallElim/move_alloca_for_tail_call.ll

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Transforms/TailCallElim: move_alloca_for_tail_call.ll updated: 1.5 - 1.6 --- Log message: Use %prcontext, $prcontext is not resolving for some reason. --- Diffs of the changes: (+1 -1) move_alloca_for_tail_call.ll |2 +- 1 files changed, 1 insertion(+),

[llvm-commits] CVS: llvm/test/Transforms/CondProp/basictest.ll dg.exp

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Transforms/CondProp: basictest.ll updated: 1.2 - 1.3 dg.exp 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) basictest.ll |3 ++- dg.exp |4

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

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Transforms/CodeExtractor: 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(-)

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

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/lib: llvm.exp updated: 1.7 - 1.8 --- Log message: Abandone the entire test case on the first error. --- Diffs of the changes: (+7 -4) llvm.exp | 11 +++ 1 files changed, 7 insertions(+), 4 deletions(-) Index: llvm/test/lib/llvm.exp diff -u

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

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/lib: llvm.exp updated: 1.8 - 1.9 --- Log message: No, don't cancel all remaining tests, just the one that failed! --- Diffs of the changes: (+1 -1) llvm.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/lib/llvm.exp diff -u

[llvm-commits] CVS: llvm/test/Transforms/InstCombine/store-merge.ll

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Transforms/InstCombine: store-merge.ll updated: 1.3 - 1.4 --- Log message: Fix this test in a slightly more obvious way. --- Diffs of the changes: (+1 -1) store-merge.ll |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/test/Transforms/InstCombine/2002-05-14-TouchDeletedInst.ll 2003-07-21-ExternalConstant.ll 2004-11-27-SetCCForCastLargerAndConstant.ll 2006-04-01-InfLoop.ll 2006-05-04-Demanded

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Transforms/InstCombine: 2002-05-14-TouchDeletedInst.ll updated: 1.6 - 1.7 2003-07-21-ExternalConstant.ll updated: 1.3 - 1.4 2004-11-27-SetCCForCastLargerAndConstant.ll updated: 1.9 - 1.10 2006-04-01-InfLoop.ll updated: 1.2 - 1.3 2006-05-04-DemandedBitCrash.ll

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

2007-04-15 Thread Reid Spencer
Changes in directory llvm/docs: TestingGuide.html updated: 1.42 - 1.43 --- Log message: Describe quoting rules. --- Diffs of the changes: (+47 -5) TestingGuide.html | 52 +++- 1 files changed, 47 insertions(+), 5 deletions(-) Index:

[llvm-commits] CVS: llvm/test/Transforms/CorrelatedExprs/basictest.ll dg.exp looptest.ll nullpointer.ll switch.ll whet.ll

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Transforms/CorrelatedExprs: basictest.ll updated: 1.4 - 1.5 dg.exp updated: 1.4 - 1.5 looptest.ll updated: 1.6 - 1.7 nullpointer.ll updated: 1.7 - 1.8 switch.ll updated: 1.2 - 1.3 whet.ll updated: 1.4 - 1.5 --- Log message: For PR1319: http://llvm.org/PR1319 :

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

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Transforms/DecomposeMultiDimRefs: 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

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

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Transforms/LCSSA: dg.exp updated: 1.2 - 1.3 --- 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/Transforms/LoopSimplify/dg.exp

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Transforms/LoopSimplify: 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(-)

[llvm-commits] CVS: llvm/test/Transforms/IndVarsSimplify/2005-02-26-ExitValueCompute.ll 2006-03-31-NegativeStride.ll 2007-01-06-TripCount.ll 2007-01-08-X86-64-Pointer.ll dg.exp exit_value_tests.llx lo

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Transforms/IndVarsSimplify: 2005-02-26-ExitValueCompute.ll updated: 1.3 - 1.4 2006-03-31-NegativeStride.ll updated: 1.3 - 1.4 2007-01-06-TripCount.ll updated: 1.6 - 1.7 2007-01-08-X86-64-Pointer.ll updated: 1.3 - 1.4 dg.exp updated: 1.4 - 1.5 exit_value_tests.llx

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

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Transforms/LoopUnroll: 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(-)

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

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Transforms/LowerSwitch: 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(-)

[llvm-commits] CVS: llvm/test/Transforms/DeadStoreElimination/2004-11-28-LiveStoreDeleted.ll 2004-12-28-PartialStore.ll PartialStore.ll dg.exp

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Transforms/DeadStoreElimination: 2004-11-28-LiveStoreDeleted.ll updated: 1.2 - 1.3 2004-12-28-PartialStore.ll updated: 1.4 - 1.5 PartialStore.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

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

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Transforms/GlobalDCE: 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(-)

[llvm-commits] CVS: llvm/test/Transforms/IPConstantProp/dg.exp return-constant.ll

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Transforms/IPConstantProp: dg.exp updated: 1.4 - 1.5 return-constant.ll updated: 1.6 - 1.7 --- Log message: For PR1319: http://llvm.org/PR1319 : Upgrade to use new Tcl exec based test harness. --- Diffs of the changes: (+3 -3) dg.exp |4 ++--

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

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Transforms/LowerInvoke: 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(-)

[llvm-commits] CVS: llvm/test/Transforms/LoopStrengthReduce/dg.exp dont-hoist-simple-loop-constants.ll exit_compare_live_range.ll use_postinc_value_outside_loop.ll var_stride_used_by_compare.ll

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Transforms/LoopStrengthReduce: dg.exp updated: 1.3 - 1.4 dont-hoist-simple-loop-constants.ll updated: 1.2 - 1.3 exit_compare_live_range.ll updated: 1.5 - 1.6 use_postinc_value_outside_loop.ll updated: 1.4 - 1.5 var_stride_used_by_compare.ll updated: 1.3 - 1.4 ---

[llvm-commits] CVS: llvm/test/Transforms/Inline/casts.ll dg.exp inline_cleanup.ll inline_constprop.ll inline_dce.ll inline_prune.ll invoke_test-1.ll invoke_test-2.ll

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Transforms/Inline: casts.ll updated: 1.3 - 1.4 dg.exp updated: 1.4 - 1.5 inline_cleanup.ll updated: 1.2 - 1.3 inline_constprop.ll updated: 1.2 - 1.3 inline_dce.ll updated: 1.3 - 1.4 inline_prune.ll updated: 1.2 - 1.3 invoke_test-1.ll updated: 1.4 - 1.5

[llvm-commits] CVS: llvm/test/Transforms/LICM/2003-02-27-PreheaderProblem.ll dg.exp sink_multiple.ll sink_multiple_exits.ll sink_only_some_exits.ll

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Transforms/LICM: 2003-02-27-PreheaderProblem.ll updated: 1.4 - 1.5 dg.exp updated: 1.4 - 1.5 sink_multiple.ll updated: 1.4 - 1.5 sink_multiple_exits.ll updated: 1.4 - 1.5 sink_only_some_exits.ll updated: 1.3 - 1.4 --- Log message: For PR1319:

[llvm-commits] CVS: llvm/test/Transforms/DeadArgElim/2007-02-07-FuncRename.ll dg.exp

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Transforms/DeadArgElim: 2007-02-07-FuncRename.ll updated: 1.1 - 1.2 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) 2007-02-07-FuncRename.ll |

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

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Transforms/LowerSetJmp: 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(-)

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

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Transforms/LoopUnswitch: 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(-)

[llvm-commits] CVS: llvm/test/Transforms/GCSE/2002-05-14-OperandSwap.ll dg.exp

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Transforms/GCSE: 2002-05-14-OperandSwap.ll updated: 1.4 - 1.5 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: (+4 -3) 2002-05-14-OperandSwap.ll |3

[llvm-commits] CVS: llvm/test/Transforms/GlobalOpt/constantexpr-dangle.ll dg.exp integer-bool.ll memcpy.ll memset.ll storepointer-compare.llx

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Transforms/GlobalOpt: constantexpr-dangle.ll updated: 1.1 - 1.2 dg.exp updated: 1.4 - 1.5 integer-bool.ll updated: 1.3 - 1.4 memcpy.ll updated: 1.5 - 1.6 memset.ll updated: 1.3 - 1.4 storepointer-compare.llx updated: 1.3 - 1.4 --- Log message: For PR1319:

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

2007-04-15 Thread Owen Anderson
Changes in directory llvm/lib/Analysis: PostDominators.cpp updated: 1.63 - 1.64 --- Log message: 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

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

2007-04-15 Thread Owen Anderson
Changes in directory llvm/lib/VMCore: Dominators.cpp updated: 1.94 - 1.95 --- Log message: 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

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

2007-04-15 Thread Owen Anderson
Changes in directory llvm/include/llvm: LinkAllPasses.h updated: 1.13 - 1.14 --- Log message: 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

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

2007-04-15 Thread Owen Anderson
Changes in directory llvm/lib/Transforms/Scalar: LoopStrengthReduce.cpp updated: 1.129 - 1.130 --- Log message: Remove ImmediateDominator analysis. The same information can be obtained from DomTree. A lot of code for constructing ImmediateDominator is now folded into DomTree construction.

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

2007-04-15 Thread Owen Anderson
Changes in directory llvm/lib/Transforms/Utils: BreakCriticalEdges.cpp updated: 1.42 - 1.43 LoopSimplify.cpp updated: 1.90 - 1.91 --- Log message: Remove ImmediateDominator analysis. The same information can be obtained from DomTree. A lot of code for constructing ImmediateDominator is now

[llvm-commits] CVS: llvm/test/BugPoint/crash-basictest.ll

2007-04-15 Thread LLVM
Changes in directory llvm/test/BugPoint: crash-basictest.ll (r1.4) removed --- Log message: Update tests for the disappearance of -idom. --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing list [EMAIL PROTECTED]

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

2007-04-15 Thread Owen Anderson
Changes in directory llvm/test/Analysis/Dominators: 2007-01-14-BreakCritEdges.ll updated: 1.5 - 1.6 --- Log message: Update tests for the disappearance of -idom. --- Diffs of the changes: (+1 -1) 2007-01-14-BreakCritEdges.ll |2 +- 1 files changed, 1 insertion(+), 1 deletion(-)

[llvm-commits] CVS: llvm/test/Other/2006-02-05-PassManager.ll

2007-04-15 Thread Owen Anderson
Changes in directory llvm/test/Other: 2006-02-05-PassManager.ll updated: 1.1 - 1.2 --- Log message: Update tests for the disappearance of -idom. --- Diffs of the changes: (+1 -1) 2006-02-05-PassManager.ll |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/test/Transforms/Mem2Reg/DifferingTypes.ll dg.exp

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Transforms/Mem2Reg: DifferingTypes.ll updated: 1.5 - 1.6 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:

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

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/Transforms/PredicateSimplifier: dg.exp 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:

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

[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

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

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

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

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

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

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

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

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

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 output

[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

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 command line

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. If this is

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. This keeps I/O

[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

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

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

[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

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

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

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 file? I'm not claiming

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. Ok,

[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

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 line 'grep

[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

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:37 AM,

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 you the I/O. Have you

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

[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

[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

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

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 files in llvm/test. -Chris

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

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 function

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

[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

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 { tab

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 =

[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

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

  1   2   >