[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-x86_64-darwin10-selfhost

daniel_dunbar at apple.com daniel_dunbar at apple.com
Mon Aug 30 16:59:41 PDT 2010


The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-selfhost on smooshlab.
Full details are available at:
 http://smooshlab.apple.com:8010/builders/llvm-gcc-x86_64-darwin10-selfhost/builds/5326

Buildbot URL: http://smooshlab.apple.com:8010/

Buildslave for this Build: smoosh-04

Build Reason: 
Build Source Stamp: 112546
Blamelist: asl,chapuni,ggreif,lattner,resistor,stoklund,void

BUILD FAILED: failed test-llvm

sincerely,
 -The Buildbot


================================================================================

CHANGES:
File: lib/Target/ARM/ARMLoadStoreOptimizer.cpp
At: Mon 30 Aug 2010 14:57:07
Changed By: stoklund
Comments: Remember to clear the shadow kill flag at the same time as clearing the real
kill flag.

This could cause duplicate kill flags when the same register was used twice in a
continuous sequence of STRs.

There is no small test case. <rdar://problem/8218046>Properties: 




File: lib/ExecutionEngine/JIT/Intercept.cpp
At: Mon 30 Aug 2010 14:57:07
Changed By: chapuni
Comments: Fix a comment.Properties: 




Files:
 lib/Target/ARM/ARMInstrFormats.td
 lib/Target/ARM/ARMInstrThumb2.td
At: Mon 30 Aug 2010 15:07:07
Changed By: void
Comments: Use the existing T2I_bin_s_irs pattern instead of creating T2I_bin_sw_irs, which
is meant to do exactly the same thing. Thanks to Jim Grosbach for pointing this
out! :-)
Properties: 




Files:
 lib/CodeGen/TargetInfo.cpp
 test/CodeGen/x86_32-arguments.c
At: Mon 30 Aug 2010 15:07:07
Changed By: lattner
Comments: Fix PR8029, a x86-32 ABI regression in introduced in r112211
Properties: 




File: lib/Transforms/Scalar/JumpThreading.cpp
At: Mon 30 Aug 2010 15:12:07
Changed By: resistor
Comments: Fixes and cleanups pointed out by Chris.  In general, be careful to handle 0 results from ComputeValueKnownInPredecessors
(indicating undef), and re-use existing constant folding APIs.
Properties: 




File: lib/Sema/SemaTemplateInstantiateDecl.cpp
At: Mon 30 Aug 2010 15:27:08
Changed By: ggreif
Comments: zap tabsProperties: 




File: lib/Transforms/Scalar/JumpThreading.cpp
At: Mon 30 Aug 2010 15:37:10
Changed By: resistor
Comments: Revert r112539.  It accidentally introduced a miscompilation.
Properties: 




Files:
 Makefile.def
 Makefile.in
At: Mon 30 Aug 2010 15:42:07
Changed By: asl
Comments: Fix broken newlib build dependencies (otherwise parallel build will apparently fail).
Patch backported from mainline, where is was committed under GPLv2.
Patch suggested by Sandeep Patel!Properties: 




File: lib/Transforms/Scalar/ValuePropagation.cpp
At: Mon 30 Aug 2010 15:47:07
Changed By: resistor
Comments: Add statistics to evaluate this pass.
Properties: 




File: lib/Target/ARM/ARMExpandPseudoInsts.cpp
At: Mon 30 Aug 2010 15:52:07
Changed By: asl
Comments: Expand MOVi32imm in ARM mode after regalloc. This provides
scheduling opportunities (extra instruction can go in between
MOVT / MOVW pair removing the stall).Properties: 




LOGS:
Last 10 lines of 'stdio':
	********************
	Failing Tests (1):
	    LLVM :: CodeGen/ARM/t2-imm.ll
	
	  Expected Passes    : 5427
	  Expected Failures  : 37
	  Unsupported Tests  : 40
	  Unexpected Failures: 1
	make[1]: *** [check-local-lit] Error 1
	make: *** [check] Error 2

Last 10 lines of 'dg.log':
	

Last 10 lines of 'dg.sum':
	




More information about the llvm-testresults mailing list