[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Fri Dec 10 15:26:27 PST 2010
The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/12485
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-04
Build Reason:
Build Source Stamp: 121595
Blamelist: bwilson,nicholas,resistor,stoklund,void
BUILD FAILED: failed compile
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
lib/Target/ARM/ARMAsmBackend.cpp
lib/Target/ARM/ARMMCCodeEmitter.cpp
At: Fri 10 Dec 2010 14:51:40
Changed By: resistor
Comments: Fixups for Thumb2 vldr's need to have the effective PC aligned as well.
Properties:
File: lib/Target/ARM/ARMMCCodeEmitter.cpp
At: Fri 10 Dec 2010 14:56:42
Changed By: resistor
Comments: Fix merge error in my last fix to Thumb2 vldr fixups.
Properties:
File: utils/TableGen/Record.cpp
At: Fri 10 Dec 2010 15:01:40
Changed By: void
Comments: Get rid of ellipses.
Properties:
File: lib/CodeGen/InlineSpiller.cpp
At: Fri 10 Dec 2010 15:01:40
Changed By: stoklund
Comments: Rip out live range splitting support from the inline spiller.
The spiller should only spill. The register allocator will drive live range
splitting, it has the needed information about register pressure and
interferences.Properties:
Files:
lib/CodeGen/RegAllocGreedy.cpp
lib/CodeGen/Spiller.cpp
lib/CodeGen/Spiller.h
At: Fri 10 Dec 2010 15:01:40
Changed By: stoklund
Comments: Force the greedy register allocator to always use the inline spiller.
Soon, RegAllocGreedy will start splitting live ranges, and then deferred
spilling won't work anyway.Properties:
File: lib/CodeGen/CGBuiltin.cpp
At: Fri 10 Dec 2010 15:01:40
Changed By: bwilson
Comments: Fix clang crashes on Neon vld[234]_dup intrinsics with 64-bit element types.
The 64-bit element vectors need to be handled as a special case.Properties:
Files:
lib/Target/ARM/ARMAsmBackend.cpp
lib/Target/ARM/ARMMCCodeEmitter.cpp
At: Fri 10 Dec 2010 15:06:40
Changed By: resistor
Comments: Attempt to get Thumb2 branch fixups working properly.
Properties:
File: lib/CodeGen/RegAllocGreedy.cpp
At: Fri 10 Dec 2010 15:11:53
Changed By: nicholas
Comments: Move variable that's unused in an NDEBUG build inside the DEBUG() macro, fixing
lib/CodeGen/RegAllocGreedy.cpp:233: error: unused variable 'TRC' [-Wunused-variable]
Properties:
File: lib/CodeGen/CGBuiltin.cpp
At: Fri 10 Dec 2010 15:11:57
Changed By: bwilson
Comments: Add missing switch case for the quad-register version of the Neon vmul builtin.Properties:
LOGS:
Last 10 lines of 'stdio':
llvm[4]: Building Debug+Asserts Archive Library libLLVMMBlazeAsmParser.a
llvm[4]: Compiling MBlazeDisassembler.cpp for Debug+Asserts build
llvm[2]: Compiling TargetMachine.cpp for Debug+Asserts build
llvm[2]: Compiling TargetRegisterInfo.cpp for Debug+Asserts build
llvm[2]: Compiling TargetSubtarget.cpp for Debug+Asserts build
llvm[4]: Building Debug+Asserts Archive Library libLLVMMBlazeDisassembler.a
llvm[4]: Compiling MBlazeTargetInfo.cpp for Debug+Asserts build
llvm[2]: Building Debug+Asserts Archive Library libLLVMTarget.a
llvm[4]: Building Debug+Asserts Archive Library libLLVMMBlazeInfo.a
make: *** [all] Error 1
Last 10 lines of 'warnings':
RegAllocGreedy.cpp:233: warning: suggest a space before ';' or explicit braces around empty body in 'while' statement
More information about the llvm-testresults
mailing list