[llvm-testresults] buildbot failure in lab.llvm.org on phase2 - living
llvmlab-buildmaster at lab.llvm.org
llvmlab-buildmaster at lab.llvm.org
Thu Aug 15 15:07:36 PDT 2013
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/4958
Buildbot URL: http://lab.llvm.org:8013/
Buildslave for this Build: macpro1
Build Reason: scheduler
Build Source Stamp: 188491
Blamelist: dblaikie,pcc,rengolin,ygao
BUILD FAILED: failed
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
lib/CodeGen/CGDebugInfo.cpp
lib/CodeGen/CGDebugInfo.h
lib/CodeGen/CodeGenTypes.cpp
lib/CodeGen/ModuleBuilder.cpp
On: smooshlab-project
At: Thu 15 Aug 2013 13:56:28
Changed By: dblaikie
Comments: DebugInfo: Unify & optimize the lazy addition of record types
Rather than going through the whole getOrCreateType machinery to
manifest a type, cut straight to the implementation because we know we
have to do work.
While the previous implementation was sufficient for the two cases
(completeness and required completeness) we have already (the general
machinery could inspect the type for those attributes & go down the full
definition path), a pending change (to emit info for types when we emit
their vtables) won't have that luxury & we'll need to force the creation
rather than relying on the general purpose routine.Properties:
phase_id: r188486-t20130815_135834-b10270
File: lib/Target/ARM/ARMSubtarget.cpp
On: smooshlab-project
At: Thu 15 Aug 2013 14:00:28
Changed By: rengolin
Comments: make arm-use-movt available for all ARM
Before this patch this flag is IOS specific, but is also
useful for bare project like bootloaders / kernels etc,
since movw / movt prevents simple relocation. Therefore
make this flag more commonly available.
note: this patch depends on a similiar rename in clang
Patch by Jeroen Hofstee.Properties:
phase_id: r188488-t20130815_140533-b10271
File: lib/Driver/Tools.cpp
On: smooshlab-project
At: Thu 15 Aug 2013 14:00:28
Changed By: rengolin
Comments: make arm-use-movt available for all ARM
This updates clang according to a pending patch for llvm to
rename of the -arm-darwin-use-movt to arm-use-movt to make
it available for all of ARM.
note: please apply this close to the llvm change.
Patch by Jeroen Hofstee.Properties:
phase_id: r188488-t20130815_140533-b10271
Files:
lib/Transforms/Utils/SimplifyLibCalls.cpp
test/Transforms/InstCombine/strchr-1.ll
test/Transforms/InstCombine/strrchr-1.ll
On: smooshlab-project
At: Thu 15 Aug 2013 14:06:28
Changed By: ygao
Comments: Fixing a corner-case bug in strchr and strrchr lib call optimizations where
the input character is not converted to char before comparing with zero.
The patch was discussed in this thread:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20130812/184069.html
Properties:
phase_id: r188489-t20130815_141140-b10272
Files:
lib/dfsan/CMakeLists.txt
lib/dfsan/dfsan.cc
lib/dfsan/dfsan.h
lib/dfsan/dfsan_custom.cc
lib/dfsan/dfsan_interceptors.cc
lib/dfsan/done_abilist.txt
lib/dfsan/libc_ubuntu1204_abilist.txt
lib/dfsan/lit_tests/custom.c
lib/dfsan/scripts
lib/dfsan/scripts/build-libc-list.py
On: smooshlab-project
At: Thu 15 Aug 2013 14:26:28
Changed By: pcc
Comments: [dfsan] Initial set of custom functions and interceptors for libc.
Differential Revision: http://llvm-reviews.chandlerc.com/D1397Properties:
phase_id: r188491-t20130815_142828-b10273
File: lib/CodeGen/CGDebugInfo.cpp
On: smooshlab-project
At: Thu 15 Aug 2013 14:26:28
Changed By: dblaikie
Comments: DebugInfo: Add a FIXME, remove a FIXME.
(the removed FIXME no longer applies since we made this debug info
optimization not apply to C)Properties:
phase_id: r188491-t20130815_142828-b10273
LOGS:
More information about the llvm-testresults
mailing list