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
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
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
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
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
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
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
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
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/
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(-
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
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
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
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
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
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
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
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
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
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
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
> 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
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
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
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
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
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
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
> @@ -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);
> -
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
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
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
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
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
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.
---
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
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.
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.
---
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
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 |
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
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
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
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
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://
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
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
>
> -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
> -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
> 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 {
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(+)
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
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-
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
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
>
> 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
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
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 +
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
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
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
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/
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
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
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
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
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
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.
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
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/
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-
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
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 ->
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
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.
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 ->
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
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
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.
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
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
> 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
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(-)
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
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
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 |
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.
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
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
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
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
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:
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
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:
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
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
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
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
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
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 - 100 of 136 matches
Mail list logo