[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Wed Mar 31 23:52:04 PDT 2010
The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/1096
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-02
Build Reason:
Build Source Stamp: 100093
Blamelist: evancheng,lattner
BUILD FAILED: failed compile
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
include/llvm/Target/TargetLowering.h
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/PowerPC/PPCISelLowering.h
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86ISelLowering.h
test/CodeGen/X86/2009-11-16-UnfoldMemOpBug.ll
test/CodeGen/X86/byval7.ll
test/CodeGen/X86/memcpy-2.ll
test/CodeGen/X86/memset-2.ll
test/CodeGen/X86/memset64-on-x86-32.ll
test/CodeGen/X86/small-byval-memcpy.ll
test/CodeGen/X86/unaligned-load.ll
At: Wed 31 Mar 2010 23:05:38
Changed By: evancheng
Comments: Fix sdisel memcpy, memset, memmove lowering:
1. Makes it possible to lower with floating point loads and stores.
2. Avoid unaligned loads / stores unless it's fast.
3. Fix some memcpy lowering logic bug related to when to optimize a
load from constant string into a constant.
4. Adjust x86 memcpy lowering threshold to make it more sane.
5. Fix x86 target hook so it uses vector and floating point memory
ops more effectively.
rdar://7774704
Properties:
File: include/llvm/Support/DebugLoc.h
At: Wed 31 Mar 2010 23:30:38
Changed By: lattner
Comments: add comments, don't require inlined-at to be specified.
Properties:
Files:
include/llvm/Support/IRBuilder.h
lib/VMCore/Core.cpp
At: Wed 31 Mar 2010 23:35:38
Changed By: lattner
Comments: switch IRBuilder to use NewDebugLoc for locations instead
of raw mdnodes. This allows frontends to specify debug
locations without ever creating an MDNode for the DILocation.
This requires a corresponding clang/llvm-gcc change which
I'll try to commit as simultaneously as possible.
Properties:
File: gcc/llvm-debug.cpp
At: Wed 31 Mar 2010 23:35:39
Changed By: lattner
Comments: adjust to IRBuilder change and use faster DebugLoc apis.
Properties:
Files:
lib/CodeGen/CGDebugInfo.cpp
lib/CodeGen/CodeGenModule.cpp
At: Wed 31 Mar 2010 23:35:39
Changed By: lattner
Comments: adjust to IRBuilder change and use faster DebugLoc apis.
Properties:
LOGS:
Last 10 lines of 'stdio':
llvm[4]: Compiling UndefinedAssignmentChecker.cpp for Release build
llvm[4]: Compiling UnixAPIChecker.cpp for Release build
llvm[4]: Compiling VLASizeChecker.cpp for Release build
llvm[4]: Compiling ValueManager.cpp for Release build
llvm[4]: Building Release Archive Library libclangSema.a
llvm[4]: Building Release Archive Library libclangChecker.a
llvm[4]: Building Release Archive Library libclangFrontend.a
make[2]: *** [all] Error 1
make[1]: *** [clang/.makeall] Error 2
make: *** [all] Error 1
Last 10 lines of 'warnings':
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10-selfhost-rel/llvm.src/tools/clang/lib/Sema/SemaTemplate.cpp:4918: warning: 'Keyword' may be used uninitialized in this function
More information about the llvm-testresults
mailing list