[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-powerpc-darwin9
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Thu Jan 6 03:49:44 PST 2011
The Buildbot has detected a new failure of llvm-gcc-powerpc-darwin9 on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/llvm-gcc-powerpc-darwin9/builds/4866
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: spang.apple.com
Build Reason:
Build Source Stamp: 122956
Blamelist: evancheng,lattner,rdivacky
BUILD FAILED: failed test.llvm.stage1 test.llvm.stage2
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
include/llvm/Target/TargetLowering.h
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/CodeGen/SelectionDAG/TargetLowering.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/XCore/XCoreISelLowering.cpp
test/CodeGen/X86/2010-06-25-CoalescerSubRegDefDead.ll
test/CodeGen/X86/memcpy.ll
At: Wed 05 Jan 2011 22:55:51
Changed By: evancheng
Comments: Re-implement r122936 with proper target hooks. Now getMaxStoresPerMemcpy
etc. takes an option OptSize. If OptSize is true, it would return
the inline limit for functions with attribute OptSize.
Properties:
File: lib/Target/README.txt
At: Wed 05 Jan 2011 23:15:51
Changed By: lattner
Comments: add a trivial instcombine missed in Dhrystone
Properties:
File: lib/Target/README.txt
At: Wed 05 Jan 2011 23:45:51
Changed By: lattner
Comments: add a note about object size from drystone, add a poorly optimized loop from 179.art.
Properties:
Files:
lib/Target/X86/X86ISelLowering.cpp
test/CodeGen/X86/2010-04-08-CoalescerBug.ll
test/CodeGen/X86/2010-06-25-CoalescerSubRegDefDead.ll
test/CodeGen/X86/2010-09-17-SideEffectsInChain.ll
test/CodeGen/X86/memcpy-2.ll
test/CodeGen/X86/memcpy.ll
test/CodeGen/X86/memset-2.ll
test/CodeGen/X86/memset64-on-x86-32.ll
test/CodeGen/X86/small-byval-memcpy.ll
test/CodeGen/X86/tlv-1.ll
test/CodeGen/X86/unaligned-load.ll
At: Thu 06 Jan 2011 00:05:51
Changed By: evancheng
Comments: Use movups to lower memcpy and memset even if it's not fast (like corei7).
The theory is it's still faster than a pair of movq / a quad of movl. This
will probably hurt older chips like P4 but should run faster on current
and future Intel processors. rdar://8817010
Properties:
Files:
include/clang/Basic/TargetInfo.h
lib/Basic/TargetInfo.cpp
lib/Basic/Targets.cpp
test/CodeGen/bool_test_darwin.c
test/CodeGen/va_list_test_svr4.c
At: Thu 06 Jan 2011 00:30:51
Changed By: rdivacky
Comments: PowerPC fixes.
Fix the width and align of bool type on Darwin to be 32bits
while keeping it 8 everywhere else.
Change the definition of va_list to default to SV4 ABI one
and let darwin subtarget override this.
Both changes submitted by Nathan Whitehorn and reviewed
by Rafael Espindola.
Properties:
LOGS:
Last 10 lines of 'stdio':
********************
Failing Tests (1):
LLVM :: CodeGen/X86/memset-2.ll
Expected Passes : 5153
Expected Failures : 43
Unsupported Tests : 558
Unexpected Failures: 1
make[1]: *** [check-local-lit] Error 1
make: *** [check] Error 2
Last 10 lines of 'fail':
LLVM :: CodeGen/X86/memset-2.ll
Last 10 lines of 'xfail':
LLVM :: MC/ARM/neont2-vld-encoding.s
LLVM :: MC/ARM/neont2-vst-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 'memset-2.ll':
<stdin>:4:6: note: scanning from here
_t1: ## @t1
^
<stdin>:13:4: note: possible intended match here
.align 4, 0x90
^
--
********************
Last 10 lines of 'stdio':
********************
Failing Tests (1):
LLVM :: CodeGen/X86/memset-2.ll
Expected Passes : 5619
Expected Failures : 65
Unsupported Tests : 70
Unexpected Failures: 1
make[1]: *** [check-local-lit] Error 1
make: *** [check] Error 2
Last 10 lines of 'fail':
LLVM :: CodeGen/X86/memset-2.ll
Last 10 lines of 'xfail':
LLVM :: MC/ARM/neont2-vld-encoding.s
LLVM :: MC/ARM/neont2-vst-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 :: FrontendObjC/2009-08-05-utf16.m
LLVM :: FrontendObjC/2009-08-17-DebugInfo.m
LLVM :: FrontendObjC/2009-11-30-Objc-ID.m
LLVM :: FrontendObjC/2010-02-01-utf16-with-null.m
LLVM :: FrontendObjC/2010-02-11-fwritable-stringsBug.m
LLVM :: FrontendObjC/2010-02-23-DbgInheritance.m
LLVM :: FrontendObjC/2010-03-17-StructRef.m
LLVM :: FrontendObjC/2010-06-04-UnnamedCFString-dbg.m
LLVM :: LLVMC/ObjC++/hello.mm
LLVM :: LLVMC/ObjC/hello.m
Last 10 lines of 'memset-2.ll':
<stdin>:4:6: note: scanning from here
_t1: ## @t1
^
<stdin>:13:4: note: possible intended match here
.align 4, 0x90
^
--
********************
More information about the llvm-testresults
mailing list