[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-fnt
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Mon Sep 20 23:20:18 PDT 2010
The Buildbot has detected a new failure of clang-x86_64-darwin10-fnt on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-fnt/builds/4281
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-02
Build Reason:
Build Source Stamp: 114404
Blamelist: lattner,sfider
BUILD FAILED: failed compile
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
include/llvm/CodeGen/MachineMemOperand.h
include/llvm/CodeGen/SelectionDAGNodes.h
lib/CodeGen/MachineInstr.cpp
At: Mon 20 Sep 2010 22:43:30
Changed By: lattner
Comments: add some helpful accessors.
Properties:
Files:
include/llvm/CodeGen/SelectionDAG.h
include/llvm/Target/TargetSelectionDAGInfo.h
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMSelectionDAGInfo.cpp
lib/Target/ARM/ARMSelectionDAGInfo.h
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86SelectionDAGInfo.cpp
lib/Target/X86/X86SelectionDAGInfo.h
lib/Target/XCore/XCoreISelLowering.cpp
At: Mon 20 Sep 2010 22:43:30
Changed By: lattner
Comments: reimplement memcpy/memmove/memset lowering to use MachinePointerInfo
instead of srcvalue/offset pairs. This corrects SV info for mem
operations whose size is > 32-bits.
Properties:
File: lib/Target/X86/X86SelectionDAGInfo.cpp
At: Mon 20 Sep 2010 22:48:03
Changed By: lattner
Comments: Fix a bug where the x86 backend would lower memcpy/memset of segment relative operations
into non-segment-relative copies.
Properties:
Files:
include/clang/Analysis/CFG.h
lib/Analysis/CFG.cpp
At: Mon 20 Sep 2010 23:04:17
Changed By: sfider
Comments: Added:
- definitions of interfaces for CFGInitializer and CFGAutomaticObjDtor,
- support for above classes to print_elem function (renamed print_stmt),
- support for VarDecls in StmtPrinterHelper.
Properties:
File: lib/Target/X86/X86ISelLowering.cpp
At: Mon 20 Sep 2010 23:08:13
Changed By: lattner
Comments: update the X86 backend to use the MachinePointerInfo version of one
of the getLoad methods. This fixes at least one bug where an incorrect
svoffset is passed in (a potential combiner-aa miscompile).
Properties:
LOGS:
Last 10 lines of 'stdio':
llvm[3]: Compiling CallGraphSCCPass.cpp for Debug+Asserts build
llvm[3]: Compiling FindUsedTypes.cpp for Debug+Asserts build
llvm[3]: Compiling GlobalsModRef.cpp for Debug+Asserts build
llvm[4]: Building Debug+Asserts Archive Library libLLVMARMDisassembler.a
llvm[4]: Compiling ARMTargetInfo.cpp for Debug+Asserts build
llvm[3]: Building Debug+Asserts Archive Library libLLVMipa.a
llvm[4]: Building Debug+Asserts Archive Library libLLVMARMInfo.a
make[1]: *** [Target/.makeall] Error 2
make[1]: *** Waiting for unfinished jobs....
make: *** [all] Error 1
More information about the llvm-testresults
mailing list