[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-x86_64-darwin10-selfhost
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Wed Aug 18 05:24:15 PDT 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/5119
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-04
Build Reason:
Build Source Stamp: 111361
Blamelist: kraiskil,rjmccall
BUILD FAILED: failed unittest-llvm
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
lib/Target/CellSPU/SPUCallingConv.td
test/CodeGen/CellSPU/arg_ret.ll
At: Wed 18 Aug 2010 02:51:16
Changed By: kraiskil
Comments: Change SPU C calling convention to match that described in
"SPU Application Binary Interface Specification, v1.9" by
IBM.
Specifically: use r3-r74 to pass parameters and the return value.
Properties:
File: test/SemaCXX/abstract.cpp
At: Wed 18 Aug 2010 03:01:24
Changed By: rjmccall
Comments: Flesh out the test cases a little.
Properties:
Files:
lib/Target/CellSPU/SPUCallingConv.td
lib/Target/CellSPU/SPUISelLowering.cpp
lib/Target/CellSPU/SPUInstrInfo.td
lib/Target/CellSPU/SPUMathInstr.td
lib/Target/CellSPU/SPURegisterInfo.td
test/CodeGen/CellSPU/arg_ret.ll
test/CodeGen/CellSPU/v2f32.ll
test/CodeGen/CellSPU/v2i32.ll
At: Wed 18 Aug 2010 03:06:28
Changed By: kraiskil
Comments: Remove all traces of v2[i,f]32 on SPU.
The "half vectors" are now widened to full size by the legalizer.
The only exception is in parameter passing, where half vectors are
expanded. This causes changes to some dejagnu tests.
Properties:
Files:
lib/Target/CellSPU/SPUISelLowering.cpp
test/CodeGen/CellSPU/shuffles.ll
At: Wed 18 Aug 2010 03:22:29
Changed By: kraiskil
Comments: Fix a bug with insertelement on SPU.
The previous algorithm in LowerVECTOR_SHUFFLE
didn't check all requirements for "monotonic" shuffles.
Properties:
LOGS:
Last 10 lines of 'stdio':
[ OK ] APFloatTest.fromDecimalString (0 ms)
[ RUN ] APFloatTest.fromHexadecimalString
[ OK ] APFloatTest.fromHexadecimalString (0 ms)
[ RUN ] APFloatTest.toString
[ OK ] APFloatTest.toString (0 ms)
[ RUN ] APFloatTest.makeNaN
[ OK ] APFloatTest.makeNaN (0 ms)
[ RUN ] APFloatTest.SemanticsDeath
[ OK ] APFloatTest.SemanticsDeath (51 ms)
[ RUN ] APFloatTest.StringDecimalDeath
More information about the llvm-testresults
mailing list