[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-powerpc-darwin9
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Tue Feb 23 13:23:10 PST 2010
The Buildbot has detected a new failure of llvm-gcc-powerpc-darwin9 on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/llvm-gcc-powerpc-darwin9/builds/974
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-14.apple.com
Build Reason:
Build Source Stamp: 96974
Blamelist: ddunbar,dpatel,efriedma,enderby,fjahanian,friedgold,jyasskin,kremenek,lattner,peckw,rjmccall
BUILD FAILED: failed failed slave lost
sincerely,
-The Buildbot
================================================================================
CHANGES:
File: Makefile.rules
At: Tue 23 Feb 2010 09:55:47
Changed By: ddunbar
Comments: Don't introduce dependencies on the LLVMCC or LLVMCXX variables directly, they
may be more than just a program path.Properties:
Files:
lib/CodeGen/CGExprAgg.cpp
test/CodeGen/cast-emit.c
At: Tue 23 Feb 2010 10:00:42
Changed By: efriedma
Comments: PR6386: Fix a recent regression in IRGen of cast-to-union constructs.
Properties:
Files:
Makefile
Makefile.config.in
Makefile.rules
autoconf/configure.ac
configure
examples/BrainF/Makefile
examples/Fibonacci/Makefile
examples/HowToUseJIT/Makefile
test/Makefile
test/Unit/lit.cfg
test/Unit/lit.site.cfg.in
tools/llvm-shlib
tools/llvm-shlib/Makefile
unittests/Makefile.unittest
At: Tue 23 Feb 2010 10:10:58
Changed By: jyasskin
Comments: Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 of
the examples shared to make sure the shared library keeps working.
Properties:
File: lib/Target/XCore/XCoreInstrInfo.td
At: Tue 23 Feb 2010 10:15:42
Changed By: friedgold
Comments: Mark unconditional branches as barriers. Found using -verify-machineinstrs
Properties:
Files:
lib/CodeGen/Mangle.cpp
test/CodeGenCXX/mangle-subst-std.cpp
At: Tue 23 Feb 2010 10:20:42
Changed By: efriedma
Comments: PR6400: Handle an extreme edge case in mangling correctly.
Properties:
File: lib/CodeGen/Mangle.cpp
At: Tue 23 Feb 2010 10:25:53
Changed By: efriedma
Comments: Make previous fix handle a few more edge cases.
Properties:
Files:
include/llvm/MC/MCAssembler.h
include/llvm/MC/MCStreamer.h
lib/MC/MCAsmStreamer.cpp
lib/MC/MCAssembler.cpp
lib/MC/MCMachOStreamer.cpp
lib/MC/MCNullStreamer.cpp
At: Tue 23 Feb 2010 10:30:43
Changed By: enderby
Comments: This is the first patch to put the needed bits in place to eventually allow code
to be aligned with optimal nops. This patch does not change any functionality
and when the compiler is changed to use EmitCodeAlignment() it should also not
change the resulting output. Once the compiler change is made and everything
looks good the next patch with the table of optimal X86 nops will be added to
WriteNopData() changing the output. There are many FIXMEs in this patch which
will be removed when we have better target hooks (coming soon I hear).
Properties:
File: lib/Target/XCore/XCoreInstrInfo.td
At: Tue 23 Feb 2010 10:30:43
Changed By: friedgold
Comments: ECALLF, ECALLT shouldn't be marked as barriers.
Properties:
File: tools/llvm-shlib/Makefile
At: Tue 23 Feb 2010 10:45:42
Changed By: jyasskin
Comments: Oops. Pass -lgcc _only_ on ARM, not on everything except ARM.
Properties:
File: lib/MC/MCAsmStreamer.cpp
At: Tue 23 Feb 2010 10:45:42
Changed By: lattner
Comments: genericize MCAsmStreamer::EmitCodeAlignment to support other targets
so that it doesn't break them when the code generator starts using it.
Properties:
File: test/SemaObjC/property-and-class-extension.m
At: Tue 23 Feb 2010 10:50:48
Changed By: fjahanian
Comments: A test case for property synthesis using ivar in class extensions.
Properties:
File: lib/CodeGen/AsmPrinter/AsmPrinter.cpp
At: Tue 23 Feb 2010 10:50:48
Changed By: lattner
Comments: use OutStreamer.EmitCodeAlignment for alignment in the text
segment.
Properties:
Files:
CREDITS.TXT
autoconf/configure.ac
configure
include/llvm/ADT/Triple.h
lib/Support/Triple.cpp
lib/Target/MBlaze
lib/Target/MBlaze/AsmPrinter
lib/Target/MBlaze/AsmPrinter/CMakeLists.txt
lib/Target/MBlaze/AsmPrinter/MBlazeAsmPrinter.cpp
lib/Target/MBlaze/AsmPrinter/Makefile
lib/Target/MBlaze/CMakeLists.txt
lib/Target/MBlaze/MBlaze.h
lib/Target/MBlaze/MBlaze.td
lib/Target/MBlaze/MBlazeCallingConv.td
lib/Target/MBlaze/MBlazeDelaySlotFiller.cpp
lib/Target/MBlaze/MBlazeISelDAGToDAG.cpp
lib/Target/MBlaze/MBlazeISelLowering.cpp
lib/Target/MBlaze/MBlazeISelLowering.h
lib/Target/MBlaze/MBlazeInstrFPU.td
lib/Target/MBlaze/MBlazeInstrFSL.td
lib/Target/MBlaze/MBlazeInstrFormats.td
lib/Target/MBlaze/MBlazeInstrInfo.cpp
lib/Target/MBlaze/MBlazeInstrInfo.h
lib/Target/MBlaze/MBlazeInstrInfo.td
lib/Target/MBlaze/MBlazeIntrinsicInfo.cpp
lib/Target/MBlaze/MBlazeIntrinsicInfo.h
lib/Target/MBlaze/MBlazeIntrinsics.td
lib/Target/MBlaze/MBlazeMCAsmInfo.cpp
lib/Target/MBlaze/MBlazeMCAsmInfo.h
lib/Target/MBlaze/MBlazeMachineFunction.h
lib/Target/MBlaze/MBlazeRegisterInfo.cpp
lib/Target/MBlaze/MBlazeRegisterInfo.h
lib/Target/MBlaze/MBlazeRegisterInfo.td
lib/Target/MBlaze/MBlazeSchedule.td
lib/Target/MBlaze/MBlazeSubtarget.cpp
lib/Target/MBlaze/MBlazeSubtarget.h
lib/Target/MBlaze/MBlazeTargetMachine.cpp
lib/Target/MBlaze/MBlazeTargetMachine.h
lib/Target/MBlaze/MBlazeTargetObjectFile.cpp
lib/Target/MBlaze/MBlazeTargetObjectFile.h
lib/Target/MBlaze/Makefile
lib/Target/MBlaze/TargetInfo
lib/Target/MBlaze/TargetInfo/CMakeLists.txt
lib/Target/MBlaze/TargetInfo/MBlazeTargetInfo.cpp
lib/Target/MBlaze/TargetInfo/Makefile
test/CodeGen/MBlaze
test/CodeGen/MBlaze/brind.ll
test/CodeGen/MBlaze/callind.ll
test/CodeGen/MBlaze/cc.ll
test/CodeGen/MBlaze/dg.exp
test/CodeGen/MBlaze/div.ll
test/CodeGen/MBlaze/fpu.ll
test/CodeGen/MBlaze/fsl.ll
test/CodeGen/MBlaze/imm.ll
test/CodeGen/MBlaze/jumptable.ll
test/CodeGen/MBlaze/loop.ll
test/CodeGen/MBlaze/mul.ll
test/CodeGen/MBlaze/mul64.ll
test/CodeGen/MBlaze/select.ll
test/CodeGen/MBlaze/shift.ll
At: Tue 23 Feb 2010 11:15:42
Changed By: peckw
Comments: Adding the MicroBlaze backend.
The MicroBlaze is a highly configurable 32-bit soft-microprocessor for
use on Xilinx FPGAs. For more information see:
http://www.xilinx.com/tools/microblaze.htm
http://en.wikipedia.org/wiki/MicroBlaze
The current LLVM MicroBlaze backend generates assembly which can be
compiled using the an appropriate binutils assembler.
Properties:
Files:
lib/Sema/SemaChecking.cpp
test/Sema/conversion.c
At: Tue 23 Feb 2010 11:25:42
Changed By: rjmccall
Comments: Don't assert on compound assignment operators that operate in FP types when
the result is integral. Fixes <rdar://problem/7676608>.
Properties:
File: lib/CodeGen/SelectionDAG/SelectionDAG.cpp
At: Tue 23 Feb 2010 11:35:55
Changed By: lattner
Comments: Print node ID's in dumps and views if set.
Properties:
File: lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
At: Tue 23 Feb 2010 11:35:55
Changed By: lattner
Comments: fix a bug in findNonImmUse (used by IsLegalToFold) where nodes with
no id's would cause early exit allowing IsLegalToFold to return true
instead of false, producing a cyclic dag.
This was striking the new isel because it isn't using SelectNodeTo yet,
which theoretically is just an optimization.
Properties:
File: lib/Target/X86/X86ISelDAGToDAG.cpp
At: Tue 23 Feb 2010 11:35:55
Changed By: lattner
Comments: no need to override IsLegalToFold, the base implementation
disables load folding at -O0.
Properties:
File: test/FrontendObjC/2010-02-23-DbgInheritance.m
At: Tue 23 Feb 2010 11:40:42
Changed By: dpatel
Comments: new test case for r96974.
Properties:
Files:
lib/Sema/SemaDeclObjC.cpp
test/SemaObjC/category-1.m
At: Tue 23 Feb 2010 11:40:42
Changed By: kremenek
Comments: Fix another crash on invalid code. In this case, handle ObjC categories (with no names)
that refer to an undefined class.Properties:
Files:
gcc/objc/objc-act.c
gcc/toplev.c
At: Tue 23 Feb 2010 11:40:42
Changed By: dpatel
Comments: Do not rely on write_symbols to disable debug info for super class added as an invisible member of derived class. write_symbols controls debug_hooks which are used to emit debug info in various formats in gcc. llvm-gcc does not use this debug_hooks interface to emit debugging information.
Test case is at llvm/test/FrontendObjC/2010-02-23-DbgInheritance.m
Properties:
LOGS:
Last 10 lines of 'stdio':
checking for gettimeofday... (cached) yes
checking for realpath... yes
checking for canonicalize_file_name... no
checking for pstat_getstatic... no
checking for pstat_getdynamic... no
checking for sysmp... no
checking for getsysinfo... no
checking for table... yes
checking for sysctl... yes
checking for wait3...
Last 10 lines of 'interrupt':
[Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionLost'>: Connection to the other side was lost in a non-clean fashion.
]
More information about the llvm-testresults
mailing list