[llvm-testresults] buildbot failure in lab.llvm.org on phase2 - living
llvmlab-buildmaster at lab.llvm.org
llvmlab-buildmaster at lab.llvm.org
Wed Jun 11 19:55:12 PDT 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/164
Buildbot URL: http://lab.llvm.org:8013/
Buildslave for this Build: macpro1
Build Reason: scheduler
Build Source Stamp: 210721
Blamelist: arsenm,bwilson,eliben,fjahanian,gclayton,grosbach,hans,mcrosier,rafael,ributzka,rnk,rsmith,tstellar,zturner
BUILD FAILED: failed
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
lib/Target/R600/SIInstructions.td
test/CodeGen/R600/bitcast.ll
On: smooshlab-project
At: Wed 11 Jun 2014 12:40:37
Changed By: arsenm
Comments: R600/SI: Fix bitcast between v2i32 and f64
This is the same problem fixed in r210664 for more types.
The test passes without this fix. For some reason
I'm only hitting this when creating selects lowered
to v2i32 selects.Properties:
phase_id: r210692-t20140611_130149-b730
Files:
lib/Driver/Tools.cpp
test/Driver/cl-options.c
On: smooshlab-project
At: Wed 11 Jun 2014 12:56:37
Changed By: hans
Comments: clang-cl: accept the /C option with /P (PR19978)
(It's also allowed with /EP, but we haven't implemented that option yet.)Properties:
phase_id: r210696-t20140611_131142-b731
Files:
lib/AST/ExprConstant.cpp
test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p6.cpp
test/SemaCXX/constant-expression-cxx11.cpp
On: smooshlab-project
At: Wed 11 Jun 2014 13:06:37
Changed By: rsmith
Comments: Add missing "non-constant" diagnostic for a member call on a temporary of
non-literal class type.
Properties:
phase_id: r210696-t20140611_131142-b731
File: test/Misc/win32-macho.c
On: smooshlab-project
At: Wed 11 Jun 2014 13:30:37
Changed By: bwilson
Comments: Remove dev/null redirect and x86 backend requirement from new test.Properties:
phase_id: r210699-t20140611_133237-b732
Files:
test/MC/Disassembler/ARM/hex-immediates.txt
test/MC/Disassembler/X86/hex-immediates.txt
test/MC/Disassembler/X86/moffs.txt
tools/llvm-mc/llvm-mc.cpp
On: smooshlab-project
At: Wed 11 Jun 2014 13:36:37
Changed By: grosbach
Comments: llvm-mc: Add option for prefering hex format disassembly.
Previously there was a separate mode entirely (--hdis vs.
--disassemble). It makes a bit more sense for the immediate printing
style to be a flag for --disassmeble rather than an entirely different
thing.Properties:
phase_id: r210701-t20140611_134217-b733
Files:
lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp
test/MC/Disassembler/ARM/hex-immediates.txt
On: smooshlab-project
At: Wed 11 Jun 2014 13:36:37
Changed By: grosbach
Comments: ARM: honor hex immediate formatting for ldr/str i12 offsets.
Previously we would always print the offset as decimal, regardless of
the formatting requested. Now we use the formatImm() helper so the value
is printed as the client (LLDB in the motivating example) requested.
Before:
ldr.w r8, [sp, #180] @ always
After:
ldr.w r8, [sp, #0xb4] @ when printing hex immediates
ldr.w r8, [sp, #0180] @ when printing decimal immediates
rdar://17237103Properties:
phase_id: r210701-t20140611_134217-b733
File: lib/Target/R600/EvergreenInstructions.td
On: smooshlab-project
At: Wed 11 Jun 2014 14:00:37
Changed By: tstellar
Comments: R600: BCNT_INT is a vector only instructionProperties:
phase_id: r210703-t20140611_140237-b734
File: lib/Target/R600/R600Instructions.td
On: smooshlab-project
At: Wed 11 Jun 2014 14:00:37
Changed By: tstellar
Comments: R600: Set correct InstrItinClass for instructions using *Helper classes
We weren't doing this before, so all instruction using the *Helper
classes were considered for any ALU slot.
This fixes a hang in the builtin-char-clz-1.0.generated.cl piglit test.Properties:
phase_id: r210703-t20140611_140237-b734
Files:
lib/Target/AArch64/AArch64.td
lib/Target/AArch64/AArch64SchedA57.td
lib/Target/AArch64/AArch64SchedA57WriteRes.td
test/CodeGen/AArch64/arm64-misched-basic-A57.ll
On: smooshlab-project
At: Wed 11 Jun 2014 14:16:37
Changed By: mcrosier
Comments: [AArch64] Basic Sched Model for Cortex-A57.
Patch by Dave Estes<cestes at codeaurora.org>
Differential Revision: http://reviews.llvm.org/D4008Properties:
phase_id: r210705-t20140611_141838-b735
Files:
lib/Sema/SemaDeclAttr.cpp
test/SemaObjC/ns_returns_retained_block_return.m
On: smooshlab-project
At: Wed 11 Jun 2014 14:36:37
Changed By: fjahanian
Comments: Objective-C. Accept '__attribute__((__ns_returns_retained__))'
for function/methods returning block in MRR mode as well.
// rdar://17259812
Properties:
phase_id: r210707-t20140611_143837-b736
File: lib/Sema/SemaLookup.cpp
On: smooshlab-project
At: Wed 11 Jun 2014 14:36:37
Changed By: hans
Comments: Fix the VS2012 build.
It didn't handle the in-class member initializer and compound literal.Properties:
phase_id: r210707-t20140611_143837-b736
Files:
lib/Target/X86/X86FastISel.cpp
test/CodeGen/X86/frameaddr.ll
test/CodeGen/X86/x86-64-frameaddr.ll
test/CodeGen/X86/x86-frameaddr.ll
test/CodeGen/X86/x86-frameaddr2.ll
On: smooshlab-project
At: Wed 11 Jun 2014 14:56:38
Changed By: ributzka
Comments: [FastISel][X86] Add support for the frameaddress intrinsic.Properties:
phase_id: r210709-t20140611_145838-b737
Files:
include/llvm/Support/FileSystem.h
lib/Support/Path.cpp
unittests/Support/FileOutputBufferTest.cpp
unittests/Support/Path.cpp
On: smooshlab-project
At: Wed 11 Jun 2014 15:06:37
Changed By: rafael
Comments: Remove unused has_magic.
This will allow inlining get_magic, which should in turn fix one of the mingw
build problems after the switch to std::error_code.Properties:
phase_id: r210712-t20140611_150904-b738
File: lib/Sema/SemaExpr.cpp
On: smooshlab-project
At: Wed 11 Jun 2014 15:10:38
Changed By: rnk
Comments: Don't slice SemaDiagnosticBuilder
I wasn't able to figure out how to emit this diagnostic from a SFINAE
context, so I don't have a test.Properties:
phase_id: r210713-t20140611_153022-b739
Files:
lib/Sema/SemaDeclCXX.cpp
test/CodeGenCXX/dllimport.cpp
On: smooshlab-project
At: Wed 11 Jun 2014 15:56:37
Changed By: hans
Comments: Don't inherit dllimport to inline move assignment operators
Current MSVC versions don't have move assignment operators, so we
can't rely on them being available in the dll. If we have the
definition, we can just use that directly. This breaks pointer
equality, but should work fine otherwise.
When there is an MSVC version that supports move assignment,
we can key this off the -fmsc-ver option.
http://reviews.llvm.org/D4105Properties:
phase_id: r210715-t20140611_155838-b740
Files:
include/llvm/Support/FileSystem.h
lib/Support/Path.cpp
lib/Support/Unix/Path.inc
lib/Support/Windows/Path.inc
On: smooshlab-project
At: Wed 11 Jun 2014 16:06:38
Changed By: rafael
Comments: Implement get_magic with generic tools and inline it.Properties:
phase_id: r210716-t20140611_160941-b741
File: lib/IR/PassRegistry.cpp
On: smooshlab-project
At: Wed 11 Jun 2014 16:16:37
Changed By: zturner
Comments: Don't acquire the mutex during the destructor of PassRegistry.
This destructor is run as part of static program termination, and
so all ManagedStatics (including this lock) will have been
destroyed by llvm_shutdown. Furthermore, if there is actually
a race condition during static program termination, then we are
just hiding a bug somewhere else, because other threads should
not be running at this point.Properties:
phase_id: r210721-t20140611_163104-b742
File: source/Core/IOHandler.cpp
On: smooshlab-project
At: Wed 11 Jun 2014 16:20:38
Changed By: gclayton
Comments: Multi-line expressions in Xcode now have a space between the line number and the expression text.
<rdar://problem/17238093>
Properties:
phase_id: r210721-t20140611_163104-b742
File: lib/Target/X86/X86FastISel.cpp
On: smooshlab-project
At: Wed 11 Jun 2014 16:20:38
Changed By: ributzka
Comments: [FastIsel][X86] Add support for lowering the first 8 floating-point arguments.Properties:
phase_id: r210721-t20140611_163104-b742
Files:
lib/Target/X86/X86FastISel.cpp
test/CodeGen/X86/sqrt.ll
On: smooshlab-project
At: Wed 11 Jun 2014 16:20:38
Changed By: ributzka
Comments: [FastISel][X86] Add support for the sqrt intrinsic.Properties:
phase_id: r210721-t20140611_163104-b742
Files:
lib/Transforms/Scalar/LoopUnrollPass.cpp
test/Transforms/LoopUnroll/unroll-pragmas.ll
On: smooshlab-project
At: Wed 11 Jun 2014 16:26:37
Changed By: eliben
Comments: Teach LoopUnrollPass to respect loop unrolling hints in metadata.
See http://reviews.llvm.org/D4090 for more details.
The Clang change that produces this metadata was committed in r210667
Patch by Mark Heffernan.
Properties:
phase_id: r210721-t20140611_163104-b742
LOGS:
More information about the llvm-testresults
mailing list