[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-x86_64-darwin10-selfhost
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Tue Feb 16 12:14:12 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/1612
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-02
Build Reason:
Build Source Stamp: 96366
Blamelist: cdavis,lattner
BUILD FAILED: failed svn-llvm-gcc
sincerely,
-The Buildbot
================================================================================
CHANGES:
File: lib/Headers/xmmintrin.h
At: Tue 16 Feb 2010 10:24:07
Changed By: lattner
Comments: add two aliases for SSE functions we already have, fixing PR6316.
Properties:
Files:
lib/Sema/SemaDeclAttr.cpp
lib/Sema/TargetAttributesSema.cpp
test/CodeGen/dllimport-dllexport.c
test/Parser/MicrosoftExtensions.c
test/Sema/dllimport-dllexport.c
At: Tue 16 Feb 2010 10:29:08
Changed By: cdavis
Comments: dllimport and dllexport are declspec attributes, too. They're also
Win32-specific.
Also, fix a test to use FileCheck instead of grepping LLVM IR.
Properties:
File: lib/Frontend/TextDiagnosticPrinter.cpp
At: Tue 16 Feb 2010 10:34:07
Changed By: lattner
Comments: when a diagnostic is an extension and has no other -W flag,
indicate that it was enabled with -pedantic so people know
why they're getting them:
$ printf "int x;" | clang -xc - -pedantic
<stdin>:1:7: warning: no newline at end of file [-pedantic]
int x;
^
Properties:
File: utils/TableGen/DAGISelEmitter.cpp
At: Tue 16 Feb 2010 11:04:11
Changed By: lattner
Comments: change dag isel emitter to only call 'IsProfitableToFold' on nodes
with chains. On interior nodes that lead up to them, we just directly
check that there is a single use. This generates slightly more
efficient code.
Properties:
LOGS:
Last 10 lines of 'stdio':
More information about the llvm-testresults
mailing list