Changes in directory llvm/test/Regression/CodeGen/CBackend:
2006-12-11-Float-Bitcast.ll updated: 1.2 -> 1.3
---
Log message:
Update tests that need to be run through llvm-upgrade. This is necessary
for upcoming changes to the llvm assembly grammar.
---
Diffs of the changes: (+3 -2)
2006-12
Changes in directory llvm/test/Regression/Analysis/BasicAA:
2004-07-28-MustAliasbug.llx updated: 1.1 -> 1.2
---
Log message:
Update tests that need to be run through llvm-upgrade. This is necessary
for upcoming changes to the llvm assembly grammar.
---
Diffs of the changes: (+1 -1)
2004-07
Changes in directory llvm/test/Regression/CodeGen/ARM:
arm-asm.ll updated: 1.1 -> 1.2
---
Log message:
Update tests that need to be run through llvm-upgrade. This is necessary
for upcoming changes to the llvm assembly grammar.
---
Diffs of the changes: (+1 -1)
arm-asm.ll |2 +-
1 files
Changes in directory llvm/test/Regression/Transforms/SimplifyCFG:
2006-12-08-Ptr-ICmp-Branch.ll updated: 1.1 -> 1.2
---
Log message:
Update tests that need to be run through llvm-upgrade. This is necessary
for upcoming changes to the llvm assembly grammar.
---
Diffs of the changes: (+1 -1)
Changes in directory llvm/test/Regression/CodeGen/X86:
2006-12-19-IntelSyntax.ll updated: 1.1 -> 1.2
bitcast.ll updated: 1.1 -> 1.2
packed_struct.ll updated: 1.1 -> 1.2
vec_ins_extract.ll updated: 1.2 -> 1.3
x86-64-asm.ll updated: 1.1 -> 1.2
---
Log message:
Update tests that need to be run thr
Changes in directory llvm/test/Regression/CodeGen/PowerPC:
2006-12-07-LargeAlloca.ll updated: 1.1 -> 1.2
---
Log message:
Update tests that need to be run through llvm-upgrade. This is necessary
for upcoming changes to the llvm assembly grammar.
---
Diffs of the changes: (+3 -3)
2006-12-07
Changes in directory llvm/test/Regression/Transforms/IndVarsSimplify:
2006-12-10-BitCast.ll updated: 1.1 -> 1.2
---
Log message:
Update tests that need to be run through llvm-upgrade. This is necessary
for upcoming changes to the llvm assembly grammar.
---
Diffs of the changes: (+1 -1)
200
Changes in directory llvm/test/Regression/Transforms/SCCP:
2006-12-19-UndefBug.ll updated: 1.1 -> 1.2
---
Log message:
Update tests that need to be run through llvm-upgrade. This is necessary
for upcoming changes to the llvm assembly grammar.
---
Diffs of the changes: (+2 -1)
2006-12-19-Un
Changes in directory llvm/test/Regression/Transforms/ScalarRepl:
2006-12-11-SROA-Crash.ll updated: 1.1 -> 1.2
---
Log message:
Update tests that need to be run through llvm-upgrade. This is necessary
for upcoming changes to the llvm assembly grammar.
---
Diffs of the changes: (+1 -1)
2006-
Changes in directory llvm/tools/llvm-upgrade:
UpgradeLexer.l updated: 1.9 -> 1.10
UpgradeParser.y updated: 1.25 -> 1.26
---
Log message:
For PR950: http://llvm.org/PR950 :
Fix several bugs and update for new assembly syntax. Changes made include:
1. Fixing rules for icmp/fcmp instructions to no
Changes in directory llvm/test/Regression/Linker:
2003-01-30-LinkerRename.ll updated: 1.3 -> 1.4
2003-04-21-Linkage.ll updated: 1.3 -> 1.4
2003-04-23-LinkOnceLost.ll updated: 1.3 -> 1.4
2003-08-28-TypeResolvesGlobal.ll updated: 1.3 -> 1.4
2003-08-28-TypeResolvesGlobal2.ll updated: 1.3 -> 1.4
200
Changes in directory llvm/test/Regression/DebugInfo:
funccall.ll updated: 1.1 -> 1.2
---
Log message:
Update tests that need to be run through llvm-upgrade. This is necessary
for upcoming changes to the llvm assembly grammar.
---
Diffs of the changes: (+1 -1)
funccall.ll |2 +-
1 files
Changes in directory llvm/test/Regression/BugPoint:
crash-basictest.ll updated: 1.1 -> 1.2
crash-narrowfunctiontest.ll updated: 1.1 -> 1.2
misopt-basictest.ll updated: 1.3 -> 1.4
remove_arguments_test.ll updated: 1.1 -> 1.2
---
Log message:
Update tests that need to be run through llvm-upgrade.
Changes in directory llvm/test/Regression/Transforms/InstCombine:
2006-12-05-fp-to-int-ext.ll updated: 1.1 -> 1.2
2006-12-15-Range-Test.ll updated: 1.1 -> 1.2
2006-12-23-Select-Cmp-Cmp.ll updated: 1.1 -> 1.2
shl-trunc.ll updated: 1.1 -> 1.2
---
Log message:
Update tests that need to be run thro
Changes in directory llvm/test/Regression/Assembler:
2002-07-25-ParserAssertionFailure.llx updated: 1.2 -> 1.3
2003-12-30-TypeMapInvalidMemory.llx updated: 1.2 -> 1.3
2004-06-07-VerifierBug.llx updated: 1.1 -> 1.2
2004-09-29-VerifierIsReallySlow.llx updated: 1.1 -> 1.2
---
Log message:
Update t
Changes in directory llvm/lib/AsmParser:
Lexer.l updated: 1.88 -> 1.89
llvmAsmParser.y updated: 1.291 -> 1.292
---
Log message:
For PR950: http://llvm.org/PR950 :
Remove all grammar conflicts from assembly parsing. This change involves:
1. Making the "type" keyword not a primitive type (remove
Changes in directory llvm/test/Regression/Bytecode:
2006-12-11-Cast-ConstExpr.ll updated: 1.1 -> 1.2
---
Log message:
Update tests that need to be run through llvm-upgrade. This is necessary
for upcoming changes to the llvm assembly grammar.
---
Diffs of the changes: (+1 -1)
2006-12-11-Cas
Changes in directory llvm/test/Regression/Transforms/LevelRaise:
2002-03-21-MissedRaise.ll updated: 1.8 -> 1.9
---
Log message:
Update tests that need to be run through llvm-upgrade. This is necessary
for upcoming changes to the llvm assembly grammar.
---
Diffs of the changes: (+1 -1)
2002
Changes in directory llvm/test/Regression/CodeGen/Generic:
2002-04-16-StackFrameSizeAlignment.ll updated: 1.2 -> 1.3
2006-12-16-InlineAsmCrash.ll updated: 1.1 -> 1.2
---
Log message:
Update tests that need to be run through llvm-upgrade. This is necessary
for upcoming changes to the llvm assemb
Changes in directory llvm/test/Regression/Transforms/ADCE:
2002-07-29-Segfault.ll updated: 1.2 -> 1.3
---
Log message:
Update tests that need to be run through llvm-upgrade. This is necessary
for upcoming changes to the llvm assembly grammar.
---
Diffs of the changes: (+1 -1)
2002-07-29-Se
Changes in directory llvm/test/Regression/Analysis/LoadVN:
casts.ll updated: 1.1 -> 1.2
---
Log message:
Update tests that need to be run through llvm-upgrade. This is necessary
for upcoming changes to the llvm assembly grammar.
---
Diffs of the changes: (+2 -1)
casts.ll |3 ++-
1 file
Changes in directory llvm/test/Feature:
newcasts.ll updated: 1.2 -> 1.3
packed_struct.ll updated: 1.2 -> 1.3
---
Log message:
Run llvm-upgrade on test to prepare for new assembly syntax.
---
Diffs of the changes: (+2 -2)
newcasts.ll |2 +-
packed_struct.ll |2 +-
2 files chang
Changes in directory llvm/lib/VMCore:
AsmWriter.cpp updated: 1.230 -> 1.231
---
Log message:
For PR950: http://llvm.org/PR950 :
Remove all grammar conflicts from assembly parsing. This change involves:
1. Making the "type" keyword not a primitive type (removes several
reduce/reduce conflict
Changes in directory llvm/lib/Target/ARM:
ARMISelDAGToDAG.cpp updated: 1.93 -> 1.94
---
Log message:
fix comment
---
Diffs of the changes: (+1 -1)
ARMISelDAGToDAG.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp
diff -u llvm/lib
On 12/28/06, Lauro Ramos Venancio <[EMAIL PROTECTED]> wrote:
> Log message:
>
> Define StaticCtorsSection and StaticDtorsSection for ARM.
Nice!
Could you please commit a small regression test?
Thanks,
Rafael
___
llvm-commits mailing list
llvm-commits@c
25 matches
Mail list logo