[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-powerpc-darwin9

daniel_dunbar at apple.com daniel_dunbar at apple.com
Thu Mar 4 12:04:22 PST 2010


The Buildbot has detected a new failure of llvm-gcc-powerpc-darwin9 on smooshlab.
Full details are available at:
 http://smooshlab.apple.com:8010/builders/llvm-gcc-powerpc-darwin9/builds/1201

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

Buildslave for this Build: smoosh-14.apple.com

Build Reason: 
Build Source Stamp: 97739
Blamelist: jyasskin,lattner

BUILD FAILED: failed compile.llvm.stage1

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 lib/ExecutionEngine/JIT/JITEmitter.cpp
 unittests/ExecutionEngine/JIT/JITTest.cpp
At: Thu 04 Mar 2010 11:48:57
Changed By: jyasskin
Comments: Fix PR6360.  It's easy for a stub's address to escape to user code, so we can't
just count references to it from JIT output to decide when to destroy it.  This
patch waits to destroy the JIT's memory of a stub until the Function it refers
to is destroyed.  External function stubs and GVIndirectSyms aren't destroyed
until the JIT itself is.
Properties: 




File: lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
At: Thu 04 Mar 2010 11:48:57
Changed By: lattner
Comments: add a statistic for # times fastisel fails.
Properties: 




File: lib/Target/X86/X86FastISel.cpp
At: Thu 04 Mar 2010 11:48:57
Changed By: lattner
Comments: make gep matching in fastisel match the base of the gep as a
register if it isn't possible to match the indexes *and* the base.
This fixes some fast isel rejects of load instructions on oggenc.
Properties: 




LOGS:
Last 10 lines of 'stdio':
	llvm[2]: Compiling StrongPHIElimination.cpp for Release build
	llvm[2]: Compiling TailDuplication.cpp for Release build
	llvm[2]: Compiling TargetInstrInfoImpl.cpp for Release build
	llvm[2]: Compiling TargetLoweringObjectFileImpl.cpp for Release build
	llvm[2]: Compiling TwoAddressInstructionPass.cpp for Release build
	llvm[2]: Compiling UnreachableBlockElim.cpp for Release build
	llvm[2]: Compiling VirtRegMap.cpp for Release build
	llvm[2]: Compiling VirtRegRewriter.cpp for Release build
	llvm[2]: Building Release Archive Library libLLVMCodeGen.a
	make: *** [all] Error 1




More information about the llvm-testresults mailing list