[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-x86_64-darwin10-selfhost
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Fri Apr 30 16:39:08 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/3382
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-04
Build Reason:
Build Source Stamp: 102800
Blamelist: ddunbar,djg,kremenek,lattner,void
BUILD FAILED: failed test-llvm
sincerely,
-The Buildbot
================================================================================
CHANGES:
File: Makefile.rules
At: Fri 30 Apr 2010 15:04:25
Changed By: ddunbar
Comments: Don't use 'else ifdef', I guess this is a 3.81 feature?Properties:
Files:
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
test/CodeGen/X86/2010-04-30-VectorUnrollBug.ll
At: Fri 30 Apr 2010 15:24:24
Changed By: void
Comments: EXTRACT_VECTOR_ELT of an INSERT_VECTOR_ELT may have the same index, but the
indexes could be of a different value type. Or not even using the same SDNode
for the constant (weird, I know). Compare the actual values instead of the
pointers.
Properties:
File: lib/Analysis/CFG.cpp
At: Fri 30 Apr 2010 15:29:24
Changed By: kremenek
Comments: Add null check in CFGBuilder::VisitStmt() to make CFG construction
more resilient to bad code.Properties:
Files:
lib/Analysis/InlineCost.cpp
test/Transforms/Inline/2009-01-12-RecursiveInline.ll
test/Transforms/Inline/noinline-recursive-fn.ll
At: Fri 30 Apr 2010 15:39:24
Changed By: lattner
Comments: Dan recently disabled recursive inlining within a function, but we
were still inlining self-recursive functions into other functions.
Inlining a recursive function into itself has the potential to
reduce recursion depth by a factor of 2, inlining a recursive
function into something else reduces recursion depth by exactly
1. Since inlining a recursive function into something else is a
weird form of loop peeling, turn this off.
The deleted testcase was added by Dale in r62107, since then
we're leaning towards not inlining recursive stuff ever. In any
case, if we like inlining recursive stuff, it should be done
within the recursive function itself to get the algorithm
recursion depth win.
Properties:
File: lib/Target/Alpha/AlphaJITInfo.cpp
At: Fri 30 Apr 2010 15:39:24
Changed By: djg
Comments: Fix a typo.
Properties:
File: test/CodeGen/X86/2010-04-30-VectorUnrollBug.ll
At: Fri 30 Apr 2010 15:49:24
Changed By: void
Comments: Force 64-bit.
Properties:
LOGS:
Last 10 lines of 'stdio':
Running /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/test/Transforms/TailDup/dg.exp ...
Running /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/test/Verifier/dg.exp ...
=== Summary ===
# of expected passes 4902
# of unexpected failures 1
# of expected failures 35
make[1]: *** [check-local] Error 1
make: *** [check] Error 2
Last 10 lines of 'dg.log':
Last 10 lines of 'dg.sum':
More information about the llvm-testresults
mailing list