[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-fnt
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Fri Jan 7 14:28:16 PST 2011
The Buildbot has detected a new failure of clang-x86_64-darwin10-fnt on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-fnt/builds/6746
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-02
Build Reason:
Build Source Stamp: 123036
Blamelist: bwilson,dpatel,evancheng,grosser
BUILD FAILED: failed make.test-suite
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/LiveDebugVariables.cpp
test/CodeGen/X86/2010-05-26-DotDebugLoc.ll
test/CodeGen/X86/2010-05-28-Crash.ll
test/CodeGen/X86/dbg-value-range.ll
At: Fri 07 Jan 2011 13:35:51
Changed By: dpatel
Comments: Appropriately truncate debug info range in dwarf output.
Enable live debug variables pass.
Properties:
File: lib/Transforms/InstCombine/InstCombineSelect.cpp
At: Fri 07 Jan 2011 13:40:51
Changed By: grosser
Comments: Some whitespace fixesProperties:
Files:
lib/Transforms/InstCombine/InstCombineSelect.cpp
test/Transforms/InstCombine/select.ll
At: Fri 07 Jan 2011 13:40:51
Changed By: grosser
Comments: InstCombine: Match min/max hidden by sext/zext
X = sext x; x >s c ? X : C+1 --> X = sext x; X <s C+1 ? C+1 : X
X = sext x; x <s c ? X : C-1 --> X = sext x; X >s C-1 ? C-1 : X
X = zext x; x >u c ? X : C+1 --> X = zext x; X <u C+1 ? C+1 : X
X = zext x; x <u c ? X : C-1 --> X = zext x; X >u C-1 ? C-1 : X
X = sext x; x >u c ? X : C+1 --> X = sext x; X <u C+1 ? C+1 : X
X = sext x; x <u c ? X : C-1 --> X = sext x; X >u C-1 ? C-1 : X
Instead of calculating this with mixed types promote all to the
larger type. This enables scalar evolution to analyze this
expression. PR8866Properties:
Files:
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMISelLowering.h
test/CodeGen/ARM/vext.ll
At: Fri 07 Jan 2011 13:40:51
Changed By: bwilson
Comments: Lower some BUILD_VECTORS using VEXT+shuffle.
Patch by Tim Northover.Properties:
File: include/llvm/CodeGen/ISDOpcodes.h
At: Fri 07 Jan 2011 13:45:53
Changed By: evancheng
Comments: Fix comment. INLINEASM node operand #3 is IsAlignStack bit.Properties:
LOGS:
Last 10 lines of 'stdio':
SingleSource/UnitTests/block-copied-in-cxxobj | 0.2424 3392 0.0849 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/block-copied-in-cxxobj-1 | 0.0727 2880 0.1003 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/blockstret | 0.0513 720 0.0060 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/byval-alignment | 0.0158 1088 0.0196 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/conditional-gnu-ext | 0.0248 528 0.0063 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/conditional-gnu-ext-cxx | 0.0387 544 0.0065 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/initp1 | 0.3593 656 0.0081 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/printargs | 0.0186 976 0.0312 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/stmtexpr | 0.0658 560 0.0063 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/vla | 0.1448 528 0.0062 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
Last 10 lines of 'report':
SingleSource/UnitTests/block-copied-in-cxxobj | 0.2424 3392 0.0849 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/block-copied-in-cxxobj-1 | 0.0727 2880 0.1003 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/blockstret | 0.0513 720 0.0060 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/byval-alignment | 0.0158 1088 0.0196 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/conditional-gnu-ext | 0.0248 528 0.0063 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/conditional-gnu-ext-cxx | 0.0387 544 0.0065 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/initp1 | 0.3593 656 0.0081 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/printargs | 0.0186 976 0.0312 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/stmtexpr | 0.0658 560 0.0063 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/vla | 0.1448 528 0.0062 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
Last 10 lines of 'fail.GCCAS':
GCCAS.MultiSource/Applications/JM/lencod/lencod
GCCAS.MultiSource/Applications/oggenc/oggenc
GCCAS.MultiSource/Benchmarks/MiBench/consumer-lame/consumer-lame
GCCAS.SingleSource/Benchmarks/Misc/perlin
Last 10 lines of 'fail.Bytecode':
Bytecode.MultiSource/Applications/JM/lencod/lencod
Bytecode.MultiSource/Applications/oggenc/oggenc
Bytecode.MultiSource/Benchmarks/MiBench/consumer-lame/consumer-lame
Bytecode.SingleSource/Benchmarks/Misc/perlin
Last 10 lines of 'fail.LLC':
LLC.MultiSource/Applications/JM/lencod/lencod
LLC.MultiSource/Applications/oggenc/oggenc
LLC.MultiSource/Benchmarks/MiBench/consumer-lame/consumer-lame
LLC.SingleSource/Benchmarks/Misc/perlin
Last 10 lines of 'fail.LLC_compile':
LLC_compile.MultiSource/Applications/JM/lencod/lencod
LLC_compile.MultiSource/Applications/oggenc/oggenc
LLC_compile.MultiSource/Benchmarks/MiBench/consumer-lame/consumer-lame
LLC_compile.SingleSource/Benchmarks/Misc/perlin
Last 10 lines of 'xfail.LLC':
LLC.SingleSource/UnitTests/ObjC/dot-syntax-2
Last 10 lines of 'xfail.LLC_compile':
LLC_compile.SingleSource/UnitTests/ObjC/dot-syntax-2
Last 10 lines of 'xpass.LLC':
LLC.SingleSource/Regression/C++/EH/ConditionalExpr
Last 10 lines of 'xpass.LLC_compile':
LLC_compile.SingleSource/Regression/C++/EH/ConditionalExpr
More information about the llvm-testresults
mailing list