[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-fnt
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Thu Jun 3 19:22:36 PDT 2010
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/2342
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-02
Build Reason:
Build Source Stamp: 105457
Blamelist: andersca,grosbach,sampo,wangmp
BUILD FAILED: failed make.test-suite
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
test/CodeGen/X86/widen_shuffle-1.ll
test/CodeGen/X86/widen_shuffle-2.ll
At: Thu 03 Jun 2010 18:22:19
Changed By: wangmp
Comments: Fixed a bug during widening where we would avoid legalizing a node. When we
replace an OpA with a widened OpB, it is possible to get new uses of OpA due to CSE
when recursively updating nodes. Since OpA has been processed, the new uses are
not examined again. The patch checks if this occurred and it it did, updates the
new uses of OpA to use OpB.
Properties:
File: lib/Target/ARM/ARMLoadStoreOptimizer.cpp
At: Thu 03 Jun 2010 18:27:21
Changed By: grosbach
Comments: more dbg_value adjustments so debug info doesn't affect codegenProperties:
Files:
utils/TableGen/NeonEmitter.cpp
utils/TableGen/NeonEmitter.h
utils/TableGen/TableGen.cpp
At: Thu 03 Jun 2010 18:32:21
Changed By: sampo
Comments: BuiltinsARM.def emitter, still needs a substantial bit of tweaking to lighten the load on clang.
Properties:
File: lib/AST/CXXInheritance.cpp
At: Thu 03 Jun 2010 18:42:19
Changed By: andersca
Comments: Add a short circuit in isVirtuallyDerivedFrom.Properties:
LOGS:
Last 10 lines of 'stdio':
SingleSource/UnitTests/Vector/SSE/sse.stepfft | 0.6225 8128 0.4419 * * | 1.1100 * 0.8600 * * | n/a 1.29 n/a n/a
SingleSource/UnitTests/Vector/build | 0.0217 1072 0.0286 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/Vector/build2 | 0.1002 1520 0.0495 * * | 1.5500 * 2.1600 * * | n/a 0.72 n/a n/a
SingleSource/UnitTests/Vector/divides | 0.0283 720 0.0127 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/Vector/multiplies | 0.1376 2064 0.1262 * * | 0.7300 * 2.0000 * * | n/a 0.36 n/a n/a
SingleSource/UnitTests/Vector/simple | 0.0504 1664 0.0492 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/Vector/sumarray | 0.0350 1072 0.0350 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/Vector/sumarray-dbl | 0.0383 1088 0.0410 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/byval-alignment | 0.0160 976 0.0198 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/printargs | 0.0190 848 0.0293 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
Last 10 lines of 'report':
SingleSource/UnitTests/Vector/SSE/sse.stepfft | 0.6225 8128 0.4419 * * | 1.1100 * 0.8600 * * | n/a 1.29 n/a n/a
SingleSource/UnitTests/Vector/build | 0.0217 1072 0.0286 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/Vector/build2 | 0.1002 1520 0.0495 * * | 1.5500 * 2.1600 * * | n/a 0.72 n/a n/a
SingleSource/UnitTests/Vector/divides | 0.0283 720 0.0127 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/Vector/multiplies | 0.1376 2064 0.1262 * * | 0.7300 * 2.0000 * * | n/a 0.36 n/a n/a
SingleSource/UnitTests/Vector/simple | 0.0504 1664 0.0492 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/Vector/sumarray | 0.0350 1072 0.0350 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/Vector/sumarray-dbl | 0.0383 1088 0.0410 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/byval-alignment | 0.0160 976 0.0198 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/printargs | 0.0190 848 0.0293 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
Last 10 lines of 'fail.LLC':
LLC.MultiSource/Benchmarks/PAQ8p/paq8p
Last 10 lines of 'fail.LLC_compile':
LLC_compile.MultiSource/Benchmarks/PAQ8p/paq8p
Last 10 lines of 'xfail.LLC':
LLC.SingleSource/Regression/C++/EH/ConditionalExpr
LLC.SingleSource/Regression/C++/EH/function_try_block
LLC.SingleSource/UnitTests/ObjC/dot-syntax
LLC.SingleSource/UnitTests/ObjC/dot-syntax-2
LLC.SingleSource/UnitTests/ObjC/exceptions
Last 10 lines of 'xfail.LLC_compile':
LLC_compile.SingleSource/Regression/C++/EH/ConditionalExpr
LLC_compile.SingleSource/Regression/C++/EH/function_try_block
LLC_compile.SingleSource/UnitTests/ObjC/dot-syntax
LLC_compile.SingleSource/UnitTests/ObjC/dot-syntax-2
LLC_compile.SingleSource/UnitTests/ObjC/exceptions
More information about the llvm-testresults
mailing list