[llvm-testresults] buildbot failure in smooshlab on clang-powerpc-darwin8
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Tue Oct 27 14:19:01 PDT 2009
The Buildbot has detected a new failure of clang-powerpc-darwin8 on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/clang-powerpc-darwin8/builds/2156
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: clattner.apple.com
Build Reason:
Build Source Stamp: 85295
Blamelist: bwilson,evancheng,hernande,johannes,jyasskin,lattner,ofv
BUILD FAILED: failed unittest-llvm
sincerely,
-The Buildbot
================================================================================
CHANGES:
File: lib/Target/ARM/ARMInstrInfo.td
At: Tue 27 Oct 2009 12:56:32
Changed By: bwilson
Comments: Do not clear the "S" bit for RSCri and RSCrs. They inherit from the "sI"
instruction format that already takes care of setting this.
File: CMakeLists.txt
At: Tue 27 Oct 2009 13:01:31
Changed By: ofv
Comments: Rather than excluding quite some things, and still installing
CMakeLists.txt, Makefiles, ... it's better to whitelist what we really
want to install.
Patch by Ingmar Vanhassel!
Files:
include/llvm/Target/TargetLowering.h
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/TargetLowering.cpp
lib/Target/Alpha/AlphaISelLowering.cpp
lib/Target/Alpha/AlphaISelLowering.h
lib/Target/Mips/MipsISelLowering.cpp
lib/Target/Mips/MipsISelLowering.h
lib/Target/SystemZ/SystemZISelLowering.cpp
lib/Target/SystemZ/SystemZISelLowering.h
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86ISelLowering.h
At: Tue 27 Oct 2009 13:01:32
Changed By: evancheng
Comments: Do away with addLegalFPImmediate. Add a target hook isFPImmLegal which returns true if the fp immediate can be natively codegened by target.
File: CMakeLists.txt
At: Tue 27 Oct 2009 13:01:32
Changed By: ofv
Comments: Rather than excluding quite some things, and still installing
CMakeLists.txt, Makefiles, ... it's better to whitelist what we really
want to install.
Patch by Ingmar Vanhassel!
File: CMakeLists.txt
At: Tue 27 Oct 2009 13:06:31
Changed By: ofv
Comments: CMake: Install .inc files too.
Files:
include/llvm/Analysis/MallocFreeHelper.h
include/llvm/Analysis/MemoryBuiltins.h
lib/Analysis/AliasSetTracker.cpp
lib/Analysis/BasicAliasAnalysis.cpp
lib/Analysis/CMakeLists.txt
lib/Analysis/CaptureTracking.cpp
lib/Analysis/IPA/Andersens.cpp
lib/Analysis/IPA/GlobalsModRef.cpp
lib/Analysis/MallocFreeHelper.cpp
lib/Analysis/MemoryBuiltins.cpp
lib/Analysis/MemoryDependenceAnalysis.cpp
lib/Analysis/PointerTracking.cpp
lib/Transforms/IPO/FunctionAttrs.cpp
lib/Transforms/IPO/GlobalOpt.cpp
lib/Transforms/Scalar/DeadStoreElimination.cpp
lib/Transforms/Scalar/GVN.cpp
lib/Transforms/Scalar/InstructionCombining.cpp
lib/Transforms/Scalar/SCCP.cpp
lib/Transforms/Utils/Local.cpp
lib/VMCore/Instruction.cpp
At: Tue 27 Oct 2009 13:06:31
Changed By: hernande
Comments: Rename MallocFreeHelper as MemoryBuiltins
File: test/FrontendC++/2009-10-27-crash.cpp
At: Tue 27 Oct 2009 13:06:31
Changed By: johannes
Comments: Testcase for llvm-gcc patch 85284.
File: gcc/llvm-convert.cpp
At: Tue 27 Oct 2009 13:06:31
Changed By: johannes
Comments: We already had a hack to do this:
// G++ has various bugs handling {} initializers where it doesn't
// synthesize a zero node of the right type. Instead of figuring out G++,
// just hack around it by special casing zero and allowing it to be the
// wrong size.
but the handling was limited to bitfields. It turns out this can happen
with non-bitfields as well; extend it to cover that case.
File: test/FrontendC++/2009-10-27-crash.cpp
At: Tue 27 Oct 2009 13:16:32
Changed By: johannes
Comments: Add radar number.
File: docs/LangRef.html
At: Tue 27 Oct 2009 13:31:31
Changed By: lattner
Comments: fix pasto pointed out by Rafael
Files:
docs/tutorial/LangImpl4.html
docs/tutorial/OCamlLangImpl4.html
include/llvm/ExecutionEngine/ExecutionEngine.h
lib/ExecutionEngine/ExecutionEngine.cpp
lib/ExecutionEngine/JIT/JIT.cpp
lib/ExecutionEngine/JIT/JITEmitter.cpp
tools/lli/lli.cpp
unittests/ExecutionEngine/JIT/JITTest.cpp
At: Tue 27 Oct 2009 13:31:31
Changed By: jyasskin
Comments: Change the JIT to compile eagerly by default as agreed in
http://llvm.org/PR5184, and beef up the comments to describe what both options
do and the risks of lazy compilation in the presence of threads.
LOGS:
Last 10 lines of 'unittest-llvm.stdio':
[ OK ] JIT.GlobalInFunction
[----------] 2 tests from JITTest
[ RUN ] JITTest.FarCallToKnownFunction
[ OK ] JITTest.FarCallToKnownFunction
[ RUN ] JITTest.ModuleDeletion
/Users/buildslave/zorg2/buildbot/slaves/clang/build.clang-powerpc-darwin8/llvm/include/llvm/Target/TargetJITInfo.h:65: failed assertion `0 && "This target doesn't implement emitFunctionStubAtAddr!"'
make[3]: *** [unitcheck] Abort trap
make[2]: *** [JIT/.makeunitcheck] Error 2
make[1]: *** [ExecutionEngine/.makeunitcheck] Error 2
make: *** [unittests] Error 2
More information about the llvm-testresults
mailing list