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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Wed May 5 19:33:32 PDT 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/2478

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

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

Build Reason: 
Build Source Stamp: 103158
Blamelist: djg,evancheng

BUILD FAILED: failed compile.llvm.stage1

sincerely,
 -The Buildbot


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

CHANGES:
File: lib/Support/raw_ostream.cpp
At: Wed 05 May 2010 18:33:07
Changed By: djg
Comments: Handle EWOULDBLOCK as EAGAIN. And add a comment explaining why
EAGAIN and EWOULDBLOCK are used here.

Also, handle the case where a write call is interrupted after
some data has already been written.
Properties: 




File: lib/Target/ARM/ARMBaseInstrInfo.cpp
At: Wed 05 May 2010 18:38:06
Changed By: evancheng
Comments: storeRegToStackSlot has forgotten about QPR_8 register class.Properties: 




File: lib/Target/ARM/ARMBaseInstrInfo.cpp
At: Wed 05 May 2010 18:38:06
Changed By: evancheng
Comments: Cosmetic changes.Properties: 




Files:
 lib/Target/ARM/ARMBaseInstrInfo.cpp
 lib/Target/ARM/ARMBaseRegisterInfo.cpp
 lib/Target/ARM/ARMInstrNEON.td
 lib/Target/ARM/ARMRegisterInfo.h
 lib/Target/ARM/ARMRegisterInfo.td
At: Wed 05 May 2010 18:58:06
Changed By: evancheng
Comments: Adding pseudo 256-bit registers QQ0 . . . QQ7 to represent pairs of Q registers. These will be used to model VLD2 / VST2 instructions in order to get substantially better codegen for them.
Properties: 




File: lib/Target/ARM/ARMBaseInstrInfo.cpp
At: Wed 05 May 2010 18:58:06
Changed By: evancheng
Comments: Fix an obvious bug in isMoveInstr. It needs to return sub-register indices.Properties: 




File: lib/Support/raw_ostream.cpp
At: Wed 05 May 2010 19:08:06
Changed By: djg
Comments: Handle the case where open(2) or close(2) is interrupted by a signal when
automatic syscall restarting is disabled.

Also, fix the build on systems which don't define EWOULDBLOCK.
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