[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-fnt
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Fri Apr 16 13:20:59 PDT 2010
The Buildbot has detected a new failure of clang-x86_64-darwin10-fnt on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-fnt/builds/1354
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-02
Build Reason:
Build Source Stamp: 101531
Blamelist: baldrick,dgregor,djg,johnny
BUILD FAILED: failed compile
sincerely,
-The Buildbot
================================================================================
CHANGES:
File: include/llvm/Analysis/InlineCost.h
At: Fri 16 Apr 2010 12:33:04
Changed By: baldrick
Comments: Revert commit 101503 (johannes), in the hope of fixing the dragonegg build,
see http://google1.osuosl.org:8011/builders/dragonegg-x86_64-linux/builds/693
Original commit text:
Use a ValueMap not a std::map for the reason indicated
in the comment. This was causing nondeterministic changes
in inlining decisions.
Properties:
Files:
lib/Sema/SemaCXXCast.cpp
lib/Sema/SemaInit.cpp
At: Fri 16 Apr 2010 12:33:04
Changed By: dgregor
Comments: Switch the checking of implicit casts for static_cast, C-style, and
functional casts over to InitializationSequence, eliminating a caller
of Sema::TryImplicitConversion. We also get access and ambiguity
checking "for free".
More cleanups to come in this routine.
Properties:
Files:
lib/Target/ARM/ARMInstrInfo.td
test/MC/Disassembler/arm-tests.txt
At: Fri 16 Apr 2010 12:38:04
Changed By: johnny
Comments: Multiclass LdStCop was using pre-UAL syntax LDC<c>L for the L fragment. Changed
to the UAL syntax of LDCL<c>, instead.
Add a test case for this change which also tests the removal of assert() from
printAddrMode2OffsetOperand().
Properties:
File: include/llvm/Analysis/InlineCost.h
At: Fri 16 Apr 2010 12:38:04
Changed By: djg
Comments: Revert 101520, which depended on 101503, which was reverted.
Properties:
Files:
lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp
test/MC/Disassembler/arm-tests.txt
At: Fri 16 Apr 2010 13:03:04
Changed By: johnny
Comments: In the same spirit of r101524, which removed the assert() from printAddrMode2OffsetOperand(),
this patch removes the assert() from printAddrMode3OffsetOperand() and adds a test case.
Properties:
File: include/llvm/Target/TargetLowering.h
At: Fri 16 Apr 2010 13:13:09
Changed By: djg
Comments: Fix this code to avoid implicit assumptions about the length of the array.
Properties:
Files:
include/llvm/Target/TargetLowering.h
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/PowerPC/PPCISelLowering.h
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86ISelLowering.h
At: Fri 16 Apr 2010 13:13:09
Changed By: djg
Comments: Eliminate an unnecessary SelectionDAG dependency in getOptimalMemOpType.
Properties:
LOGS:
Last 10 lines of 'stdio':
llvm[3]: Compiling GlobalsModRef.cpp for Debug build
llvm[3]: Compiling FindUsedTypes.cpp for Debug build
llvm[4]: Building Debug Archive Library libLLVMARMAsmParser.a
llvm[4]: Compiling ARMDisassemblerCore.cpp for Debug build
llvm[4]: Compiling ARMDisassembler.cpp for Debug build
llvm[4]: Building Debug Archive Library libLLVMARMDisassembler.a
llvm[3]: Building Debug Archive Library libLLVMipa.a
llvm[4]: Compiling ARMTargetInfo.cpp for Debug build
llvm[4]: Building Debug Archive Library libLLVMARMInfo.a
make: *** [all] Error 1
More information about the llvm-testresults
mailing list