[llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin10-qa_tests
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Mon Sep 20 23:22:28 PDT 2010
The Buildbot has detected a new failure of clang-i386-darwin10-qa_tests on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/clang-i386-darwin10-qa_tests/builds/792
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-01
Build Reason:
Build Source Stamp: 114404
Blamelist: lattner,sfider
BUILD FAILED: failed compile
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
include/llvm/CodeGen/SelectionDAG.h
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
At: Mon 20 Sep 2010 22:04:04
Changed By: lattner
Comments: simplify interface to SelectionDAG::getMemIntrinsicNode, making it take a MachinePointerInfo
Properties:
Files:
include/llvm/CodeGen/SelectionDAG.h
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
At: Mon 20 Sep 2010 22:13:57
Changed By: lattner
Comments: add overloads for SelectionDAG::getLoad, getStore, getTruncStore that take a
MachinePointerInfo. Among other virtues, this doesn't silently truncate the
svoffset to 32-bits.
Properties:
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]: Building Release Archive Library libLLVMipa.a
llvm[4]: Building Release Archive Library libLLVMARMAsmParser.a
llvm[4]: Compiling ARMDisassembler.cpp for Release build
llvm[4]: Compiling ARMDisassemblerCore.cpp for Release build
llvm[2]: Building Release Archive Library libLLVMCodeGen.a
llvm[4]: Building Release Archive Library libLLVMARMDisassembler.a
llvm[4]: Compiling ARMTargetInfo.cpp for Release build
llvm[4]: Building Release Archive Library libLLVMARMInfo.a
make[1]: *** [Target/.makeall] Error 2
make: *** [all] Error 1
More information about the llvm-testresults
mailing list