[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-fnt
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Tue Nov 16 21:14:47 PST 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/5605
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-02
Build Reason:
Build Source Stamp: 119460
Blamelist: baldrick,void
BUILD FAILED: failed make.test-suite
sincerely,
-The Buildbot
================================================================================
CHANGES:
File: lib/Transforms/Utils/Local.cpp
At: Tue 16 Nov 2010 20:17:37
Changed By: baldrick
Comments: Have RemovePredecessorAndSimplify you SimplifyInstruction
rather than hasConstantValue.
Properties:
File: lib/Analysis/ScalarEvolution.cpp
At: Tue 16 Nov 2010 20:22:37
Changed By: baldrick
Comments: Have ScalarEvolution use SimplifyInstruction rather than hasConstantValue.
While there, add a note about an inefficiency I noticed.
Properties:
Files:
include/llvm/Instructions.h
lib/Analysis/InstructionSimplify.cpp
lib/Analysis/Lint.cpp
lib/VMCore/Instructions.cpp
At: Tue 16 Nov 2010 20:33:15
Changed By: baldrick
Comments: Fix a layering violation: hasConstantValue, which is part of the PHINode
class, uses DominatorTree which is an analysis. This change moves all of
the tricky hasConstantValue logic to SimplifyInstruction, and replaces it
with a very simple literal implementation. I already taught users of
hasConstantValue that need tricky stuff to use SimplifyInstruction instead.
I didn't update InlineFunction because the IR looks like it might be in a
funky state at the point it calls hasConstantValue, which makes calling
SimplifyInstruction dangerous since it can in theory do a lot of tricky
reasoning. This may be a pessimization, for example in the case where
all phi node operands are either undef or a fixed constant.
Properties:
Files:
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrVFP.td
lib/Target/ARM/AsmParser/ARMAsmParser.cpp
test/MC/ARM/simple-fp-encoding.s
utils/TableGen/EDEmitter.cpp
At: Tue 16 Nov 2010 20:37:37
Changed By: void
Comments: Proper encoding for VLDM and VSTM instructions. The register lists for these
instructions have to distinguish between lists of single- and double-precision
registers in order for the ASM matcher to do a proper job. In all other
respects, a list of single- or double-precision registers are the same as a list
of GPR registers.
Properties:
LOGS:
Last 10 lines of 'stdio':
SingleSource/UnitTests/black-copied-in-cxxobj | 0.2217 3360 0.0773 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/block-call-r7674133 | 0.0460 544 0.0055 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/blockstret | 0.0477 720 0.0060 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/byval-alignment | 0.0158 1120 0.0229 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/conditional-gnu-ext | 0.0224 528 0.0058 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/conditional-gnu-ext-cxx | 0.0349 544 0.0055 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/initp1 | 0.3599 656 0.0075 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/printargs | 0.0166 976 0.0300 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/stmtexpr | 0.0614 560 0.0053 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/vla | 0.1357 528 0.0060 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
Last 10 lines of 'report':
SingleSource/UnitTests/black-copied-in-cxxobj | 0.2217 3360 0.0773 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/block-call-r7674133 | 0.0460 544 0.0055 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/blockstret | 0.0477 720 0.0060 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/byval-alignment | 0.0158 1120 0.0229 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/conditional-gnu-ext | 0.0224 528 0.0058 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/conditional-gnu-ext-cxx | 0.0349 544 0.0055 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/initp1 | 0.3599 656 0.0075 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/printargs | 0.0166 976 0.0300 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/stmtexpr | 0.0614 560 0.0053 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
SingleSource/UnitTests/vla | 0.1357 528 0.0060 * * | 0.0000 * 0.0000 * * | n/a - n/a n/a
Last 10 lines of 'fail.Bytecode':
Bytecode.MultiSource/Applications/SPASS/SPASS
Bytecode.MultiSource/Applications/oggenc/oggenc
Bytecode.MultiSource/Benchmarks/ASCI_Purple/SMG2000/smg2000
Bytecode.MultiSource/Benchmarks/Bullet/bullet
Bytecode.MultiSource/Benchmarks/MallocBench/gs/gs
Bytecode.MultiSource/Benchmarks/mafft/pairlocalalign
Bytecode.SingleSource/Benchmarks/McGill/chomp
Bytecode.SingleSource/Benchmarks/Stanford/Bubblesort
Bytecode.SingleSource/Benchmarks/Stanford/Quicksort
Bytecode.SingleSource/Benchmarks/Stanford/Treesort
Last 10 lines of 'fail.LLC':
LLC.MultiSource/Applications/SPASS/SPASS
LLC.MultiSource/Applications/oggenc/oggenc
LLC.MultiSource/Benchmarks/ASCI_Purple/SMG2000/smg2000
LLC.MultiSource/Benchmarks/Bullet/bullet
LLC.MultiSource/Benchmarks/MallocBench/gs/gs
LLC.MultiSource/Benchmarks/mafft/pairlocalalign
LLC.SingleSource/Benchmarks/McGill/chomp
LLC.SingleSource/Benchmarks/Stanford/Bubblesort
LLC.SingleSource/Benchmarks/Stanford/Quicksort
LLC.SingleSource/Benchmarks/Stanford/Treesort
Last 10 lines of 'fail.LLC_compile':
LLC_compile.MultiSource/Applications/SPASS/SPASS
LLC_compile.MultiSource/Applications/oggenc/oggenc
LLC_compile.MultiSource/Benchmarks/ASCI_Purple/SMG2000/smg2000
LLC_compile.MultiSource/Benchmarks/Bullet/bullet
LLC_compile.MultiSource/Benchmarks/MallocBench/gs/gs
LLC_compile.MultiSource/Benchmarks/mafft/pairlocalalign
LLC_compile.SingleSource/Benchmarks/McGill/chomp
LLC_compile.SingleSource/Benchmarks/Stanford/Bubblesort
LLC_compile.SingleSource/Benchmarks/Stanford/Quicksort
LLC_compile.SingleSource/Benchmarks/Stanford/Treesort
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