[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Wed Mar 24 16:11:49 PDT 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/5536
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-04
Build Reason:
Build Source Stamp: 99443
Blamelist: enderby,grosbach,kremenek,rafael
BUILD FAILED: failed test-llvm
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
lib/Target/X86/X86InstrFormats.td
test/MC/AsmParser/X86/x86_32-encoding.s
At: Wed 24 Mar 2010 15:30:35
Changed By: enderby
Comments: Fixed the SS42AI template for the SSE 4.2 instructions with TA prefix so it does
not get an "Unknown immediate size" assert failure when used. All instructions
of this form have an 8-bit immediate. Also added a test case of an example
instruction that is of this form.
Properties:
Files:
lib/Target/ARM/ARMInstrFormats.td
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrVFP.td
lib/Target/ARM/ARMSubtarget.cpp
lib/Target/ARM/ARMSubtarget.h
At: Wed 24 Mar 2010 15:35:35
Changed By: grosbach
Comments: Make the use of the vmla and vmls VFP instructions controllable via cmd line.
Preliminary testing shows significant performance wins by not using these
instructions.Properties:
Files:
include/llvm/CodeGen/SelectionDAGNodes.h
include/llvm/IntrinsicsX86.td
lib/Target/X86/X86ISelLowering.h
lib/Target/X86/X86InstrSSE.td
test/MC/AsmParser/X86/x86_32-bit_cat.s
test/MC/AsmParser/X86/x86_32-encoding.s
At: Wed 24 Mar 2010 15:35:35
Changed By: enderby
Comments: Added the Advanced Encryption Standard (AES) Instructions.
Properties:
File: Makefile.programs
At: Wed 24 Mar 2010 15:35:35
Changed By: grosbach
Comments: test ARM vmla/vmls performanceProperties:
File: lib/Checker/CheckSecuritySyntaxOnly.cpp
At: Wed 24 Mar 2010 15:40:35
Changed By: kremenek
Comments: Improve static analyzer diagnostic concerning the use of 'mktemp'Properties:
File: lib/Checker/CheckSecuritySyntaxOnly.cpp
At: Wed 24 Mar 2010 15:40:35
Changed By: kremenek
Comments: Use llvm::SmallString instead of std::string.Properties:
Files:
test/CodeGenCXX/PR6677.cpp
test/CodeGenCXX/template-instantiation.cpp
At: Wed 24 Mar 2010 15:45:35
Changed By: rafael
Comments: Discussing with dgregor we decided that we should not force the emission of
implicit methods on explicit template instantiation definitions. As a
consequence, we should emit them at every use, even if we see a explicit
template instantiation declaration.
This is already the current behaviour, but it is good to test for that :-)
Properties:
LOGS:
Last 10 lines of 'stdio':
Failing Tests (2):
LLVM :: CodeGen/PowerPC/2006-07-19-stwbrx-crash.ll
LLVM :: CodeGen/PowerPC/bswap-load-store.ll
Expected Passes : 4598
Expected Failures : 28
Unsupported Tests : 515
Unexpected Failures: 2
make[1]: *** [check-local-lit] Error 1
make: *** [check-lit] Error 2
Last 10 lines of 'fail':
LLVM :: CodeGen/PowerPC/2006-07-19-stwbrx-crash.ll
LLVM :: CodeGen/PowerPC/bswap-load-store.ll
Last 10 lines of 'xfail':
LLVM :: MC/AsmParser/X86/x86_32-bit.s
LLVM :: MC/AsmParser/X86/x86_32-mismatched-add.s
LLVM :: MC/AsmParser/X86/x86_32-bit_cat.s
LLVM :: MC/AsmParser/X86/x86_32-encoding.s
LLVM :: MC/AsmParser/directive_lsym.s
LLVM :: MC/AsmParser/exprs-invalid.s
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++/hello.cpp
LLVM :: LLVMC/C++/together.cpp
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 '2006-07-19-stwbrx-crash.ll':
0x10281e1f0: i32 = Constant<0> [ORD=1] [ID=2]
0x10281e2e8: i32 = undef [ORD=1] [ID=3]
0x10281e0f8: i32,ch = CopyFromReg 0x102319ac0, 0x10281e000 [ID=5]
0x102319ac0: ch = EntryToken [ORD=1] [ID=0]
0x10281e000: i32 = Register %reg1025 [ID=1]
0x10281e8b8: ch = ValueType:i16 [ID=4]
--
********************
Last 10 lines of 'bswap-load-store.ll':
<stdin>:1:2: note: scanning from here
.machine ppc
^
<stdin>:3:27: note: possible intended match here
.section __TEXT,__symbol_stub1,symbol_stubs,pure_instructions,16
^
--
********************
More information about the llvm-testresults
mailing list