[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-powerpc-darwin9

daniel_dunbar at apple.com daniel_dunbar at apple.com
Wed Aug 18 20:11:17 PDT 2010


The Buildbot has detected a new failure of llvm-gcc-powerpc-darwin9 on smooshlab.
Full details are available at:
 http://smooshlab.apple.com:8010/builders/llvm-gcc-powerpc-darwin9/builds/3706

Buildbot URL: http://smooshlab.apple.com:8010/

Buildslave for this Build: spang.apple.com

Build Reason: 
Build Source Stamp: 111489
Blamelist: coppro,cornedbee,ddunbar,dgregor,djg,echristo,efriedma,evancheng,grosbach,johannes,lattner,resistor,rjmccall,stoklund,void

BUILD FAILED: failed test.llvm.stage2

sincerely,
 -The Buildbot


================================================================================

CHANGES:
Files:
 examples/PrintFunctionNames
 examples/clang-interpreter
 examples/wpa
 lib/AST
 lib/Analysis
 lib/Basic
 lib/Checker
 lib/CodeGen
 lib/Driver
 lib/Frontend
 lib/Headers
 lib/Index
 lib/Lex
 lib/Parse
 lib/Rewrite
 lib/Runtime
 lib/Sema
 lib/Serialization
 tools/c-index-test
 tools/driver
 tools/libclang
At: Wed 18 Aug 2010 15:20:34
Changed By: efriedma
Comments: Add/update a bunch of svn:ignore properties; get rid of empty folder
lib/Runtime.

Properties: 




File: test/CodeGen/ARM/remat.ll
At: Wed 18 Aug 2010 15:25:20
Changed By: djg
Comments: When sending stats output to stdout for grepping, don't emit normal
output to standard output also.
Properties: 




Files:
 include/llvm/Support/raw_ostream.h
 lib/Support/raw_ostream.cpp
At: Wed 18 Aug 2010 15:30:20
Changed By: djg
Comments: Make raw_fd_ostream consider itself the owner of STDOUT_FILENO when
constructed with an output filename of "-". In particular, allow the
file descriptor to be closed, and close the file descriptor in the
destructor if it hasn't been explicitly closed already, to ensure
that any write errors are detected.
Properties: 




Files:
 include/clang/Basic/Diagnostic.h
 include/clang/Frontend/ASTUnit.h
 include/clang/Frontend/CompilerInstance.h
 lib/Frontend/ASTUnit.cpp
 lib/Frontend/CompilerInstance.cpp
 lib/Frontend/VerifyDiagnosticsClient.cpp
 lib/Rewrite/FixItRewriter.cpp
 tools/driver/cc1_main.cpp
 tools/driver/cc1as_main.cpp
 tools/driver/driver.cpp
At: Wed 18 Aug 2010 15:30:28
Changed By: dgregor
Comments: Simplify the ownership model for DiagnosticClients, which was really
convoluted and a bit leaky. Now, the Diagnostic object owns its
DiagnosticClient.
Properties: 




File: MultiSource/Applications/OpenSSL/dsa_gen.c
At: Wed 18 Aug 2010 15:35:25
Changed By: resistor
Comments: Revert r111431.  It didn't address the issue I was trying to tackle.
Properties: 




File: MultiSource/Applications/OpenSSL/rand_unix.c
At: Wed 18 Aug 2010 15:35:25
Changed By: resistor
Comments: Disable use of /dev/random and friends to make this test more portable.
Properties: 




File: test/Other/close-stderr.ll
At: Wed 18 Aug 2010 15:40:30
Changed By: djg
Comments: Add a testcase to verify that commands don't crash when they hit
errors on stderr.
Properties: 




Files:
 lib/CodeGen/LocalStackSlotAllocation.cpp
 lib/Target/ARM/ARMBaseRegisterInfo.cpp
At: Wed 18 Aug 2010 15:45:29
Changed By: grosbach
Comments: Enable ARM base register reuse to local stack slot allocation. Whenever a new
frame index reference to an object in the local block is seen, check if
it's near enough to any previously allocaated base register to re-use.

rdar://8277890

Properties: 




File: MultiSource/Applications/OpenSSL/rand_unix.c
At: Wed 18 Aug 2010 15:45:46
Changed By: resistor
Comments: Fix the building of this test.
Properties: 




File: lib/Analysis/BasicAliasAnalysis.cpp
At: Wed 18 Aug 2010 15:50:20
Changed By: lattner
Comments: rework GEP decomposition to make a new VariableGEPIndex struct instead of
using a pair.  This tidies up the code a bit.  While setting things up, add
a (currently unused) field to keep track of how the value is extended.
Properties: 




File: lib/Analysis/BasicAliasAnalysis.cpp
At: Wed 18 Aug 2010 15:55:35
Changed By: lattner
Comments: GetLinearExpression is only called when TD is non-null, pass as 
a reference instead of pointer.
Properties: 




File: lib/Rewrite/HTMLRewrite.cpp
At: Wed 18 Aug 2010 16:05:42
Changed By: dgregor
Comments: Fix crasher with IgnoringDiagClientProperties: 




File: lib/CodeGen/MachineSink.cpp
At: Wed 18 Aug 2010 16:10:30
Changed By: evancheng
Comments: If any def of a machine-sink candidate has local uses, it's obviously not safe to sink it to a successor block. This bug has been hidden because a later check for critical-edge disable these illegal optimizations. This patch should significantly reduce the amount of time spent on checking dominator information for obviously unsafe sinking.
Properties: 




Files:
 lib/Analysis/BasicAliasAnalysis.cpp
 test/Analysis/BasicAA/gep-alias.ll
At: Wed 18 Aug 2010 16:10:30
Changed By: lattner
Comments: refix PR1143 by making basicaa analyze zexts of indices aggresively,
which I broke with a recent patch.
Properties: 




File: tools/c-index-test/c-index-test.c
At: Wed 18 Aug 2010 16:10:30
Changed By: ddunbar
Comments: c-index-test: Change -test-load-source-repase to only use remapped files for the
reparse, to allow testing distinct inputs.Properties: 




File: lib/Lex/Pragma.cpp
At: Wed 18 Aug 2010 16:10:30
Changed By: ddunbar
Comments: CrashRecovery: Add #pragma clang __debug handle_crash, useful when debugging
CrashRecovery since it avoids sending a signal which may be intercepted by the
debugger.Properties: 




Files:
 include/clang/Frontend/ASTUnit.h
 test/Index/Inputs/crash-recovery-reparse-remap.c
 test/Index/crash-recovery-reparse.c
 tools/libclang/CIndex.cpp
At: Wed 18 Aug 2010 16:10:30
Changed By: ddunbar
Comments: libclang: Put clang_reparseTranslationUnit inside a crash recovery context.Properties: 




File: lib/CodeGen/LocalStackSlotAllocation.cpp
At: Wed 18 Aug 2010 16:15:37
Changed By: grosbach
Comments: Add a newline to debug outputProperties: 




Files:
 include/llvm/ADT/StringSwitch.h
 utils/TableGen/ClangAttrEmitter.cpp
 utils/TableGen/ClangAttrEmitter.h
 utils/TableGen/TableGen.cpp
At: Wed 18 Aug 2010 16:26:20
Changed By: coppro
Comments: Finish full attribute class emission for clang.

For more information, see the accompanying clang patch.Properties: 




Files:
 include/clang/AST/ASTContext.h
 include/clang/AST/Attr.h
 include/clang/AST/CMakeLists.txt
 include/clang/AST/DeclBase.h
 include/clang/AST/DeclObjC.h
 include/clang/AST/Makefile
 include/clang/Basic/Attr.td
 include/clang/CMakeLists.txt
 include/clang/Makefile
 include/clang/Sema/Sema.h
 include/clang/Serialization/CMakeLists.txt
 include/clang/Serialization/Makefile
 include/clang/Serialization/PCHReader.h
 include/clang/Serialization/PCHWriter.h
 lib/AST/ASTContext.cpp
 lib/AST/AttrImpl.cpp
 lib/AST/CMakeLists.txt
 lib/AST/DeclBase.cpp
 lib/AST/RecordLayoutBuilder.cpp
 lib/Checker/MallocChecker.cpp
 lib/CodeGen/CodeGenModule.cpp
 lib/Sema/SemaAttr.cpp
 lib/Sema/SemaChecking.cpp
 lib/Sema/SemaDecl.cpp
 lib/Sema/SemaDeclAttr.cpp
 lib/Sema/SemaDeclCXX.cpp
 lib/Sema/SemaDeclObjC.cpp
 lib/Sema/SemaExprCXX.cpp
 lib/Sema/SemaTemplate.cpp
 lib/Sema/SemaTemplateInstantiateDecl.cpp
 lib/Sema/TargetAttributesSema.cpp
 lib/Serialization/CMakeLists.txt
 lib/Serialization/PCHReaderDecl.cpp
 lib/Serialization/PCHWriter.cpp
 tools/libclang/CIndex.cpp
At: Wed 18 Aug 2010 16:26:30
Changed By: coppro
Comments: Generate Attr subclasses with TableGen.

Now all classes derived from Attr are generated from TableGen.
Additionally, Attr* is no longer its own linked list; SmallVectors or
Attr* are used. The accompanying LLVM commit contains the updates to
TableGen necessary for this.

Some other notes about newly-generated attribute classes:

 - The constructor arguments are a SourceLocation and a Context&,
   followed by the attributes arguments in the order that they were
   defined in Attr.td

 - Every argument in Attr.td has an appropriate accessor named getFoo,
   and there are sometimes a few extra ones (such as to get the length
   of a variadic argument).

Additionally, specific_attr_iterator has been introduced, which will
iterate over an AttrVec, but only over attributes of a certain type. It
can be accessed through either Decl::specific_attr_begin/end or
the global functions of the same name.Properties: 




File: lib/Target/ARM/ARMConstantIslandPass.cpp
At: Wed 18 Aug 2010 16:40:21
Changed By: echristo
Comments: Remove extra header.
Properties: 




File: lib/Frontend/ASTUnit.cpp
At: Wed 18 Aug 2010 16:40:22
Changed By: dgregor
Comments: When creating an ASTUnit by parsing source code, set DisableFree to
false (not true), so that the CompilerInstance will actually free data
structures when it's done. This fixes a major leak with libclang's
in-process code completion.
Properties: 




Files:
 MultiSource/Examples/MultipleResults/README.txt
 MultiSource/Examples/README.txt
At: Wed 18 Aug 2010 16:45:39
Changed By: ddunbar
Comments: Add some notes on the MultiSource/Examples dir.Properties: 




File: HashProgramOutput.sh
At: Wed 18 Aug 2010 16:45:39
Changed By: ddunbar
Comments: HashProgramOutput: Use compute md5 command.Properties: 




File: HashProgramOutput.sh
At: Wed 18 Aug 2010 16:45:39
Changed By: ddunbar
Comments: HashProgramOutput: Filter md5sum output to match expected format.Properties: 




File: SingleSource/UnitTests/2007-04-25-weak.reference_output
At: Wed 18 Aug 2010 16:45:39
Changed By: ddunbar
Comments: Add a reference outputProperties: 




File: RunSafely.sh
At: Wed 18 Aug 2010 16:45:39
Changed By: ddunbar
Comments: RunSafely: Bump memory limit slightly, Clang++ needs this to build tramp3d-v4 on my Ubuntu box.Properties: 




Files:
 lib/Target/Mips/MipsISelDAGToDAG.cpp
 lib/Target/Mips/MipsInstrInfo.td
At: Wed 18 Aug 2010 17:01:08
Changed By: stoklund
Comments: Don't call Predicate_* in Mips.Properties: 




File: gcc/testsuite/gcc.target/x86_64/abi/test_struct_returning.c
At: Wed 18 Aug 2010 17:01:09
Changed By: lattner
Comments: fix this to stop making assumptions about ABI padding.  When
returning "struct {char, long}" on x86-64, the upper 7 bytes of RAX are
not defined.  With this clang passes test 8/9 and all tests at -O[123].
There are still some failures (likely bogus) at -O0.
Properties: 




File: gcc/testsuite/gcc.target/x86_64/abi/test_struct_returning.c
At: Wed 18 Aug 2010 17:01:09
Changed By: lattner
Comments: fix another bogus assumption in the test: when a struct is returned in a mem, 
rax and rdx are not defined to be equal to each other.  With this, clang passes
all abi tests here.
Properties: 




Files:
 include/clang/AST/Type.h
 include/clang/Serialization/PCHWriter.h
 lib/Frontend/ASTUnit.cpp
 lib/Serialization/GeneratePCH.cpp
 lib/Serialization/PCHWriter.cpp
 lib/Serialization/PCHWriterDecl.cpp
 lib/Serialization/PCHWriterStmt.cpp
At: Wed 18 Aug 2010 17:01:10
Changed By: cornedbee
Comments: Rename PCHWriter to ASTWriterProperties: 




Files:
 include/clang/AST/Decl.h
 include/clang/AST/DeclBase.h
 include/clang/AST/DeclCXX.h
 include/clang/AST/DeclFriend.h
 include/clang/AST/DeclObjC.h
 include/clang/AST/DeclTemplate.h
 include/clang/AST/Expr.h
 include/clang/AST/ExprCXX.h
 include/clang/AST/Redeclarable.h
 include/clang/Serialization/PCHWriter.h
 lib/Serialization/PCHWriter.cpp
 lib/Serialization/PCHWriterDecl.cpp
 lib/Serialization/PCHWriterStmt.cpp
At: Wed 18 Aug 2010 17:01:10
Changed By: cornedbee
Comments: Do the PCH->AST rename for ASTWriter's implementation parts.Properties: 




Files:
 clang.xcodeproj/project.pbxproj
 lib/Serialization/ASTWriter.cpp
 lib/Serialization/ASTWriterDecl.cpp
 lib/Serialization/ASTWriterStmt.cpp
 lib/Serialization/CMakeLists.txt
 lib/Serialization/PCHWriter.cpp
 lib/Serialization/PCHWriterDecl.cpp
 lib/Serialization/PCHWriterStmt.cpp
At: Wed 18 Aug 2010 17:01:10
Changed By: cornedbee
Comments: Rename the ASTWriter implementation filesProperties: 




Files:
 clang.xcodeproj/project.pbxproj
 include/clang/Serialization/ASTWriter.h
 include/clang/Serialization/PCHReader.h
 include/clang/Serialization/PCHWriter.h
 lib/Frontend/ASTUnit.cpp
 lib/Frontend/FrontendActions.cpp
 lib/Serialization/ASTWriter.cpp
 lib/Serialization/ASTWriterDecl.cpp
 lib/Serialization/ASTWriterStmt.cpp
 lib/Serialization/GeneratePCH.cpp
At: Wed 18 Aug 2010 17:01:10
Changed By: cornedbee
Comments: Rename PCHWriter.h to ASTWriter.hProperties: 




Files:
 include/clang/AST/Type.h
 include/clang/Frontend/CompilerInstance.h
 include/clang/Lex/ExternalPreprocessorSource.h
 include/clang/Lex/HeaderSearch.h
 include/clang/Serialization/ASTWriter.h
 include/clang/Serialization/PCHDeserializationListener.h
 include/clang/Serialization/PCHReader.h
 lib/Frontend/ASTUnit.cpp
 lib/Frontend/CompilerInstance.cpp
 lib/Frontend/CompilerInvocation.cpp
 lib/Sema/Sema.cpp
 lib/Serialization/ASTWriter.cpp
 lib/Serialization/GeneratePCH.cpp
 lib/Serialization/PCHReader.cpp
 lib/Serialization/PCHReaderDecl.cpp
 lib/Serialization/PCHReaderStmt.cpp
At: Wed 18 Aug 2010 17:01:10
Changed By: cornedbee
Comments: Rename PCHReader to ASTReader.Properties: 




Files:
 include/clang/AST/Decl.h
 include/clang/AST/DeclCXX.h
 include/clang/AST/DeclFriend.h
 include/clang/AST/DeclObjC.h
 include/clang/AST/DeclTemplate.h
 include/clang/AST/Redeclarable.h
 include/clang/Serialization/PCHReader.h
 lib/Serialization/ASTWriterDecl.cpp
 lib/Serialization/PCHReaderDecl.cpp
At: Wed 18 Aug 2010 17:01:10
Changed By: cornedbee
Comments: Rename PCHDeclReader -> ASTDeclReader.Properties: 




Files:
 include/clang/AST/Expr.h
 include/clang/AST/ExprCXX.h
 include/clang/AST/StmtCXX.h
 lib/Serialization/PCHReaderStmt.cpp
At: Wed 18 Aug 2010 17:01:10
Changed By: cornedbee
Comments: Rename PCHStmtReader -> ASTStmtReader.Properties: 




Files:
 include/clang/AST/ASTConsumer.h
 include/clang/Serialization/ASTWriter.h
 include/clang/Serialization/PCHDeserializationListener.h
 include/clang/Serialization/PCHReader.h
 lib/Frontend/ASTUnit.cpp
 lib/Frontend/CompilerInstance.cpp
 lib/Frontend/FrontendAction.cpp
 lib/Serialization/GeneratePCH.cpp
 lib/Serialization/PCHReader.cpp
At: Wed 18 Aug 2010 17:01:10
Changed By: cornedbee
Comments: Rename various classes from PCH to AST.Properties: 




Files:
 include/clang/AST/ASTConsumer.h
 include/clang/AST/DeclBase.h
 include/clang/AST/Type.h
 include/clang/Basic/IdentifierTable.h
 include/clang/Basic/Linkage.h
 include/clang/Basic/SourceManager.h
 include/clang/Frontend/ASTUnit.h
 include/clang/Frontend/FrontendAction.h
 include/clang/Frontend/FrontendOptions.h
 include/clang/Lex/MacroInfo.h
 include/clang/Sema/IdentifierResolver.h
 include/clang/Serialization/PCHDeserializationListener.h
 include/clang/Serialization/PCHReader.h
 lib/Basic/IdentifierTable.cpp
 lib/Basic/SourceManager.cpp
 lib/Checker/GRCoreEngine.cpp
 lib/Frontend/ASTMerge.cpp
 lib/Frontend/ASTUnit.cpp
 lib/Frontend/FrontendAction.cpp
 lib/Lex/MacroInfo.cpp
 lib/Sema/IdentifierResolver.cpp
 lib/Sema/SemaCodeComplete.cpp
 lib/Sema/SemaDeclObjC.cpp
 lib/Serialization/ASTWriter.cpp
 lib/Serialization/GeneratePCH.cpp
 lib/Serialization/PCHReader.cpp
 lib/Serialization/PCHReaderDecl.cpp
 lib/Serialization/PCHReaderStmt.cpp
 tools/libclang/CIndex.cpp
At: Wed 18 Aug 2010 17:01:10
Changed By: cornedbee
Comments: More PCH -> AST renaming.Properties: 




Files:
 clang.xcodeproj/project.pbxproj
 lib/Serialization/ASTReader.cpp
 lib/Serialization/ASTReaderDecl.cpp
 lib/Serialization/ASTReaderStmt.cpp
 lib/Serialization/CMakeLists.txt
 lib/Serialization/PCHReader.cpp
 lib/Serialization/PCHReaderDecl.cpp
 lib/Serialization/PCHReaderStmt.cpp
At: Wed 18 Aug 2010 17:01:10
Changed By: cornedbee
Comments: Rename the ASTReader implementation files.Properties: 




Files:
 clang.xcodeproj/project.pbxproj
 include/clang/Serialization/ASTDeserializationListener.h
 include/clang/Serialization/ASTReader.h
 include/clang/Serialization/ASTWriter.h
 include/clang/Serialization/PCHDeserializationListener.h
 include/clang/Serialization/PCHReader.h
 lib/Frontend/ASTUnit.cpp
 lib/Frontend/CompilerInstance.cpp
 lib/Frontend/CompilerInvocation.cpp
 lib/Serialization/ASTReader.cpp
 lib/Serialization/ASTReaderDecl.cpp
 lib/Serialization/ASTReaderStmt.cpp
 lib/Serialization/ASTWriter.cpp
At: Wed 18 Aug 2010 17:01:10
Changed By: cornedbee
Comments: Rename the ASTReader header files.Properties: 




Files:
 include/clang/Serialization/ASTDeserializationListener.h
 include/clang/Serialization/ASTReader.h
 include/clang/Serialization/PCHBitCodes.h
 lib/Serialization/ASTReader.cpp
 lib/Serialization/ASTWriter.cpp
At: Wed 18 Aug 2010 17:01:10
Changed By: cornedbee
Comments: Rename stuff in PCHBitCodes.hProperties: 




Files:
 include/clang/Frontend/ASTUnit.h
 include/clang/Serialization/ASTBitCodes.h
 include/clang/Serialization/ASTDeserializationListener.h
 include/clang/Serialization/ASTReader.h
 include/clang/Serialization/ASTWriter.h
 include/clang/Serialization/PCHBitCodes.h
At: Wed 18 Aug 2010 17:01:10
Changed By: cornedbee
Comments: Rename PCHBitCodes.h -> ASTBitCodes.hProperties: 




Files:
 include/clang/Frontend/ASTUnit.h
 include/clang/Serialization/ASTBitCodes.h
 include/clang/Serialization/ASTDeserializationListener.h
 include/clang/Serialization/ASTReader.h
 include/clang/Serialization/ASTWriter.h
 lib/Serialization/ASTReader.cpp
 lib/Serialization/ASTReaderDecl.cpp
 lib/Serialization/ASTReaderStmt.cpp
 lib/Serialization/ASTWriter.cpp
 lib/Serialization/ASTWriterDecl.cpp
 lib/Serialization/ASTWriterStmt.cpp
At: Wed 18 Aug 2010 17:01:10
Changed By: cornedbee
Comments: Rename pch namespace to serialization.Properties: 




File: utils/TableGen/ClangAttrEmitter.cpp
At: Wed 18 Aug 2010 17:05:20
Changed By: coppro
Comments: Remove three spurious semicolonsProperties: 




File: lib/Target/ARM/ARMInstrThumb2.td
At: Wed 18 Aug 2010 17:10:40
Changed By: void
Comments: Add the "isCompare" attribute to the defm instead of each individual instr.
Properties: 




File: test/FrontendC/misaligned-param.c
At: Wed 18 Aug 2010 17:10:40
Changed By: johannes
Comments: Testcase for llvm-gcc checkin 111482.

Properties: 




Files:
 gcc/llvm-convert.cpp
 gcc/llvm-internal.h
At: Wed 18 Aug 2010 17:10:40
Changed By: johannes
Comments: When an ABI calls for passing a parameter with lesser
alignment than the parameter's type, the prolog needs
to make a correctly aligned copy of it for future use.
Examples: structs containing long double on x86-32,
large vectors on x86-64, double on Sparc.  7952755.

Properties: 




File: utils/TableGen/ClangAttrEmitter.cpp
At: Wed 18 Aug 2010 17:20:20
Changed By: coppro
Comments: Add include missing for VC build.Properties: 




File: utils/lit/lit/TestFormats.py
At: Wed 18 Aug 2010 17:25:20
Changed By: ddunbar
Comments: lit/GoogleTest: Add .exe to the suffix when looking for tests.Properties: 




Files:
 lib/Sema/SemaTemplateDeduction.cpp
 test/SemaTemplate/deduction.cpp
At: Wed 18 Aug 2010 17:25:20
Changed By: rjmccall
Comments: When deducing the element type of an array, ignore qualifiers if
the context allows us to ignore qualifiers on the array type itself.

Properties: 




Files:
 include/clang/Serialization/ASTReader.h
 lib/Serialization/ASTReader.cpp
At: Wed 18 Aug 2010 17:30:45
Changed By: dgregor
Comments: Make sure to deallocate the identifier lookup tables and selector tables
when destroying an ASTReader. Plugs a leak that shows up in libclang.
Properties: 




File: lib/Target/ARM/ARMFastISel.cpp
At: Wed 18 Aug 2010 17:40:20
Changed By: echristo
Comments: Add an AddOptionalDefs method and use it.
Properties: 




LOGS:
Last 10 lines of 'stdio':
	********************
	Failing Tests (1):
	    LLVM :: FrontendC/misaligned-param.c
	
	  Expected Passes    : 5382
	  Expected Failures  : 48
	  Unsupported Tests  : 69
	  Unexpected Failures: 1
	make[1]: *** [check-local-lit] Error 1
	make: *** [check] Error 2

Last 10 lines of 'fail':
	LLVM :: FrontendC/misaligned-param.c

Last 10 lines of 'xfail':
	LLVM :: MC/AsmParser/X86/x86_32-bit_cat.s
	LLVM :: MC/AsmParser/X86/x86_32-encoding.s
	LLVM :: MC/AsmParser/X86/x86_32-mismatched-add.s
	LLVM :: MC/AsmParser/directive_lsym.s
	LLVM :: MC/AsmParser/exprs-invalid.s
	LLVM :: Transforms/DeadArgElim/deadexternal.ll
	LLVM :: Transforms/GVN/rle-no-phi-translate.ll
	LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll
	LLVM :: Transforms/TailCallElim/nocapture.ll
	LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll

Last 10 lines of 'unsupported':
	LLVM :: FrontendObjC/2009-08-05-utf16.m
	LLVM :: FrontendObjC/2009-08-17-DebugInfo.m
	LLVM :: FrontendObjC/2009-11-30-Objc-ID.m
	LLVM :: FrontendObjC/2010-02-01-utf16-with-null.m
	LLVM :: FrontendObjC/2010-02-11-fwritable-stringsBug.m
	LLVM :: FrontendObjC/2010-02-23-DbgInheritance.m
	LLVM :: FrontendObjC/2010-03-17-StructRef.m
	LLVM :: FrontendObjC/2010-06-04-UnnamedCFString-dbg.m
	LLVM :: LLVMC/ObjC++/hello.mm
	LLVM :: LLVMC/ObjC/hello.m

Last 10 lines of 'misaligned-param.c':
	<stdin>:7:22: note: scanning from here
	define ppc_fp128 @foo(%struct.s* byval %x, i32 %i, %struct.s* byval %y) nounwind {
	                     ^
	<stdin>:10:2: note: possible intended match here
	 %retval = alloca ppc_fp128, align 16 ; <ppc_fp128*> [#uses=2]
	 ^
	--
	
	********************
	




More information about the llvm-testresults mailing list