LLVMers, The 2.1 pre-release (version 1) is available for testing: http://llvm.org/prereleases/2.1/version1/ I'm looking for members of the LLVM community to test the 2.1 release. There are 2 ways you can help: 1) Download llvm-2.1, llvm-test-2.1, and the appropriate llvm-gcc4.0 binary. Run "make check" and the full llvm-test suite (make TEST=nightly report). 2) Download llvm-2.1, llvm-test-2.1, and the llvm-gcc4.0 source. Compile everything. Run "make check" and the full llvm-test suite (make TEST=nightly report). Send your results to llvm-dev with the dejagnu test results in the body of the email and attach the llvm-test report (report.nightly.txt). When submitting your results, please specify the platform, Release or Debug build (default is Release) and if you built llvm with srcdir = objdir. Any and all help is appreciated. Thanks, Tanya Lattner
One more thing that I forgot. The deadline for 2.1 pre-release version 1 testing is Wednesday, September 19th (5PM PDT). At that point. I will begin merging in patches and preparing the second pre- release. Thanks, Tanya Lattner On Sep 14, 2007, at 11:42 PM, Tanya Lattner wrote:> LLVMers, > > The 2.1 pre-release (version 1) is available for testing: > http://llvm.org/prereleases/2.1/version1/ > > I'm looking for members of the LLVM community to test the 2.1 > release. There are 2 ways you can help: > > 1) Download llvm-2.1, llvm-test-2.1, and the appropriate llvm-gcc4.0 > binary. Run "make check" and the full llvm-test suite (make > TEST=nightly report). > 2) Download llvm-2.1, llvm-test-2.1, and the llvm-gcc4.0 source. > Compile everything. Run "make check" and the full llvm-test suite > (make TEST=nightly report). > > Send your results to llvm-dev with the dejagnu test results in the > body of the email and attach the llvm-test report > (report.nightly.txt). When submitting your results, please specify > the platform, Release or Debug build (default is Release) and if you > built llvm with srcdir = objdir. > > Any and all help is appreciated. > > Thanks, > Tanya Lattner > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Here are my results for testing the LLVM 2.1 prerelease. Platform: Linux AMD64 Debug: No, Release src=obj: Yes Nightly report is attached. Somehow, even though I thought that I redirected stderr to a file, it coughed it on to my terminal twice during running tests. I copied and pasted the first on into e1. (The second was mangled by ncurses.) make check: - --------------------------------------------------- Test Run By scubed on Sat Sep 15 11:27:34 2007 Native configuration is x86_64-unknown-linux-gnu === tests == Schedule of variations: unix Running target unix Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target. Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. WARNING: Couldn't find tool config file for unix, using default. Running /home/scubed/software/llvm/new/llvm-2.1/test/Analysis/Andersens/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Analysis/BasicAA/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Analysis/Dominators/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Analysis/GlobalsModRef/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Analysis/LoadVN/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Analysis/LoopInfo/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Analysis/ScalarEvolution/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Archive/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Assembler/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Bitcode/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/BugPoint/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/C++Frontend/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/CFrontend/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/CodeGen/ARM/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/CodeGen/Alpha/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/CodeGen/CBackend/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/CodeGen/Generic/GC/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/CodeGen/Generic/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/CodeGen/IA64/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/CodeGen/PowerPC/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/CodeGen/SPARC/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/CodeGen/X86/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/DebugInfo/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/ExecutionEngine/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Feature/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/FrontendAda/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/FrontendObjC/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Integer/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Linker/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Other/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/TableGen/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/ADCE/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/ArgumentPromotion/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/BlockPlacement/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/CodeExtractor/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/CondProp/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/ConstProp/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/ConstantMerge/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/CorrelatedExprs/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/DeadArgElim/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/DeadStoreElimination/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/DecomposeMultiDimRefs/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/GCSE/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/GVN/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/GVNPRE/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/GlobalDCE/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/GlobalOpt/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/IPConstantProp/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/IndVarsSimplify/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/Inline/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/InstCombine/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/LCSSA/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/LICM/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/LoopIndexSplit/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/LoopRotate/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/LoopSimplify/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/LoopStrengthReduce/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/LoopUnroll/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/LoopUnswitch/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/LowerInvoke/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/LowerSetJmp/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/LowerSwitch/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/Mem2Reg/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/PredicateSimplifier/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/PruneEH/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/RaiseAllocations/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/Reassociate/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/RedundantLoadElimination/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/SCCP/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/ScalarRepl/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/SimplifyCFG/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/SimplifyLibCalls/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/TailCallElim/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Transforms/TailDup/dg.exp ... Running /home/scubed/software/llvm/new/llvm-2.1/test/Verifier/dg.exp ... === Summary == # of expected passes 1944 # of expected failures 4 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7-ecc0.1.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFG7I7xxzVgPqtIcfsRAgRKAJ9hhIBYp9h7eALzWNbBwsTMNd8L2QCfeUXQ fVJjEjbXj5I/CClG8tMQCQY=H3a9 -----END PGP SIGNATURE----- -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: e1 URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070915/11b0294b/attachment.ksh> -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: report.nightly.txt URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070915/11b0294b/attachment.txt>
On Fri, Sep 14, 2007 at 11:42:18PM -0700, Tanya Lattner wrote:> LLVMers, > > The 2.1 pre-release (version 1) is available for testing: > http://llvm.org/prereleases/2.1/version1/$ cd objdir $ ../llvm-2.1/configure --help [...] --enable-shared[=PKGS] build shared libraries [default=enable_shared_default] --enable-static[=PKGS] build static libraries [default=enable_static_default] --enable-fast-install[=PKGS] optimize for fast installation [default=enable_Fast_install_default] [...] Should enable_shared_default and friends be replaced by "yes" or "no", or is the above the correct output?
On Fri, Sep 14, 2007 at 11:42:18PM -0700, Tanya Lattner wrote:> LLVMers, > > The 2.1 pre-release (version 1) is available for testing: > http://llvm.org/prereleases/2.1/version1/I suspect the utils/TableGen/FileParser.h.cvs in the tarball may be stale. I tried building LLVM without bison installed and got: gmake[2]: Entering directory `/home/emil/ll/objdir-llvm/utils/TableGen' llvm[2]: Compiling AsmWriterEmitter.cpp for Release build llvm[2]: Compiling CallingConvEmitter.cpp for Release build llvm[2]: Compiling CodeEmitterGen.cpp for Release build llvm[2]: Compiling CodeGenTarget.cpp for Release build llvm[2]: Compiling DAGISelEmitter.cpp for Release build llvm[2]: Flexing FileLexer.l llvm[2]: Bison of FileParser.y SKIPPED, bison not found -- copying .h.cvs llvm[2]: Compiling FileLexer.cpp for Release build /home/emil/ll/llvm-2.1/utils/TableGen/FileLexer.l: In function 'int Filelex()': /home/emil/ll/llvm-2.1/utils/TableGen/FileLexer.l:209: error: 'CONCATTOK' was not declared in this scope gmake[2]: *** [/home/emil/ll/objdir-llvm/utils/TableGen/Release/FileLexer.o] Error 1 gmake[2]: Leaving directory `/home/emil/ll/objdir-llvm/utils/TableGen' $ grep CONCATTOK utils/TableGen/FileParser.h.cvs STRCONCATTOK = 275, #define STRCONCATTOK 275 -=- Now, if I install bison (and also rm -r objdir and the unpacked llvm-2.1), and try again, the build does not break at this point. Also grep finds more lines in the newly generated file: $ grep CONCATTOK utils/TableGen/FileParser.h CONCATTOK = 272, STRCONCATTOK = 276, #define CONCATTOK 272 #define STRCONCATTOK 276 --Emil
Wojciech Matyjewicz
2007-Sep-17 13:11 UTC
[LLVMdev] 2.1 Pre-Release Available (testers needed)
Hi, Here are my results. Environment: - frontend was built from source, - platform: Linux/x86 (gcc 4.1.2) - Release build - srcdir != objdir Dejagnu summary: # of expected passes 1939 # of expected failures 5 Nightly test report attached. Wojtek -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: report.nightly.txt URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070917/e427824d/attachment.txt>
Tanya M. Lattner
2007-Sep-17 19:02 UTC
[LLVMdev] 2.1 Pre-Release Available (testers needed)
>> The 2.1 pre-release (version 1) is available for testing: >> http://llvm.org/prereleases/2.1/version1/ > > $ cd objdir > $ ../llvm-2.1/configure --help > [...] > --enable-shared[=PKGS] build shared libraries > [default=enable_shared_default] > --enable-static[=PKGS] build static libraries > [default=enable_static_default] > --enable-fast-install[=PKGS] > optimize for fast installation > [default=enable_Fast_install_default] > [...] > > Should enable_shared_default and friends be replaced by "yes" or "no", > or is the above the correct output?It should be yes/no. It appears this was a problem in 2.0 as well. I'll see if we can get this fixed. Thanks, Tanya> _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >
Tanya M. Lattner
2007-Sep-17 19:19 UTC
[LLVMdev] 2.1 Pre-Release Available (testers needed)
Wojciech, Thank you for testing the release! Your results look very good and I am not seeing any regressions from 2.0 (that I have not filed a bug on already). Thanks, Tanya Lattner On Mon, 17 Sep 2007, Wojciech Matyjewicz wrote:> Hi, > > Here are my results. > > Environment: > - frontend was built from source, > - platform: Linux/x86 (gcc 4.1.2) > - Release build > - srcdir != objdir > > Dejagnu summary: > # of expected passes 1939 > # of expected failures 5 > > Nightly test report attached. > > Wojtek > >
On Mon, 17 Sep 2007, Emil Mikulic wrote:>> The 2.1 pre-release (version 1) is available for testing: >> http://llvm.org/prereleases/2.1/version1/ > > I suspect the utils/TableGen/FileParser.h.cvs in the tarball may be > stale. I tried building LLVM without bison installed and got:Can you try it again without bison with these files: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070917/053582.html If they work, we should merge them into 2.1. Thanks Emil! -Chris -- http://nondot.org/sabre/ http://llvm.org/
Tanya M. Lattner
2007-Sep-17 23:19 UTC
[LLVMdev] 2.1 Pre-Release Available (testers needed)
>> The 2.1 pre-release (version 1) is available for testing: >> http://llvm.org/prereleases/2.1/version1/ > > $ cd objdir > $ ../llvm-2.1/configure --help > [...] > --enable-shared[=PKGS] build shared libraries > [default=enable_shared_default] > --enable-static[=PKGS] build static libraries > [default=enable_static_default] > --enable-fast-install[=PKGS] > optimize for fast installation > [default=enable_Fast_install_default] > [...] > > Should enable_shared_default and friends be replaced by "yes" or "no", > or is the above the correct output?I believe this is now fixed: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070917/053608.html -Tanya
Maarten ter Huurne
2007-Sep-18 02:42 UTC
[LLVMdev] 2.1 Pre-Release Available (testers needed)
On Saturday 15 September 2007, Tanya Lattner wrote:> 2) Download llvm-2.1, llvm-test-2.1, and the llvm-gcc4.0 source. > Compile everything. Run "make check" and the full llvm-test suite > (make TEST=nightly report).I tried to do this, but ran into trouble. LLVM itself compiled fine. GCC compilation is broken when Java support is enabled. I can file a detailed bug report if anyone cares about this. When I restricted it to just C and C++, it compiled fine. I couldn't get the test suite to run: mth at starbug-3:~/src/llvm-test-2.1> CXX=llvm-g++ ./configure --with-llvmsrc=/home/mth/src/llvm-2.1 --with-llvmobj=/home/mth/src/llvm-2.1 [...] mth at starbug-3:~/src/llvm-test-2.1> make TEST=nightly report make -j1 TEST=nightly 2>&1 | tee report.nightly.raw.out make[1]: Entering directory `/home/mth/src/llvm-test-2.1' make[2]: Entering directory `/home/mth/src/llvm-test-2.1/SingleSource' make[3]: Entering directory `/home/mth/src/llvm-test-2.1/SingleSource/UnitTests' make[4]: Entering directory `/home/mth/src/llvm-test-2.1/SingleSource/UnitTests/Vector' make[5]: Entering directory `/home/mth/src/llvm-test-2.1/SingleSource/UnitTests/Vector/SSE' make[5]: *** No rule to make target `Output/sse.expandfft.linked.rbc', needed by `Output/sse.expandfft.linked.bc'. Stop. make[5]: Leaving directory `/home/mth/src/llvm-test-2.1/SingleSource/UnitTests/Vector/SSE' make[4]: *** [test] Error 1 make[4]: Leaving directory `/home/mth/src/llvm-test-2.1/SingleSource/UnitTests/Vector' make[3]: *** [test] Error 1 make[3]: Leaving directory `/home/mth/src/llvm-test-2.1/SingleSource/UnitTests' make[2]: *** [UnitTests/.maketest] Error 2 make[2]: Leaving directory `/home/mth/src/llvm-test-2.1/SingleSource' make[1]: *** [SingleSource/.maketest] Error 2 make[1]: Leaving directory `/home/mth/src/llvm-test-2.1' /home/mth/src/llvm-test-2.1/GenerateReport.pl /home/mth/src/llvm-test-2.1/TEST.nightly.report < report.nightly.raw.out > report.nightly.txt Program | GCCAS Bytecode LLC compile LLC-BETA compile JIT codegen | GCC CBE LLC LLC-BETA JIT | GCC/CBE GCC/LLC GCC/LLC-BETA LLC/LLC-BETA mth at starbug-3:~/src/llvm-test-2.1> Since several other people did report test results, I'm probably doing something very basic wrong. Bye, Maarten -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part. URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070918/aa55e1ce/attachment.sig>
On Sep 17, 2007, at 7:42 PM, Maarten ter Huurne wrote:> On Saturday 15 September 2007, Tanya Lattner wrote: > >> 2) Download llvm-2.1, llvm-test-2.1, and the llvm-gcc4.0 source. >> Compile everything. Run "make check" and the full llvm-test suite >> (make TEST=nightly report). > > I tried to do this, but ran into trouble. > > LLVM itself compiled fine. > > GCC compilation is broken when Java support is enabled. I can file > a detailed > bug report if anyone cares about this. When I restricted it to just > C and > C++, it compiled fine. >Java is not supported in llvm-gcc.> I couldn't get the test suite to run: >You need to configure llvm again with ---with-llvmgccdir. Make sure you do this at the llvm level, llvm-test will be reconfigured automatically. -Tanya> mth at starbug-3:~/src/llvm-test-2.1> CXX=llvm-g++ ./configure > --with-llvmsrc=/home/mth/src/llvm-2.1 --with-llvmobj=/home/mth/ > src/llvm-2.1 > [...] > mth at starbug-3:~/src/llvm-test-2.1> make TEST=nightly report > make -j1 TEST=nightly 2>&1 | tee report.nightly.raw.out > make[1]: Entering directory `/home/mth/src/llvm-test-2.1' > make[2]: Entering directory `/home/mth/src/llvm-test-2.1/SingleSource' > make[3]: Entering directory > `/home/mth/src/llvm-test-2.1/SingleSource/UnitTests' > make[4]: Entering directory > `/home/mth/src/llvm-test-2.1/SingleSource/UnitTests/Vector' > make[5]: Entering directory > `/home/mth/src/llvm-test-2.1/SingleSource/UnitTests/Vector/SSE' > make[5]: *** No rule to make target `Output/ > sse.expandfft.linked.rbc', needed > by `Output/sse.expandfft.linked.bc'. Stop. > make[5]: Leaving directory > `/home/mth/src/llvm-test-2.1/SingleSource/UnitTests/Vector/SSE' > make[4]: *** [test] Error 1 > make[4]: Leaving directory > `/home/mth/src/llvm-test-2.1/SingleSource/UnitTests/Vector' > make[3]: *** [test] Error 1 > make[3]: Leaving directory > `/home/mth/src/llvm-test-2.1/SingleSource/UnitTests' > make[2]: *** [UnitTests/.maketest] Error 2 > make[2]: Leaving directory `/home/mth/src/llvm-test-2.1/SingleSource' > make[1]: *** [SingleSource/.maketest] Error 2 > make[1]: Leaving directory `/home/mth/src/llvm-test-2.1' > /home/mth/src/llvm-test-2.1/GenerateReport.pl /home/mth/src/llvm- > test-2.1/TEST.nightly.report > < report.nightly.raw.out > report.nightly.txt > Program | GCCAS Bytecode LLC compile LLC-BETA compile JIT codegen | > GCC CBE > LLC LLC-BETA JIT | GCC/CBE GCC/LLC GCC/LLC-BETA LLC/LLC-BETA > mth at starbug-3:~/src/llvm-test-2.1> > > Since several other people did report test results, I'm probably doing > something very basic wrong. > > Bye, > Maarten > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
On Fri, Sep 14, 2007 at 11:42:18PM -0700, Tanya Lattner wrote:> The 2.1 pre-release (version 1) is available for testing: > http://llvm.org/prereleases/2.1/version1/ > > [...] > > 2) Download llvm-2.1, llvm-test-2.1, and the llvm-gcc4.0 source. > Compile everything. Run "make check" and the full llvm-test suite > (make TEST=nightly report). > > Send your results to llvm-dev with the dejagnu test results in the > body of the email and attach the llvm-test report > (report.nightly.txt). When submitting your results, please specify > the platform, Release or Debug build (default is Release) and if you > built llvm with srcdir = objdir.Platform is FreeBSD 7.0-CURRENT on i386 (Pentium 4). Release build (default). srcdir != objdir, for both llvm and llvm-gcc4 I did the following: (build llvm) $ cd ~/ll $ tar zxvf llvm-2.1.tar.gz $ mkdir objdir-llvm $ cd !$ $ ../llvm-2.1/configure --prefix=/home/emil/ll/prefix $ gmake (build llvm-gcc4) $ cd .. $ tar zxvf llvm-gcc4.0-2.1.source.tar.gz $ mkdir objdir-gcc $ cd !$ $ ../llvm-gcc4.0-2.1.source/configure --prefix=/home/emil/ll/prefix \ --enable-llvm=/home/emil/ll/objdir-llvm \ --enable-languages=c,c++ --program-prefix=llvm- $ gmake $ gmake install (build llvm again - is this right / necessary?) $ cd ../objdir-llvm $ ../llvm-2.1/configure --with-llvmgccdir=/home/emil/ll/prefix \ --prefix=/home/emil/ll/prefix $ gmake $ gmake check $ gmake install $ llvm-gcc -v gcc version 4.0.1 (Apple Computer, Inc. build 5449)(LLVM build ) The "make check" produced: === Summary == # of expected passes 2209 # of unexpected failures 41 # of expected failures 5 gmake[1]: *** [check-local] Error 1 gmake[1]: Leaving directory `/home/emil/ll/objdir-llvm/test' gmake: *** [check] Error 2 The nightly report is attached. Typescripts: http://goanna.cs.rmit.edu.au/~emil/llvm2.1-check.txt http://goanna.cs.rmit.edu.au/~emil/llvm2.1-nightly.txt --Emil -------------- next part -------------- Program | GCCAS Bytecode LLC compile LLC-BETA compile JIT codegen | GCC CBE LLC LLC-BETA JIT | GCC/CBE GCC/LLC GCC/LLC-BETA LLC/LLC-BETA MultiSource/Applications/Burg/burg | 0.9428 194720 0.9983 * 0.9396 | 0.01 * 0.00 * 1.03 | n/a - n/a n/a MultiSource/Applications/JM/ldecod/ldecod | 3.7606 911844 4.6489 * 3.8889 | 1.83 * 1.80 * 5.96 | n/a 1.02 n/a n/a MultiSource/Applications/JM/lencod/lencod | 12.1108 2159820 12.7408 * 10.5878 | 16.81 18.62 15.55 * 26.94 | 0.90 1.08 n/a n/a MultiSource/Applications/SIBsim4/SIBsim4 | 0.6823 137860 0.7944 * 0.7858 | 7.34 8.83 8.27 * 9.08 | 0.83 0.89 n/a n/a MultiSource/Applications/SPASS/SPASS | * * * * * | 30.05 * * * * | n/a n/a n/a n/a MultiSource/Applications/aha/aha | 0.0648 10100 0.0490 * 0.0497 | 4.60 4.30 5.85 * 5.96 | 1.07 0.79 n/a n/a MultiSource/Applications/d/make_dparser | 2.0591 462444 1.7451 * 1.4816 | 0.09 0.09 0.09 * 1.77 | - - n/a n/a MultiSource/Applications/hbd/hbd | 0.3831 119428 0.5762 * 0.4466 | 0.01 0.01 0.00 * 0.49 | - - n/a n/a MultiSource/Applications/hexxagon/hexxagon | 0.2201 43492 0.1834 * 0.1397 | 22.60 16.12 14.63 * 13.99 | 1.40 1.54 n/a n/a MultiSource/Applications/kimwitu++/kc | 10.0971 2870524 9.5504 * 5.3940 | 3.00 2.95 3.03 * 9.29 | 1.02 0.99 n/a n/a MultiSource/Applications/lambda-0.1.3/lambda | 0.4366 120728 0.4756 * 0.3713 | 11.81 10.82 8.46 * 10.48 | 1.09 1.40 n/a n/a MultiSource/Applications/minisat/minisat | 0.4658 77560 0.3107 * * | 19.27 21.71 20.76 * * | 0.89 0.93 n/a n/a MultiSource/Applications/oggenc/oggenc | 2.3230 994908 * * * | 0.34 * * * * | n/a n/a n/a n/a MultiSource/Applications/sgefa/sgefa | 0.1317 18796 0.1168 * 0.1102 | 3.66 3.90 2.62 * 2.75 | 0.94 1.40 n/a n/a MultiSource/Applications/siod/siod | 1.6923 688268 3.5595 * 1.9845 | 6.10 6.86 5.93 * 7.89 | 0.89 1.03 n/a n/a MultiSource/Applications/spiff/spiff | 0.3585 79184 0.3941 * 0.3328 | 16.07 16.29 16.52 * 17.36 | 0.99 0.97 n/a n/a MultiSource/Applications/treecc/treecc | 1.2997 394792 1.9056 * 0.5488 | 0.01 0.00 0.00 * 0.63 | - - n/a n/a MultiSource/Applications/viterbi/viterbi | 0.0455 7084 0.0391 * 0.0384 | 14.87 22.99 18.32 * 18.38 | 0.65 0.81 n/a n/a MultiSource/Benchmarks/ASCI_Purple/SMG2000/smg2000 | 2.9651 620820 4.2171 * 3.6177 | 10.00 13.34 10.16 * 13.94 | 0.75 0.98 n/a n/a MultiSource/Benchmarks/Fhourstones-3.1/fhourstones3.1 | 0.0694 10680 0.0606 * 0.0617 | 5.49 4.35 4.11 * 4.23 | 1.26 1.34 n/a n/a MultiSource/Benchmarks/Fhourstones/fhourstones | 0.0814 17628 0.0764 * 0.0733 | 3.93 3.23 3.23 * 3.31 | 1.22 1.22 n/a n/a MultiSource/Benchmarks/FreeBench/analyzer/analyzer | 0.0794 12932 0.0685 * 0.0650 | 0.15 0.17 0.11 * 0.19 | 0.88 1.36 n/a n/a MultiSource/Benchmarks/FreeBench/distray/distray | 0.0527 12728 0.0538 * 0.0490 | 0.44 0.65 0.35 * 0.41 | 0.68 1.26 n/a n/a MultiSource/Benchmarks/FreeBench/fourinarow/fourinarow | 0.1344 27992 0.1707 * 0.1423 | 1.85 1.58 2.05 * 2.20 | 1.17 0.90 n/a n/a MultiSource/Benchmarks/FreeBench/mason/mason | 0.0458 15276 0.0561 * 0.0584 | 0.73 0.56 0.56 * 0.62 | 1.30 1.30 n/a n/a MultiSource/Benchmarks/FreeBench/neural/neural | 0.0757 10964 0.0729 * 0.0651 | 0.28 0.25 0.45 * 0.53 | 1.12 0.62 n/a n/a MultiSource/Benchmarks/FreeBench/pcompress2/pcompress2 | 0.0841 15600 0.0734 * 0.0708 | 0.46 0.45 0.64 * 0.72 | 1.02 0.72 n/a n/a MultiSource/Benchmarks/FreeBench/pifft/pifft | 0.3394 96420 0.5493 * 0.5290 | 0.30 0.30 0.29 * 0.86 | 1.00 1.03 n/a n/a MultiSource/Benchmarks/MallocBench/cfrac/cfrac | 0.3834 117500 0.4420 * 0.4153 | 5.31 5.18 5.64 * 6.08 | 1.03 0.94 n/a n/a MultiSource/Benchmarks/MallocBench/espresso/espresso | 2.2290 616052 3.0057 * 1.9199 | 1.18 1.19 1.19 * 3.28 | 0.99 0.99 n/a n/a MultiSource/Benchmarks/MallocBench/gs/gs | 1.9621 545168 2.1844 * 0.9437 | 0.10 0.10 0.11 * 1.26 | 1.00 0.91 n/a n/a MultiSource/Benchmarks/McCat/01-qbsort/qbsort | 0.0211 4268 0.0229 * 0.0233 | 0.34 0.32 0.32 * 0.36 | 1.06 1.06 n/a n/a MultiSource/Benchmarks/McCat/03-testtrie/testtrie | 0.0348 5952 0.0371 * 0.0296 | 0.03 0.03 0.03 * 0.07 | - - n/a n/a MultiSource/Benchmarks/McCat/04-bisect/bisect | 0.0262 5504 0.0366 * 0.0298 | 0.21 0.77 0.21 * 0.25 | 0.27 1.00 n/a n/a MultiSource/Benchmarks/McCat/05-eks/eks | 0.1223 9360 0.0615 * 0.0634 | 0.01 0.00 0.01 * 0.08 | - - n/a n/a MultiSource/Benchmarks/McCat/08-main/main | 0.1256 21276 0.0753 * 0.0693 | 0.18 0.28 0.19 * 0.28 | 0.64 0.95 n/a n/a MultiSource/Benchmarks/McCat/09-vor/vor | 0.1441 36696 0.1430 * 0.1355 | 0.36 0.36 0.36 * 0.51 | 1.00 1.00 n/a n/a MultiSource/Benchmarks/McCat/12-IOtest/iotest | 0.0382 3072 0.0185 * 0.0200 | 1.22 0.39 0.48 * 0.51 | 3.13 2.54 n/a n/a MultiSource/Benchmarks/McCat/15-trie/trie | 0.0248 4572 0.0246 * 0.0268 | 0.01 0.00 0.00 * 0.04 | - - n/a n/a MultiSource/Benchmarks/McCat/17-bintr/bintr | 0.0390 6404 0.0306 * 0.0287 | 0.21 0.20 0.21 * 0.24 | 1.05 1.00 n/a n/a MultiSource/Benchmarks/McCat/18-imp/imp | 0.1469 31412 0.1580 * 0.1515 | 0.14 0.17 0.20 * 0.37 | 0.82 0.70 n/a n/a MultiSource/Benchmarks/MiBench/automotive-basicmath/automotive-basicmath | 0.0270 5464 0.0320 * 0.0313 | 1.04 1.05 1.03 * 1.08 | 0.99 1.01 n/a n/a MultiSource/Benchmarks/MiBench/automotive-bitcount/automotive-bitcount | 0.0391 4120 0.0251 * 0.0189 | 0.14 0.16 0.21 * 0.24 | 0.88 0.67 n/a n/a MultiSource/Benchmarks/MiBench/automotive-susan/automotive-susan | 0.3194 96716 0.4171 * 0.3832 | 0.12 0.13 0.12 * 0.52 | 0.92 1.00 n/a n/a MultiSource/Benchmarks/MiBench/consumer-jpeg/consumer-jpeg | 1.8037 305468 1.2742 * 0.5383 | 0.03 0.02 0.02 * 0.65 | - - n/a n/a MultiSource/Benchmarks/MiBench/consumer-lame/consumer-lame | * * * * * | 0.58 * * * * | n/a n/a n/a n/a MultiSource/Benchmarks/MiBench/consumer-typeset/consumer-typeset | 8.7319 2201460 9.2434 * 7.5236 | 0.44 0.39 0.40 * 8.43 | 1.13 1.10 n/a n/a MultiSource/Benchmarks/MiBench/network-dijkstra/network-dijkstra | 0.0170 3724 0.0198 * 0.0177 | 0.12 0.11 0.10 * 0.14 | 1.09 1.20 n/a n/a MultiSource/Benchmarks/MiBench/network-patricia/network-patricia | 0.0350 5620 0.0274 * 0.0235 | 0.27 0.26 0.27 * 0.30 | 1.04 1.00 n/a n/a MultiSource/Benchmarks/MiBench/office-ispell/office-ispell | 1.0206 209904 1.0357 * 0.2426 | 0.01 0.01 0.01 * 0.27 | - - n/a n/a MultiSource/Benchmarks/MiBench/office-stringsearch/office-stringsearch | 0.0459 13700 0.0120 * 0.0085 | 0.00 0.00 0.01 * 0.03 | - - n/a n/a MultiSource/Benchmarks/MiBench/security-blowfish/security-blowfish | 0.1379 48756 0.1434 * 0.0722 | 0.01 0.00 0.00 * 0.08 | - - n/a n/a MultiSource/Benchmarks/MiBench/security-rijndael/security-rijndael | 0.6920 70756 0.1210 * 0.0866 | 0.17 0.16 0.16 * 0.29 | 1.06 1.06 n/a n/a MultiSource/Benchmarks/MiBench/security-sha/security-sha | 0.0262 5092 0.0198 * 0.0220 | 0.05 0.04 0.05 * 0.08 | - - n/a n/a MultiSource/Benchmarks/MiBench/telecomm-CRC32/telecomm-CRC32 | 0.0150 3600 0.0085 * 0.0111 | 0.25 0.22 0.24 * 0.27 | 1.14 1.04 n/a n/a MultiSource/Benchmarks/MiBench/telecomm-FFT/telecomm-fft | 0.0370 5676 0.0377 * 0.0305 | 0.10 0.10 0.10 * 0.16 | 1.00 1.00 n/a n/a MultiSource/Benchmarks/MiBench/telecomm-adpcm/telecomm-adpcm | 0.0132 2628 0.0102 * 0.0069 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a MultiSource/Benchmarks/MiBench/telecomm-gsm/telecomm-gsm | 0.5068 120388 0.3855 * 0.3015 | 0.34 0.34 0.34 * 0.68 | 1.00 1.00 n/a n/a MultiSource/Benchmarks/Olden/bh/bh | 0.1342 23068 0.1066 * 0.1040 | 5.57 5.94 6.43 * 6.45 | 0.94 0.87 n/a n/a MultiSource/Benchmarks/Olden/bisort/bisort | 0.0293 7256 0.0433 * 0.0409 | 1.60 1.50 1.56 * 1.63 | 1.07 1.03 n/a n/a MultiSource/Benchmarks/Olden/em3d/em3d | 0.0503 7392 0.0444 * 0.0456 | 5.57 5.44 5.90 * 5.98 | 1.02 0.94 n/a n/a MultiSource/Benchmarks/Olden/health/health | 0.0433 10180 0.0417 * 0.0491 | 0.72 0.75 0.68 * 0.72 | 0.96 1.06 n/a n/a MultiSource/Benchmarks/Olden/mst/mst | 0.0414 6092 0.0270 * 0.0276 | 0.35 0.35 0.37 * 0.41 | 1.00 0.95 n/a n/a MultiSource/Benchmarks/Olden/perimeter/perimeter | 0.0452 13712 0.0825 * 0.0699 | 0.74 0.57 0.62 * 0.69 | 1.30 1.19 n/a n/a MultiSource/Benchmarks/Olden/power/power | 0.0434 11236 0.0432 * 0.0401 | 5.59 4.52 2.96 * 3.01 | 1.24 1.89 n/a n/a MultiSource/Benchmarks/Olden/treeadd/treeadd | 0.0139 2688 0.0164 * 0.0172 | 0.96 9.41 7.19 * 7.20 | 0.10 0.13 n/a n/a MultiSource/Benchmarks/Olden/tsp/tsp | 0.0441 10140 0.0377 * 0.0413 | 3.09 3.98 2.23 * 2.28 | 0.78 1.39 n/a n/a MultiSource/Benchmarks/Olden/voronoi/voronoi | 0.1279 36640 0.1132 * 0.1125 | 1.05 1.11 0.90 * 1.04 | 0.95 1.17 n/a n/a MultiSource/Benchmarks/OptimizerEval/optimizer-eval | 0.1705 38196 0.1914 * 0.2069 | 78.02 76.34 87.37 * 87.81 | 1.02 0.89 n/a n/a MultiSource/Benchmarks/Prolangs-C++/NP/np | 0.0105 1188 0.0027 * 0.0026 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/city/city | 0.1436 24648 0.0832 * 0.0643 | 0.01 0.01 0.01 * 0.10 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/deriv1/deriv1 | 0.0366 9260 0.0305 * 0.0250 | 0.01 0.01 0.01 * 0.04 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/deriv2/deriv2 | 0.0487 11440 0.0471 * 0.0352 | 0.01 0.01 0.01 * 0.05 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/employ/employ | 0.0858 15384 0.0530 * 0.0249 | 0.00 0.01 0.01 * 0.04 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/family/family | 0.0268 4368 0.0146 * 0.0142 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/fsm/fsm | 0.0272 2296 0.0118 * 0.0081 | 0.01 0.00 0.00 * 0.01 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/garage/garage | 0.0518 6988 0.0285 * 0.0288 | 0.01 0.00 0.00 * 0.05 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/life/life | 0.0448 7152 0.0361 * 0.0328 | 5.14 5.14 4.77 * 4.84 | 1.00 1.08 n/a n/a MultiSource/Benchmarks/Prolangs-C++/objects/objects | 0.0769 13816 0.0564 * 0.0119 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/ocean/ocean | 0.0787 14576 0.0492 * 0.0513 | 0.25 0.25 0.24 * 0.30 | 1.00 1.04 n/a n/a MultiSource/Benchmarks/Prolangs-C++/office/office | 0.0247 4620 0.0093 * 0.0125 | 0.01 0.01 0.01 * 0.02 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/primes/primes | 0.0072 1716 0.0081 * 0.0039 | 1.10 1.10 1.09 * 1.11 | 1.00 1.01 n/a n/a MultiSource/Benchmarks/Prolangs-C++/shapes/shapes | 0.0679 15580 0.0589 * 0.0456 | 0.01 0.01 0.01 * 0.07 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/simul/simul | 0.0716 4596 0.0208 * 0.0176 | 0.02 0.01 0.01 * 0.03 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/trees/trees | 0.0770 21424 0.0500 * 0.0404 | 0.00 0.00 0.00 * 0.05 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/vcirc/vcirc | 0.0160 1932 0.0030 * 0.0092 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/TimberWolfMC/timberwolfmc | 2.6410 764028 3.8733 * 0.3957 | 0.00 0.00 0.00 * 0.44 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/agrep/agrep | * * * * * | 0.02 * * * * | n/a n/a n/a n/a MultiSource/Benchmarks/Prolangs-C/allroots/allroots | 0.0216 4364 0.0229 * 0.0265 | 0.00 0.00 0.00 * 0.04 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/assembler/assembler | 0.2554 84032 0.4348 * 0.3179 | 0.01 0.00 0.00 * 0.35 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/bison/mybison | 0.8056 241084 1.4676 * 1.4113 | 0.02 0.02 0.02 * 1.56 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/cdecl/cdecl | 0.1902 67880 0.4316 * 0.4197 | 0.00 0.00 0.00 * 0.47 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/compiler/compiler | 0.2497 77388 0.3885 * 0.0782 | 0.01 0.00 0.00 * 0.09 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/fixoutput/fixoutput | 0.0258 9736 0.0799 * 0.0699 | 0.00 0.00 0.00 * 0.08 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/football/football | 0.4132 105344 0.6047 * 0.0492 | 0.00 0.00 0.00 * 0.07 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/gnugo/gnugo | 0.1975 53024 0.2709 * 0.1200 | 0.00 0.00 0.00 * 0.14 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/loader/loader | 0.1207 33160 0.1680 * 0.1030 | 0.00 0.00 0.00 * 0.12 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/simulator/simulator | 0.3969 94896 0.4292 * 0.0453 | 0.00 0.00 0.00 * 0.07 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/unix-smail/unix-smail | 0.2418 59936 0.3557 * 0.2565 | 0.01 0.00 0.00 * 0.28 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/unix-tbl/unix-tbl | 0.4623 120400 0.6104 * 0.2253 | 0.00 0.00 0.00 * 0.26 | - - n/a n/a MultiSource/Benchmarks/Ptrdist/anagram/anagram | 0.0552 10656 0.0481 * 0.0466 | 2.25 2.51 2.38 * 2.39 | 0.90 0.95 n/a n/a MultiSource/Benchmarks/Ptrdist/bc/bc | 0.5263 158212 0.8097 * 0.7139 | 3.65 * 3.14 * 3.93 | n/a 1.16 n/a n/a MultiSource/Benchmarks/Ptrdist/ft/ft | 0.0953 13724 0.0613 * 0.0582 | 1.78 1.72 1.76 * 1.85 | 1.03 1.01 n/a n/a MultiSource/Benchmarks/Ptrdist/ks/ks | 0.0748 16752 0.0799 * 0.0750 | 1.87 3.62 2.66 * 2.75 | 0.52 0.70 n/a n/a MultiSource/Benchmarks/Ptrdist/yacr2/yacr2 | 0.2780 63192 0.3677 * 0.3549 | 1.89 2.05 2.50 * 2.97 | 0.92 0.76 n/a n/a MultiSource/Benchmarks/SciMark2-C/scimark2 | 0.0955 23112 0.1339 * 0.1290 | 25.26 26.01 24.97 * 25.12 | 0.97 1.01 n/a n/a MultiSource/Benchmarks/llubenchmark/llu | 0.0194 4148 0.0253 * 0.0159 | 6.78 7.04 7.01 * 7.03 | 0.96 0.97 n/a n/a MultiSource/Benchmarks/mediabench/adpcm/rawcaudio/rawcaudio | 0.0159 2900 0.0102 * 0.0098 | 0.03 0.03 0.03 * 0.05 | - - n/a n/a MultiSource/Benchmarks/mediabench/adpcm/rawdaudio/rawdaudio | 0.0126 2628 0.0091 * 0.0108 | 0.03 0.02 0.03 * 0.04 | - - n/a n/a MultiSource/Benchmarks/mediabench/g721/g721encode/encode | 0.1038 18560 0.0791 * 0.0584 | 0.14 0.12 0.11 * 0.19 | 1.17 1.27 n/a n/a MultiSource/Benchmarks/mediabench/gsm/toast/toast | 0.5178 120384 0.3837 * 0.2924 | 0.05 0.04 0.04 * 0.38 | - - n/a n/a MultiSource/Benchmarks/mediabench/jpeg/jpeg-6a/cjpeg | 1.8069 238316 0.9802 * 0.5762 | 0.01 0.00 0.01 * 0.68 | - - n/a n/a MultiSource/Benchmarks/mediabench/mpeg2/mpeg2dec/mpeg2decode | 0.7382 152772 0.7235 * 0.5338 | 0.07 0.05 0.05 * 0.64 | - - n/a n/a MultiSource/Benchmarks/sim/sim | 0.1517 47032 0.2478 * 0.2357 | 12.84 15.00 10.37 * 10.08 | 0.86 1.24 n/a n/a MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4 | 15.4365 3521580 7.7456 * 6.9083 | 24.19 * 36.82 * 44.74 | n/a 0.66 n/a n/a SingleSource/Benchmarks/CoyoteBench/almabench | 0.0218 11112 0.0232 * 0.0240 | 26.51 25.41 25.34 * 25.20 | 1.04 1.05 n/a n/a SingleSource/Benchmarks/CoyoteBench/fftbench | 0.1059 22156 0.0843 * 0.0713 | 23.91 16.15 15.12 * 15.17 | 1.48 1.58 n/a n/a SingleSource/Benchmarks/CoyoteBench/huffbench | 0.0378 6996 0.0430 * 0.0406 | 55.07 46.64 45.78 * 44.97 | 1.18 1.20 n/a n/a SingleSource/Benchmarks/CoyoteBench/lpbench | 0.0382 4792 0.0307 * 0.0297 | 11.60 12.30 13.76 * 13.86 | 0.94 0.84 n/a n/a SingleSource/Benchmarks/Dhrystone/dry | 0.0209 1312 0.0050 * 0.0047 | 2.80 0.17 1.26 * 1.32 | 16.47 2.22 n/a n/a SingleSource/Benchmarks/Dhrystone/fldry | 0.0172 1480 0.0055 * 0.0095 | 2.87 1.69 1.91 * 1.88 | 1.70 1.50 n/a n/a SingleSource/Benchmarks/McGill/chomp | 0.0605 7676 0.0430 * 0.0462 | 1.39 1.17 1.47 * 1.58 | 1.19 0.95 n/a n/a SingleSource/Benchmarks/McGill/exptree | 0.0386 6372 0.0352 * 0.0366 | 0.00 0.00 0.00 * 0.04 | - - n/a n/a SingleSource/Benchmarks/McGill/misr | 0.0275 3632 0.0164 * 0.0173 | 0.66 0.72 0.66 * 0.67 | 0.92 1.00 n/a n/a SingleSource/Benchmarks/McGill/queens | 0.0217 6044 0.0259 * 0.0272 | 3.94 3.60 3.45 * 3.50 | 1.09 1.14 n/a n/a SingleSource/Benchmarks/Misc-C++/bigfib | 0.2748 40172 0.1103 * 0.0784 | 1.75 * 1.83 * 1.94 | n/a 0.96 n/a n/a SingleSource/Benchmarks/Misc-C++/mandel-text | 0.0196 3396 0.0190 * 0.0168 | 3.33 11.08 3.76 * 3.78 | 0.30 0.89 n/a n/a SingleSource/Benchmarks/Misc-C++/oopack_v1p8 | 0.0871 11632 0.0519 * 0.0470 | 0.32 0.97 0.61 * 0.68 | 0.33 0.52 n/a n/a SingleSource/Benchmarks/Misc-C++/ray | 0.0950 15680 0.0546 * 0.0423 | 16.67 20.30 6.61 * 6.83 | 0.82 2.52 n/a n/a SingleSource/Benchmarks/Misc-C++/sphereflake | 0.0574 10972 * * * | 6.92 24.75 * * * | 0.28 n/a n/a n/a SingleSource/Benchmarks/Misc-C++/stepanov_v1p2 | 0.1443 9268 0.0465 * 0.0474 | 13.06 29.84 10.89 * 11.67 | 0.44 1.20 n/a n/a SingleSource/Benchmarks/Misc/ReedSolomon | 0.0990 13240 0.0794 * 0.0732 | 8.66 10.71 11.20 * 11.14 | 0.81 0.77 n/a n/a SingleSource/Benchmarks/Misc/flops | 0.0294 10868 0.0438 * 0.0393 | 15.33 15.35 17.55 * 17.60 | 1.00 0.87 n/a n/a SingleSource/Benchmarks/Misc/mandel | 0.0118 1472 0.0094 * 0.0081 | 3.56 5.32 5.45 * 5.48 | 0.67 0.65 n/a n/a SingleSource/Benchmarks/Misc/pi | 0.0110 1168 0.0045 * 0.0041 | 2.69 2.03 1.91 * 1.92 | 1.33 1.41 n/a n/a SingleSource/Benchmarks/Misc/richards_benchmark | 0.0306 8060 0.0269 * 0.0236 | 1.49 1.57 1.60 * 1.87 | 0.95 0.93 n/a n/a SingleSource/Benchmarks/Misc/whetstone | 0.0314 4472 0.0276 * 0.0287 | 5.62 5.41 5.84 * 5.92 | 1.04 0.96 n/a n/a SingleSource/Benchmarks/Shootout-C++/ackermann | 0.0060 2228 0.0123 * 0.0117 | 2.53 1.95 3.30 * 3.43 | 1.30 0.77 n/a n/a SingleSource/Benchmarks/Shootout-C++/ary | 0.0393 4764 0.0277 * 0.0268 | 0.40 0.41 0.41 * 0.45 | 0.98 0.98 n/a n/a SingleSource/Benchmarks/Shootout-C++/ary2 | 0.0405 6084 0.0322 * 0.0334 | 0.40 0.41 0.41 * 0.45 | 0.98 0.98 n/a n/a SingleSource/Benchmarks/Shootout-C++/ary3 | 0.0382 5004 0.0305 * 0.0258 | 4.68 6.10 5.05 * 5.03 | 0.77 0.93 n/a n/a SingleSource/Benchmarks/Shootout-C++/except | 0.0132 3540 * * * | 1.08 * * * * | n/a n/a n/a n/a SingleSource/Benchmarks/Shootout-C++/fibo | 0.0098 1928 0.0111 * 0.0045 | 5.12 4.52 4.74 * 4.83 | 1.13 1.08 n/a n/a SingleSource/Benchmarks/Shootout-C++/hash | 0.1651 17024 0.0842 * 0.0811 | 1.38 4.11 1.40 * 1.49 | 0.34 0.99 n/a n/a SingleSource/Benchmarks/Shootout-C++/hash2 | 0.1928 21368 0.0985 * 0.0903 | 6.41 52.03 6.81 * 7.00 | 0.12 0.94 n/a n/a SingleSource/Benchmarks/Shootout-C++/heapsort | 0.0189 2452 0.0128 * 0.0173 | 8.35 14.92 6.07 * 6.10 | 0.56 1.38 n/a n/a SingleSource/Benchmarks/Shootout-C++/hello | 0.0059 1444 0.0031 * 0.0032 | 0.01 0.01 0.01 * 0.02 | - - n/a n/a SingleSource/Benchmarks/Shootout-C++/lists | 0.0908 7820 0.0406 * 0.0431 | 31.19 32.37 31.40 * 30.99 | 0.96 0.99 n/a n/a SingleSource/Benchmarks/Shootout-C++/lists1 | 0.0978 9260 0.0500 * 0.0481 | 1.22 1.24 1.23 * 1.28 | 0.98 0.99 n/a n/a SingleSource/Benchmarks/Shootout-C++/matrix | 0.0294 3736 0.0178 * 0.0195 | 6.82 6.02 6.71 * 6.91 | 1.13 1.02 n/a n/a SingleSource/Benchmarks/Shootout-C++/methcall | 0.0148 3824 0.0180 * 0.0182 | 12.32 13.27 10.71 * 10.00 | 0.93 1.15 n/a n/a SingleSource/Benchmarks/Shootout-C++/moments | 0.0847 9804 0.0517 * 0.0499 | 0.87 0.95 0.86 * 0.92 | 0.92 1.01 n/a n/a SingleSource/Benchmarks/Shootout-C++/nestedloop | 0.0085 2156 0.0112 * 0.0097 | 8.02 10.95 8.48 * 8.71 | 0.73 0.95 n/a n/a SingleSource/Benchmarks/Shootout-C++/objinst | 0.0146 4732 0.0233 * 0.0153 | 53.07 53.01 53.77 * 41.87 | 1.00 0.99 n/a n/a SingleSource/Benchmarks/Shootout-C++/random | 0.0077 1792 0.0055 * 0.0128 | 5.35 5.35 7.22 * 7.24 | 1.00 0.74 n/a n/a SingleSource/Benchmarks/Shootout-C++/reversefile | 0.0843 14716 0.0661 * 0.0471 | 0.01 0.01 0.01 * 0.07 | - - n/a n/a SingleSource/Benchmarks/Shootout-C++/sieve | 0.0896 8356 0.0413 * 0.0413 | 4.99 5.20 5.75 * 5.79 | 0.96 0.87 n/a n/a SingleSource/Benchmarks/Shootout-C++/spellcheck | 0.0871 12828 0.0503 * 0.0251 | 0.01 0.01 0.01 * 0.05 | - - n/a n/a SingleSource/Benchmarks/Shootout-C++/strcat | 0.0157 2420 0.0100 * 0.0102 | 0.56 0.88 0.88 * 0.88 | 0.64 0.64 n/a n/a SingleSource/Benchmarks/Shootout-C++/sumcol | 0.0053 2084 0.0082 * 0.0057 | 0.01 0.01 0.01 * 0.01 | - - n/a n/a SingleSource/Benchmarks/Shootout-C++/wc | 0.0075 2124 0.0093 * 0.0067 | 0.01 0.01 0.01 * 0.01 | - - n/a n/a SingleSource/Benchmarks/Shootout-C++/wordfreq | 0.2044 23324 0.1101 * 0.0451 | 0.01 0.01 0.01 * 0.07 | - - n/a n/a SingleSource/Benchmarks/Shootout/ackermann | 0.0039 1376 0.0077 * 0.0081 | 0.01 0.00 0.01 * 0.02 | - - n/a n/a SingleSource/Benchmarks/Shootout/ary3 | 0.0077 1304 0.0056 * 0.0094 | 4.63 4.64 4.85 * 4.76 | 1.00 0.95 n/a n/a SingleSource/Benchmarks/Shootout/fib2 | 0.0031 1232 0.0116 * 0.0111 | 3.19 4.67 4.80 * 4.73 | 0.68 0.66 n/a n/a SingleSource/Benchmarks/Shootout/hash | 0.0238 3692 0.0184 * 0.0194 | 10.01 9.78 9.78 * 9.90 | 1.02 1.02 n/a n/a SingleSource/Benchmarks/Shootout/heapsort | 0.0078 2200 0.0107 * 0.0146 | 7.96 14.96 6.13 * 6.15 | 0.53 1.30 n/a n/a SingleSource/Benchmarks/Shootout/hello | 0.0073 528 0.0015 * 0.0073 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/Benchmarks/Shootout/lists | 0.0270 4376 0.0186 * 0.0239 | 14.88 15.59 14.91 * 14.19 | 0.95 1.00 n/a n/a SingleSource/Benchmarks/Shootout/matrix | 0.0229 5008 0.0244 * 0.0182 | 3.71 5.39 4.18 * 4.22 | 0.69 0.89 n/a n/a SingleSource/Benchmarks/Shootout/methcall | 0.0146 1764 0.0050 * 0.0142 | 11.10 11.83 8.32 * 8.21 | 0.94 1.33 n/a n/a SingleSource/Benchmarks/Shootout/nestedloop | 0.0109 1276 0.0096 * 0.0099 | 8.00 10.65 18.42 * 8.46 | 0.75 0.43 n/a n/a SingleSource/Benchmarks/Shootout/objinst | 0.0214 2944 0.0164 * 0.0145 | 40.79 41.04 40.98 * 30.42 | 0.99 1.00 n/a n/a SingleSource/Benchmarks/Shootout/random | 0.0049 796 0.0037 * 0.0035 | 4.68 4.68 4.82 * 4.82 | 1.00 0.97 n/a n/a SingleSource/Benchmarks/Shootout/sieve | 0.0075 1176 0.0059 * 0.0057 | 12.15 12.01 12.43 * 11.69 | 1.01 0.98 n/a n/a SingleSource/Benchmarks/Shootout/strcat | 0.0048 1288 0.0059 * 0.0122 | 1.31 1.28 1.30 * 1.30 | 1.02 1.01 n/a n/a SingleSource/Benchmarks/Stanford/Bubblesort | 0.0146 1660 0.0106 * 0.0091 | 0.06 0.05 0.06 * 0.07 | - - n/a n/a SingleSource/Benchmarks/Stanford/IntMM | 0.0154 1624 0.0169 * 0.0102 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/Benchmarks/Stanford/Oscar | 0.0301 3480 0.0152 * 0.0266 | 0.01 0.01 0.01 * 0.04 | - - n/a n/a SingleSource/Benchmarks/Stanford/Perm | 0.0131 3372 0.0212 * 0.0156 | 0.03 0.03 0.03 * 0.06 | - - n/a n/a SingleSource/Benchmarks/Stanford/Puzzle | 0.0726 5072 0.0301 * 0.0225 | 0.23 0.22 0.21 * 0.27 | 1.05 1.10 n/a n/a SingleSource/Benchmarks/Stanford/Queens | 0.0163 2028 0.0130 * 0.0122 | 0.04 0.05 0.05 * 0.08 | - - n/a n/a SingleSource/Benchmarks/Stanford/Quicksort | 0.0233 2064 0.0152 * 0.0101 | 0.07 0.07 0.07 * 0.09 | - - n/a n/a SingleSource/Benchmarks/Stanford/RealMM | 0.0144 1532 0.0082 * 0.0106 | 0.00 0.01 0.00 * 0.02 | - - n/a n/a SingleSource/Benchmarks/Stanford/Towers | 0.0254 7700 0.0320 * 0.0303 | 0.02 0.03 0.03 * 0.07 | - - n/a n/a SingleSource/Benchmarks/Stanford/Treesort | 0.0156 2412 0.0151 * 0.0106 | 0.16 0.17 0.18 * 0.19 | 0.94 0.89 n/a n/a SingleSource/Regression/C++/2003-05-14-array-init | 0.0026 536 0.0016 * 0.0015 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C++/2003-05-14-expr_stmt | 0.0052 424 0.0008 * 0.0011 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C++/2003-06-08-BaseType | 0.0067 464 0.0011 * 0.0011 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C++/2003-06-08-VirtualFunctions | 0.0049 588 0.0011 * 0.0057 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C++/2003-06-13-Crasher | 0.0036 424 0.0011 * 0.0062 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C++/2003-08-20-EnumSizeProblem | 0.0021 424 0.0069 * 0.0011 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C++/2003-09-29-NonPODsByValue | 0.0092 860 0.0026 * 0.0025 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C++/BuiltinTypeInfo | 0.0028 704 0.0018 * 0.0017 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C++/EH/ConditionalExpr | 0.0100 1680 0.0113 * 0.0099 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/Regression/C++/EH/ctor_dtor_count | 0.0109 1164 * * * | 0.01 * * * * | n/a n/a n/a n/a SingleSource/Regression/C++/EH/ctor_dtor_count-2 | 0.0159 2156 * * * | 0.01 * * * * | n/a n/a n/a n/a SingleSource/Regression/C++/EH/dead_try_block | 0.0031 520 0.0014 * 0.0014 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C++/EH/exception_spec_test | 0.0090 2748 * * * | 0.01 * * * * | n/a n/a n/a n/a SingleSource/Regression/C++/EH/function_try_block | 0.0295 5428 * * * | 0.01 * * * * | n/a n/a n/a n/a SingleSource/Regression/C++/EH/simple_rethrow | 0.0111 1768 * * * | 0.00 * * * * | n/a n/a n/a n/a SingleSource/Regression/C++/EH/simple_throw | 0.0034 1064 * * * | 0.00 * * * * | n/a n/a n/a n/a SingleSource/Regression/C++/EH/throw_rethrow_test | 0.0139 2636 * * * | 0.01 * * * * | n/a n/a n/a n/a SingleSource/Regression/C++/global_ctor | 0.0145 1172 0.0075 * 0.0091 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C++/global_type | 0.0078 424 0.0011 * 0.0011 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/Regression/C++/ofstream_ctor | 0.0033 1544 0.0017 * 0.0017 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C++/pointer_member | 0.0030 564 0.0015 * 0.0015 | 0.00 0.01 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C++/pointer_method | 0.0076 1564 0.0051 * 0.0052 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/Regression/C++/short_circuit_dtor | 0.0045 892 0.0065 * 0.0018 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/Regression/C/2003-05-14-initialize-string | 0.0015 616 0.0018 * 0.0018 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/2003-05-21-BitfieldHandling | 0.0023 564 0.0011 * 0.0066 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/2003-05-21-UnionBitfields | 0.0039 524 0.0015 * 0.0015 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/2003-05-21-UnionTest | 0.0023 792 0.0021 * 0.0020 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/2003-05-22-LocalTypeTest | 0.0027 568 0.0069 * 0.0015 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/2003-05-22-VarSizeArray | 0.0020 520 0.0015 * 0.0059 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/2003-05-23-TransparentUnion | 0.0064 516 0.0014 * 0.0014 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/2003-06-16-InvalidInitializer | 0.0089 424 0.0011 * 0.0059 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/2003-06-16-VolatileError | 0.0023 424 0.0069 * 0.0011 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/2003-10-12-GlobalVarInitializers | 0.0026 616 0.0017 * 0.0017 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/2004-02-03-AggregateCopy | 0.0016 532 0.0015 * 0.0067 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/2004-03-15-IndirectGoto | 0.0036 836 0.0041 * 0.0040 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/2004-08-12-InlinerAndAllocas | 0.0028 836 0.0034 * 0.0033 | 0.01 0.01 0.01 * 0.01 | - - n/a n/a SingleSource/Regression/C/2005-05-06-LongLongSignedShift | 0.0027 564 0.0019 * 0.0018 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/ConstructorDestructorAttributes | 0.0030 704 0.0073 * 0.0064 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/Regression/C/DuffsDevice | 0.0147 1316 0.0045 * 0.0070 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/PR491 | 0.0048 528 0.0012 * 0.0011 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/PR640 | 0.0074 1516 0.0112 * 0.0111 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/Regression/C/badidx | 0.0089 880 0.0041 * 0.0040 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/Regression/C/bigstack | 0.0197 3300 0.0138 * 0.0125 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/Regression/C/callargs | 0.0037 880 0.0070 * 0.0027 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/casts | 0.0076 4296 0.0155 * 0.0173 | 0.00 0.00 0.00 * 0.03 | - - n/a n/a SingleSource/Regression/C/globalrefs | 0.0038 1000 0.0100 * 0.0032 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/matrixTranspose | 0.0097 1304 0.0066 * 0.0087 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/pointer_arithmetic | 0.0037 456 0.0011 * 0.0011 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/sumarray | 0.0081 872 0.0109 * 0.0041 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/Regression/C/sumarray2d | 0.0053 1020 0.0059 * 0.0057 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/sumarraymalloc | 0.0065 1016 0.0052 * 0.0110 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/Regression/C/test_indvars | 0.0120 1416 0.0078 * 0.0079 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/testtrace | 0.0078 1232 0.0052 * 0.0050 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2002-04-17-PrintfChar | 0.0058 532 0.0073 * 0.0015 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2002-05-02-ArgumentTest | 0.0033 588 0.0018 * 0.0018 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2002-05-02-CastTest | 0.0042 1592 0.0065 * 0.0103 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2002-05-02-CastTest1 | 0.0025 544 0.0016 * 0.0015 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2002-05-02-CastTest2 | 0.0030 648 0.0023 * 0.0063 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2002-05-02-CastTest3 | 0.0079 680 0.0025 * 0.0025 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2002-05-02-ManyArguments | 0.0028 656 0.0021 * 0.0021 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2002-05-03-NotTest | 0.0067 616 0.0019 * 0.0018 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2002-05-19-DivTest | 0.0063 712 0.0032 * 0.0032 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2002-08-02-CastTest | 0.0016 524 0.0015 * 0.0014 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/UnitTests/2002-08-02-CastTest2 | 0.0019 568 0.0017 * 0.0016 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2002-08-19-CodegenBug | 0.0048 520 0.0014 * 0.0014 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2002-10-09-ArrayResolution | 0.0034 584 0.0084 * 0.0021 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/UnitTests/2002-10-12-StructureArgs | 0.0065 980 0.0026 * 0.0066 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2002-10-12-StructureArgsSimple | 0.0037 760 0.0021 * 0.0020 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/UnitTests/2002-10-13-BadLoad | 0.0031 524 0.0072 * 0.0014 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/UnitTests/2002-12-13-MishaTest | 0.0036 532 0.0015 * 0.0015 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2003-04-22-Switch | 0.0053 800 0.0078 * 0.0068 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2003-05-02-DependentPHI | 0.0029 804 0.0027 * 0.0084 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/UnitTests/2003-05-07-VarArgs | 0.0079 2796 0.0112 * 0.0152 | 0.00 0.00 0.00 * 0.03 | - - n/a n/a SingleSource/UnitTests/2003-05-12-MinIntProblem | 0.0034 524 0.0015 * 0.0014 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2003-05-14-AtExit | 0.0055 648 0.0024 * 0.0024 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/UnitTests/2003-05-26-Shorts | 0.0072 2008 0.0089 * 0.0059 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/UnitTests/2003-05-31-CastToBool | 0.0052 1052 0.0052 * 0.0117 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/UnitTests/2003-05-31-LongShifts | 0.0104 924 0.0048 * 0.0048 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/UnitTests/2003-07-06-IntOverflow | 0.0059 784 0.0021 * 0.0020 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2003-07-08-BitOpsTest | 0.0037 540 0.0016 * 0.0016 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2003-07-09-LoadShorts | 0.0064 1500 0.0048 * 0.0045 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/UnitTests/2003-07-09-SignedArgs | 0.0037 1272 0.0047 * 0.0045 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/UnitTests/2003-07-10-SignConversions | 0.0087 748 0.0022 * 0.0021 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2003-08-05-CastFPToUint | 0.0046 656 0.0064 * 0.0077 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/UnitTests/2003-08-11-VaListArg | 0.0151 3064 0.0141 * 0.0133 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/UnitTests/2003-08-20-FoldBug | 0.0034 520 0.0014 * 0.0069 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2003-09-18-BitFieldTest | 0.0062 560 0.0015 * 0.0015 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2003-10-13-SwitchTest | 0.0024 588 0.0022 * 0.0022 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2003-10-29-ScalarReplBug | 0.0069 524 0.0015 * 0.0058 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2004-02-02-NegativeZero | 0.0032 612 0.0065 * 0.0081 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/UnitTests/2004-06-20-StaticBitfieldInit | 0.0051 624 0.0018 * 0.0018 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2004-11-28-GlobalBoolLayout | 0.0031 852 0.0025 * 0.0080 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2005-05-11-Popcount-ffs-fls | 0.0161 3084 0.0170 * 0.0203 | 0.00 0.00 0.00 * 0.03 | - - n/a n/a SingleSource/UnitTests/2005-05-12-Int64ToFP | 0.0029 644 0.0076 * 0.0035 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2005-05-13-SDivTwo | 0.0034 612 0.0070 * 0.0026 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2005-07-15-Bitfield-ABI | 0.0030 548 0.0074 * 0.0014 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/UnitTests/2005-07-17-INT-To-FP | 0.0104 964 0.0055 * 0.0121 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2005-11-29-LongSwitch | 0.0056 524 0.0015 * 0.0015 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2006-01-23-InitializedBitField | 0.0106 6420 0.0101 * 0.0080 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/UnitTests/2006-01-23-UnionInit | 0.0039 2128 0.0050 * 0.0098 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2006-01-29-SimpleIndirectCall | 0.0034 744 0.0031 * 0.0019 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2006-02-04-DivRem | 0.0034 688 0.0014 * 0.0065 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2006-12-01-float_varg | 0.0025 592 0.0074 * 0.0018 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2006-12-04-DynAllocAndRestore | 0.0087 440 0.0011 * 0.0011 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2006-12-07-Compare64BitConstant | 0.0029 532 0.0015 * 0.0014 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2006-12-11-LoadConstants | 0.0962 3844 0.0315 * 0.0295 | 0.00 0.00 0.00 * 0.04 | - - n/a n/a SingleSource/UnitTests/2007-01-04-KNR-Args | 0.0090 608 0.0024 * 0.0024 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2007-03-02-VaCopy | 0.0083 792 0.0026 * 0.0025 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/UnitTests/2007-04-10-BitfieldTest | 0.0027 540 0.0015 * 0.0015 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2007-04-25-weak | 0.0026 520 0.0017 * * | 0.00 0.00 0.00 * * | - - n/a n/a SingleSource/UnitTests/FloatPrecision | 0.0033 568 0.0018 * 0.0060 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/SignlessTypes/cast | 0.0139 3152 0.0282 * 0.0281 | 0.05 0.05 0.05 * 0.08 | - - n/a n/a SingleSource/UnitTests/SignlessTypes/cast-bug | 0.0039 612 0.0026 * 0.0025 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/SignlessTypes/cast2 | 0.0037 536 0.0015 * 0.0015 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/SignlessTypes/ccc | 0.0057 696 0.0023 * 0.0023 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/SignlessTypes/div | 0.0113 1320 0.0042 * 0.0041 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/UnitTests/SignlessTypes/factor | 0.0084 1156 0.0081 * 0.0054 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/SignlessTypes/rem | 0.0549 12884 0.1196 * 0.1197 | 0.01 0.01 0.01 * 0.13 | - - n/a n/a SingleSource/UnitTests/SignlessTypes/shr | 0.0184 1432 0.0040 * 0.0038 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/StructModifyTest | 0.0026 656 0.0022 * 0.0061 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/TestLoop | 0.0067 676 0.0028 * 0.0027 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/Threads/tls | 0.0029 880 0.0034 * * | 0.00 0.00 0.00 * * | - - n/a n/a SingleSource/UnitTests/Vector/SSE/sse.expandfft | 0.0338 8168 * * * | 1.32 * * * * | n/a n/a n/a n/a SingleSource/UnitTests/Vector/SSE/sse.isamax | 0.0212 3412 0.0138 * 0.0172 | 0.00 * 0.00 * 0.02 | n/a - n/a n/a SingleSource/UnitTests/Vector/SSE/sse.stepfft | 0.0390 8008 * * * | 1.50 * * * * | n/a n/a n/a n/a SingleSource/UnitTests/Vector/build | 0.0046 996 0.0032 * 0.0035 | 0.00 * 0.00 * 0.02 | n/a - n/a n/a SingleSource/UnitTests/Vector/build2 | 0.0126 1556 0.0079 * 0.0057 | 20.06 * 2.20 * 2.23 | n/a 9.12 n/a n/a SingleSource/UnitTests/Vector/divides | 0.0053 1324 0.0046 * 0.0050 | 0.00 * 0.00 * 0.01 | n/a - n/a n/a SingleSource/UnitTests/Vector/multiplies | 0.0139 2052 0.0140 * 0.0187 | 5.91 * 8.74 * 8.62 | n/a 0.68 n/a n/a SingleSource/UnitTests/Vector/simple | 0.0061 2068 0.0076 * 0.0056 | 0.00 * 0.00 * 0.02 | n/a - n/a n/a SingleSource/UnitTests/Vector/sumarray | 0.0060 984 0.0037 * 0.0076 | 0.00 * 0.00 * 0.02 | n/a - n/a n/a SingleSource/UnitTests/Vector/sumarray-dbl | 0.0061 1056 0.0046 * 0.0046 | 0.00 * 0.00 * 0.01 | n/a - n/a n/a SingleSource/UnitTests/printargs | 0.0038 672 0.0030 * 0.0029 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a
> $ ../llvm-2.1/configure --prefix=/home/emil/ll/prefix...> $ ../llvm-gcc4.0-2.1.source/configure --prefix=/home/emil/ll/prefix \ > --enable-llvm=/home/emil/ll/objdir-llvm \ > --enable-languages=c,c++ --program-prefix=llvm-Can you please build with checking enabled and run again. Thanks, Duncan.
LLVM-GCC 4.0 fails on Cygwin, possibly due to lack of symbolic links. Configuring in i686-pc-cygwin/libstdc++-v3 configure: creating cache ./config.cache checking build system type... i686-pc-cygwin checking host system type... i686-pc-cygwin checking target system type... i686-pc-cygwin checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for i686-pc-cygwin-gcc... /usr/build/llvm- gcc4.0/gcc/xgcc -B/usr/build /llvm-gcc4.0/gcc/ -B/usr/llvm-gcc4.0/i686-pc-cygwin/bin/ -B/usr/llvm-gcc4.0/i686 -pc-cygwin/lib/ -isystem /usr/llvm-gcc4.0/i686-pc-cygwin/include -isystem /usr/l lvm-gcc4.0/i686-pc-cygwin/sys-include checking for C compiler default output file name... a.exe checking whether the C compiler works... 7966 [main] a 436 _cygtls::handle_ex ceptions: Error while dumping state (probably corrupted stack) configure: error: cannot run C compiled programs. If you meant to cross compile, use `--host'. See `config.log' for more details. make: *** [configure-target-libstdc++-v3] Error 1 config.log is attached. Aaron -------------- next part -------------- A non-text attachment was scrubbed... Name: config.log Type: application/octet-stream Size: 3413 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070918/788ee962/attachment.obj>
Maarten ter Huurne
2007-Sep-18 18:54 UTC
[LLVMdev] 2.1 Pre-Release Available (testers needed)
Hi, LLVM 2.1-pre1 test results: Linux (SUSE) on x86 (P4) Release mode, but with assertions enabled LLVM srcdir == objdir # of expected passes 2250 # of expected failures 5 I ran the llvm-test suite on my desktop while I was also working on that PC, so don't put too much trust in the timing info. Especially during the "spiff" test the machine was swapping like crazy. Bye, Maarten -------------- next part -------------- Program | GCCAS Bytecode LLC compile LLC-BETA compile JIT codegen | GCC CBE LLC LLC-BETA JIT | GCC/CBE GCC/LLC GCC/LLC-BETA LLC/LLC-BETA MultiSource/Applications/Burg/burg | 1.3040 190524 1.6641 * 1.6321 | 0.00 0.01 0.00 * 1.74 | - - n/a n/a MultiSource/Applications/JM/ldecod/ldecod | 6.4323 958460 8.1605 * 7.2204 | 0.25 0.22 0.24 * 7.80 | 1.14 1.04 n/a n/a MultiSource/Applications/JM/lencod/lencod | 21.2573 2152244 21.6973 * 18.6091 | 29.26 27.66 23.98 * 46.77 | 1.06 1.22 n/a n/a MultiSource/Applications/SIBsim4/SIBsim4 | 0.8920 138540 1.0440 * 0.9840 | 9.66 11.06 10.65 * 13.51 | 0.87 0.91 n/a n/a MultiSource/Applications/SPASS/SPASS | 15.6089 2032988 17.7451 * 14.5169 | 67.15 * 67.95 * 87.18 | n/a 0.99 n/a n/a MultiSource/Applications/aha/aha | 0.0280 10104 0.0640 * 0.0600 | 6.50 7.52 9.00 * 9.22 | 0.86 0.72 n/a n/a MultiSource/Applications/d/make_dparser | 2.9481 462620 2.5521 * 2.1201 | 0.13 0.11 0.10 * 2.50 | 1.18 1.30 n/a n/a MultiSource/Applications/hbd/hbd | 0.4720 125052 0.7200 * 0.5720 | 0.00 0.00 0.01 * 0.63 | - - n/a n/a MultiSource/Applications/hexxagon/hexxagon | 0.2200 42420 0.2280 * 0.1760 | 30.36 19.47 18.33 * 18.87 | 1.56 1.66 n/a n/a MultiSource/Applications/kimwitu++/kc | 20.9773 2835552 14.3368 * 7.4884 | 0.48 0.47 0.42 * 8.79 | 1.02 1.14 n/a n/a MultiSource/Applications/lambda-0.1.3/lambda | 0.6000 120104 0.6480 * 0.4880 | 17.19 15.72 14.69 * 16.60 | 1.09 1.17 n/a n/a MultiSource/Applications/minisat/minisat | 0.5280 77264 0.3640 * * | 35.57 35.42 37.14 * * | 1.00 0.96 n/a n/a MultiSource/Applications/obsequi/Obsequi | 0.5440 83900 0.5440 * 0.5200 | 5.82 7.92 8.16 * 8.76 | 0.73 0.71 n/a n/a MultiSource/Applications/oggenc/oggenc | 3.4202 994176 * * * | 0.58 * * * * | n/a n/a n/a n/a MultiSource/Applications/sgefa/sgefa | 0.1440 18792 0.1520 * 0.1440 | 6.44 6.61 4.30 * 4.40 | 0.97 1.50 n/a n/a MultiSource/Applications/siod/siod | 2.1721 682940 5.1683 * 3.0161 | 7.89 8.25 7.19 * 10.77 | 0.96 1.10 n/a n/a MultiSource/Applications/spiff/spiff | 0.4320 85184 * * * | 15.65 * * * * | n/a n/a n/a n/a MultiSource/Applications/treecc/treecc | 1.5041 385468 2.2841 * 0.5840 | 0.00 0.00 0.00 * 0.67 | - - n/a n/a MultiSource/Applications/viterbi/viterbi | 0.0560 7044 0.0480 * 0.0440 | 22.23 37.97 23.59 * 23.68 | 0.59 0.94 n/a n/a MultiSource/Benchmarks/ASCI_Purple/SMG2000/smg2000 | 4.5362 620828 7.2964 * 6.2523 | 22.45 29.95 23.41 * 31.07 | 0.75 0.96 n/a n/a MultiSource/Benchmarks/Fhourstones-3.1/fhourstones3.1 | 0.0680 10208 0.0640 * 0.0680 | 7.09 5.27 5.76 * 6.08 | 1.35 1.23 n/a n/a MultiSource/Benchmarks/Fhourstones/fhourstones | 0.0920 17144 0.0960 * 0.0840 | 6.80 6.17 6.03 * 6.12 | 1.10 1.13 n/a n/a MultiSource/Benchmarks/FreeBench/analyzer/analyzer | 0.0800 12744 0.0880 * 0.0840 | 0.21 0.26 0.15 * 0.28 | 0.81 1.40 n/a n/a MultiSource/Benchmarks/FreeBench/distray/distray | 0.0560 12724 0.0600 * 0.0600 | 0.63 0.97 0.54 * 0.64 | 0.65 1.17 n/a n/a MultiSource/Benchmarks/FreeBench/fourinarow/fourinarow | 0.1280 26400 0.2240 * 0.1840 | 2.95 2.49 3.35 * 3.54 | 1.18 0.88 n/a n/a MultiSource/Benchmarks/FreeBench/mason/mason | 0.0400 9760 0.0480 * 0.0440 | 1.17 0.87 0.86 * 0.93 | 1.34 1.36 n/a n/a MultiSource/Benchmarks/FreeBench/neural/neural | 0.0960 10976 0.0920 * 0.0880 | 0.34 0.37 0.65 * 0.76 | 0.92 0.52 n/a n/a MultiSource/Benchmarks/FreeBench/pcompress2/pcompress2 | 0.0800 15544 0.1000 * 0.1000 | 0.66 0.65 0.45 * 0.56 | 1.02 1.47 n/a n/a MultiSource/Benchmarks/FreeBench/pifft/pifft | 0.4480 96420 0.7680 * 0.7040 | 0.51 0.51 0.46 * 1.23 | 1.00 1.11 n/a n/a MultiSource/Benchmarks/MallocBench/cfrac/cfrac | 0.3880 107872 0.5560 * 0.5280 | 5.26 5.01 5.32 * 6.00 | 1.05 0.99 n/a n/a MultiSource/Benchmarks/MallocBench/espresso/espresso | 2.9441 598144 4.1082 * 2.5841 | 1.26 1.40 1.30 * 4.14 | 0.90 0.97 n/a n/a MultiSource/Benchmarks/MallocBench/gs/gs | 2.6441 543980 3.1401 * 1.3720 | 0.14 0.16 0.14 * 1.67 | 0.88 1.00 n/a n/a MultiSource/Benchmarks/McCat/01-qbsort/qbsort | 0.0200 4260 0.0320 * 0.0240 | 0.18 0.16 0.14 * 0.21 | 1.12 1.29 n/a n/a MultiSource/Benchmarks/McCat/03-testtrie/testtrie | 0.0360 4616 0.0360 * 0.0320 | 0.02 0.03 0.03 * 0.07 | - - n/a n/a MultiSource/Benchmarks/McCat/04-bisect/bisect | 0.0239 5492 0.0400 * 0.0400 | 0.31 1.01 0.28 * 0.34 | 0.31 1.11 n/a n/a MultiSource/Benchmarks/McCat/05-eks/eks | 0.1200 9352 0.1040 * 0.0880 | 0.02 0.01 0.00 * 0.12 | - - n/a n/a MultiSource/Benchmarks/McCat/08-main/main | 0.1240 21268 0.0920 * 0.0760 | 0.27 0.35 0.26 * 0.36 | 0.77 1.04 n/a n/a MultiSource/Benchmarks/McCat/09-vor/vor | 0.1640 38256 0.1800 * 0.1640 | 0.52 0.46 0.56 * 0.71 | 1.13 0.93 n/a n/a MultiSource/Benchmarks/McCat/12-IOtest/iotest | 0.0360 3080 0.0200 * 0.0160 | 2.44 1.43 1.50 * 1.52 | 1.71 1.63 n/a n/a MultiSource/Benchmarks/McCat/15-trie/trie | 0.0160 4360 0.0280 * 0.0360 | 0.01 0.00 0.00 * 0.04 | - - n/a n/a MultiSource/Benchmarks/McCat/17-bintr/bintr | 0.0280 6412 0.0400 * 0.0320 | 0.59 0.46 0.47 * 0.50 | 1.28 1.26 n/a n/a MultiSource/Benchmarks/McCat/18-imp/imp | 0.1720 31428 0.2400 * 0.2160 | 0.25 0.26 0.26 * 0.57 | 0.96 0.96 n/a n/a MultiSource/Benchmarks/MiBench/automotive-basicmath/automotive-basicmath | 0.0400 5456 0.0520 * 0.0480 | 1.77 1.75 1.68 * 1.82 | 1.01 1.05 n/a n/a MultiSource/Benchmarks/MiBench/automotive-bitcount/automotive-bitcount | 0.0400 4112 0.0280 * 0.0240 | 0.28 0.28 0.40 * 0.47 | 1.00 0.70 n/a n/a MultiSource/Benchmarks/MiBench/automotive-susan/automotive-susan | 0.4840 96048 0.6840 * 0.6720 | 0.20 0.29 0.22 * 0.92 | 0.69 0.91 n/a n/a MultiSource/Benchmarks/MiBench/consumer-jpeg/consumer-jpeg | 2.4601 285824 1.6481 * 0.7720 | 0.03 0.03 0.02 * 0.91 | - - n/a n/a MultiSource/Benchmarks/MiBench/consumer-lame/consumer-lame | 2.8281 453744 3.6922 * 3.0361 | 0.96 1.45 1.03 * 4.40 | 0.66 0.93 n/a n/a MultiSource/Benchmarks/MiBench/consumer-typeset/consumer-typeset | 32.1380 2177312 16.0970 * 13.5568 | 0.65 0.78 0.68 * 14.99 | 0.83 0.96 n/a n/a MultiSource/Benchmarks/MiBench/network-dijkstra/network-dijkstra | 0.0080 3716 0.0280 * 0.0200 | 0.11 0.10 0.09 * 0.15 | 1.10 - n/a n/a MultiSource/Benchmarks/MiBench/network-patricia/network-patricia | 0.0480 5664 0.0360 * 0.0320 | 0.45 0.43 0.41 * 0.50 | 1.05 1.10 n/a n/a MultiSource/Benchmarks/MiBench/office-ispell/office-ispell | 1.4160 185912 1.2560 * 0.3200 | 0.00 0.01 0.00 * 0.35 | - - n/a n/a MultiSource/Benchmarks/MiBench/office-stringsearch/office-stringsearch | 0.0480 13176 0.0160 * 0.0080 | 0.00 0.00 0.01 * 0.03 | - - n/a n/a MultiSource/Benchmarks/MiBench/security-blowfish/security-blowfish | 0.1960 48764 0.1840 * 0.0800 | 0.00 0.00 0.00 * 0.11 | - - n/a n/a MultiSource/Benchmarks/MiBench/security-rijndael/security-rijndael | 0.8400 69836 0.1480 * 0.0960 | 0.17 0.18 0.18 * 0.32 | 0.94 0.94 n/a n/a MultiSource/Benchmarks/MiBench/security-sha/security-sha | 0.0200 6236 0.0360 * 0.0400 | 0.06 0.12 0.06 * 0.11 | - - n/a n/a MultiSource/Benchmarks/MiBench/telecomm-CRC32/telecomm-CRC32 | 0.0080 3236 0.0120 * 0.0080 | 0.88 0.73 0.75 * 0.72 | 1.21 1.17 n/a n/a MultiSource/Benchmarks/MiBench/telecomm-FFT/telecomm-fft | 0.0320 5668 0.0480 * 0.0360 | 0.15 0.15 0.17 * 0.20 | 1.00 0.88 n/a n/a MultiSource/Benchmarks/MiBench/telecomm-adpcm/telecomm-adpcm | 0.0120 2616 0.0120 * 0.0120 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a MultiSource/Benchmarks/MiBench/telecomm-gsm/telecomm-gsm | 0.6560 115356 0.4960 * 0.3880 | 0.65 0.64 0.63 * 1.08 | 1.02 1.03 n/a n/a MultiSource/Benchmarks/Olden/bh/bh | 0.1840 23688 0.1360 * 0.1160 | 9.22 8.88 10.08 * 10.18 | 1.04 0.91 n/a n/a MultiSource/Benchmarks/Olden/bisort/bisort | 0.0200 7260 0.0480 * 0.0600 | 3.61 2.79 2.89 * 2.89 | 1.29 1.25 n/a n/a MultiSource/Benchmarks/Olden/em3d/em3d | 0.0400 7400 0.0480 * 0.0440 | 8.48 7.93 8.23 * 8.52 | 1.07 1.03 n/a n/a MultiSource/Benchmarks/Olden/health/health | 0.0400 10172 0.0600 * 0.0520 | 1.14 1.14 1.08 * 1.14 | 1.00 1.06 n/a n/a MultiSource/Benchmarks/Olden/mst/mst | 0.0360 5928 0.0360 * 0.0360 | 0.52 0.51 0.54 * 0.60 | 1.02 0.96 n/a n/a MultiSource/Benchmarks/Olden/perimeter/perimeter | 0.0520 13720 0.1000 * 0.0880 | 0.80 0.58 0.63 * 0.72 | 1.38 1.27 n/a n/a MultiSource/Benchmarks/Olden/power/power | 0.0560 11228 0.0480 * 0.0360 | 6.88 7.59 4.21 * 4.34 | 0.91 1.63 n/a n/a MultiSource/Benchmarks/Olden/treeadd/treeadd | 0.0080 2696 0.0200 * 0.0200 | 0.80 10.55 10.66 * 10.49 | 0.08 0.08 n/a n/a MultiSource/Benchmarks/Olden/tsp/tsp | 0.0720 10152 0.0400 * 0.0400 | 4.79 4.55 2.97 * 3.04 | 1.05 1.61 n/a n/a MultiSource/Benchmarks/Olden/voronoi/voronoi | 0.1360 36436 0.1400 * 0.1320 | 1.28 1.37 1.09 * 1.25 | 0.93 1.17 n/a n/a MultiSource/Benchmarks/OptimizerEval/optimizer-eval | 0.1680 38200 0.2200 * 0.1600 | 103.74 103.71 100.88 * 114.34 | 1.00 1.03 n/a n/a MultiSource/Benchmarks/Prolangs-C++/NP/np | 0.0040 1176 0.0040 * 0.0040 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/city/city | 0.1400 24720 0.1120 * 0.0800 | 0.03 0.02 0.02 * 0.14 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/deriv1/deriv1 | 0.0320 8936 0.0360 * 0.0320 | 0.00 0.01 0.00 * 0.04 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/deriv2/deriv2 | 0.0640 11524 0.0680 * 0.0520 | 0.00 0.00 0.00 * 0.07 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/employ/employ | 0.1000 15492 0.0760 * 0.0320 | 0.00 0.01 0.00 * 0.06 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/family/family | 0.0360 4376 0.0200 * 0.0120 | 0.00 0.01 0.00 * 0.02 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/fsm/fsm | 0.0320 2324 0.0120 * 0.0120 | 0.00 0.01 0.01 * 0.02 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/garage/garage | 0.0480 7108 0.0440 * 0.0440 | 0.00 0.00 0.01 * 0.06 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/life/life | 0.0440 7144 0.0440 * 0.0520 | 4.42 4.51 4.52 * 4.66 | 0.98 0.98 n/a n/a MultiSource/Benchmarks/Prolangs-C++/objects/objects | 0.0800 13804 0.0680 * 0.0160 | 0.00 0.00 0.00 * 0.03 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/ocean/ocean | 0.1080 14500 0.0760 * 0.0480 | 0.21 0.22 0.22 * 0.30 | 0.95 0.95 n/a n/a MultiSource/Benchmarks/Prolangs-C++/office/office | 0.0200 4668 0.0080 * 0.0160 | 0.01 0.01 0.00 * 0.04 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/primes/primes | 0.0120 1732 0.0000 * 0.0080 | 1.39 1.38 1.86 * 1.89 | 1.01 0.75 n/a n/a MultiSource/Benchmarks/Prolangs-C++/shapes/shapes | 0.0920 15624 0.0680 * 0.0640 | 0.00 0.01 0.00 * 0.09 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/simul/simul | 0.0520 4588 0.0280 * 0.0160 | 0.03 0.02 0.03 * 0.04 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/trees/trees | 0.1000 21416 0.0680 * 0.0520 | 0.00 0.00 0.00 * 0.07 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/vcirc/vcirc | 0.0280 1920 0.0080 * 0.0040 | 0.00 0.01 0.00 * 0.02 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/TimberWolfMC/timberwolfmc | 4.3802 764024 6.0723 * 0.6120 | 0.01 0.00 0.00 * 0.67 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/agrep/agrep | 0.7720 133056 0.9720 * 0.3520 | 0.02 0.01 0.00 * 0.40 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/allroots/allroots | 0.0280 4372 0.0360 * 0.0280 | 0.01 0.00 0.00 * 0.05 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/archie-client/archie | 0.2920 66052 0.3520 * 0.0640 | 0.00 0.00 0.01 * 0.09 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/assembler/assembler | 0.3040 80980 0.5840 * 0.4280 | 0.00 0.00 0.00 * 0.46 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/bison/mybison | 0.7960 166572 1.6681 * 1.7721 | 0.02 0.01 0.01 * 1.88 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/cdecl/cdecl | 0.2480 66972 0.6200 * 0.6200 | 0.01 0.00 0.00 * 0.68 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/compiler/compiler | 0.2920 71808 0.5360 * 0.0840 | 0.01 0.00 0.00 * 0.11 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/fixoutput/fixoutput | 0.0240 9300 0.1000 * 0.0920 | 0.00 0.00 0.00 * 0.10 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/football/football | 0.6080 104088 0.9160 * 0.0600 | 0.00 0.00 0.00 * 0.08 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/gnugo/gnugo | 0.2760 51912 0.3640 * 0.1680 | 0.00 0.00 0.00 * 0.19 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/loader/loader | 0.1440 32264 0.2280 * 0.1440 | 0.00 0.00 0.00 * 0.16 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/plot2fig/plot2fig | 0.0880 14224 0.1040 * 0.0640 | 0.00 0.00 0.00 * 0.09 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/simulator/simulator | 0.4920 94412 0.6360 * 0.0600 | 0.00 0.01 0.00 * 0.08 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/unix-smail/unix-smail | 0.2720 55108 0.4840 * 0.3680 | 0.00 0.00 0.00 * 0.40 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/unix-tbl/unix-tbl | 0.7400 120064 0.9080 * 0.3320 | 0.00 0.00 0.01 * 0.37 | - - n/a n/a MultiSource/Benchmarks/Ptrdist/anagram/anagram | 0.0480 9828 0.0640 * 0.0560 | 2.88 3.63 2.91 * 2.86 | 0.79 0.99 n/a n/a MultiSource/Benchmarks/Ptrdist/bc/bc | 0.7320 155132 1.1480 * 1.0480 | 2.38 2.56 2.33 * 3.42 | 0.93 1.02 n/a n/a MultiSource/Benchmarks/Ptrdist/ft/ft | 0.0840 13100 0.0800 * 0.0800 | 3.66 4.92 3.61 * 4.00 | 0.74 1.01 n/a n/a MultiSource/Benchmarks/Ptrdist/ks/ks | 0.0680 16548 0.1040 * 0.1040 | 3.07 5.82 3.91 * 4.09 | 0.53 0.79 n/a n/a MultiSource/Benchmarks/Ptrdist/yacr2/yacr2 | 0.3680 62080 0.5080 * 0.4880 | 2.84 2.98 3.43 * 4.00 | 0.95 0.83 n/a n/a MultiSource/Benchmarks/SciMark2-C/scimark2 | 0.1160 23112 0.1760 * 0.1640 | 26.71 27.72 25.78 * 29.65 | 0.96 1.04 n/a n/a MultiSource/Benchmarks/llubenchmark/llu | 0.0240 4156 0.0240 * 0.0240 | 20.16 19.38 19.70 * 18.68 | 1.04 1.02 n/a n/a MultiSource/Benchmarks/mediabench/adpcm/rawcaudio/rawcaudio | 0.0200 2888 0.0160 * 0.0080 | 0.02 0.01 0.01 * 0.04 | - - n/a n/a MultiSource/Benchmarks/mediabench/adpcm/rawdaudio/rawdaudio | 0.0160 2616 0.0120 * 0.0160 | 0.01 0.01 0.02 * 0.03 | - - n/a n/a MultiSource/Benchmarks/mediabench/g721/g721encode/encode | 0.1280 18652 0.1120 * 0.0840 | 0.20 0.17 0.17 * 0.27 | 1.18 1.18 n/a n/a MultiSource/Benchmarks/mediabench/gsm/toast/toast | 0.7040 115356 0.5240 * 0.4640 | 0.10 0.08 0.08 * 0.62 | - - n/a n/a MultiSource/Benchmarks/mediabench/jpeg/jpeg-6a/cjpeg | 2.7041 237684 1.3640 * 0.8120 | 0.01 0.01 0.02 * 0.94 | - - n/a n/a MultiSource/Benchmarks/mediabench/mpeg2/mpeg2dec/mpeg2decode | 1.1000 150924 1.0720 * 0.7400 | 0.09 0.08 0.08 * 0.88 | - - n/a n/a MultiSource/Benchmarks/sim/sim | 0.1960 45552 0.3280 * 0.3120 | 20.58 23.14 16.59 * 16.82 | 0.89 1.24 n/a n/a MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4 | 24.6495 3434392 12.9488 * 11.6887 | 42.76 59.15 65.26 * 76.23 | 0.72 0.66 n/a n/a SingleSource/Benchmarks/CoyoteBench/almabench | 0.0240 11080 0.0280 * 0.0280 | 46.08 42.91 43.76 * 42.42 | 1.07 1.05 n/a n/a SingleSource/Benchmarks/CoyoteBench/fftbench | 0.1320 22880 0.1120 * 0.0960 | 42.46 44.26 52.77 * 53.61 | 0.96 0.80 n/a n/a SingleSource/Benchmarks/CoyoteBench/huffbench | 0.0320 6964 0.0520 * 0.0480 | 62.53 66.92 52.68 * 54.41 | 0.93 1.19 n/a n/a SingleSource/Benchmarks/CoyoteBench/lpbench | 0.0280 4780 0.0280 * 0.0320 | 28.86 28.58 28.87 * 28.87 | 1.01 1.00 n/a n/a SingleSource/Benchmarks/Dhrystone/dry | 0.0320 1304 0.0080 * 0.0040 | 3.32 0.38 2.06 * 1.89 | 8.74 1.61 n/a n/a SingleSource/Benchmarks/Dhrystone/fldry | 0.0200 1492 0.0080 * 0.0080 | 4.38 3.81 2.92 * 2.95 | 1.15 1.50 n/a n/a SingleSource/Benchmarks/McGill/chomp | 0.0360 7596 0.0800 * 0.0560 | 9.76 9.86 10.07 * 9.87 | 0.99 0.97 n/a n/a SingleSource/Benchmarks/McGill/exptree | 0.0400 5964 0.0400 * 0.0440 | 0.00 0.00 0.00 * 0.05 | - - n/a n/a SingleSource/Benchmarks/McGill/misr | 0.0280 3644 0.0200 * 0.0200 | 1.59 1.80 1.58 * 1.63 | 0.88 1.01 n/a n/a SingleSource/Benchmarks/McGill/queens | 0.0159 3988 0.0280 * 0.0200 | 4.84 4.03 3.90 * 3.95 | 1.20 1.24 n/a n/a SingleSource/Benchmarks/Misc-C++/bigfib | 0.2840 40780 0.1320 * 0.0960 | 1.55 1.49 1.54 * 1.67 | 1.04 1.01 n/a n/a SingleSource/Benchmarks/Misc-C++/mandel-text | 0.0040 1216 0.0080 * 0.0080 | 4.29 13.79 4.90 * 5.16 | 0.31 0.88 n/a n/a SingleSource/Benchmarks/Misc-C++/oopack_v1p8 | 0.0480 11404 0.0560 * 0.0560 | 0.38 1.61 0.80 * 0.87 | 0.24 0.47 n/a n/a SingleSource/Benchmarks/Misc-C++/ray | 0.1160 15724 0.0640 * 0.0600 | 24.76 28.44 9.61 * 10.59 | 0.87 2.58 n/a n/a SingleSource/Benchmarks/Misc-C++/sphereflake | 0.0720 11016 * * * | 11.56 33.35 * * * | 0.35 n/a n/a n/a SingleSource/Benchmarks/Misc-C++/stepanov_v1p2 | 0.1440 9288 0.0560 * 0.0600 | 18.20 41.94 15.47 * 14.35 | 0.43 1.18 n/a n/a SingleSource/Benchmarks/Misc/ReedSolomon | 0.1640 13232 0.0920 * 0.0880 | 18.15 18.97 22.22 * 22.62 | 0.96 0.82 n/a n/a SingleSource/Benchmarks/Misc/flops | 0.0320 10880 0.0520 * 0.0440 | 24.42 21.49 23.52 * 23.60 | 1.14 1.04 n/a n/a SingleSource/Benchmarks/Misc/mandel | 0.0120 1480 0.0040 * 0.0040 | 2.02 4.30 5.01 * 4.57 | 0.47 0.40 n/a n/a SingleSource/Benchmarks/Misc/pi | 0.0080 1176 0.0040 * 0.0080 | 4.27 3.20 1.95 * 1.99 | 1.33 2.19 n/a n/a SingleSource/Benchmarks/Misc/richards_benchmark | 0.0360 8072 0.0320 * 0.0360 | 2.89 3.23 2.87 * 3.71 | 0.89 1.01 n/a n/a SingleSource/Benchmarks/Misc/whetstone | 0.0280 4468 0.0400 * 0.0360 | 8.70 8.44 9.15 * 9.32 | 1.03 0.95 n/a n/a SingleSource/Benchmarks/Shootout-C++/ackermann | 0.0040 2296 0.0120 * 0.0160 | 4.82 3.17 7.19 * 6.78 | 1.52 0.67 n/a n/a SingleSource/Benchmarks/Shootout-C++/ary | 0.0160 4808 0.0280 * 0.0280 | 0.29 0.26 0.28 * 0.32 | 1.12 1.04 n/a n/a SingleSource/Benchmarks/Shootout-C++/ary2 | 0.0480 6128 0.0360 * 0.0400 | 0.27 0.31 0.28 * 0.33 | 0.87 0.96 n/a n/a SingleSource/Benchmarks/Shootout-C++/ary3 | 0.0440 5056 0.0360 * 0.0360 | 11.62 11.85 12.07 * 11.93 | 0.98 0.96 n/a n/a SingleSource/Benchmarks/Shootout-C++/except | 0.0120 3584 * * * | 1.69 * * * * | n/a n/a n/a n/a SingleSource/Benchmarks/Shootout-C++/fibo | 0.0120 1984 0.0120 * 0.0119 | 7.01 7.89 7.84 * 7.51 | 0.89 0.89 n/a n/a SingleSource/Benchmarks/Shootout-C++/hash | 0.1480 17552 0.0960 * 0.1760 | 1.64 1.69 1.65 * 1.87 | 0.97 0.99 n/a n/a SingleSource/Benchmarks/Shootout-C++/hash2 | 0.1640 21556 0.1400 * 0.0960 | 12.96 14.07 11.40 * 11.63 | 0.92 1.14 n/a n/a SingleSource/Benchmarks/Shootout-C++/heapsort | 0.0080 2472 0.0160 * 0.0159 | 14.15 20.75 14.43 * 14.09 | 0.68 0.98 n/a n/a SingleSource/Benchmarks/Shootout-C++/hello | 0.0040 1492 0.0040 * 0.0040 | 0.00 0.01 0.00 * 0.02 | - - n/a n/a SingleSource/Benchmarks/Shootout-C++/lists | 0.0720 7864 0.0560 * 0.0480 | 18.38 20.26 19.98 * 20.52 | 0.91 0.92 n/a n/a SingleSource/Benchmarks/Shootout-C++/lists1 | 0.0720 9380 0.0600 * 0.1040 | 0.81 0.92 0.87 * 1.03 | 0.88 0.93 n/a n/a SingleSource/Benchmarks/Shootout-C++/matrix | 0.0200 3792 0.0280 * 0.0200 | 10.59 9.92 9.66 * 10.06 | 1.07 1.10 n/a n/a SingleSource/Benchmarks/Shootout-C++/methcall | 0.0160 3868 0.0080 * 0.0120 | 17.66 18.34 16.97 * 17.22 | 0.96 1.04 n/a n/a SingleSource/Benchmarks/Shootout-C++/moments | 0.1080 10028 0.0640 * 0.0640 | 0.58 0.69 0.54 * 0.61 | 0.84 1.07 n/a n/a SingleSource/Benchmarks/Shootout-C++/nestedloop | 0.0120 2204 0.0120 * 0.0080 | 10.15 10.14 10.75 * 10.34 | 1.00 0.94 n/a n/a SingleSource/Benchmarks/Shootout-C++/objinst | 0.0120 4780 0.0120 * 0.0120 | 16.13 16.01 18.15 * 15.85 | 1.01 0.89 n/a n/a SingleSource/Benchmarks/Shootout-C++/random | 0.0080 1856 0.0000 * 0.0080 | 11.63 10.86 12.01 * 13.01 | 1.07 0.97 n/a n/a SingleSource/Benchmarks/Shootout-C++/reversefile | 0.0840 14764 0.0760 * 0.0560 | 0.00 0.01 0.00 * 0.08 | - - n/a n/a SingleSource/Benchmarks/Shootout-C++/sieve | 0.0760 8572 0.0520 * 0.0480 | 4.70 7.19 9.03 * 9.27 | 0.65 0.52 n/a n/a SingleSource/Benchmarks/Shootout-C++/spellcheck | 0.0920 14664 0.0680 * 0.0280 | 0.00 0.00 0.00 * 0.05 | - - n/a n/a SingleSource/Benchmarks/Shootout-C++/strcat | 0.0000 2472 0.0120 * 0.0160 | 0.56 0.67 0.66 * 0.68 | 0.84 0.85 n/a n/a SingleSource/Benchmarks/Shootout-C++/sumcol | 0.0120 2136 0.0080 * 0.0080 | 0.01 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/Benchmarks/Shootout-C++/wc | 0.0080 2176 0.0040 * 0.0040 | 0.00 0.00 0.00 * 0.03 | - - n/a n/a SingleSource/Benchmarks/Shootout-C++/wordfreq | 0.1680 23120 0.1280 * 0.0640 | 0.00 0.00 0.00 * 0.07 | - - n/a n/a SingleSource/Benchmarks/Shootout/ackermann | 0.0080 1384 0.0080 * 0.0120 | 0.02 0.01 0.01 * 0.04 | - - n/a n/a SingleSource/Benchmarks/Shootout/ary3 | 0.0000 1312 0.0040 * 0.0080 | 11.64 11.99 11.86 * 11.97 | 0.97 0.98 n/a n/a SingleSource/Benchmarks/Shootout/fib2 | 0.0120 1240 0.0160 * 0.0080 | 5.33 7.34 7.82 * 7.70 | 0.73 0.68 n/a n/a SingleSource/Benchmarks/Shootout/hash | 0.0280 3704 0.0280 * 0.0240 | 21.84 22.44 18.00 * 18.47 | 0.97 1.21 n/a n/a SingleSource/Benchmarks/Shootout/heapsort | 0.0120 2208 0.0160 * 0.0040 | 14.46 20.38 14.27 * 14.46 | 0.71 1.01 n/a n/a SingleSource/Benchmarks/Shootout/hello | 0.0000 520 0.0040 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Benchmarks/Shootout/lists | 0.0320 4380 0.0240 * 0.0200 | 14.37 14.51 12.90 * 13.19 | 0.99 1.11 n/a n/a SingleSource/Benchmarks/Shootout/matrix | 0.0240 5016 0.0200 * 0.0240 | 7.74 8.83 7.81 * 7.61 | 0.88 0.99 n/a n/a SingleSource/Benchmarks/Shootout/methcall | 0.0120 1752 0.0120 * 0.0079 | 14.90 15.65 15.69 * 15.67 | 0.95 0.95 n/a n/a SingleSource/Benchmarks/Shootout/nestedloop | 0.0040 1284 0.0120 * 0.0080 | 10.24 11.07 10.63 * 10.47 | 0.93 0.96 n/a n/a SingleSource/Benchmarks/Shootout/objinst | 0.0200 2936 0.0200 * 0.0200 | 12.69 12.90 12.50 * 12.36 | 0.98 1.02 n/a n/a SingleSource/Benchmarks/Shootout/random | 0.0080 804 0.0040 * 0.0080 | 11.32 10.77 11.74 * 11.38 | 1.05 0.96 n/a n/a SingleSource/Benchmarks/Shootout/sieve | 0.0080 1184 0.0080 * 0.0080 | 16.22 14.58 16.35 * 15.39 | 1.11 0.99 n/a n/a SingleSource/Benchmarks/Shootout/strcat | 0.0080 1292 0.0080 * 0.0040 | 0.38 0.39 0.38 * 0.44 | 0.97 1.00 n/a n/a SingleSource/Benchmarks/Stanford/Bubblesort | 0.0120 1664 0.0120 * 0.0080 | 0.08 0.07 0.08 * 0.08 | - - n/a n/a SingleSource/Benchmarks/Stanford/IntMM | 0.0120 1632 0.0120 * 0.0080 | 0.01 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/Benchmarks/Stanford/Oscar | 0.0280 3492 0.0320 * 0.0280 | 0.01 0.00 0.01 * 0.04 | - - n/a n/a SingleSource/Benchmarks/Stanford/Perm | 0.0160 3380 0.0200 * 0.0200 | 0.04 0.05 0.06 * 0.09 | - - n/a n/a SingleSource/Benchmarks/Stanford/Puzzle | 0.0880 5080 0.0280 * 0.0280 | 0.31 0.28 0.31 * 0.32 | 1.11 1.00 n/a n/a SingleSource/Benchmarks/Stanford/Queens | 0.0160 2032 0.0160 * 0.0120 | 0.09 0.08 0.08 * 0.10 | - - n/a n/a SingleSource/Benchmarks/Stanford/Quicksort | 0.0119 2068 0.0120 * 0.0280 | 0.09 0.08 0.09 * 0.14 | - - n/a n/a SingleSource/Benchmarks/Stanford/RealMM | 0.0120 1540 0.0120 * 0.0120 | 0.01 0.01 0.00 * 0.03 | - - n/a n/a SingleSource/Benchmarks/Stanford/Towers | 0.0160 7708 0.0400 * 0.0400 | 0.03 0.04 0.05 * 0.12 | - - n/a n/a SingleSource/Benchmarks/Stanford/Treesort | 0.0160 2416 0.0120 * 0.0120 | 0.17 0.17 0.18 * 0.19 | 1.00 0.94 n/a n/a SingleSource/Regression/C++/2003-05-14-array-init | 0.0000 552 0.0040 * 0.0000 | 0.00 0.00 0.01 * 0.01 | - - n/a n/a SingleSource/Regression/C++/2003-05-14-expr_stmt | 0.0080 412 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C++/2003-06-08-BaseType | 0.0000 452 0.0000 * 0.0000 | 0.00 0.00 0.01 * 0.00 | - - n/a n/a SingleSource/Regression/C++/2003-06-08-VirtualFunctions | 0.0000 576 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C++/2003-06-13-Crasher | 0.0000 412 0.0000 * 0.0040 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C++/2003-08-20-EnumSizeProblem | 0.0000 412 0.0000 * 0.0040 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C++/2003-09-29-NonPODsByValue | 0.0080 860 0.0040 * 0.0000 | 0.00 0.00 0.01 * 0.01 | - - n/a n/a SingleSource/Regression/C++/BuiltinTypeInfo | 0.0000 720 0.0040 * 0.0080 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C++/EH/ConditionalExpr | 0.0080 1704 0.0120 * 0.0160 | 0.00 0.00 0.01 * 0.03 | - - n/a n/a SingleSource/Regression/C++/EH/ctor_dtor_count | 0.0080 1152 * * * | 0.00 * * * * | n/a n/a n/a n/a SingleSource/Regression/C++/EH/ctor_dtor_count-2 | 0.0040 2176 * * * | 0.01 * * * * | n/a n/a n/a n/a SingleSource/Regression/C++/EH/dead_try_block | 0.0000 512 0.0000 * 0.0040 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C++/EH/exception_spec_test | 0.0120 2740 * * * | 0.00 * * * * | n/a n/a n/a n/a SingleSource/Regression/C++/EH/function_try_block | 0.0280 5472 * * * | 0.00 * * * * | n/a n/a n/a n/a SingleSource/Regression/C++/EH/simple_rethrow | 0.0040 1780 * * * | 0.00 * * * * | n/a n/a n/a n/a SingleSource/Regression/C++/EH/simple_throw | 0.0080 1052 * * * | 0.00 * * * * | n/a n/a n/a n/a SingleSource/Regression/C++/EH/throw_rethrow_test | 0.0080 2660 * * * | 0.01 * * * * | n/a n/a n/a n/a SingleSource/Regression/C++/global_ctor | 0.0120 1188 0.0080 * 0.0040 | 0.00 0.01 0.00 * 0.02 | - - n/a n/a SingleSource/Regression/C++/global_type | 0.0000 412 0.0000 * 0.0080 | 0.00 0.01 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C++/ofstream_ctor | 0.0040 1632 0.0000 * 0.0040 | 0.00 0.00 0.00 * 0.03 | - - n/a n/a SingleSource/Regression/C++/pointer_member | 0.0040 580 0.0000 * 0.0040 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C++/pointer_method | 0.0120 1580 0.0120 * 0.0080 | 0.01 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/Regression/C++/short_circuit_dtor | 0.0080 904 0.0040 * 0.0000 | 0.00 0.00 0.01 * 0.02 | - - n/a n/a SingleSource/Regression/C/2003-05-14-initialize-string | 0.0040 604 0.0040 * 0.0000 | 0.00 0.00 0.01 * 0.02 | - - n/a n/a SingleSource/Regression/C/2003-05-21-BitfieldHandling | 0.0000 552 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/2003-05-21-UnionBitfields | 0.0040 532 0.0040 * 0.0000 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/Regression/C/2003-05-21-UnionTest | 0.0080 800 0.0040 * 0.0000 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/Regression/C/2003-05-22-LocalTypeTest | 0.0040 576 0.0040 * 0.0040 | 0.00 0.00 0.01 * 0.02 | - - n/a n/a SingleSource/Regression/C/2003-05-22-VarSizeArray | 0.0000 528 0.0000 * 0.0000 | 0.00 0.01 0.00 * 0.02 | - - n/a n/a SingleSource/Regression/C/2003-05-23-TransparentUnion | 0.0040 524 0.0000 * 0.0040 | 0.01 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/2003-06-16-InvalidInitializer | 0.0000 412 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/2003-06-16-VolatileError | 0.0000 412 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/Regression/C/2003-10-12-GlobalVarInitializers | 0.0040 620 0.0040 * 0.0040 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/2004-02-03-AggregateCopy | 0.0040 540 0.0040 * 0.0000 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/Regression/C/2004-03-15-IndirectGoto | 0.0080 824 0.0040 * 0.0040 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/Regression/C/2004-08-12-InlinerAndAllocas | 0.0080 848 0.0040 * 0.0040 | 0.01 0.01 0.01 * 0.02 | - - n/a n/a SingleSource/Regression/C/2005-05-06-LongLongSignedShift | 0.0000 556 0.0040 * 0.0000 | 0.01 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/ConstructorDestructorAttributes | 0.0080 696 0.0040 * 0.0000 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/DuffsDevice | 0.0040 1324 0.0080 * 0.0080 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/Regression/C/PR491 | 0.0040 496 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/PR640 | 0.0040 1504 0.0080 * 0.0040 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/Regression/C/badidx | 0.0040 888 0.0080 * 0.0000 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/Regression/C/bigstack | 0.0160 3312 0.0080 * 0.0120 | 0.00 0.00 0.00 * 0.03 | - - n/a n/a SingleSource/Regression/C/callargs | 0.0000 884 0.0040 * 0.0040 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/casts | 0.0120 4304 0.0200 * 0.0200 | 0.00 0.01 0.00 * 0.03 | - - n/a n/a SingleSource/Regression/C/globalrefs | 0.0080 1008 0.0040 * 0.0040 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/matrixTranspose | 0.0080 1292 0.0040 * 0.0080 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/pointer_arithmetic | 0.0000 444 0.0000 * 0.0040 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/sumarray | 0.0040 880 0.0040 * 0.0040 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/sumarray2d | 0.0040 1012 0.0080 * 0.0080 | 0.00 0.00 0.01 * 0.02 | - - n/a n/a SingleSource/Regression/C/sumarraymalloc | 0.0080 1020 0.0080 * 0.0080 | 0.00 0.01 0.00 * 0.02 | - - n/a n/a SingleSource/Regression/C/test_indvars | 0.0080 1428 0.0040 * 0.0080 | 0.00 0.01 0.00 * 0.02 | - - n/a n/a SingleSource/Regression/C/testtrace | 0.0120 1240 0.0120 * 0.0080 | 0.01 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/UnitTests/2002-04-17-PrintfChar | 0.0040 524 0.0000 * 0.0040 | 0.01 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2002-05-02-ArgumentTest | 0.0040 580 0.0040 * 0.0040 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2002-05-02-CastTest | 0.0040 1600 0.0120 * 0.0080 | 0.00 0.00 0.01 * 0.02 | - - n/a n/a SingleSource/UnitTests/2002-05-02-CastTest1 | 0.0040 536 0.0040 * 0.0000 | 0.00 0.01 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2002-05-02-CastTest2 | 0.0000 656 0.0040 * 0.0040 | 0.01 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2002-05-02-CastTest3 | 0.0000 668 0.0040 * 0.0040 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2002-05-02-ManyArguments | 0.0000 660 0.0040 * 0.0000 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/UnitTests/2002-05-03-NotTest | 0.0040 620 0.0040 * 0.0040 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2002-05-19-DivTest | 0.0000 700 0.0040 * 0.0000 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/UnitTests/2002-08-02-CastTest | 0.0000 532 0.0040 * 0.0000 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2002-08-02-CastTest2 | 0.0000 556 0.0040 * 0.0040 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2002-08-19-CodegenBug | 0.0000 512 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2002-10-09-ArrayResolution | 0.0040 592 0.0000 * 0.0040 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2002-10-12-StructureArgs | 0.0000 988 0.0040 * 0.0000 | 0.00 0.01 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2002-10-12-StructureArgsSimple | 0.0120 768 0.0040 * 0.0040 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2002-10-13-BadLoad | 0.0000 516 0.0000 * 0.0040 | 0.01 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2002-12-13-MishaTest | 0.0160 540 0.0000 * 0.0040 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/UnitTests/2003-04-22-Switch | 0.0080 788 0.0080 * 0.0080 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2003-05-02-DependentPHI | 0.0080 812 0.0040 * 0.0040 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2003-05-07-VarArgs | 0.0120 2804 0.0240 * 0.0160 | 0.00 0.00 0.00 * 0.03 | - - n/a n/a SingleSource/UnitTests/2003-05-12-MinIntProblem | 0.0000 516 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2003-05-14-AtExit | 0.0080 636 0.0040 * 0.0040 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2003-05-26-Shorts | 0.0040 2016 0.0040 * 0.0120 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/UnitTests/2003-05-31-CastToBool | 0.0080 1060 0.0080 * 0.0040 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2003-05-31-LongShifts | 0.0080 912 0.0040 * 0.0080 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/UnitTests/2003-07-06-IntOverflow | 0.0080 792 0.0040 * 0.0080 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/UnitTests/2003-07-08-BitOpsTest | 0.0040 548 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2003-07-09-LoadShorts | 0.0040 1512 0.0040 * 0.0000 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2003-07-09-SignedArgs | 0.0120 1280 0.0040 * 0.0080 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2003-07-10-SignConversions | 0.0080 756 0.0040 * 0.0040 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2003-08-05-CastFPToUint | 0.0000 660 0.0000 * 0.0040 | 0.00 0.01 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2003-08-11-VaListArg | 0.0080 3072 0.0160 * 0.0160 | 0.00 0.00 0.00 * 0.03 | - - n/a n/a SingleSource/UnitTests/2003-08-20-FoldBug | 0.0040 512 0.0040 * 0.0000 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2003-09-18-BitFieldTest | 0.0040 568 0.0000 * 0.0040 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2003-10-13-SwitchTest | 0.0040 580 0.0040 * 0.0040 | 0.01 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2003-10-29-ScalarReplBug | 0.0000 532 0.0000 * 0.0040 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/UnitTests/2004-02-02-NegativeZero | 0.0040 600 0.0040 * 0.0040 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2004-06-20-StaticBitfieldInit | 0.0000 632 0.0000 * 0.0040 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2004-11-28-GlobalBoolLayout | 0.0040 860 0.0040 * 0.0040 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2005-05-11-Popcount-ffs-fls | 0.0160 3092 0.0160 * 0.0160 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/UnitTests/2005-05-12-Int64ToFP | 0.0040 652 0.0040 * 0.0040 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2005-05-13-SDivTwo | 0.0000 620 0.0080 * 0.0040 | 0.01 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2005-07-15-Bitfield-ABI | 0.0000 540 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/UnitTests/2005-07-17-INT-To-FP | 0.0040 972 0.0080 * 0.0080 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2005-11-29-LongSwitch | 0.0000 532 0.0000 * 0.0000 | 0.01 0.00 0.01 * 0.00 | - - n/a n/a SingleSource/UnitTests/2006-01-23-InitializedBitField | 0.0040 6424 0.0080 * 0.0080 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/UnitTests/2006-01-23-UnionInit | 0.0080 2136 0.0080 * 0.0080 | 0.00 0.00 0.01 * 0.01 | - - n/a n/a SingleSource/UnitTests/2006-01-29-SimpleIndirectCall | 0.0040 732 0.0040 * 0.0040 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2006-02-04-DivRem | 0.0040 696 0.0040 * 0.0040 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2006-12-01-float_varg | 0.0000 600 0.0040 * 0.0000 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2006-12-04-DynAllocAndRestore | 0.0120 428 0.0040 * 0.0040 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/UnitTests/2006-12-07-Compare64BitConstant | 0.0040 524 0.0040 * 0.0000 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2006-12-11-LoadConstants | 0.0640 3848 0.0400 * 0.0360 | 0.00 0.00 0.00 * 0.06 | - - n/a n/a SingleSource/UnitTests/2007-01-04-KNR-Args | 0.0040 616 0.0000 * 0.0080 | 0.00 0.00 0.00 * 0.03 | - - n/a n/a SingleSource/UnitTests/2007-03-02-VaCopy | 0.0000 796 0.0040 * 0.0040 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2007-04-10-BitfieldTest | 0.0040 548 0.0000 * 0.0040 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/UnitTests/2007-04-25-weak | 0.0080 508 0.0000 * * | 0.00 0.00 0.00 * * | - - n/a n/a SingleSource/UnitTests/FloatPrecision | 0.0000 572 0.0000 * 0.0040 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/UnitTests/SignlessTypes/cast | 0.0160 3236 0.0360 * 0.0360 | 0.05 0.05 0.05 * 0.09 | - - n/a n/a SingleSource/UnitTests/SignlessTypes/cast-bug | 0.0000 600 0.0040 * 0.0000 | 0.01 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/SignlessTypes/cast2 | 0.0040 548 0.0040 * 0.0040 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/SignlessTypes/ccc | 0.0080 708 0.0040 * 0.0040 | 0.01 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/SignlessTypes/div | 0.0079 1328 0.0040 * 0.0080 | 0.01 0.00 0.01 * 0.02 | - - n/a n/a SingleSource/UnitTests/SignlessTypes/factor | 0.0040 1168 0.0080 * 0.0080 | 0.00 0.00 0.00 * 0.03 | - - n/a n/a SingleSource/UnitTests/SignlessTypes/rem | 0.0640 12892 0.1680 * 0.1600 | 0.00 0.00 0.01 * 0.18 | - - n/a n/a SingleSource/UnitTests/SignlessTypes/shr | 0.0120 1440 0.0040 * 0.0080 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/StructModifyTest | 0.0040 648 0.0040 * 0.0040 | 0.01 0.00 0.01 * 0.01 | - - n/a n/a SingleSource/UnitTests/TestLoop | 0.0080 684 0.0040 * 0.0080 | 0.01 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/Threads/tls | 0.0000 880 0.0080 * * | 0.00 0.00 0.01 * * | - - n/a n/a SingleSource/UnitTests/Vector/SSE/sse.expandfft | 0.0440 8180 * * * | 1.37 * * * * | n/a n/a n/a n/a SingleSource/UnitTests/Vector/SSE/sse.isamax | 0.0200 3416 0.0160 * 0.0160 | 0.00 * 0.00 * 0.03 | n/a - n/a n/a SingleSource/UnitTests/Vector/SSE/sse.stepfft | 0.0280 8020 0.0560 * 0.0480 | 2.24 * 1.84 * 2.13 | n/a 1.22 n/a n/a SingleSource/UnitTests/Vector/build | 0.0040 1004 0.0040 * 0.0040 | 0.00 * 0.00 * 0.01 | n/a - n/a n/a SingleSource/UnitTests/Vector/build2 | 0.0120 1564 0.0120 * 0.0120 | 28.39 * 3.07 * 3.06 | n/a 9.25 n/a n/a SingleSource/UnitTests/Vector/divides | 0.0040 1332 0.0080 * 0.0040 | 0.00 * 0.00 * 0.01 | n/a - n/a n/a SingleSource/UnitTests/Vector/multiplies | 0.0160 2060 0.0160 * * | 12.19 * 20.87 * * | n/a 0.58 n/a n/a SingleSource/UnitTests/Vector/simple | 0.0080 2076 0.0120 * 0.0080 | 0.00 * 0.00 * 0.02 | n/a - n/a n/a SingleSource/UnitTests/Vector/sumarray | 0.0000 992 0.0040 * 0.0040 | 0.00 * 0.00 * 0.02 | n/a - n/a n/a SingleSource/UnitTests/Vector/sumarray-dbl | 0.0040 1064 0.0080 * 0.0080 | 0.00 * 0.00 * 0.01 | n/a - n/a n/a SingleSource/UnitTests/printargs | 0.0040 680 0.0040 * 0.0000 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part. URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070918/7d544587/attachment.sig>
> LLVM-GCC 4.0 fails on Cygwin, possibly due to lack of symbolic links.I am trying with llvm-gcc-4.2 from svn. Aaron
Erick Tryzelaar
2007-Sep-19 04:28 UTC
[LLVMdev] 2.1 Pre-Release Available (testers needed)
Tanya Lattner wrote:> LLVMers, > > The 2.1 pre-release (version 1) is available for testing: > http://llvm.org/prereleases/2.1/version1/A couple months ago, I had a problem packaging llvm-gcc for macports because one of the binaries from llvm-gcc was somehow getting used by Apple's gcc driver instead of the native one. This was causing some subtle bugs for people. Anyway, someone, I don't remember who, helped me out with this patch: --- ../llvm-gcc4-2.0.source/gcc/Makefile.in.old 2007-08-08 21:09:17.000000000 -0700 +++ ../llvm-gcc4-2.0.source/gcc/Makefile.in 2007-08-08 21:09:39.000000000 -0700 @@ -3658,7 +3658,7 @@ -$(INSTALL_PROGRAM) xgcc$(exeext) $(DESTDIR)$(bindir)/$(GCC_INSTALL_NAME)$(exeext) -rm -f $(DESTDIR)$(bindir)/$(GCC_TARGET_INSTALL_NAME)-$(version) -( cd $(DESTDIR)$(bindir) && \ - $(LN) $(GCC_INSTALL_NAME)$(exeext) $(target_noncanonical)-gcc-$(version) ) + $(LN) $(GCC_INSTALL_NAME)$(exeext) $(GCC_TARGET_INSTALL_NAME)-$(version) ) -if [ -f gcc-cross$(exeext) ] ; then \ if [ -d $(DESTDIR)$(gcc_tooldir)/bin/. ] ; then \ rm -f $(DESTDIR)$(gcc_tooldir)/bin/gcc$(exeext); \ This just lets you put the configure-specified prefix llvm- in front of the binary, and subquently doesn't cause problem's with apple's gcc. I just checked out the latest llvm-gcc binaries, but it doesn't yet have this patch in place. Is it too late to get this into the release? If not, it won't take too much effort to just migrate the 2.0 patch to 2.1. If it helps, it looks like Reid added this code in revision 40137. Thanks, -e
On Sep 18, 2007, at 9:28 PM, Erick Tryzelaar wrote:> Tanya Lattner wrote: >> LLVMers, >> >> The 2.1 pre-release (version 1) is available for testing: >> http://llvm.org/prereleases/2.1/version1/ > > A couple months ago, I had a problem packaging llvm-gcc for macports > because one of the binaries from llvm-gcc was somehow getting used by > Apple's gcc driver instead of the native one. This was causing some > subtle bugs for people. Anyway, someone, I don't remember who, > helped me > out with this patch: > > --- ../llvm-gcc4-2.0.source/gcc/Makefile.in.old 2007-08-08 > 21:09:17.000000000 -0700 > +++ ../llvm-gcc4-2.0.source/gcc/Makefile.in 2007-08-08 > 21:09:39.000000000 -0700 > @@ -3658,7 +3658,7 @@ > -$(INSTALL_PROGRAM) xgcc$(exeext) > $(DESTDIR)$(bindir)/$(GCC_INSTALL_NAME)$(exeext) > -rm -f $(DESTDIR)$(bindir)/$(GCC_TARGET_INSTALL_NAME)-$ > (version) > -( cd $(DESTDIR)$(bindir) && \ > - $(LN) $(GCC_INSTALL_NAME)$(exeext) > $(target_noncanonical)-gcc-$(version) ) > + $(LN) $(GCC_INSTALL_NAME)$(exeext) > $(GCC_TARGET_INSTALL_NAME)-$(version) ) > -if [ -f gcc-cross$(exeext) ] ; then \ > if [ -d $(DESTDIR)$(gcc_tooldir)/bin/. ] ; then \ > rm -f $(DESTDIR)$(gcc_tooldir)/bin/gcc$(exeext); \ > > This just lets you put the configure-specified prefix llvm- in > front of > the binary, and subquently doesn't cause problem's with apple's gcc. I > just checked out the latest llvm-gcc binaries, but it doesn't yet have > this patch in place. Is it too late to get this into the release? If > not, it won't take too much effort to just migrate the 2.0 patch to > 2.1. >You can set the program-prefix to be "llvm-". We actually recommend this and its in the README.llvm. We do not require it though. -Tanya> If it helps, it looks like Reid added this code in revision 40137. > > Thanks, > > -e > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
On Tue, Sep 18, 2007 at 06:41:38PM +1000, Emil Mikulic wrote:> The "make check" produced: > === Summary ==> > # of expected passes 2209 > # of unexpected failures 41 > # of expected failures 5 > gmake[1]: *** [check-local] Error 1 > gmake[1]: Leaving directory `/home/emil/ll/objdir-llvm/test' > gmake: *** [check] Error 2At Duncan's suggestion, I re-built LLVM (and llvm-gcc4, and then llvm again) with Debug+Checks and I now get: === Summary == # of expected passes 2207 # of unexpected failures 43 # of expected failures 5 gmake[1]: *** [check-local] Error 1 gmake[1]: Leaving directory `/home/emil/ll/objdir-llvm/test' gmake: *** [check] Error 2 Typescript here, which looks different and trips at least one STL check that I can see: http://goanna.cs.rmit.edu.au/~emil/llvm2.1-check-debug.txt (old typescript here:)> http://goanna.cs.rmit.edu.au/~emil/llvm2.1-check.txt--Emil
Anton Korobeynikov
2007-Sep-19 10:18 UTC
[LLVMdev] 2.1 Pre-Release Available (testers needed)
Hello, Emil> Should I take this (and the other crashes?) off the list and start > filing bugs or something?The transcript looks very "bad" for me. For example: while running: /home/emil/ll/prefix/bin/llvm-gcc -emit-llvm -O3 -S -o - /home/emil/ll/llvm-2.1/test/CFrontend/2007-09-12-PragmaPack.c | grep {26} /home/emil/ll/llvm-2.1/test/CFrontend/2007-09-12-PragmaPack.c:5: warning: #pragma pack(push[, id], <n>) is not supported on this target /home/emil/ll/llvm-2.1/test/CFrontend/2007-09-12-PragmaPack.c:26: warning: #pragma pack(pop[, id], <n>) is not supported on this target How can it be not supported on x86-32? I really dunno. What is your "native" gcc version? -- With best regards, Anton Korobeynikov. Faculty of Mathematics & Mechanics, Saint Petersburg State University.
On Wed, Sep 19, 2007 at 02:18:55PM +0400, Anton Korobeynikov wrote:> Hello, Emil > > > Should I take this (and the other crashes?) off the list and start > > filing bugs or something? > > The transcript looks very "bad" for me.I don't disagree. =)> For example: > > while running: /home/emil/ll/prefix/bin/llvm-gcc -emit-llvm -O3 -S -o > - /home/emil/ll/llvm-2.1/test/CFrontend/2007-09-12-PragmaPack.c | grep > {26} > /home/emil/ll/llvm-2.1/test/CFrontend/2007-09-12-PragmaPack.c:5: warning: #pragma pack(push[, id], <n>) is not supported on this target > /home/emil/ll/llvm-2.1/test/CFrontend/2007-09-12-PragmaPack.c:26: warning: #pragma pack(pop[, id], <n>) is not supported on this target > > How can it be not supported on x86-32? I really dunno. What is your > "native" gcc version?$ gcc -v Using built-in specs. Target: i386-undermydesk-freebsd Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 4.2.1 20070719 [FreeBSD] I can't see any optimization flags being passed to it in the Makefile. Should I try a different version of gcc? --Emil
Tanya M. Lattner
2007-Sep-20 22:43 UTC
[LLVMdev] 2.1 Pre-Release Available (testers needed)
> Linux (SUSE) on x86 (P4) > Release mode, but with assertions enabled > LLVM srcdir == objdir > > # of expected passes 2250 > # of expected failures 5 > > I ran the llvm-test suite on my desktop while I was also working on that PC, > so don't put too much trust in the timing info. Especially during the "spiff" > test the machine was swapping like crazy.Thanks for the testing the release! Except for spiff, everything looks great! I'll assume spiff failed due to timeouts, but you can always just run that subdirectory and verify. Thanks, Tanya> > Bye, > Maarten >