[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Mon Dec 6 11:27:49 PST 2010
The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/12342
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-04
Build Reason:
Build Source Stamp: 121025
Blamelist: dgregor,grosbach,resistor,rjmccall
BUILD FAILED: failed test-llvm
sincerely,
-The Buildbot
================================================================================
CHANGES:
File: lib/Target/ARM/AsmParser/ARMAsmParser.cpp
At: Mon 06 Dec 2010 10:36:40
Changed By: grosbach
Comments: Encode the register operand of ARM CondCode operands correctly. ARM::CPSR if
the instruction is predicated, reg0 otherwise.Properties:
Files:
lib/Sema/SemaExpr.cpp
test/CodeGenObjC/property.m
At: Mon 06 Dec 2010 10:41:43
Changed By: rjmccall
Comments: Do unary conversions on vararg arguments and *then* special-case float.
Fixes PR8742.
Properties:
Files:
include/clang/AST/Decl.h
include/clang/AST/DeclBase.h
include/clang/AST/Redeclarable.h
lib/AST/Decl.cpp
lib/Serialization/ASTReaderDecl.cpp
At: Mon 06 Dec 2010 10:41:43
Changed By: dgregor
Comments: Re-implement caching for the linkage calculation of declarations.
My previous attempt at solving the compile-time problem with many
redeclarations of the same entity cached both linkage and visibility,
while this patch only tackles linkage. There are several reasons for
this difference:
- Linkage is a language concept, and is evaluated many times during
semantic analysis and codegen, while visibility is only a
code-generation concept that is evaluated only once per (unique)
declaration. Hence, we *must* optimize linkage calculations but
don't need to optimize visibility computation.
- Once we know the linkage of a declaration, subsequent
redeclarations can't change that linkage. Hence, cache
invalidation is far simpler than for visibility, where a later
redeclaration can completely change the visibility.
- We have 3 spare bits in Decl to store the linkage cache, so the
cache doesn't increase the size of declarations. With the
visibility+linkage cache, NamedDecl got larger.
Properties:
Files:
lib/Target/ARM/ARMExpandPseudoInsts.cpp
lib/Target/ARM/ARMInstrThumb2.td
At: Mon 06 Dec 2010 10:41:43
Changed By: resistor
Comments: Improve handling of Thumb2 PC-relative loads by converting LDRpci (and friends) to Pseudos.
Properties:
File: lib/Target/ARM/ARMExpandPseudoInsts.cpp
At: Mon 06 Dec 2010 10:51:42
Changed By: grosbach
Comments: Trailing whitespace.Properties:
File: lib/AST/Decl.cpp
At: Mon 06 Dec 2010 10:56:40
Changed By: dgregor
Comments: Use the unused merge() function, fixing an minor, unintended change I
introduced in r121023.
Properties:
LOGS:
Last 10 lines of 'stdio':
LLVM :: CodeGen/Thumb2/tls1.ll
LLVM :: CodeGen/Thumb2/tls2.ll
LLVM :: MC/Disassembler/ARM/thumb-tests.txt
Expected Passes : 5055
Expected Failures : 43
Unsupported Tests : 557
Unexpected Failures: 46
make[1]: *** [check-local-lit] Error 1
make: *** [check] Error 2
Last 10 lines of 'fail':
LLVM :: CodeGen/Thumb2/thumb2-call.ll
LLVM :: CodeGen/Thumb2/thumb2-ifcvt1.ll
LLVM :: CodeGen/Thumb2/thumb2-ldm.ll
LLVM :: CodeGen/Thumb2/thumb2-ldrd.ll
LLVM :: CodeGen/Thumb2/thumb2-ifcvt3.ll
LLVM :: CodeGen/Thumb2/thumb2-smul.ll
LLVM :: CodeGen/Thumb2/thumb2-tbh.ll
LLVM :: CodeGen/Thumb2/tls1.ll
LLVM :: CodeGen/Thumb2/tls2.ll
LLVM :: MC/Disassembler/ARM/thumb-tests.txt
Last 10 lines of 'xfail':
LLVM :: MC/ARM/neon-mov-encoding.s
LLVM :: MC/ARM/neont2-mov-encoding.s
LLVM :: MC/ARM/thumb2.s
LLVM :: MC/AsmParser/directive_lsym.s
LLVM :: MC/AsmParser/exprs-invalid.s
LLVM :: Transforms/DeadArgElim/deadexternal.ll
LLVM :: Transforms/GVN/rle-no-phi-translate.ll
LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll
LLVM :: Transforms/TailCallElim/nocapture.ll
LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll
Last 10 lines of 'unsupported':
LLVM :: LLVMC/C++/unknown_suffix.unk
LLVM :: LLVMC/C/emit-llvm-opt.c
LLVM :: LLVMC/C/emit-llvm.c
LLVM :: LLVMC/C/hello.c
LLVM :: LLVMC/C/include.c
LLVM :: LLVMC/C/opt-test.c
LLVM :: LLVMC/C/sink.c
LLVM :: LLVMC/C/wall.c
LLVM :: LLVMC/ObjC++/hello.mm
LLVM :: LLVMC/ObjC/hello.m
Last 10 lines of '2010-06-25-thumb2itinvaliditerator.ll':
22 llc 0x000000010002c674 start + 52
Stack dump:
0. Program arguments: llc
1. Running pass 'Function Pass Manager' on module '<stdin>'.
2. Running pass 'Post RA top-down list latency scheduler' on function '@x0'
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/ARM/Output/2010-06-25-Thumb2ITInvalidIterator.ll.script: line 2: 20484 Illegal instruction 'llc' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/ARM/2010-06-25-Thumb2ITInvalidIterator.ll'
--
********************
Last 10 lines of '2010-07-26-globalmerge.ll':
22 llc 0x000000010002c674 start + 52
Stack dump:
0. Program arguments: llc -enable-correct-eh-support
1. Running pass 'Function Pass Manager' on module '<stdin>'.
2. Running pass 'Post RA top-down list latency scheduler' on function '@_ZN1AD1Ev'
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/ARM/Output/2010-07-26-GlobalMerge.ll.script: line 2: 20501 Illegal instruction 'llc' '-enable-correct-eh-support' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/ARM/2010-07-26-GlobalMerge.ll'
--
********************
Last 10 lines of 'indirectbr.ll':
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/ARM/indirectbr.ll:10:10: error: expected string not found in input
; THUMB: foo:
^
<stdin>:1:1: note: scanning from here
^
--
********************
Last 10 lines of '2007-01-31-reginfoassert.ll':
25 llc 0x0000000000000002 start + 4294785474
Stack dump:
0. Program arguments: llc -mtriple=thumb-apple-darwin
1. Running pass 'Function Pass Manager' on module '<stdin>'.
2. Running pass 'ARM Assembly Printer' on function '@f1'
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb/Output/2007-01-31-RegInfoAssert.ll.script: line 2: 29074 Illegal instruction 'llc' '-mtriple=thumb-apple-darwin' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb/2007-01-31-RegInfoAssert.ll'
--
********************
Last 10 lines of '2007-02-02-joinintervalscrash.ll':
25 llc 0x0000000000000002 start + 4294785474
Stack dump:
0. Program arguments: llc -mtriple=thumb-apple-darwin
1. Running pass 'Function Pass Manager' on module '<stdin>'.
2. Running pass 'ARM Assembly Printer' on function '@zcvrs'
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb/Output/2007-02-02-JoinIntervalsCrash.ll.script: line 2: 29082 Illegal instruction 'llc' '-mtriple=thumb-apple-darwin' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb/2007-02-02-JoinIntervalsCrash.ll'
--
********************
Last 10 lines of '2009-12-17-pre-regalloc-taildup.ll':
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb/2009-12-17-pre-regalloc-taildup.ll:8:10: error: expected string not found in input
; CHECK: bx lr
^
<stdin>:1:1: note: scanning from here
^
--
********************
Last 10 lines of '2007-03-06-addr7.ll':
25 llc 0x0000000000000002 start + 4294785474
Stack dump:
0. Program arguments: llc -march=thumb
1. Running pass 'Function Pass Manager' on module '<stdin>'.
2. Running pass 'ARM Assembly Printer' on function '@test'
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb/Output/2007-03-06-AddR7.ll.script: line 5: 29083 Illegal instruction 'llc' '-march=thumb' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb/2007-03-06-AddR7.ll'
--
********************
Last 10 lines of '2010-01-15-local-alloc-spill-physical.ll':
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb/2010-01-15-local-alloc-spill-physical.ll:9:10: error: expected string not found in input
; CHECK: str r0, [sp
^
<stdin>:1:1: note: scanning from here
^
--
********************
Last 10 lines of 'dyn-stackalloc.ll':
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb/dyn-stackalloc.ll:7:10: error: expected string not found in input
; CHECK: t1:
^
<stdin>:1:1: note: scanning from here
^
--
********************
Last 10 lines of 'fpconv.ll':
25 llc 0x0000000000000002 start + 4294785474
Stack dump:
0. Program arguments: llc -march=thumb
1. Running pass 'Function Pass Manager' on module '<stdin>'.
2. Running pass 'ARM Assembly Printer' on function '@f1'
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb/Output/fpconv.ll.script: line 2: 29383 Illegal instruction 'llc' '-march=thumb' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb/fpconv.ll'
--
********************
Last 10 lines of 'fpow.ll':
25 llc 0x0000000000000002 start + 4294785474
Stack dump:
0. Program arguments: llc -march=thumb
1. Running pass 'Function Pass Manager' on module '<stdin>'.
2. Running pass 'ARM Assembly Printer' on function '@t'
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb/Output/fpow.ll.script: line 2: 29386 Illegal instruction 'llc' '-march=thumb' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb/fpow.ll'
--
********************
Last 10 lines of 'select.ll':
25 llc 0x0000000000000002 start + 4294785474
Stack dump:
0. Program arguments: llc -march=thumb
1. Running pass 'Function Pass Manager' on module '<stdin>'.
2. Running pass 'ARM Assembly Printer' on function '@f7'
Expected 1 lines, got 0.
--
********************
Last 10 lines of 'long.ll':
25 llc 0x0000000000000002 start + 4294785474
Stack dump:
0. Program arguments: llc -march=thumb
1. Running pass 'Function Pass Manager' on module '<stdin>'.
2. Running pass 'ARM Assembly Printer' on function '@f7'
Expected 1 lines, got 0.
--
********************
Last 10 lines of 'machine-licm.ll':
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb/machine-licm.ll:12:10: error: expected string not found in input
; CHECK: t:
^
<stdin>:1:1: note: scanning from here
^
--
********************
Last 10 lines of 'unord.ll':
25 llc 0x0000000000000002 start + 4294785474
Stack dump:
0. Program arguments: llc -march=thumb
1. Running pass 'Function Pass Manager' on module '<stdin>'.
2. Running pass 'ARM Assembly Printer' on function '@f1'
Expected 1 lines, got 0.
--
********************
Last 10 lines of '2009-07-21-iselbug.ll':
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb2/2009-07-21-ISelBug.ll:8:10: error: expected string not found in input
; CHECK: t:
^
<stdin>:1:1: note: scanning from here
^
--
********************
Last 10 lines of '2009-08-04-coalescerbug.ll':
24 llc 0x000000010002c674 start + 52
Stack dump:
0. Program arguments: llc -mtriple=thumbv7-apple-darwin -mcpu=cortex-a8 -relocation-model=pic -disable-fp-elim
1. Running pass 'Function Pass Manager' on module '<stdin>'.
2. Running pass 'ARM Assembly Printer' on function '@PS_PrintGraphicInclude'
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb2/Output/2009-08-04-CoalescerBug.ll.script: line 2: 29570 Illegal instruction 'llc' '-mtriple=thumbv7-apple-darwin' '-mcpu=cortex-a8' '-relocation-model=pic' '-disable-fp-elim' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb2/2009-08-04-CoalescerBug.ll'
--
********************
Last 10 lines of '2009-08-01-wrongldrbopc.ll':
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb2/2009-08-01-WrongLDRBOpc.ll:10:10: error: expected string not found in input
; CHECK: main:
^
<stdin>:1:1: note: scanning from here
^
--
********************
Last 10 lines of 'vargs.ll':
25 llc 0x0000000000000002 start + 4294785474
Stack dump:
0. Program arguments: llc -march=thumb
1. Running pass 'Function Pass Manager' on module '<stdin>'.
2. Running pass 'ARM Assembly Printer' on function '@f'
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb/Output/vargs.ll.script: line 10: 29544 Illegal instruction 'llc' '-march=thumb' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb/vargs.ll'
--
********************
Last 10 lines of '2009-08-21-postrakill4.ll':
24 llc 0x000000010002c674 start + 52
Stack dump:
0. Program arguments: llc -asm-verbose=false -O3 -relocation-model=pic -disable-fp-elim -mtriple=thumbv7-apple-darwin -mcpu=cortex-a8 -post-RA-scheduler
1. Running pass 'Function Pass Manager' on module '<stdin>'.
2. Running pass 'ARM Assembly Printer' on function '@main'
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb2/Output/2009-08-21-PostRAKill4.ll.script: line 2: 29606 Illegal instruction 'llc' '-asm-verbose=false' '-O3' '-relocation-model=pic' '-disable-fp-elim' '-mtriple=thumbv7-apple-darwin' '-mcpu=cortex-a8' '-post-RA-scheduler' < '/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/test/CodeGen/Thumb2/2009-08-21-PostRAKill4.ll'
--
********************
More information about the llvm-testresults
mailing list