[llvm-testresults] buildbot failure in lab.llvm.org on phase3 - tree health
llvmlab-buildmaster at lab.llvm.org
llvmlab-buildmaster at lab.llvm.org
Sun Jan 12 21:54:28 PST 2014
The Buildbot has detected a new failure on builder phase3 - tree health while building lab.llvm.org.
Full details are available at:
http://lab.llvm.org:8013/builders/phase3%20-%20tree%20health/builds/2175
Buildbot URL: http://lab.llvm.org:8013/
Buildslave for this Build: macpro1
Build Reason: scheduler
Build Source Stamp: 199061
Blamelist: alp,chandlerc,chapuni,nrieck,stoklund
BUILD FAILED: failed
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
include/llvm/IR/IRPrintingPasses.h
include/llvm/IR/PrintModulePass.h
include/llvm/LinkAllPasses.h
lib/Analysis/LoopPass.cpp
lib/CodeGen/LLVMTargetMachine.cpp
lib/CodeGen/Passes.cpp
lib/IR/AsmWriter.cpp
lib/IR/IRPrintingPasses.cpp
lib/IR/LegacyPassManager.cpp
lib/IR/Pass.cpp
lib/Target/CppBackend/CPPBackend.cpp
lib/Target/NVPTX/NVPTXTargetMachine.cpp
tools/llc/llc.cpp
tools/llvm-extract/llvm-extract.cpp
tools/llvm-stress/llvm-stress.cpp
tools/opt/opt.cpp
unittests/IR/LegacyPassManagerTest.cpp
On: smooshlab-project
At: Sun 12 Jan 2014 03:21:07
Changed By: chandlerc
Comments: [PM] Rename the IR printing pass header to a more generic and correct
name to match the source file which I got earlier. Update the include
sites. Also modernize the comments in the header to use the more
recommended doxygen style.Properties:
phase_id: r199049-t20140112_060354-b15522
File: lib/CodeGen/BackendUtil.cpp
On: smooshlab-project
At: Sun 12 Jan 2014 03:21:09
Changed By: chandlerc
Comments: [PM] Update Clang to follow the header rename in LLVM r199041.Properties:
phase_id: r199049-t20140112_060354-b15522
Files:
include/llvm/IR/IRPrintingPasses.h
include/llvm/LinkAllPasses.h
lib/CodeGen/LLVMTargetMachine.cpp
lib/CodeGen/Passes.cpp
lib/IR/IRPrintingPasses.cpp
lib/IR/LegacyPassManager.cpp
lib/IR/Pass.cpp
tools/llvm-extract/llvm-extract.cpp
tools/opt/opt.cpp
On: smooshlab-project
At: Sun 12 Jan 2014 03:41:20
Changed By: chandlerc
Comments: [PM] Simplify the interface exposed for IR printing passes.
Nothing was using the ability of the pass to delete the raw_ostream it
printed to, and nothing was trying to pass it a pointer to the
raw_ostream. Also, the function variant had a different order of
arguments from all of the others which was just really confusing. Now
the interface accepts a reference, doesn't offer to delete it, and uses
a consistent order. The implementation of the printing passes haven't
been updated with this simplification, this is just the API switch.Properties:
phase_id: r199049-t20140112_060354-b15522
File: lib/CodeGen/BackendUtil.cpp
On: smooshlab-project
At: Sun 12 Jan 2014 03:41:20
Changed By: chandlerc
Comments: [PM] Update the creation of an IR printing pass to reflect the API
update in LLVM r199044.Properties:
phase_id: r199049-t20140112_060354-b15522
Files:
include/llvm/IR/IRPrintingPasses.h
include/llvm/InitializePasses.h
lib/IR/Core.cpp
lib/IR/IRPrintingPasses.cpp
test/Other/new-pass-manager.ll
tools/opt/Passes.cpp
On: smooshlab-project
At: Sun 12 Jan 2014 04:27:00
Changed By: chandlerc
Comments: [PM] Add module and function printing passes for the new pass manager.
This implements the legacy passes in terms of the new ones. It adds
basic testing using explicit runs of the passes. Next up will be wiring
the basic output mechanism of opt up when the new pass manager is
engaged unless bitcode writing is requested.Properties:
phase_id: r199049-t20140112_060354-b15522
Files:
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
test/CodeGen/AArch64/variadic.ll
test/CodeGen/NVPTX/vec-param-load.ll
test/CodeGen/X86/MachineSink-DbgValue.ll
test/CodeGen/X86/bt.ll
test/CodeGen/X86/i64-mem-copy.ll
test/CodeGen/X86/pr16031.ll
test/CodeGen/X86/sse2.ll
test/CodeGen/X86/v2f32.ll
On: smooshlab-project
At: Sun 12 Jan 2014 06:17:00
Changed By: nrieck
Comments: Fix non-deterministic SDNodeOrder-dependent codegen
Reset SelectionDAGBuilder's SDNodeOrder to ensure deterministic code
generation.Properties:
phase_id: r199052-t20140112_070743-b15523
File: test/CodeGen/X86/shl_undef.ll
On: smooshlab-project
At: Sun 12 Jan 2014 06:51:20
Changed By: chapuni
Comments: llvm/test/CodeGen/X86/shl_undef.ll: Tweak to satisfy r199050.
Use intel syntax, or "shl" might hit "pushl".Properties:
phase_id: r199052-t20140112_070743-b15523
File: lib/Support/raw_ostream.cpp
On: smooshlab-project
At: Sun 12 Jan 2014 06:51:20
Changed By: chapuni
Comments: raw_stream formatter: [Win32] Use std::signbit() if available, instead of _fpclass().
FIXME: It should be generic to C++11. For now, it is dedicated to mingw-w64.Properties:
phase_id: r199052-t20140112_070743-b15523
Files:
include/clang/Basic/DiagnosticParseKinds.td
test/SemaCXX/cxx98-compat.cpp
On: smooshlab-project
At: Sun 12 Jan 2014 07:26:59
Changed By: alp
Comments: Clarify warn_cxx98_compat_attribute diagnostic
Various attribute flavours are supported in C++98. Make it clear that this
compatibility warning relates specifically to C++11-style generalized
attributes.Properties:
phase_id: r199054-t20140112_072920-b15524
File: lib/AST/ASTContext.cpp
On: smooshlab-project
At: Sun 12 Jan 2014 07:27:00
Changed By: alp
Comments: Delete inaccurate doc comment - isVariadic is long gone
The canonical documentation in the header is up-to-date.Properties:
phase_id: r199054-t20140112_072920-b15524
File: test/CodeGen/X86/i64-mem-copy.ll
On: smooshlab-project
At: Sun 12 Jan 2014 08:07:20
Changed By: nrieck
Comments: Make test independent of schedulingProperties:
phase_id: r199055-t20140112_080921-b15525
File: lib/Support/raw_ostream.cpp
On: smooshlab-project
At: Sun 12 Jan 2014 08:21:00
Changed By: chapuni
Comments: raw_fd_ostream: Don't change STDERR to O_BINARY, or w*printf() (in assert()) would barf wide chars after llvm::errs().Properties:
phase_id: r199057-t20140112_092310-b15526
File: cmake/modules/TableGen.cmake
On: smooshlab-project
At: Sun 12 Jan 2014 09:51:00
Changed By: chapuni
Comments: [CMake] Add a comment to tablegen's copy_if_different. Ninja reports every action by default.Properties:
phase_id: r199058-t20140112_101048-b15527
File: unittests/ASTMatchers/Dynamic/VariantValueTest.cpp
On: smooshlab-project
At: Sun 12 Jan 2014 09:57:00
Changed By: chapuni
Comments: DynamicASTMatchers/VariantValueTest.cpp: It works with msvcrt since setmode(stderr, O_BINARY) were removed.Properties:
phase_id: r199059-t20140112_105751-b15528
Files:
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/Target/Sparc/SparcAsmPrinter.cpp
test/CodeGen/SPARC/missinglabel.ll
On: smooshlab-project
At: Sun 12 Jan 2014 11:31:00
Changed By: stoklund
Comments: Handle bundled terminators in isBlockOnlyReachableByFallthrough.
Targets like SPARC and MIPS have delay slots and normally bundle the
delay slot instruction with the corresponding terminator.
Teach isBlockOnlyReachableByFallthrough to find any MBB operands on
bundled terminators so SPARC doesn't need to specialize this function.Properties:
phase_id: r199061-t20140112_114507-b15529
LOGS:
More information about the llvm-testresults
mailing list