[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-x86_64-darwin10-selfhost
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Wed Dec 15 10:17:22 PST 2010
The Buildbot has detected a new failure of llvm-gcc-x86_64-darwin10-selfhost on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/llvm-gcc-x86_64-darwin10-selfhost/builds/7103
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-04
Build Reason:
Build Source Stamp: 121871
Blamelist: bwilson,dgregor,stoklund
BUILD FAILED: failed buildit-llvmCore
sincerely,
-The Buildbot
================================================================================
CHANGES:
File: utils/TableGen/NeonEmitter.cpp
At: Wed 15 Dec 2010 09:01:42
Changed By: bwilson
Comments: Fix Neon intrinsic immediate range checking for some double-register operands.
Some quad-register intrinsics with lane operands only take a double-register
operand for the vector containing the lane. The valid range of lane numbers
is then half as big as you would expect from the quad-register type.
Note: This currently has no effect because those intrinsics are now handled
entirely in the header file using __builtin_shufflevector, which does its own
range checking, but I want to use this for generating tests.Properties:
Files:
utils/TableGen/NeonEmitter.cpp
utils/TableGen/NeonEmitter.h
utils/TableGen/TableGen.cpp
At: Wed 15 Dec 2010 09:01:42
Changed By: bwilson
Comments: Add a Neon intrinsic test generator.
This is still a WIP. It's already good enough to expose a few bugs, though.Properties:
Files:
lib/Sema/CMakeLists.txt
lib/Sema/SemaTemplate.cpp
lib/Sema/SemaTemplateVariadic.cpp
At: Wed 15 Dec 2010 09:41:40
Changed By: dgregor
Comments: Move the work-in-progress implementation of variadic templates to its own file in Sema. No functionality change.Properties:
Files:
lib/CodeGen/SplitKit.cpp
lib/CodeGen/SplitKit.h
At: Wed 15 Dec 2010 09:46:40
Changed By: stoklund
Comments: Separate SplitAnalysis::getSplitLoops().
This method returns the set of loops with uses that are candidates for
splitting.Properties:
Files:
lib/CodeGen/SplitKit.cpp
lib/CodeGen/SplitKit.h
At: Wed 15 Dec 2010 09:56:40
Changed By: stoklund
Comments: Detect and enumerate bypass loops.
Bypass loops have the current live range live through, but contain no uses or
defs. Splitting around a bypass loop can free registers for other uses inside
the loop by spilling the split range.Properties:
LOGS:
Last 10 lines of 'stdio':
lipo: can't figure out the architecture type of: /var/tmp//ccNsJCgx.out
make[3]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvmCore.roots/llvmCore~obj/obj-llvm/lib/CodeGen/Release+Debug/SplitKit.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[2]: *** [CodeGen/.makeall] Error 2
make[1]: *** [all] Error 1
+ '[' 2 '!=' 0 ']'
+ echo 'error: LLVM '\''make'\'' failed!'
error: LLVM 'make' failed!
+ exit 1
make: *** [install] Error 1
Last 10 lines of 'warnings':
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/lib/MC/MCStreamer.cpp:51: warning: unused variable 'Bits'
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-x86_64-darwin10-selfhost/llvm.src/lib/MC/MCStreamer.cpp:51: warning: unused variable 'Bits'
More information about the llvm-testresults
mailing list