[llvm-testresults] buildbot failure in lab.llvm.org on phase2 - living
llvmlab-buildmaster at lab.llvm.org
llvmlab-buildmaster at lab.llvm.org
Tue Jan 14 21:07:46 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/6757
Buildbot URL: http://lab.llvm.org:8013/
Buildslave for this Build: macpro1
Build Reason: scheduler
Build Source Stamp: 199291
Blamelist: arnolds,bwilson,fjahanian,hans,kremenek,rafael,sepavloff,weimingz
BUILD FAILED: failed
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp
test/Analysis/dead-stores.m
On: smooshlab-project
At: Tue 14 Jan 2014 17:07:00
Changed By: kremenek
Comments: Teach DeadStoresChecker about attribute objc_precise_lifetime.Properties:
phase_id: r199283-t20140114_180236-b15600
Files:
include/clang/Basic/DiagnosticSemaKinds.td
test/PCH/chain-selectors.m
test/SemaObjC/selector-3.m
On: smooshlab-project
At: Tue 14 Jan 2014 17:07:00
Changed By: fjahanian
Comments: ObjectiveC. Improve on diagnostics per Jordan's feedback.
Properties:
phase_id: r199283-t20140114_180236-b15600
Files:
include/llvm/Bitcode/ReaderWriter.h
lib/Bitcode/Reader/BitReader.cpp
lib/Bitcode/Reader/BitcodeReader.cpp
lib/IRReader/IRReader.cpp
tools/llvm-nm/llvm-nm.cpp
On: smooshlab-project
At: Tue 14 Jan 2014 17:17:21
Changed By: rafael
Comments: Make parseBitcodeFile return an ErrorOr<Module *>.Properties:
phase_id: r199283-t20140114_180236-b15600
File: test/lit.cfg
On: smooshlab-project
At: Tue 14 Jan 2014 17:17:21
Changed By: hans
Comments: lit.cfg: Don't expand %ms_abi_triple to non-X86 triples
This is a follow-up to r199260. On ARM hosts, we were attempting to run
tests with triples such as armv7l-unknown-win32. This expands that fix to
cover all non-x86 targets since we only support MS ABI on x86.Properties:
phase_id: r199283-t20140114_180236-b15600
Files:
test/Driver/qa_override.c
tools/driver/driver.cpp
On: smooshlab-project
At: Tue 14 Jan 2014 17:51:00
Changed By: bwilson
Comments: Rename QA_OVERRIDE_GCC3_OPTIONS to CCC_OVERRIDE_OPTIONS. <rdar://14578381>
Continue to accept the old name for a while to make it an easier transition
for people who rely on this.Properties:
phase_id: r199283-t20140114_180236-b15600
Files:
lib/Target/ARM/ARMExpandPseudoInsts.cpp
test/CodeGen/ARM/2014-01-09-pseudo_expand_implicit_reg.ll
On: smooshlab-project
At: Tue 14 Jan 2014 17:40:59
Changed By: weimingz
Comments: PR 18466: Fix ARM Pseudo Expansion
When expanding neon pseudo stores, it may miss the implicit uses of sub
regs, which may cause post RA scheduler reorder instructions that
breakes anti dependency.
For example:
VST1d64QPseudo %R0<kill>, 16, %Q9_Q10, pred:14, pred:%noreg
will be expanded to
VST1d64Q %R0<kill>, 16, %D18, pred:14, pred:%noreg;
An instruction that defines %D20 may be scheduled before the store by
mistake.
This patches adds implicit uses for such case. For the example above, it
emits:
VST1d64Q %R0<kill>, 8, %D18, pred:14, pred:%noreg, %Q9_Q10<imp-use>
Properties:
phase_id: r199287-t20140114_192619-b15601
File: docs/LangRef.rst
On: smooshlab-project
At: Tue 14 Jan 2014 18:41:20
Changed By: hans
Comments: LangRef: attempt to fix line breaks
The line breaks around the "m:<mangling>" text in the Data Layout section
look weird. Let's see if this helps.Properties:
phase_id: r199287-t20140114_192619-b15601
File: docs/LangRef.rst
On: smooshlab-project
At: Tue 14 Jan 2014 18:57:20
Changed By: hans
Comments: LangRef.rst: fix LangRef data layout text about m specifier, take 2Properties:
phase_id: r199287-t20140114_192619-b15601
Files:
lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
test/MC/Mips/elf_st_other.s
On: smooshlab-project
At: Tue 14 Jan 2014 19:17:00
Changed By: rafael
Comments: Only mark functions as micromips.
The GNU as behavior is a bit different and very strange. It will mark any
label that contains an instruction. We can implement that, but using the
type looks more natural since gas will not mark a function if a .word is
used to output the instructions!Properties:
phase_id: r199287-t20140114_192619-b15601
Files:
include/clang/Parse/Parser.h
lib/Parse/ParseExpr.cpp
test/SemaCXX/expressions.cpp
On: smooshlab-project
At: Tue 14 Jan 2014 18:01:00
Changed By: sepavloff
Comments: Fixed error recovery if sizeof is used without parenthesis
Changes made in r192200 fixed PR16992, which requested fixit suggesting
parenthesis if sizeof is followed by type-id. However expression in form
T() followed by ')' was incorrectly considered as a type-id if 'T' is
typedef name. This change fixes this case.
Differential Revision: http://llvm-reviews.chandlerc.com/D2440
Properties:
phase_id: r199284-t20140114_200718-b15602
File: lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
On: smooshlab-project
At: Tue 14 Jan 2014 19:37:20
Changed By: rafael
Comments: Fix uninitialized variable.Properties:
phase_id: r199291-t20140114_201507-b15603
Files:
lib/Transforms/Vectorize/LoopVectorize.cpp
test/Transforms/LoopVectorize/version-mem-access.ll
On: smooshlab-project
At: Tue 14 Jan 2014 19:47:20
Changed By: arnolds
Comments: LoopVectorize: Only strip casts from integer types when replacing symbolic
strides
Fixes PR18480.Properties:
phase_id: r199291-t20140114_201507-b15603
LOGS:
More information about the llvm-testresults
mailing list