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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Mon Nov 29 16:56:59 PST 2010


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

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

Buildslave for this Build: smoosh-02

Build Reason: 
Build Source Stamp: 120370
Blamelist: grosbach,lattner,resistor,void

BUILD FAILED: failed compile

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 lib/Target/ARM/ARMInstrInfo.td
 lib/Target/ARM/ARMInstrThumb.td
At: Mon 29 Nov 2010 16:13:26
Changed By: void
Comments: Predicate encoding should be withing {}s. And general cleanup.Properties: 




File: lib/Target/ARM/ARMInstrInfo.td
At: Mon 29 Nov 2010 16:13:26
Changed By: grosbach
Comments: Make a few more ARM pseudo instructions actually use the PseudoInst base class.Properties: 




Files:
 lib/Transforms/Scalar/DeadStoreElimination.cpp
 test/Transforms/DeadStoreElimination/simple.ll
At: Mon 29 Nov 2010 16:18:29
Changed By: lattner
Comments: my previous patch would cause us to start deleting some volatile
stores, fix and add a testcase.
Properties: 




Files:
 lib/Target/ARM/ARMCodeEmitter.cpp
 lib/Target/ARM/ARMInstrFormats.td
 lib/Target/ARM/ARMInstrThumb2.td
 lib/Target/ARM/ARMMCCodeEmitter.cpp
 test/MC/ARM/thumb2.s
At: Mon 29 Nov 2010 16:18:29
Changed By: resistor
Comments: Correct Thumb2 encodings for a much wider range of loads and stores.
Properties: 




File: lib/Target/ARM/ARMInstrThumb.td
At: Mon 29 Nov 2010 16:22:37
Changed By: void
Comments: Add some encoding for the adr instruction. Labels still need to be finished.
Properties: 




Files:
 lib/Target/ARM/ARMCodeEmitter.cpp
 lib/Target/ARM/ARMInstrInfo.td
At: Mon 29 Nov 2010 16:27:37
Changed By: grosbach
Comments: Rename BX/BRIND/etc patterns to clarify which is actually the BX instruction
and which are pseudos.Properties: 




Files:
 lib/Analysis/BasicAliasAnalysis.cpp
 lib/Transforms/Scalar/DeadStoreElimination.cpp
 test/Transforms/DeadStoreElimination/simple.ll
At: Mon 29 Nov 2010 16:34:52
Changed By: lattner
Comments: Teach basicaa that memset's modref set is at worst "mod" and never
contains "ref".

Enhance DSE to use a modref query instead of a store-specific hack
to generalize the "ignore may-alias stores" optimization to handle
memset and memcpy.
Properties: 




File: lib/Target/ARM/ARMInstrThumb.td
At: Mon 29 Nov 2010 16:38:40
Changed By: void
Comments: Add correct encoding for "bl __aeabi_read_tp". However, the asm matcher isn't
able to match this yet.
Properties: 




Files:
 lib/Analysis/BasicAliasAnalysis.cpp
 test/Transforms/DeadStoreElimination/simple.ll
At: Mon 29 Nov 2010 16:48:16
Changed By: lattner
Comments: enhance basicaa to return "Mod" for a memcpy call when the
queried location doesn't overlap the source, and add a testcase.
Properties: 




LOGS:
Last 10 lines of 'stdio':
	llvm[3]: Compiling FindUsedTypes.cpp for Release+Asserts build
	llvm[3]: Compiling GlobalsModRef.cpp for Release+Asserts build
	llvm[4]: Building Release+Asserts Archive Library libLLVMX86Info.a
	make[1]: *** [Target/.makeall] Error 2
	make[1]: *** Waiting for unfinished jobs....
	llvm[2]: Compiling VirtRegRewriter.cpp for Release+Asserts build
	llvm[3]: Compiling IPA.cpp for Release+Asserts build
	llvm[3]: Building Release+Asserts Archive Library libLLVMipa.a
	llvm[2]: Building Release+Asserts Archive Library libLLVMCodeGen.a
	make: *** [all] Error 1




More information about the llvm-testresults mailing list