[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-x86_64-darwin10-selfhost
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Tue Sep 21 14:22:55 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/5697
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-04
Build Reason:
Build Source Stamp: 114478
Blamelist: dpatel,kremenek,lattner,resistor,stoklund
BUILD FAILED: failed buildit-llvmCore
sincerely,
-The Buildbot
================================================================================
CHANGES:
File: lib/CodeGen/LiveInterval.cpp
At: Tue 21 Sep 2010 13:19:01
Changed By: stoklund
Comments: Refix MSVC9 and upper_bound. It actually needs a fully symmetric comparator.Properties:
Files:
include/llvm/Target/TargetSelectionDAG.td
lib/Target/ARM/ARMISelDAGToDAG.cpp
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrThumb2.td
lib/Target/Blackfin/BlackfinISelDAGToDAG.cpp
lib/Target/CellSPU/SPUOperands.td
lib/Target/MBlaze/MBlazeISelDAGToDAG.cpp
lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
lib/Target/Mips/MipsISelDAGToDAG.cpp
lib/Target/PIC16/PIC16ISelDAGToDAG.cpp
lib/Target/PIC16/PIC16ISelDAGToDAG.h
lib/Target/PowerPC/PPCISelDAGToDAG.cpp
lib/Target/Sparc/SparcISelDAGToDAG.cpp
lib/Target/SystemZ/SystemZISelDAGToDAG.cpp
lib/Target/X86/X86ISelDAGToDAG.cpp
lib/Target/X86/X86InstrFragmentsSIMD.td
lib/Target/XCore/XCoreISelDAGToDAG.cpp
utils/TableGen/CodeGenTarget.cpp
utils/TableGen/CodeGenTarget.h
utils/TableGen/DAGISelMatcherEmitter.cpp
At: Tue 21 Sep 2010 13:33:03
Changed By: lattner
Comments: fix a long standing wart: all the ComplexPattern's were being
passed the root of the match, even though only a few patterns
actually needed this (one in X86, several in ARM [which should
be refactored anyway], and some in CellSPU that I don't feel
like detangling). Instead of requiring all ComplexPatterns to
take the dead root, have targets opt into getting the root by
putting SDNPWantRoot on the ComplexPattern.
Properties:
Files:
include/llvm/CodeGen/SelectionDAGISel.h
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
utils/TableGen/DAGISelMatcherEmitter.cpp
At: Tue 21 Sep 2010 13:43:43
Changed By: lattner
Comments: just like they can opt into getting the root of the pattern being
matched, allow ComplexPatterns to opt into getting the parent node
of the operand being matched.
Properties:
Files:
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86ISelLowering.h
At: Tue 21 Sep 2010 13:48:35
Changed By: resistor
Comments: Reimplement r114460 in target-independent DAGCombine rather than target-dependent, by using
the predicate to discover the number of sign bits. Enhance X86's target lowering to provide
a useful response to this query.
Properties:
File: lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
At: Tue 21 Sep 2010 13:48:35
Changed By: lattner
Comments: correct this logic.
Properties:
File: test/CodeGen/X86/2010-05-25-DotDebugLoc.ll
At: Tue 21 Sep 2010 13:53:03
Changed By: dpatel
Comments: Use FileCheck
Properties:
Files:
lib/Sema/SemaObjCProperty.cpp
test/Index/properties-class-extensions.m
tools/libclang/CIndex.cpp
At: Tue 21 Sep 2010 13:58:37
Changed By: kremenek
Comments: Correctly register the class extension as the lexical DeclContext for ObjC methods declared with @property in class extensions.
This matches the behavior for setters.
Also pass the class extension to ProcessPropertyDecl as the lexical DeclContext, even when not redeclaring the @property.
This fixes the remaining issues in <rdar://problem/7410145>.Properties:
File: lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
At: Tue 21 Sep 2010 13:58:37
Changed By: dpatel
Comments: If only user of a vreg is an copy instruction to export copy of vreg out of current basic block then insert DBG_VALUE so that debug value of the variable is also transfered to new vreg.
Testcase is in r114476.
This fixes radar 8412415.
Properties:
LOGS:
Last 10 lines of 'stdio':
ar cru /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvmCore.roots/llvmCore~obj/obj-llvm/Release+Debug/lib/libLLVMARMInfo.a /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvmCore.roots/llvmCore~obj/obj-llvm/lib/Target/ARM/TargetInfo/Release+Debug/ARMTargetInfo.o
[Logging for XBS] Used static archive: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvmCore.roots/llvmCore~obj/obj-llvm/Release+Debug/lib/libLLVMARMInfo.a
ranlib /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvmCore.roots/llvmCore~obj/obj-llvm/Release+Debug/lib/libLLVMARMInfo.a
[Logging for XBS] Used static archive: /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvmCore.roots/llvmCore~obj/obj-llvm/Release+Debug/lib/libLLVMARMInfo.a
make[1]: *** [all] Error 1
+ '[' 2 '!=' 0 ']'
+ echo 'error: LLVM '\''make'\'' failed!'
error: LLVM 'make' failed!
+ exit 1
make: *** [install] Error 1
More information about the llvm-testresults
mailing list