[llvm-testresults] buildbot failure in lab.llvm.org on phase2 - living
llvmlab-buildmaster at lab.llvm.org
llvmlab-buildmaster at lab.llvm.org
Thu Jan 30 18:56:51 PST 2014
The Buildbot has detected a new failure on builder phase2 - living while building lab.llvm.org.
Full details are available at:
http://lab.llvm.org:8013/builders/phase2%20-%20living/builds/6916
Buildbot URL: http://lab.llvm.org:8013/
Buildslave for this Build: macpro1
Build Reason: scheduler
Build Source Stamp: 200505
Blamelist: arsenm,benlangmuir,jingham,mren,resistor
BUILD FAILED: failed
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
docs/LangRef.rst
lib/Analysis/ValueTracking.cpp
test/Transforms/SimplifyCFG/speculate-math.ll
On: smooshlab-project
At: Thu 30 Jan 2014 16:16:05
Changed By: arsenm
Comments: Allow speculating llvm.sqrt, fma and fmuladd
This doesn't set errno, so this should be OK.
Also update the documentation to explicitly state
that errno are not set.Properties:
phase_id: r200501-t20140130_161806-b15916
Files:
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
test/CodeGen/ARM/lsr-unfolded-offset.ll
test/CodeGen/X86/MachineBranchProb.ll
On: smooshlab-project
At: Thu 30 Jan 2014 16:51:52
Changed By: mren
Comments: PGO branch weight: update edge weights in SelectionDAGBuilder.
When converting from "or + br" to two branches, or converting from
"and + br" to two branches, we correctly update the edge weights of
the two branches.
The previous attempt at r200431 was reverted at r200434 because of
two testing case failures. I modified my patch a little, but forgot
to re-run "make check-all".
Testing case CodeGen/ARM/lsr-unfolded-offset.ll is updated because of
the patch's impact on branch probability which causes changes in
spill placement.
Properties:
phase_id: r200502-t20140130_165353-b15917
File: lib/CodeGen/SelectionDAG/DAGCombiner.cpp
On: smooshlab-project
At: Thu 30 Jan 2014 17:01:52
Changed By: resistor
Comments: DAGCombine should not produce ISD::OR nodes after operation legalization if they're not legal.
Properties:
phase_id: r200503-t20140130_170352-b15918
File: source/Core/Debugger.cpp
On: smooshlab-project
At: Thu 30 Jan 2014 17:11:52
Changed By: jingham
Comments: Check curr_thread is not empty before accessing it.
<rdar://problem/15953271>
Properties:
phase_id: r200504-t20140130_171353-b15919
Files:
include/clang/Serialization/ASTBitCodes.h
include/clang/Serialization/ASTReader.h
include/clang/Serialization/ASTWriter.h
lib/Serialization/ASTReader.cpp
lib/Serialization/ASTReaderDecl.cpp
lib/Serialization/ASTWriter.cpp
lib/Serialization/ASTWriterDecl.cpp
test/Modules/Inputs/autolink-sub3.h
test/Modules/Inputs/autolink-sub3.pch
test/Modules/Inputs/module.map
test/Modules/autolink.m
On: smooshlab-project
At: Thu 30 Jan 2014 17:15:52
Changed By: benlangmuir
Comments: Fix autolinking when modules are imported in pch files
Add the ImportDecl to the set of interesting delcarations that are
deserialized eagerly when an AST file is loaded (rather than lazily like
most decls). This is required to get auto linking to work when there is
no explicit import in the main file. Also resolve a FIXME to rename
'ExternalDefinitions', since that is only one of the things that need eager
deserialization. The new name is 'EagerlyDeserializedDecls'. The corresponding
AST bitcode is also renamed.Properties:
phase_id: r200505-t20140130_172148-b15920
LOGS:
More information about the llvm-testresults
mailing list