LLVMers, 2.6 pre-release2 is ready to be tested by the community. http://llvm.org/prereleases/2.6/ If you have time, I'd appreciate anyone who can help test the release. To test llvm-gcc: 1) Compile llvm from source and untar the llvm-test in the projects directory (name it llvm-test or test-suite). Choose to use a pre- compiled llvm-gcc or re-compile it yourself. 2) Run make check, report any failures (FAIL or unexpected pass). Note that you need to reconfigure llvm with llvm-gcc in your path or with -- with-llvmgccdir 3) Run "make TEST=nightly report" and send me the report.nightly.txt To test clang: 1) Compile llvm and clang from source. 2) Run make check for llvm. 3) Run make -C tools/clang-2.6 test VERBOSE=1 (report any failures or unexpected passes) When reporting your results, please provide details on what platform you compiled on, and how you built LLVM (src == obj, or src != obj), clang, and/or llvm-gcc. Please COMPLETE ALL TESTING BY 5pm PDT on October 21st! Thanks, Tanya Lattner -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091017/6943a2e0/attachment.html>
Hi Tanya, glad to see that 2.6 release is coming. :) After doing some testing with valgrind on this release, I have find a little "undefined memory" error in DefaultJITMemoryManager related to the PoisonMemory field. This bug has been corrected in trunk with revision r80192. Attached is a patch which cleanly apply same correction on the release-2.6 branch. Thanks, Olivier. On Sat, Oct 17, 2009 at 8:51 PM, Tanya Lattner <lattner at apple.com> wrote:> LLVMers, > 2.6 pre-release2 is ready to be tested by the community. > http://llvm.org/prereleases/2.6/ > > If you have time, I'd appreciate anyone who can help test the release. > > To test llvm-gcc: > 1) Compile llvm from source and untar the llvm-test in the projects > directory (name it llvm-test or test-suite). Choose to use a pre-compiled > llvm-gcc or re-compile it yourself. > 2) Run make check, report any failures (FAIL or unexpected pass). Note that > you need to reconfigure llvm with llvm-gcc in your path or with > --with-llvmgccdir > 3) Run "make TEST=nightly report" and send me the report.nightly.txt > > To test clang: > 1) Compile llvm and clang from source. > 2) Run make check for llvm. > 3) Run make -C tools/clang-2.6 test VERBOSE=1 (report any failures or > unexpected passes) > > When reporting your results, please provide details on what platform you > compiled on, and how > you built LLVM (src == obj, or src != obj), clang, and/or llvm-gcc. > > *Please COMPLETE ALL TESTING BY 5pm PDT on October 21st! * > 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 > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091018/1f62abf2/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: release_2.6.patch Type: text/x-patch Size: 835 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091018/1f62abf2/attachment.bin>
Olivier, Thanks for testing 2.6! I'm glad this is fixed in trunk, but it will not be applied to 2.6 at this stage in the release process. Thanks, Tanya On Oct 18, 2009, at 1:25 PM, Olivier Meurant wrote:> Hi Tanya, > > glad to see that 2.6 release is coming. :) > > After doing some testing with valgrind on this release, I have find > a little "undefined memory" error in DefaultJITMemoryManager related > to the PoisonMemory field. > This bug has been corrected in trunk with revision r80192. > > Attached is a patch which cleanly apply same correction on the > release-2.6 branch. > > Thanks, > Olivier. > > > On Sat, Oct 17, 2009 at 8:51 PM, Tanya Lattner <lattner at apple.com> > wrote: > LLVMers, > > 2.6 pre-release2 is ready to be tested by the community. > http://llvm.org/prereleases/2.6/ > > If you have time, I'd appreciate anyone who can help test the release. > > > To test llvm-gcc: > 1) Compile llvm from source and untar the llvm-test in the projects > directory (name it llvm-test or test-suite). Choose to use a pre- > compiled llvm-gcc or re-compile it yourself. > > 2) Run make check, report any failures (FAIL or unexpected pass). > Note that you need to reconfigure llvm with llvm-gcc in your path or > with --with-llvmgccdir > > 3) Run "make TEST=nightly report" and send me the report.nightly.txt > > To test clang: > 1) Compile llvm and clang from source. > > 2) Run make check for llvm. > 3) Run make -C tools/clang-2.6 test VERBOSE=1 (report any failures > or unexpected passes) > > > When reporting your results, please provide details on what platform > you compiled on, and how > > you built LLVM (src == obj, or src != obj), clang, and/or llvm-gcc. > > Please COMPLETE ALL TESTING BY 5pm PDT on October 21st! > 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 > > > <release_2.6.patch>-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091018/80203ffd/attachment.html>
> 2.6 pre-release2 is ready to be tested by the community.Excellent! Would you care to update the "LLVM 2.6 release schedule" on the front page of the web site? Thanks, Jay.
> To test clang: > 1) Compile llvm and clang from source.LLVM fails to build for me on Cygwin. I get: make[1]: Entering directory `/home/foad/llvm/objdir-2.6/runtime' make[2]: Entering directory `/home/foad/llvm/objdir-2.6/runtime/libprofile' llvm[2]: Compiling BasicBlockTracing.c for Release build (PIC) llvm[2]: Compiling BlockProfiling.c for Release build (PIC) llvm[2]: Compiling CommonProfiling.c for Release build (PIC) llvm[2]: Compiling EdgeProfiling.c for Release build (PIC) llvm[2]: Compiling FunctionProfiling.c for Release build (PIC) llvm[2]: Linking Release Loadable Module profile_rt.dll /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: warning: cannot find entry symbol __cygwin_dll_entry at 12; defaulting to 61ec1000 /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/BasicBlockTracing.o:BasicBlockTracing.c:(.text+0x36): undefined reference to `_free' /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/BasicBlockTracing.o:BasicBlockTracing.c:(.text+0xca): undefined reference to `_malloc' /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/BasicBlockTracing.o:BasicBlockTracing.c:(.text+0xe8): undefined reference to `_atexit' /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/BlockProfiling.o:BlockProfiling.c:(.text+0x65): undefined reference to `_atexit' /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/CommonProfiling.o:CommonProfiling.c:(.text+0x76): undefined reference to `_strdup' /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/CommonProfiling.o:CommonProfiling.c:(.text+0x9a): undefined reference to `_memmove' /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/CommonProfiling.o:CommonProfiling.c:(.text+0xe3): undefined reference to `_memmove' /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/CommonProfiling.o:CommonProfiling.c:(.text+0x105): undefined reference to `_printf' /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/CommonProfiling.o:CommonProfiling.c:(.text+0x113): undefined reference to `_puts' /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/CommonProfiling.o:CommonProfiling.c:(.text+0x13c): undefined reference to `_strlen' /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/CommonProfiling.o:CommonProfiling.c:(.text+0x14e): undefined reference to `_malloc' /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/CommonProfiling.o:CommonProfiling.c:(.text+0x182): undefined reference to `_strlen' /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/CommonProfiling.o:CommonProfiling.c:(.text+0x19b): undefined reference to `_memcpy' /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/CommonProfiling.o:CommonProfiling.c:(.text+0x1fb): undefined reference to `_write' /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/CommonProfiling.o:CommonProfiling.c:(.text+0x21a): undefined reference to `_write' /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/CommonProfiling.o:CommonProfiling.c:(.text+0x23b): undefined reference to `_write' /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/CommonProfiling.o:CommonProfiling.c:(.text+0x25e): undefined reference to `_open' /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/CommonProfiling.o:CommonProfiling.c:(.text+0x296): undefined reference to `_write' /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/CommonProfiling.o:CommonProfiling.c:(.text+0x2b5): undefined reference to `_write' /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/CommonProfiling.o:CommonProfiling.c:(.text+0x2d6): undefined reference to `_write' /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/CommonProfiling.o:CommonProfiling.c:(.text+0x30d): undefined reference to `_write' /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/CommonProfiling.o:CommonProfiling.c:(.text+0x332): undefined reference to `_fprintf' /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/CommonProfiling.o:CommonProfiling.c:(.text+0x33e): undefined reference to `_perror' /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/EdgeProfiling.o:EdgeProfiling.c:(.text+0x65): undefined reference to `_atexit' /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/FunctionProfiling.o:FunctionProfiling.c:(.text+0x65): undefined reference to `_atexit' collect2: ld returned 1 exit status make[2]: *** [/home/foad/llvm/objdir-2.6/Release/lib/profile_rt.dll] Error 1 make[2]: Leaving directory `/home/foad/llvm/objdir-2.6/runtime/libprofile' make[1]: *** [libprofile/.makeall] Error 2 make[1]: Leaving directory `/home/foad/llvm/objdir-2.6/runtime' make: *** [all] Error 1> When reporting your results, please provide details on what platform you compiled on, and how > you built LLVM (src == obj, or src != obj), clang, and/or llvm-gcc.$ uname -a CYGWIN_NT-5.1 foad-pc 1.5.25(0.156/4/2) 2008-06-12 19:34 i686 Cygwin src != obj clang Thanks, Jay.
Hi Tanya,> 1) Compile llvm from source and untar the llvm-test in the projects > directory (name it llvm-test or test-suite). Choose to use a > pre-compiled llvm-gcc or re-compile it yourself.I compiled llvm and llvm-gcc with separate objects directories. Platform is x86_64-linux-gnu.> 2) Run make check, report any failures (FAIL or unexpected pass). Note > that you need to reconfigure llvm with llvm-gcc in your path or with > --with-llvmgccdirOne failure: FAIL: llvm-2.6/llvm-2.6/test/Feature/load_module.ll for PR1318 Failed with exit(1) at line 1 while running: llvm-as < llvm-2.6/llvm-2.6/test/Feature/load_module.ll | opt -load=llvm-2.6/llvm-2.6-objects/Release/lib/LLVMHello.so -hello -disable-output - |& /bin/grep Hello Error opening 'llvm-2.6-objects/Release/lib/LLVMHello.so': llvm-2.6-objects/Release/lib/LLVMHello.so: undefined symbol: _ZN4llvm4cerrE child process exited abnormally One unexpected pass: XPASS: llvm-2.6/llvm-2.6/test/FrontendC/2009-08-11-AsmBlocksComplexJumpTarget.c> 3) Run "make TEST=nightly report" and send me the report.nightly.txtAttached. Ciao, Duncan. -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: report.nightly.txt URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091020/20c8f18b/attachment.txt>
G'Day Tanya, Is it too late to bring in the following patches to fix some major brokenness in the AuroraUX tool chain for 2.6? http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Driver/Tools.cpp?r1=84468&r2=84469&view=diff&pathrev=84469 http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Driver/Tools.cpp?r1=84265&r2=84266&view=diff&pathrev=84266 http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Frontend/InitHeaderSearch.cpp?r1=83846&r2=83847&view=diff&pathrev=83847 http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Basic/Targets.cpp?r1=84415&r2=84416&view=diff&pathrev=84416 All should be completely non intrusive. Thanks for your time, Edward O'Callaghan. 2009/10/20 Duncan Sands <baldrick at free.fr>:> Hi Tanya, > >> 1) Compile llvm from source and untar the llvm-test in the projects >> directory (name it llvm-test or test-suite). Choose to use a pre-compiled >> llvm-gcc or re-compile it yourself. > > I compiled llvm and llvm-gcc with separate objects directories. > Platform is x86_64-linux-gnu. > >> 2) Run make check, report any failures (FAIL or unexpected pass). Note >> that you need to reconfigure llvm with llvm-gcc in your path or with >> --with-llvmgccdir > > One failure: > > FAIL: llvm-2.6/llvm-2.6/test/Feature/load_module.ll for PR1318 > Failed with exit(1) at line 1 > while running: llvm-as < llvm-2.6/llvm-2.6/test/Feature/load_module.ll | > opt -load=llvm-2.6/llvm-2.6-objects/Release/lib/LLVMHello.so -hello > -disable-output - |& /bin/grep Hello > Error opening 'llvm-2.6-objects/Release/lib/LLVMHello.so': > llvm-2.6-objects/Release/lib/LLVMHello.so: undefined symbol: _ZN4llvm4cerrE > child process exited abnormally > > One unexpected pass: > > XPASS: > llvm-2.6/llvm-2.6/test/FrontendC/2009-08-11-AsmBlocksComplexJumpTarget.c > >> 3) Run "make TEST=nightly report" and send me the report.nightly.txt > > Attached. > > Ciao, > > Duncan. > > 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.4400 112068 0.9899 * 1.0100 | 0.00 0.00 > 0.01 * 1.06 | - - n/a n/a > MultiSource/Applications/ClamAV/clamscan | > 4.7699 1321972 8.1600 * 4.5900 | 0.37 * > 0.21 * 4.98 | n/a 1.76 n/a n/a > MultiSource/Applications/JM/ldecod/ldecod | > 2.6799 664468 3.1200 * 2.5700 | 0.12 0.11 > 0.12 * 2.82 | 1.09 1.00 n/a n/a > MultiSource/Applications/JM/lencod/lencod | > 5.6600 1462632 7.7899 * 6.5999 | 9.73 9.01 > 8.99 * 16.29 | 1.08 1.08 n/a n/a > MultiSource/Applications/SIBsim4/SIBsim4 | > 0.4700 88500 0.5400 * 0.5399 | 4.91 * > 4.55 * 5.41 | n/a 1.08 n/a n/a > MultiSource/Applications/SPASS/SPASS | > 6.5800 1603628 6.6600 * 4.6100 | 10.54 10.00 > 9.98 * 15.63 | 1.05 1.06 n/a n/a > MultiSource/Applications/aha/aha | > 0.0499 7356 0.0300 * 0.0500 | 3.23 2.97 > 2.78 * 3.26 | 1.09 1.16 n/a n/a > MultiSource/Applications/d/make_dparser | > 1.1100 311092 1.1700 * 1.0100 | 0.03 * > 0.03 * 1.14 | n/a - n/a n/a > MultiSource/Applications/hbd/hbd | > 0.2500 82224 0.3999 * 0.3400 | 0.00 0.00 > 0.00 * 0.39 | - - n/a n/a > MultiSource/Applications/hexxagon/hexxagon | > 0.2000 49988 0.2600 * 0.2399 | 12.80 9.91 > 9.62 * 9.42 | 1.29 1.33 n/a n/a > llc: > /home/duncan/tmp/tmp/llvm-2.6/llvm-2.6/lib/Target/CBackend/CBackend.cpp:488: > llvm::raw_ostream&<unnamed>::CWriter::printSimpleType(llvm::formatted_raw_ostream&, > const llvm::Type*, bool, const std::string&): Assertion `NumBits <= 128 && > "Bit widths > 128 not implemented yet"' failed. > MultiSource/Applications/kimwitu++/kc | > 5.7400 1722276 8.1900 * 5.5100 | 0.18 * > 0.14 * 6.17 | n/a 1.29 n/a n/a > MultiSource/Applications/lambda-0.1.3/lambda | > 0.2100 66708 0.4300 * 0.3199 | 5.30 5.31 > 5.36 * 6.34 | 1.00 0.99 n/a n/a > MultiSource/Applications/lemon/lemon | > 0.4200 108608 0.6300 * 0.0100 | 0.07 0.07 > 0.06 * 133.28 | - - n/a n/a > MultiSource/Applications/lua/lua | > 1.7100 547448 2.8600 * 2.0899 | 27.89 * > 27.87 * 30.62 | n/a 1.00 n/a n/a > MultiSource/Applications/minisat/minisat | > 0.2800 47664 0.2700 * * | 8.31 * > 8.28 * * | n/a 1.00 n/a n/a > MultiSource/Applications/obsequi/Obsequi | > 0.3600 61068 0.3499 * 0.3200 | 2.55 * > 2.48 * 3.00 | n/a 1.03 n/a n/a > MultiSource/Applications/oggenc/oggenc | > 1.5600 815432 1.3699 * 1.1900 | 0.19 * > 0.18 * 1.50 | n/a 1.06 n/a n/a > MultiSource/Applications/sgefa/sgefa | > 0.1200 17048 0.1099 * 0.1199 | 0.84 0.85 > 0.84 * 1.00 | 0.99 1.00 n/a n/a > MultiSource/Applications/siod/siod | > 0.7600 344780 2.4000 * 0.9599 | 3.46 3.25 > 3.42 * 4.62 | 1.06 1.01 n/a n/a > MultiSource/Applications/spiff/spiff | > 0.2000 51480 0.3100 * * | 0.94 0.93 > 0.96 * * | 1.01 0.98 n/a n/a > MultiSource/Applications/sqlite3/sqlite3 | > 3.6800 1139780 6.3700 * 4.6300 | 5.10 * > 5.15 * 10.40 | n/a 0.99 n/a n/a > MultiSource/Applications/treecc/treecc | > 0.7200 287712 1.5700 * 0.4299 | 0.00 0.00 > 0.00 * 0.47 | - - n/a n/a > MultiSource/Applications/viterbi/viterbi | > 0.0499 5460 0.0400 * 0.0300 | 11.62 11.68 > 11.81 * 11.87 | 0.99 0.98 n/a n/a > MultiSource/Benchmarks/ASCI_Purple/SMG2000/smg2000 | > 2.9899 498940 3.0500 * 2.2999 | 4.51 4.23 > 4.44 * 6.71 | 1.07 1.02 n/a n/a > MultiSource/Benchmarks/ASC_Sequoia/AMGmk/AMGmk | > 0.0999 14168 0.0800 * 0.0799 | 15.60 15.84 > 15.72 * 15.78 | 0.98 0.99 n/a n/a > MultiSource/Benchmarks/ASC_Sequoia/CrystalMk/CrystalMk | > 0.0500 8296 0.0500 * 0.0300 | 8.83 8.73 > 8.69 * 8.77 | 1.01 1.02 n/a n/a > MultiSource/Benchmarks/ASC_Sequoia/IRSmk/IRSmk | > 0.0100 5600 0.0300 * 0.0300 | 0.00 0.00 > 0.00 * 0.04 | - - n/a n/a > MultiSource/Benchmarks/BitBench/drop3/drop3 | > 0.0200 3592 0.0199 * 0.0200 | 0.48 0.66 > 0.46 * 0.49 | 0.73 1.04 n/a n/a > MultiSource/Benchmarks/BitBench/five11/five11 | > 0.0000 2768 0.0100 * 0.0100 | 2.33 2.44 > 2.27 * 2.39 | 0.95 1.03 n/a n/a > MultiSource/Benchmarks/BitBench/uudecode/uudecode | > 0.0200 2968 0.0100 * 0.0000 | 0.13 0.12 > 0.14 * 0.14 | 1.08 0.93 n/a n/a > MultiSource/Benchmarks/BitBench/uuencode/uuencode | > 0.0200 2764 0.0200 * 0.0100 | 0.00 0.01 > 0.00 * 0.03 | - - n/a n/a > MultiSource/Benchmarks/Fhourstones-3.1/fhourstones3.1 | > 0.0500 8160 0.0500 * 0.0500 | 1.63 1.70 > 1.58 * 1.64 | 0.96 1.03 n/a n/a > MultiSource/Benchmarks/Fhourstones/fhourstones | > 0.0699 11088 0.0600 * 0.0500 | 1.42 1.32 > 1.33 * 1.39 | 1.08 1.07 n/a n/a > MultiSource/Benchmarks/FreeBench/analyzer/analyzer | > 0.0600 10052 0.0600 * 0.0600 | 0.14 0.14 > 0.12 * 0.18 | 1.00 1.17 n/a n/a > MultiSource/Benchmarks/FreeBench/distray/distray | > 0.0200 6952 0.0300 * 0.0300 | 0.16 0.17 > 0.18 * 0.23 | 0.94 0.89 n/a n/a > MultiSource/Benchmarks/FreeBench/fourinarow/fourinarow | > 0.1099 18888 0.1199 * 0.0900 | 0.36 0.35 > 0.37 * 0.47 | 1.03 0.97 n/a n/a > MultiSource/Benchmarks/FreeBench/mason/mason | > 0.0300 6148 0.0200 * 0.0300 | 0.23 0.26 > 0.25 * 0.29 | 0.88 0.92 n/a n/a > MultiSource/Benchmarks/FreeBench/neural/neural | > 0.0700 9712 0.0500 * 0.0699 | 0.24 0.27 > 0.23 * 0.34 | 0.89 1.04 n/a n/a > MultiSource/Benchmarks/FreeBench/pcompress2/pcompress2 | > 0.0599 11084 0.0500 * 0.0600 | 0.23 0.21 > 0.21 * 0.29 | 1.10 1.10 n/a n/a > MultiSource/Benchmarks/FreeBench/pifft/pifft | > 0.2900 60776 0.3400 * 0.3300 | 0.14 0.14 > 0.14 * 0.50 | 1.00 1.00 n/a n/a > MultiSource/Benchmarks/MallocBench/cfrac/cfrac | > 0.2100 92260 0.3600 * 0.3500 | 1.44 1.44 > 1.38 * 1.80 | 1.00 1.04 n/a n/a > MultiSource/Benchmarks/MallocBench/espresso/espresso | > 1.4700 414748 2.4299 * 1.6400 | 0.61 0.55 > 0.54 * 2.27 | 1.11 1.13 n/a n/a > llc: > /home/duncan/tmp/tmp/llvm-2.6/llvm-2.6/lib/Target/CBackend/CBackend.cpp:488: > llvm::raw_ostream&<unnamed>::CWriter::printSimpleType(llvm::formatted_raw_ostream&, > const llvm::Type*, bool, const std::string&): Assertion `NumBits <= 128 && > "Bit widths > 128 not implemented yet"' failed. > MultiSource/Benchmarks/MallocBench/gs/gs | > 1.2000 376224 1.7600 * 0.7900 | 0.07 * > 0.06 * 0.95 | n/a - n/a n/a > MultiSource/Benchmarks/McCat/01-qbsort/qbsort | > 0.0099 3600 0.0200 * 0.0300 | 0.07 0.06 > 0.05 * 0.10 | - - n/a n/a > MultiSource/Benchmarks/McCat/03-testtrie/testtrie | > 0.0200 3756 0.0100 * 0.0300 | 0.02 0.01 > 0.01 * 0.04 | - - n/a n/a > MultiSource/Benchmarks/McCat/04-bisect/bisect | > 0.0300 4036 0.0400 * 0.0199 | 0.14 0.13 > 0.13 * 0.17 | 1.08 1.08 n/a n/a > MultiSource/Benchmarks/McCat/05-eks/eks | > 0.0999 7888 0.0500 * 0.0500 | 0.01 0.00 > 0.02 * 0.06 | - - n/a n/a > MultiSource/Benchmarks/McCat/08-main/main | > 0.0900 11928 0.0500 * 0.0599 | 0.07 0.03 > 0.03 * 0.09 | - - n/a n/a > MultiSource/Benchmarks/McCat/09-vor/vor | > 0.0999 23148 0.1300 * 0.1200 | 0.15 0.12 > 0.11 * 0.25 | 1.25 1.36 n/a n/a > MultiSource/Benchmarks/McCat/12-IOtest/iotest | > 0.0199 2176 0.0100 * 0.0200 | 0.33 0.23 > 0.20 * 0.23 | 1.43 1.65 n/a n/a > MultiSource/Benchmarks/McCat/15-trie/trie | > 0.0100 3216 0.0300 * 0.0300 | 0.00 0.00 > 0.00 * 0.03 | - - n/a n/a > MultiSource/Benchmarks/McCat/17-bintr/bintr | > 0.0199 3676 0.0199 * 0.0300 | 0.11 0.10 > 0.11 * 0.13 | 1.10 1.00 n/a n/a > MultiSource/Benchmarks/McCat/18-imp/imp | > 0.0999 21512 0.1099 * 0.1200 | 0.07 * > 0.08 * 0.20 | n/a - n/a n/a > llc: > /home/duncan/tmp/tmp/llvm-2.6/llvm-2.6/lib/Target/CBackend/CBackend.cpp:488: > llvm::raw_ostream&<unnamed>::CWriter::printSimpleType(llvm::formatted_raw_ostream&, > const llvm::Type*, bool, const std::string&): Assertion `NumBits <= 128 && > "Bit widths > 128 not implemented yet"' failed. > MultiSource/Benchmarks/MiBench/automotive-basicmath/automotive-basicmath | > 0.0200 4816 0.0300 * 0.0400 | 0.40 0.39 > 0.39 * 0.44 | 1.03 1.03 n/a n/a > MultiSource/Benchmarks/MiBench/automotive-bitcount/automotive-bitcount | > 0.0300 3540 0.0200 * 0.0399 | 0.13 0.13 > 0.15 * 0.19 | 1.00 0.87 n/a n/a > MultiSource/Benchmarks/MiBench/automotive-susan/automotive-susan | > 0.2500 64756 0.3100 * 0.3200 | 0.07 0.06 > 0.05 * 0.38 | - - n/a n/a > MultiSource/Benchmarks/MiBench/consumer-jpeg/consumer-jpeg | > 1.2500 205708 0.9300 * 0.4900 | 0.02 0.01 > 0.01 * 0.54 | - - n/a n/a > llc: > /home/duncan/tmp/tmp/llvm-2.6/llvm-2.6/lib/Target/CBackend/CBackend.cpp:488: > llvm::raw_ostream&<unnamed>::CWriter::printSimpleType(llvm::formatted_raw_ostream&, > const llvm::Type*, bool, const std::string&): Assertion `NumBits <= 128 && > "Bit widths > 128 not implemented yet"' failed. > MultiSource/Benchmarks/MiBench/consumer-lame/consumer-lame | > 1.3200 335108 1.3200 * 1.2100 | 0.28 * > 0.27 * 1.58 | n/a 1.04 n/a n/a > MultiSource/Benchmarks/MiBench/consumer-typeset/consumer-typeset | > 5.7999 1397316 6.9899 * 6.0300 | 0.35 * > 0.22 * 6.47 | n/a 1.59 n/a n/a > MultiSource/Benchmarks/MiBench/network-dijkstra/network-dijkstra | > 0.0100 3512 0.0300 * 0.0200 | 0.04 0.05 > 0.05 * 0.07 | - - n/a n/a > MultiSource/Benchmarks/MiBench/network-patricia/network-patricia | > 0.0300 4248 0.0300 * 0.0200 | 0.14 0.12 > 0.12 * 0.16 | 1.17 1.17 n/a n/a > MultiSource/Benchmarks/MiBench/office-ispell/office-ispell | > 0.5400 128620 0.7899 * 0.2400 | 0.01 0.00 > 0.00 * 0.26 | - - n/a n/a > MultiSource/Benchmarks/MiBench/office-stringsearch/office-stringsearch | > 0.0200 13232 0.0199 * 0.0300 | 0.00 0.01 > 0.00 * 0.03 | - - n/a n/a > MultiSource/Benchmarks/MiBench/security-blowfish/security-blowfish | > 0.0999 30936 0.1099 * 0.0600 | 0.01 0.00 > 0.00 * 0.07 | - - n/a n/a > MultiSource/Benchmarks/MiBench/security-rijndael/security-rijndael | > 0.1400 51232 0.1000 * 0.0700 | 0.08 0.06 > 0.07 * 0.16 | - - n/a n/a > MultiSource/Benchmarks/MiBench/security-sha/security-sha | > 0.0300 4760 0.0300 * 0.0300 | 0.07 0.03 > 0.03 * 0.05 | - - n/a n/a > MultiSource/Benchmarks/MiBench/telecomm-CRC32/telecomm-CRC32 | > 0.0000 3180 0.0100 * 0.0000 | 0.41 0.28 > 0.28 * 0.30 | 1.46 1.46 n/a n/a > MultiSource/Benchmarks/MiBench/telecomm-FFT/telecomm-fft | > 0.0200 4880 0.0300 * 0.0199 | 0.06 0.07 > 0.06 * 0.09 | - - n/a n/a > MultiSource/Benchmarks/MiBench/telecomm-adpcm/telecomm-adpcm | > 0.0000 2196 0.0100 * 0.0100 | 0.01 0.00 > 0.00 * 0.02 | - - n/a n/a > MultiSource/Benchmarks/MiBench/telecomm-gsm/telecomm-gsm | > 0.3500 76716 0.3299 * 0.1900 | 0.23 0.24 > 0.23 * 0.43 | 0.96 1.00 n/a n/a > MultiSource/Benchmarks/NPB-serial/is/is | > 0.0099 5116 0.0300 * 0.3599 | 10.08 9.85 > 9.84 * 10.18 | 1.02 1.02 n/a n/a > MultiSource/Benchmarks/Olden/bh/bh | > 0.1199 15308 0.0800 * 0.0699 | 1.97 * > 1.57 * 1.67 | n/a 1.25 n/a n/a > MultiSource/Benchmarks/Olden/bisort/bisort | > 0.0100 3688 0.0199 * 0.0200 | 0.80 0.82 > 0.79 * 0.81 | 0.98 1.01 n/a n/a > MultiSource/Benchmarks/Olden/em3d/em3d | > 0.0400 6412 0.0400 * 0.0499 | 3.30 3.29 > 3.29 * 3.32 | 1.00 1.00 n/a n/a > MultiSource/Benchmarks/Olden/health/health | > 0.0300 7608 0.0400 * 0.0300 | 0.52 * > 0.50 * 0.54 | n/a 1.04 n/a n/a > MultiSource/Benchmarks/Olden/mst/mst | > 0.0500 4176 0.0300 * 0.0300 | 0.15 0.14 > 0.14 * 0.18 | 1.07 1.07 n/a n/a > MultiSource/Benchmarks/Olden/perimeter/perimeter | > 0.0000 12340 0.0799 * 0.0699 | 0.36 0.34 > 0.32 * 0.38 | 1.06 1.12 n/a n/a > MultiSource/Benchmarks/Olden/power/power | > 0.0200 8564 0.0300 * 0.0300 | 1.56 1.55 > 1.52 * 1.57 | 1.01 1.03 n/a n/a > MultiSource/Benchmarks/Olden/treeadd/treeadd | > 0.0100 1824 0.0200 * 0.0200 | 0.33 0.34 > 0.34 * 0.34 | 0.97 0.97 n/a n/a > MultiSource/Benchmarks/Olden/tsp/tsp | > 0.0300 6988 0.0300 * 0.0200 | 1.15 1.13 > 1.14 * 1.16 | 1.02 1.01 n/a n/a > MultiSource/Benchmarks/Olden/voronoi/voronoi | > 0.0900 13436 0.0500 * 0.0400 | 0.42 0.41 > 0.42 * 0.48 | 1.02 1.00 n/a n/a > MultiSource/Benchmarks/OptimizerEval/optimizer-eval | > 0.0800 29224 0.1500 * 0.1800 | 106.85 110.58 > 109.30 * 96.14 | 0.97 0.98 n/a n/a > MultiSource/Benchmarks/PAQ8p/paq8p | > 0.9300 198188 1.0400 * * | 0.00 * > 0.01 * * | n/a - n/a n/a > MultiSource/Benchmarks/Prolangs-C++/NP/np | > 0.0000 1188 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C++/city/city | > 0.1199 23708 0.0800 * 0.0699 | 0.01 0.01 > 0.00 * 0.09 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C++/deriv1/deriv1 | > 0.0600 12928 0.0500 * 0.0600 | 0.01 0.00 > 0.00 * 0.06 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C++/deriv2/deriv2 | > 0.0400 14480 0.0700 * 0.0499 | 0.00 0.00 > 0.00 * 0.07 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C++/employ/employ | > 0.1000 21900 0.1099 * 0.0799 | 0.02 0.01 > 0.01 * 0.10 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C++/family/family | > 0.0300 3388 0.0200 * 0.0199 | 0.00 0.01 > 0.00 * 0.03 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C++/fsm/fsm | > 0.0100 1904 0.0100 * 0.0100 | 0.00 0.00 > 0.00 * 0.02 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C++/garage/garage | > 0.0499 7428 0.0400 * 0.0400 | 0.00 0.00 > 0.00 * 0.04 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C++/life/life | > 0.0200 6324 0.0300 * 0.0100 | 1.38 1.44 > 1.45 * 1.48 | 0.96 0.95 n/a n/a > MultiSource/Benchmarks/Prolangs-C++/objects/objects | > 0.0300 9980 0.0500 * 0.0200 | 0.00 0.01 > 0.00 * 0.02 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C++/ocean/ocean | > 0.0200 8880 0.0500 * 0.0399 | 0.12 0.11 > 0.12 * 0.16 | 1.09 1.00 n/a n/a > MultiSource/Benchmarks/Prolangs-C++/office/office | > 0.0400 12924 0.0699 * 0.0500 | 0.00 0.00 > 0.00 * 0.06 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C++/primes/primes | > 0.0100 1584 0.0100 * 0.0100 | 0.37 0.35 > 0.35 * 0.37 | 1.06 1.06 n/a n/a > MultiSource/Benchmarks/Prolangs-C++/shapes/shapes | > 0.0399 16268 0.0899 * 0.0699 | 0.01 0.01 > 0.01 * 0.08 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C++/simul/simul | > 0.0600 4176 0.0200 * 0.0100 | 0.01 0.01 > 0.01 * 0.03 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C++/trees/trees | > 0.0500 11288 0.0700 * 0.0500 | 0.00 0.01 > 0.00 * 0.06 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C++/vcirc/vcirc | > 0.0100 1768 0.0000 * 0.0000 | 0.01 0.00 > 0.01 * 0.02 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C/TimberWolfMC/timberwolfmc | > 1.7300 563480 3.2999 * 0.5900 | 0.01 0.00 > 0.00 * 0.63 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C/agrep/agrep | > 0.3700 92964 0.5300 * 0.1999 | 0.02 0.01 > 0.01 * 0.23 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C/allroots/allroots | > 0.0200 3556 0.0200 * 0.0200 | 0.00 0.00 > 0.00 * 0.04 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C/archie-client/archie | > 0.2000 47648 0.2199 * 0.0600 | 0.01 * > 0.00 * 0.07 | n/a - n/a n/a > MultiSource/Benchmarks/Prolangs-C/assembler/assembler | > 0.1600 61544 0.3900 * 0.2999 | 0.00 0.00 > 0.00 * 0.33 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C/bison/mybison | > 0.3600 112424 0.9900 * 0.9100 | 0.00 0.00 > 0.00 * 0.95 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C/cdecl/cdecl | > 0.0999 48484 0.3199 * 0.3400 | 0.01 0.00 > 0.00 * 0.35 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C/compiler/compiler | > 0.1100 36440 0.2900 * 0.0500 | 0.00 0.00 > 0.00 * 0.06 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C/fixoutput/fixoutput | > 0.0100 6044 0.0400 * 0.0200 | 0.00 0.00 > 0.00 * 0.04 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C/football/football | > 0.3500 85712 0.5500 * 0.0400 | 0.00 0.00 > 0.01 * 0.05 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C/gnugo/gnugo | > 0.1400 35692 0.2100 * 0.2200 | 0.07 0.07 > 0.07 * 0.30 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C/loader/loader | > 0.0899 28276 0.1400 * 0.1199 | 0.00 0.00 > 0.00 * 0.14 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C/plot2fig/plot2fig | > 0.0500 14756 0.0900 * 0.0999 | 0.00 0.00 > 0.01 * 0.11 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C/simulator/simulator | > 0.2600 64712 0.4000 * 0.0500 | 0.00 0.01 > 0.00 * 0.07 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C/unix-smail/unix-smail | > 0.1100 39652 0.3000 * 0.2000 | 0.00 0.01 > 0.00 * 0.22 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C/unix-tbl/unix-tbl | > 0.3000 78708 0.4900 * 0.0200 | 0.00 0.00 > 0.01 * 0.03 | - - n/a n/a > MultiSource/Benchmarks/Ptrdist/anagram/anagram | > 0.0500 7764 0.0500 * 0.0300 | 1.46 0.97 > 1.38 * 1.36 | 1.51 1.06 n/a n/a > MultiSource/Benchmarks/Ptrdist/bc/bc | > 0.3300 126012 0.7700 * 0.7100 | 0.66 0.68 > 0.64 * 1.41 | 0.97 1.03 n/a n/a > MultiSource/Benchmarks/Ptrdist/ft/ft | > 0.0600 7236 0.0500 * 0.0400 | 1.17 1.22 > 1.27 * 1.28 | 0.96 0.92 n/a n/a > MultiSource/Benchmarks/Ptrdist/ks/ks | > 0.0299 11912 0.0699 * 0.0700 | 2.23 1.44 > 2.26 * 2.21 | 1.55 0.99 n/a n/a > MultiSource/Benchmarks/Ptrdist/yacr2/yacr2 | > 0.2200 48228 0.3600 * 0.3100 | 1.23 1.10 > 1.22 * 1.56 | 1.12 1.01 n/a n/a > MultiSource/Benchmarks/SciMark2-C/scimark2 | > 0.1099 15340 0.0799 * 0.0999 | 27.62 * > 27.38 * 27.87 | n/a 1.01 n/a n/a > MultiSource/Benchmarks/Trimaran/enc-3des/enc-3des | > 0.1599 21456 0.1000 * 0.1200 | 2.23 2.10 > 2.14 * 2.31 | 1.06 1.04 n/a n/a > MultiSource/Benchmarks/Trimaran/enc-md5/enc-md5 | > 0.0599 7692 0.0400 * 0.0400 | 2.16 2.04 > 2.05 * 2.21 | 1.06 1.05 n/a n/a > MultiSource/Benchmarks/Trimaran/enc-pc1/enc-pc1 | > 0.0300 3964 0.0199 * 0.0300 | 1.39 0.97 > 0.92 * 0.95 | 1.43 1.51 n/a n/a > MultiSource/Benchmarks/Trimaran/enc-rc4/enc-rc4 | > 0.0000 2960 0.0100 * 0.0100 | 1.18 1.20 > 1.16 * 1.24 | 0.98 1.02 n/a n/a > MultiSource/Benchmarks/Trimaran/netbench-crc/netbench-crc | > 0.0000 32680 0.0100 * 0.0100 | 1.01 1.00 > 1.09 * 1.07 | 1.01 0.93 n/a n/a > MultiSource/Benchmarks/Trimaran/netbench-url/netbench-url | > 0.0400 40832 0.0500 * 0.0400 | 3.89 3.45 > 3.88 * 3.94 | 1.13 1.00 n/a n/a > MultiSource/Benchmarks/VersaBench/8b10b/8b10b | > 0.0000 2240 0.0100 * 0.0100 | 7.07 4.94 > 4.99 * 4.97 | 1.43 1.42 n/a n/a > MultiSource/Benchmarks/VersaBench/beamformer/beamformer | > 0.0400 5764 0.0300 * 0.0300 | 1.85 1.92 > 1.76 * 1.80 | 0.96 1.05 n/a n/a > MultiSource/Benchmarks/VersaBench/bmm/bmm | > 0.0199 2896 0.0100 * 0.0300 | 2.34 2.35 > 2.36 * 2.39 | 1.00 0.99 n/a n/a > MultiSource/Benchmarks/VersaBench/dbms/dbms | > 0.1200 36468 0.2500 * 0.2400 | 2.34 2.23 > 2.17 * 2.35 | 1.05 1.08 n/a n/a > MultiSource/Benchmarks/VersaBench/ecbdes/ecbdes | > 0.0599 9740 0.0200 * 0.0200 | 2.87 2.91 > 2.77 * 2.76 | 0.99 1.04 n/a n/a > MultiSource/Benchmarks/llubenchmark/llu | > 0.0000 3896 0.0300 * 0.0300 | 6.10 6.30 > 6.24 * 6.31 | 0.97 0.98 n/a n/a > MultiSource/Benchmarks/mafft/pairlocalalign | > 3.7200 346176 1.9100 * * | 0.00 0.00 > 0.00 * 0.00 | - - n/a n/a > MultiSource/Benchmarks/mediabench/adpcm/rawcaudio/rawcaudio | > 0.0100 2324 0.0100 * 0.0100 | 0.00 0.01 > 0.01 * 0.03 | - - n/a n/a > MultiSource/Benchmarks/mediabench/adpcm/rawdaudio/rawdaudio | > 0.0100 2196 0.0000 * 0.0100 | 0.00 0.00 > 0.00 * 0.02 | - - n/a n/a > MultiSource/Benchmarks/mediabench/g721/g721encode/encode | > 0.0600 13104 0.0800 * 0.0600 | 0.09 0.09 > 0.08 * 0.14 | - - n/a n/a > MultiSource/Benchmarks/mediabench/gsm/toast/toast | > 0.3800 76716 0.2700 * 0.2099 | 0.06 0.04 > 0.03 * 0.24 | - - n/a n/a > MultiSource/Benchmarks/mediabench/jpeg/jpeg-6a/cjpeg | > 1.2000 172872 0.7500 * 0.5500 | 0.02 0.00 > 0.01 * 0.61 | - - n/a n/a > MultiSource/Benchmarks/mediabench/mpeg2/mpeg2dec/mpeg2decode | > 0.4500 101376 0.5500 * 0.5400 | 0.04 0.02 > 0.03 * 0.58 | - - n/a n/a > MultiSource/Benchmarks/sim/sim | > 0.0699 28828 0.1800 * 0.1800 | 5.21 5.51 > 5.24 * 5.82 | 0.95 0.99 n/a n/a > MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4 | > 9.2000 1943356 5.4000 * 5.1900 | 0.76 * > 0.64 * 6.36 | n/a 1.19 n/a n/a > SingleSource/Benchmarks/Adobe-C++/functionobjects | > 0.2100 37048 0.1799 * 0.1500 | 3.97 3.53 > 3.43 * 3.66 | 1.12 1.16 n/a n/a > SingleSource/Benchmarks/Adobe-C++/loop_unroll | > 1.0500 328448 1.6400 * 1.7599 | 2.01 1.55 > 1.81 * 3.63 | 1.30 1.11 n/a n/a > SingleSource/Benchmarks/Adobe-C++/simple_types_constant_folding | > 0.8100 185728 2.1699 * 2.2599 | 1.29 1.29 > 1.24 * 3.61 | 1.00 1.04 n/a n/a > SingleSource/Benchmarks/Adobe-C++/simple_types_loop_invariant | > 0.6200 137560 1.1100 * 1.1199 | 3.01 3.02 > 2.97 * 4.15 | 1.00 1.01 n/a n/a > SingleSource/Benchmarks/Adobe-C++/stepanov_abstraction | > 0.2900 37900 0.1700 * 0.1599 | 5.00 5.44 > 5.26 * 5.55 | 0.92 0.95 n/a n/a > SingleSource/Benchmarks/Adobe-C++/stepanov_vector | > 0.2800 41564 0.1999 * 0.2100 | 2.93 3.09 > 2.97 * 3.19 | 0.95 0.99 n/a n/a > SingleSource/Benchmarks/BenchmarkGame/fannkuch | > 0.0199 2840 0.0199 * 0.0000 | 3.45 4.30 > 3.49 * 3.57 | 0.80 0.99 n/a n/a > SingleSource/Benchmarks/BenchmarkGame/fasta | > 0.0000 3000 0.0200 * 0.0200 | 1.17 1.19 > 1.16 * 1.18 | 0.98 1.01 n/a n/a > SingleSource/Benchmarks/BenchmarkGame/n-body | > 0.0000 3176 0.0200 * 0.0100 | 1.20 1.19 > 1.24 * 1.23 | 1.01 0.97 n/a n/a > SingleSource/Benchmarks/BenchmarkGame/nsieve-bits | > 0.0000 1120 0.0100 * 0.0100 | 0.99 1.02 > 1.00 * 0.96 | 0.97 0.99 n/a n/a > SingleSource/Benchmarks/BenchmarkGame/partialsums | > 0.0000 1660 0.0000 * 0.0100 | 0.85 0.91 > 0.90 * 0.83 | 0.93 0.94 n/a n/a > SingleSource/Benchmarks/BenchmarkGame/puzzle | > 0.0200 1276 0.0000 * 0.0100 | 0.54 0.54 > 0.54 * 0.54 | 1.00 1.00 n/a n/a > SingleSource/Benchmarks/BenchmarkGame/recursive | > 0.0000 3444 0.0200 * 0.0200 | 1.21 0.86 > 0.94 * 1.14 | 1.41 1.29 n/a n/a > SingleSource/Benchmarks/BenchmarkGame/spectral-norm | > 0.0300 2808 0.0200 * 0.0200 | 1.37 1.41 > 1.41 * 1.41 | 0.97 0.97 n/a n/a > SingleSource/Benchmarks/CoyoteBench/almabench | > 0.0100 5776 0.0200 * 0.0100 | 16.77 7.95 > 8.05 * 8.12 | 2.11 2.08 n/a n/a > SingleSource/Benchmarks/CoyoteBench/fftbench | > 0.1400 22432 0.0900 * 0.0999 | 2.26 * > 2.21 * 2.35 | n/a 1.02 n/a n/a > SingleSource/Benchmarks/CoyoteBench/huffbench | > 0.0300 6584 0.0300 * 0.0400 | 19.18 17.21 > 18.83 * 19.82 | 1.11 1.02 n/a n/a > SingleSource/Benchmarks/CoyoteBench/lpbench | > 0.0400 4556 0.0300 * 0.0400 | 10.94 10.91 > 10.95 * 10.94 | 1.00 1.00 n/a n/a > SingleSource/Benchmarks/Dhrystone/dry | > 0.0100 1300 0.0200 * 0.0000 | 3.29 0.35 > 0.62 * 0.59 | 9.40 5.31 n/a n/a > SingleSource/Benchmarks/Dhrystone/fldry | > 0.0099 1308 0.0100 * 0.0100 | 3.66 0.46 > 0.58 * 0.56 | 7.96 6.31 n/a n/a > SingleSource/Benchmarks/McGill/chomp | > 0.0400 6596 0.0600 * 0.0500 | 1.36 1.03 > 1.00 * 1.08 | 1.32 1.36 n/a n/a > SingleSource/Benchmarks/McGill/exptree | > 0.0300 4936 0.0300 * 0.0300 | 0.00 0.00 > 0.00 * 0.04 | - - n/a n/a > SingleSource/Benchmarks/McGill/misr | > 0.0200 2708 0.0200 * 0.0200 | 0.29 0.30 > 0.28 * 0.31 | 0.97 1.04 n/a n/a > SingleSource/Benchmarks/McGill/queens | > 0.0199 3348 0.0200 * 0.0199 | 2.39 2.40 > 2.36 * 2.54 | 1.00 1.01 n/a n/a > SingleSource/Benchmarks/Misc-C++/bigfib | > 0.1900 40720 0.2000 * 0.1700 | 0.56 * > 0.56 * 0.77 | n/a 1.00 n/a n/a > SingleSource/Benchmarks/Misc-C++/mandel-text | > 0.0000 1016 0.0100 * 0.0100 | 2.26 2.26 > 2.25 * 2.25 | 1.00 1.00 n/a n/a > SingleSource/Benchmarks/Misc-C++/oopack_v1p8 | > 0.0700 9528 0.0400 * 0.0500 | 0.17 0.18 > 0.18 * 0.24 | 0.94 0.94 n/a n/a > SingleSource/Benchmarks/Misc-C++/ray | > 0.0800 17220 0.0700 * 0.0699 | 4.25 4.09 > 4.16 * 4.20 | 1.04 1.02 n/a n/a > SingleSource/Benchmarks/Misc-C++/sphereflake | > 0.0799 16776 0.0799 * 0.0699 | 3.09 2.79 > 2.85 * 2.98 | 1.11 1.08 n/a n/a > SingleSource/Benchmarks/Misc-C++/stepanov_container | > 0.2900 46332 0.1799 * 0.1899 | 4.29 4.40 > 4.30 * 4.68 | 0.97 1.00 n/a n/a > SingleSource/Benchmarks/Misc-C++/stepanov_v1p2 | > 0.0800 10116 0.0500 * 0.0500 | 7.87 8.27 > 8.11 * 8.24 | 0.95 0.97 n/a n/a > SingleSource/Benchmarks/Misc/ReedSolomon | > 0.0799 10636 0.0600 * 0.0499 | 7.06 7.27 > 7.06 * 7.49 | 0.97 1.00 n/a n/a > SingleSource/Benchmarks/Misc/fbench | > 0.0100 5424 0.0200 * 0.0400 | 2.30 2.23 > 2.29 * 2.34 | 1.03 1.00 n/a n/a > SingleSource/Benchmarks/Misc/ffbench | > 0.0200 4828 0.0300 * 0.0300 | 1.04 1.00 > 1.04 * 1.08 | 1.04 1.00 n/a n/a > SingleSource/Benchmarks/Misc/flops | > 0.0300 6552 0.0300 * 0.0300 | 12.41 12.50 > 12.63 * 12.68 | 0.99 0.98 n/a n/a > SingleSource/Benchmarks/Misc/flops-1 | > 0.0000 1152 0.0100 * 0.0100 | 2.59 2.53 > 2.54 * 2.53 | 1.02 1.02 n/a n/a > SingleSource/Benchmarks/Misc/flops-2 | > 0.0000 1252 0.0000 * 0.0200 | 1.46 1.46 > 1.46 * 1.49 | 1.00 1.00 n/a n/a > SingleSource/Benchmarks/Misc/flops-3 | > 0.0100 1172 0.0100 * 0.0100 | 2.63 3.13 > 2.97 * 2.98 | 0.84 0.89 n/a n/a > SingleSource/Benchmarks/Misc/flops-4 | > 0.0000 1152 0.0000 * 0.0000 | 1.23 1.37 > 1.34 * 1.36 | 0.90 0.92 n/a n/a > SingleSource/Benchmarks/Misc/flops-5 | > 0.0000 1284 0.0000 * 0.0000 | 2.15 4.37 > 4.34 * 4.35 | 0.49 0.50 n/a n/a > SingleSource/Benchmarks/Misc/flops-6 | > 0.0100 1284 0.0100 * 0.0100 | 2.23 4.94 > 4.92 * 4.92 | 0.45 0.45 n/a n/a > SingleSource/Benchmarks/Misc/flops-7 | > 0.0100 1080 0.0000 * 0.0000 | 3.91 3.79 > 3.79 * 4.74 | 1.03 1.03 n/a n/a > SingleSource/Benchmarks/Misc/flops-8 | > 0.0000 1288 0.0100 * 0.0000 | 2.23 2.43 > 2.29 * 2.30 | 0.92 0.97 n/a n/a > SingleSource/Benchmarks/Misc/himenobmtxpa | > 0.0600 9672 0.0500 * 0.0600 | 2.11 2.00 > 1.99 * 2.10 | 1.05 1.06 n/a n/a > SingleSource/Benchmarks/Misc/mandel | > 0.0000 1080 0.0000 * 0.0100 | 1.05 1.02 > 1.04 * 1.41 | 1.03 1.01 n/a n/a > SingleSource/Benchmarks/Misc/mandel-2 | > 0.0100 1052 0.0000 * 0.0000 | 1.01 1.10 > 1.00 * 1.00 | 0.92 1.01 n/a n/a > SingleSource/Benchmarks/Misc/oourafft | > 0.1100 13740 0.0700 * 0.0699 | 8.26 7.63 > 7.81 * 6.87 | 1.08 1.06 n/a n/a > SingleSource/Benchmarks/Misc/perlin | > 0.0200 4512 0.0300 * 0.0200 | 6.64 6.67 > 6.65 * 6.89 | 1.00 1.00 n/a n/a > SingleSource/Benchmarks/Misc/pi | > 0.0000 1152 0.0100 * 0.0000 | 0.77 0.79 > 0.76 * 0.84 | 0.97 1.01 n/a n/a > SingleSource/Benchmarks/Misc/richards_benchmark | > 0.0300 5756 0.0100 * 0.0300 | 1.13 1.05 > 1.17 * 1.33 | 1.08 0.97 n/a n/a > SingleSource/Benchmarks/Misc/salsa20 | > 0.0100 2692 0.0100 * 0.0100 | 9.30 9.72 > 9.27 * 9.33 | 0.96 1.00 n/a n/a > SingleSource/Benchmarks/Misc/whetstone | > 0.0199 3344 0.0199 * 0.0199 | 1.63 1.52 > 1.52 * 1.58 | 1.07 1.07 n/a n/a > SingleSource/Benchmarks/Shootout-C++/ackermann | > 0.0499 11044 0.0500 * 0.0400 | 1.14 1.14 > 1.14 * 1.39 | 1.00 1.00 n/a n/a > SingleSource/Benchmarks/Shootout-C++/ary | > 0.0300 9120 0.0299 * 0.0499 | 0.12 0.11 > 0.11 * 0.16 | 1.09 1.09 n/a n/a > SingleSource/Benchmarks/Shootout-C++/ary2 | > 0.0599 9784 0.0200 * 0.0500 | 0.12 0.12 > 0.12 * 0.17 | 1.00 1.00 n/a n/a > SingleSource/Benchmarks/Shootout-C++/ary3 | > 0.0599 11616 0.0599 * 0.0599 | 4.28 4.26 > 4.30 * 4.34 | 1.00 1.00 n/a n/a > SingleSource/Benchmarks/Shootout-C++/except | > 0.0399 11292 0.0600 * * | 0.42 * > 0.41 * * | n/a 1.02 n/a n/a > SingleSource/Benchmarks/Shootout-C++/fibo | > 0.0300 7836 0.0400 * 0.0300 | 0.50 0.57 > 0.51 * 0.63 | 0.88 0.98 n/a n/a > SingleSource/Benchmarks/Shootout-C++/hash | > 0.0700 15036 0.0600 * 0.1300 | 0.60 0.58 > 0.59 * 0.78 | 1.03 1.02 n/a n/a > SingleSource/Benchmarks/Shootout-C++/hash2 | > 0.1900 20104 0.1000 * 0.0899 | 4.53 4.35 > 4.33 * 4.76 | 1.04 1.05 n/a n/a > SingleSource/Benchmarks/Shootout-C++/heapsort | > 0.0100 3012 0.0100 * 0.0199 | 4.26 4.05 > 4.15 * 4.25 | 1.05 1.03 n/a n/a > SingleSource/Benchmarks/Shootout-C++/hello | > 0.0300 8304 0.0400 * 0.0300 | 0.01 0.00 > 0.00 * 0.04 | - - n/a n/a > SingleSource/Benchmarks/Shootout-C++/lists | > 0.0899 11392 0.0499 * 0.0399 | 5.90 6.00 > 5.86 * 6.10 | 0.98 1.01 n/a n/a > SingleSource/Benchmarks/Shootout-C++/lists1 | > 0.1200 16204 0.0799 * 0.1199 | 0.33 0.34 > 0.33 * 0.46 | 0.97 1.00 n/a n/a > SingleSource/Benchmarks/Shootout-C++/matrix | > 0.0400 12192 0.0600 * 0.0599 | 3.33 3.34 > 3.35 * 3.40 | 1.00 0.99 n/a n/a > SingleSource/Benchmarks/Shootout-C++/methcall | > 0.0299 10800 0.0500 * 0.0299 | 5.47 5.57 > 5.59 * 8.15 | 0.98 0.98 n/a n/a > SingleSource/Benchmarks/Shootout-C++/moments | > 0.0599 9084 0.0400 * 0.0300 | 0.18 0.20 > 0.20 * 0.22 | 0.90 0.90 n/a n/a > SingleSource/Benchmarks/Shootout-C++/nestedloop | > 0.0499 8064 0.0400 * 0.0300 | 0.18 0.01 > 0.18 * 0.22 | - 1.00 n/a n/a > SingleSource/Benchmarks/Shootout-C++/objinst | > 0.0400 10992 0.0500 * 0.0499 | 5.73 5.80 > 5.64 * 5.66 | 0.99 1.02 n/a n/a > SingleSource/Benchmarks/Shootout-C++/random | > 0.0500 7816 0.0300 * 0.0299 | 4.68 4.55 > 4.69 * 4.59 | 1.03 1.00 n/a n/a > SingleSource/Benchmarks/Shootout-C++/reversefile | > 0.1500 17388 0.0600 * 0.0600 | 0.00 * > 0.00 * 0.07 | n/a - n/a n/a > SingleSource/Benchmarks/Shootout-C++/sieve | > 0.0900 12556 0.0499 * 0.0499 | 2.35 2.50 > 2.49 * 2.43 | 0.94 0.94 n/a n/a > SingleSource/Benchmarks/Shootout-C++/spellcheck | > 0.1600 27772 0.1200 * 0.0799 | 0.01 0.00 > 0.00 * 0.09 | - - n/a n/a > SingleSource/Benchmarks/Shootout-C++/strcat | > 0.0699 10564 0.0500 * 0.0399 | 0.15 * > 0.10 * 0.15 | n/a 1.50 n/a n/a > SingleSource/Benchmarks/Shootout-C++/sumcol | > 0.0499 9016 0.0400 * 0.0400 | 0.00 0.01 > 0.00 * 0.04 | - - n/a n/a > SingleSource/Benchmarks/Shootout-C++/wc | > 0.0599 11144 0.0400 * 0.0500 | 0.00 0.00 > 0.00 * 0.05 | - - n/a n/a > SingleSource/Benchmarks/Shootout-C++/wordfreq | > 0.1000 18728 0.0900 * 0.0500 | 0.00 0.00 > 0.01 * 0.07 | - - n/a n/a > SingleSource/Benchmarks/Shootout/ackermann | > 0.0100 1192 0.0100 * 0.0100 | 0.02 0.01 > 0.01 * 0.02 | - - n/a n/a > SingleSource/Benchmarks/Shootout/ary3 | > 0.0000 1148 0.0000 * 0.0000 | 4.40 4.32 > 4.48 * 4.33 | 1.02 0.98 n/a n/a > SingleSource/Benchmarks/Shootout/fib2 | > 0.0000 964 0.0200 * 0.0100 | 0.50 0.58 > 0.51 * 0.60 | 0.86 0.98 n/a n/a > SingleSource/Benchmarks/Shootout/hash | > 0.0300 3028 0.0100 * 0.0100 | 3.79 3.80 > 3.83 * 4.08 | 1.00 0.99 n/a n/a > SingleSource/Benchmarks/Shootout/heapsort | > 0.0000 1452 0.0100 * 0.0000 | 4.10 4.09 > 4.13 * 4.32 | 1.00 0.99 n/a n/a > SingleSource/Benchmarks/Shootout/hello | > 0.0000 576 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/Benchmarks/Shootout/lists | > 0.0300 3144 0.0200 * 0.0100 | 5.85 5.77 > 5.75 * 6.34 | 1.01 1.02 n/a n/a > SingleSource/Benchmarks/Shootout/matrix | > 0.0099 4128 0.0200 * 0.0100 | 3.88 3.88 > 3.87 * 3.90 | 1.00 1.00 n/a n/a > SingleSource/Benchmarks/Shootout/methcall | > 0.0000 1580 0.0100 * 0.0099 | 4.52 4.41 > 4.51 * 7.02 | 1.02 1.00 n/a n/a > SingleSource/Benchmarks/Shootout/nestedloop | > 0.0200 1128 0.0100 * 0.0100 | 0.18 0.02 > 0.17 * 0.25 | - 1.06 n/a n/a > SingleSource/Benchmarks/Shootout/objinst | > 0.0100 1676 0.0100 * 0.0000 | 5.01 5.50 > 5.17 * 5.06 | 0.91 0.97 n/a n/a > SingleSource/Benchmarks/Shootout/random | > 0.0000 864 0.0000 * 0.0100 | 4.55 4.52 > 4.53 * 4.54 | 1.01 1.00 n/a n/a > SingleSource/Benchmarks/Shootout/sieve | > 0.0000 1288 0.0000 * 0.0100 | 6.56 5.95 > 6.55 * 6.46 | 1.10 1.00 n/a n/a > SingleSource/Benchmarks/Shootout/strcat | > 0.0000 1336 0.0100 * 0.0200 | 0.20 0.19 > 0.20 * 0.22 | 1.05 1.00 n/a n/a > SingleSource/Benchmarks/Stanford/Bubblesort | > 0.0100 1420 0.0100 * 0.0100 | 0.05 0.06 > 0.07 * 0.07 | - - n/a n/a > SingleSource/Benchmarks/Stanford/IntMM | > 0.0200 1476 0.0100 * 0.0100 | 0.01 0.00 > 0.00 * 0.02 | - - n/a n/a > SingleSource/Benchmarks/Stanford/Oscar | > 0.0300 3148 0.0200 * 0.0100 | 0.01 0.00 > 0.00 * 0.02 | - - n/a n/a > SingleSource/Benchmarks/Stanford/Perm | > 0.0000 3124 0.0200 * 0.0200 | 0.04 0.04 > 0.04 * 0.07 | - - n/a n/a > SingleSource/Benchmarks/Stanford/Puzzle | > 0.0999 4820 0.0199 * 0.0300 | 0.17 0.19 > 0.18 * 0.20 | 0.89 0.94 n/a n/a > SingleSource/Benchmarks/Stanford/Queens | > 0.0200 2232 0.0100 * 0.0199 | 0.05 0.05 > 0.04 * 0.07 | - - n/a n/a > SingleSource/Benchmarks/Stanford/Quicksort | > 0.0100 1752 0.0100 * 0.0200 | 0.05 0.05 > 0.06 * 0.07 | - - n/a n/a > SingleSource/Benchmarks/Stanford/RealMM | > 0.0100 1508 0.0100 * 0.0100 | 0.00 0.00 > 0.01 * 0.01 | - - n/a n/a > SingleSource/Benchmarks/Stanford/Towers | > 0.0200 2440 0.0200 * 0.0200 | 0.04 0.04 > 0.03 * 0.05 | - - n/a n/a > SingleSource/Benchmarks/Stanford/Treesort | > 0.0100 2248 0.0200 * 0.0200 | 0.10 0.10 > 0.08 * 0.11 | 1.00 - n/a n/a > SingleSource/Regression/C++/2003-05-14-array-init | > 0.0000 584 0.0000 * 0.0000 | 0.00 0.00 > 0.01 * 0.02 | - - n/a n/a > SingleSource/Regression/C++/2003-05-14-expr_stmt | > 0.0000 484 0.0000 * 0.0100 | 0.01 0.01 > 0.00 * 0.01 | - - n/a n/a > SingleSource/Regression/C++/2003-06-08-BaseType | > 0.0000 496 0.0000 * 0.0000 | 0.00 0.01 > 0.00 * 0.00 | - - n/a n/a > SingleSource/Regression/C++/2003-06-08-VirtualFunctions | > 0.0000 620 0.0000 * 0.0000 | 0.00 0.00 > 0.01 * 0.00 | - - n/a n/a > SingleSource/Regression/C++/2003-06-13-Crasher | > 0.0000 456 0.0100 * 0.0000 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/Regression/C++/2003-08-20-EnumSizeProblem | > 0.0000 456 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/Regression/C++/2003-09-29-NonPODsByValue | > 0.0000 576 0.0000 * 0.0100 | 0.00 0.01 > 0.00 * 0.01 | - - n/a n/a > SingleSource/Regression/C++/2008-01-29-ParamAliasesReturn | > 0.0200 604 0.0000 * 0.0000 | 0.00 0.01 > 0.00 * 0.02 | - - n/a n/a > SingleSource/Regression/C++/BuiltinTypeInfo | > 0.0000 728 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/Regression/C++/EH/ConditionalExpr | > 0.0099 712 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.00 | - - n/a n/a > SingleSource/Regression/C++/EH/ctor_dtor_count | > 0.0000 1056 0.0000 * * | 0.00 * > 0.00 * * | n/a - n/a n/a > SingleSource/Regression/C++/EH/ctor_dtor_count-2 | > 0.0000 1584 0.0000 * * | 0.00 * > 0.00 * * | n/a - n/a n/a > SingleSource/Regression/C++/EH/dead_try_block | > 0.0000 568 0.0000 * 0.0000 | 0.01 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/Regression/C++/EH/exception_spec_test | > 0.0200 2472 0.0100 * * | 0.00 * > 0.01 * * | n/a - n/a n/a > SingleSource/Regression/C++/EH/function_try_block | > 0.0100 2460 0.0100 * * | 0.00 * > 0.00 * * | n/a - n/a n/a > SingleSource/Regression/C++/EH/simple_rethrow | > 0.0100 1452 0.0100 * * | 0.01 * > 0.00 * * | n/a - n/a n/a > SingleSource/Regression/C++/EH/simple_throw | > 0.0000 956 0.0000 * * | 0.00 * > 0.01 * * | n/a - n/a n/a > SingleSource/Regression/C++/EH/throw_rethrow_test | > 0.0000 1792 0.0100 * * | 0.00 * > 0.00 * * | n/a - n/a n/a > SingleSource/Regression/C++/global_ctor | > 0.0000 1344 0.0100 * 0.0000 | 0.00 0.00 > 0.01 * 0.02 | - - n/a n/a > SingleSource/Regression/C++/global_type | > 0.0000 456 0.0000 * 0.0000 | 0.00 0.00 > 0.01 * 0.00 | - - n/a n/a > SingleSource/Regression/C++/ofstream_ctor | > 0.0400 9176 0.0300 * 0.0300 | 0.00 0.01 > 0.00 * 0.04 | - - n/a n/a > SingleSource/Regression/C++/pointer_member | > 0.0000 660 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.00 | - - n/a n/a > SingleSource/Regression/C++/pointer_method | > 0.0000 664 0.0000 * 0.0100 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/Regression/C++/short_circuit_dtor | > 0.0100 644 0.0100 * 0.0000 | 0.00 0.00 > 0.00 * 0.00 | - - n/a n/a > SingleSource/Regression/C/2003-05-14-initialize-string | > 0.0000 680 0.0000 * 0.0100 | 0.00 0.00 > 0.00 * 0.02 | - - n/a n/a > SingleSource/Regression/C/2003-05-21-BitfieldHandling | > 0.0100 1152 0.0000 * 0.0000 | 0.00 * > 0.00 * 0.00 | n/a - n/a n/a > SingleSource/Regression/C/2003-05-21-UnionBitfields | > 0.0000 580 0.0000 * 0.0000 | 0.01 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/Regression/C/2003-05-21-UnionTest | > 0.0000 580 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.00 | - - n/a n/a > SingleSource/Regression/C/2003-05-22-LocalTypeTest | > 0.0000 624 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/Regression/C/2003-05-22-VarSizeArray | > 0.0000 580 0.0100 * 0.0000 | 0.01 0.00 > 0.01 * 0.01 | - - n/a n/a > SingleSource/Regression/C/2003-05-23-TransparentUnion | > 0.0000 576 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.00 | - - n/a n/a > SingleSource/Regression/C/2003-06-16-InvalidInitializer | > 0.0000 456 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 456 0.0100 * 0.0000 | 0.00 0.00 > 0.00 * 0.00 | - - n/a n/a > SingleSource/Regression/C/2003-10-12-GlobalVarInitializers | > 0.0000 664 0.0000 * 0.0000 | 0.00 0.01 > 0.00 * 0.00 | - - n/a n/a > SingleSource/Regression/C/2004-02-03-AggregateCopy | > 0.0000 588 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.00 | - - n/a n/a > SingleSource/Regression/C/2004-03-15-IndirectGoto | > 0.0000 860 0.0100 * 0.0000 | 0.00 0.00 > 0.00 * 0.00 | - - n/a n/a > SingleSource/Regression/C/2004-08-12-InlinerAndAllocas | > 0.0000 828 0.0000 * 0.0100 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/Regression/C/2005-05-06-LongLongSignedShift | > 0.0000 608 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/Regression/C/2008-01-07-LongDouble | > 0.0000 596 0.0000 * 0.0100 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/Regression/C/ConstructorDestructorAttributes | > 0.0000 760 0.0000 * 0.0000 | 0.00 0.01 > 0.00 * 0.01 | - - n/a n/a > SingleSource/Regression/C/DuffsDevice | > 0.0000 1084 0.0000 * 0.0100 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/Regression/C/PR1386 | > 0.0000 588 0.0000 * 0.0100 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/Regression/C/PR491 | > 0.0100 456 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/Regression/C/PR640 | > 0.0100 2076 0.0100 * 0.0100 | 0.01 0.00 > 0.00 * 0.02 | - - n/a n/a > SingleSource/Regression/C/badidx | > 0.0100 1012 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/Regression/C/bigstack | > 0.0000 4820 0.0200 * 0.0100 | 0.00 0.00 > 0.00 * 0.03 | - - n/a n/a > SingleSource/Regression/C/callargs | > 0.0000 928 0.0100 * 0.0100 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/Regression/C/casts | > 0.0000 3612 0.0100 * 0.0100 | 0.00 0.00 > 0.00 * 0.03 | - - n/a n/a > SingleSource/Regression/C/globalrefs | > 0.0000 932 0.0000 * 0.0000 | 0.01 0.00 > 0.01 * 0.01 | - - n/a n/a > SingleSource/Regression/C/matrixTranspose | > 0.0100 1364 0.0100 * 0.0100 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/Regression/C/pointer_arithmetic | > 0.0100 488 0.0000 * 0.0100 | 0.00 0.01 > 0.00 * 0.01 | - - n/a n/a > SingleSource/Regression/C/sumarray | > 0.0100 948 0.0100 * 0.0000 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/Regression/C/sumarray2d | > 0.0100 1108 0.0100 * 0.0000 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/Regression/C/sumarraymalloc | > 0.0000 1184 0.0000 * 0.0100 | 0.00 0.01 > 0.00 * 0.02 | - - n/a n/a > SingleSource/Regression/C/test_indvars | > 0.0000 1436 0.0000 * 0.0100 | 0.00 0.00 > 0.00 * 0.02 | - - n/a n/a > SingleSource/Regression/C/testtrace | > 0.0100 1128 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/UnitTests/2002-04-17-PrintfChar | > 0.0100 576 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.00 | - - n/a n/a > SingleSource/UnitTests/2002-05-02-ArgumentTest | > 0.0000 624 0.0000 * 0.0100 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/UnitTests/2002-05-02-CastTest | > 0.0000 1508 0.0000 * 0.0000 | 0.00 0.00 > 0.01 * 0.01 | - - n/a n/a > SingleSource/UnitTests/2002-05-02-CastTest1 | > 0.0100 608 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/UnitTests/2002-05-02-CastTest2 | > 0.0000 736 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/UnitTests/2002-05-02-CastTest3 | > 0.0000 684 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/UnitTests/2002-05-02-ManyArguments | > 0.0000 696 0.0000 * 0.0100 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/UnitTests/2002-05-03-NotTest | > 0.0000 664 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/UnitTests/2002-05-19-DivTest | > 0.0100 688 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.00 | - - n/a n/a > SingleSource/UnitTests/2002-08-02-CastTest | > 0.0000 584 0.0000 * 0.0000 | 0.01 0.00 > 0.01 * 0.01 | - - n/a n/a > SingleSource/UnitTests/2002-08-02-CastTest2 | > 0.0000 608 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/UnitTests/2002-08-19-CodegenBug | > 0.0100 568 0.0000 * 0.0000 | 0.00 0.00 > 0.01 * 0.00 | - - n/a n/a > SingleSource/UnitTests/2002-10-09-ArrayResolution | > 0.0000 644 0.0100 * 0.0000 | 0.01 0.00 > 0.01 * 0.00 | - - n/a n/a > SingleSource/UnitTests/2002-10-12-StructureArgs | > 0.0000 636 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/UnitTests/2002-10-12-StructureArgsSimple | > 0.0000 604 0.0000 * 0.0100 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/UnitTests/2002-10-13-BadLoad | > 0.0000 572 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/UnitTests/2002-12-13-MishaTest | > 0.0000 584 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/UnitTests/2003-04-22-Switch | > 0.0000 736 0.0100 * 0.0000 | 0.01 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/UnitTests/2003-05-02-DependentPHI | > 0.0000 816 0.0100 * 0.0000 | 0.01 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/UnitTests/2003-05-07-VarArgs | > 0.0000 2828 0.0100 * 0.0100 | 0.00 0.00 > 0.00 * 0.02 | - - n/a n/a > SingleSource/UnitTests/2003-05-12-MinIntProblem | > 0.0000 568 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/UnitTests/2003-05-14-AtExit | > 0.0000 688 0.0000 * 0.0100 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/UnitTests/2003-05-26-Shorts | > 0.0000 2012 0.0000 * 0.0100 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/UnitTests/2003-05-31-CastToBool | > 0.0100 916 0.0100 * 0.0100 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/UnitTests/2003-05-31-LongShifts | > 0.0000 952 0.0000 * 0.0100 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/UnitTests/2003-07-06-IntOverflow | > 0.0200 812 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/UnitTests/2003-07-08-BitOpsTest | > 0.0000 592 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.00 | - - n/a n/a > SingleSource/UnitTests/2003-07-09-LoadShorts | > 0.0100 1520 0.0000 * 0.0100 | 0.00 0.01 > 0.00 * 0.01 | - - n/a n/a > SingleSource/UnitTests/2003-07-09-SignedArgs | > 0.0200 1676 0.0100 * 0.0100 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/UnitTests/2003-07-10-SignConversions | > 0.0000 792 0.0000 * 0.0100 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/UnitTests/2003-08-05-CastFPToUint | > 0.0000 720 0.0000 * 0.0000 | 0.00 0.01 > 0.00 * 0.01 | - - n/a n/a > SingleSource/UnitTests/2003-08-11-VaListArg | > 0.0100 3108 0.0100 * 0.0300 | 0.00 0.00 > 0.00 * 0.04 | - - n/a n/a > SingleSource/UnitTests/2003-08-20-FoldBug | > 0.0000 568 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.00 | - - n/a n/a > SingleSource/UnitTests/2003-09-18-BitFieldTest | > 0.0000 612 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.00 | - - n/a n/a > SingleSource/UnitTests/2003-10-13-SwitchTest | > 0.0000 652 0.0000 * 0.0000 | 0.00 0.01 > 0.00 * 0.01 | - - n/a n/a > SingleSource/UnitTests/2003-10-29-ScalarReplBug | > 0.0000 580 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/UnitTests/2004-02-02-NegativeZero | > 0.0000 640 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/UnitTests/2004-06-20-StaticBitfieldInit | > 0.0000 684 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.00 | - - n/a n/a > SingleSource/UnitTests/2004-11-28-GlobalBoolLayout | > 0.0000 880 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/UnitTests/2005-05-11-Popcount-ffs-fls | > 0.0100 2144 0.0200 * 0.0100 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/UnitTests/2005-05-12-Int64ToFP | > 0.0000 684 0.0100 * 0.0000 | 0.00 0.00 > 0.00 * 0.00 | - - n/a n/a > SingleSource/UnitTests/2005-05-13-SDivTwo | > 0.0000 648 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.00 | - - n/a n/a > SingleSource/UnitTests/2005-07-15-Bitfield-ABI | > 0.0000 596 0.0000 * 0.0000 | 0.01 0.00 > 0.00 * 0.00 | - - n/a n/a > SingleSource/UnitTests/2005-07-17-INT-To-FP | > 0.0100 928 0.0000 * 0.0000 | 0.01 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/UnitTests/2005-11-29-LongSwitch | > 0.0100 584 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/UnitTests/2006-01-23-UnionInit | > 0.0000 2152 0.0100 * 0.0100 | 0.00 * > 0.00 * 0.01 | n/a - n/a n/a > SingleSource/UnitTests/2006-01-29-SimpleIndirectCall | > 0.0000 796 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/UnitTests/2006-02-04-DivRem | > 0.0100 672 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.00 | - - n/a n/a > SingleSource/UnitTests/2006-12-01-float_varg | > 0.0000 660 0.0000 * 0.0000 | 0.01 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/UnitTests/2006-12-04-DynAllocAndRestore | > 0.0100 480 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/UnitTests/2006-12-07-Compare64BitConstant | > 0.0000 592 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/UnitTests/2006-12-11-LoadConstants | > 0.0400 2704 0.0300 * 0.0400 | 0.00 0.00 > 0.00 * 0.04 | - - n/a n/a > SingleSource/UnitTests/2007-01-04-KNR-Args | > 0.0000 668 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/UnitTests/2007-03-02-VaCopy | > 0.0100 944 0.0100 * 0.0000 | 0.01 0.00 > 0.01 * 0.02 | - - n/a n/a > SingleSource/UnitTests/2007-04-10-BitfieldTest | > 0.0100 604 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.00 | - - n/a n/a > SingleSource/UnitTests/2007-04-25-weak | > 0.0000 512 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/UnitTests/2008-04-18-LoopBug | > 0.0100 1052 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/UnitTests/2008-04-20-LoopBug2 | > 0.0000 1068 0.0100 * 0.0000 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/UnitTests/2008-07-13-InlineSetjmp | > 0.0000 836 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.00 | - - n/a n/a > SingleSource/UnitTests/2009-04-16-BitfieldInitialization | > 0.0100 1900 0.0000 * 0.0000 | 0.00 * > 0.00 * 0.01 | n/a - n/a n/a > SingleSource/UnitTests/AtomicOps | > 0.0000 812 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.00 | - - n/a n/a > SingleSource/UnitTests/FloatPrecision | > 0.0000 616 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/UnitTests/SignlessTypes/cast | > 0.0200 2548 0.0200 * 0.0300 | 0.03 0.02 > 0.02 * 0.06 | - - n/a n/a > SingleSource/UnitTests/SignlessTypes/cast-bug | > 0.0000 632 0.0000 * 0.0000 | 0.01 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/UnitTests/SignlessTypes/cast2 | > 0.0000 592 0.0000 * 0.0100 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/UnitTests/SignlessTypes/ccc | > 0.0100 772 0.0100 * 0.0000 | 0.00 0.00 > 0.01 * 0.01 | - - n/a n/a > SingleSource/UnitTests/SignlessTypes/div | > 0.0000 1340 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.02 | - - n/a n/a > SingleSource/UnitTests/SignlessTypes/factor | > 0.0000 1008 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.02 | - - n/a n/a > SingleSource/UnitTests/SignlessTypes/rem | > 0.0400 9136 0.1100 * 0.1200 | 0.01 0.00 > 0.00 * 0.14 | - - n/a n/a > SingleSource/UnitTests/SignlessTypes/shr | > 0.0199 1448 0.0000 * 0.0000 | 0.01 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/UnitTests/StructModifyTest | > 0.0000 688 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.00 | - - n/a n/a > SingleSource/UnitTests/TestLoop | > 0.0000 680 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/UnitTests/Threads/tls | > 0.0000 876 0.0000 * * | 0.00 0.01 > 0.00 * * | - - n/a n/a > SingleSource/UnitTests/Vector/SSE/sse.expandfft | > 0.0100 6440 0.0300 * 0.0300 | 0.61 0.58 > 0.54 * 0.60 | 1.05 1.13 n/a n/a > SingleSource/UnitTests/Vector/SSE/sse.isamax | > 0.0300 3148 0.0200 * 0.0100 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/UnitTests/Vector/SSE/sse.shift | > 0.0099 828 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/UnitTests/Vector/SSE/sse.stepfft | > 0.0500 10044 0.0400 * 0.0600 | 0.63 0.62 > 0.61 * 0.64 | 1.02 1.03 n/a n/a > SingleSource/UnitTests/Vector/build | > 0.0000 828 0.0100 * 0.0000 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/UnitTests/Vector/build2 | > 0.0200 1152 0.0000 * 0.0100 | 1.95 1.96 > 1.95 * 1.93 | 0.99 1.00 n/a n/a > SingleSource/UnitTests/Vector/divides | > 0.0100 656 0.0000 * 0.0100 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/UnitTests/Vector/multiplies | > 0.0100 1744 0.0200 * 0.0100 | 2.80 2.81 > 1.84 * 1.85 | 1.00 1.52 n/a n/a > SingleSource/UnitTests/Vector/simple | > 0.0100 1216 0.0100 * 0.0100 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > SingleSource/UnitTests/Vector/sumarray | > 0.0100 920 0.0000 * 0.0000 | 0.00 0.00 > 0.00 * 0.00 | - - n/a n/a > SingleSource/UnitTests/Vector/sumarray-dbl | > 0.0000 976 0.0100 * 0.0100 | 0.00 0.01 > 0.00 * 0.02 | - - n/a n/a > SingleSource/UnitTests/printargs | > 0.0000 760 0.0100 * 0.0000 | 0.00 0.00 > 0.00 * 0.01 | - - n/a n/a > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > >-- -- Edward O'Callaghan http://www.auroraux.org/ eocallaghan at auroraux dot org
Hi Tanya, here's another one, 32 bit this time. I forgot to mention that the system compiler is gcc-4.4.> 1) Compile llvm from source and untar the llvm-test in the projects > directory (name it llvm-test or test-suite). Choose to use a > pre-compiled llvm-gcc or re-compile it yourself.I compiled llvm and llvm-gcc with separate objects directories. Platform is i486-linux-gnu.> 2) Run make check, report any failures (FAIL or unexpected pass). Note > that you need to reconfigure llvm with llvm-gcc in your path or with > --with-llvmgccdirOne unexpected pass: XPASS: llvm-2.6/llvm-2.6/test/FrontendC/2009-08-11-AsmBlocksComplexJumpTarget.c> 3) Run "make TEST=nightly report" and send me the report.nightly.txtAttached. Ciao, Duncan. -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: report.nightly.txt URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091020/bc0aeda1/attachment.txt>
Tanya Lattner
2009-Oct-20 17:46 UTC
[LLVMdev] [cfe-dev] 2.6 pre-release2 ready for testing
On Oct 20, 2009, at 4:24 AM, Jay Foad wrote:>> 2.6 pre-release2 is ready to be tested by the community. > > Excellent! Would you care to update the "LLVM 2.6 release schedule" on > the front page of the web site? >Yes. But as always, its an estimate. It depends on the outcome of the testing. -Tanya> Thanks, > Jay.
On Oct 20, 2009, at 6:02 AM, Duncan Sands wrote:> Hi Tanya, > >> 1) Compile llvm from source and untar the llvm-test in the projects >> directory (name it llvm-test or test-suite). Choose to use a pre- >> compiled llvm-gcc or re-compile it yourself. > > I compiled llvm and llvm-gcc with separate objects directories. > Platform is x86_64-linux-gnu. >Ok.>> 2) Run make check, report any failures (FAIL or unexpected pass). >> Note that you need to reconfigure llvm with llvm-gcc in your path >> or with --with-llvmgccdir > > One failure: > > FAIL: llvm-2.6/llvm-2.6/test/Feature/load_module.ll for PR1318 > Failed with exit(1) at line 1 > while running: llvm-as < llvm-2.6/llvm-2.6/test/Feature/ > load_module.ll | opt -load=llvm-2.6/llvm-2.6-objects/Release/lib/ > LLVMHello.so -hello -disable-output - |& /bin/grep Hello > Error opening 'llvm-2.6-objects/Release/lib/LLVMHello.so': llvm-2.6- > objects/Release/lib/LLVMHello.so: undefined symbol: _ZN4llvm4cerrE > child process exited abnormally >Did you compile llvm with llvm-gcc? This is exactly PR4849.> One unexpected pass: > > XPASS: llvm-2.6/llvm-2.6/test/FrontendC/2009-08-11- > AsmBlocksComplexJumpTarget.c >Does using the llvm-gcc binary for x86_64 produce the same results for this test?>> 3) Run "make TEST=nightly report" and send me the report.nightly.txt > > Attached. >This seemed to be inlined into the mail instead of attached. Can you send again? Thanks, Tanya> Ciao, > > Duncan. > 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.4400 112068 > 0.9899 * 1.0100 | 0.00 0.00 0.01 > * 1.06 | - - n/a n/a > MultiSource/Applications/ClamAV/ > clamscan | 4.7699 1321972 > 8.1600 * 4.5900 | 0.37 * 0.21 > * 4.98 | n/a 1.76 n/a n/a > MultiSource/Applications/JM/ldecod/ > ldecod | 2.6799 664468 3.1200 > * 2.5700 | 0.12 0.11 0.12 * > 2.82 | 1.09 1.00 n/a n/a > MultiSource/Applications/JM/lencod/ > lencod | 5.6600 1462632 7.7899 > * 6.5999 | 9.73 9.01 8.99 * > 16.29 | 1.08 1.08 n/a n/a > MultiSource/Applications/SIBsim4/ > SIBsim4 | 0.4700 88500 > 0.5400 * 0.5399 | 4.91 * 4.55 > * 5.41 | n/a 1.08 n/a n/a > MultiSource/Applications/SPASS/ > SPASS | 6.5800 1603628 > 6.6600 * 4.6100 | 10.54 10.00 9.98 > * 15.63 | 1.05 1.06 n/a n/a > MultiSource/Applications/aha/ > aha | 0.0499 7356 > 0.0300 * 0.0500 | 3.23 2.97 2.78 > * 3.26 | 1.09 1.16 n/a n/a > MultiSource/Applications/d/ > make_dparser | 1.1100 311092 > 1.1700 * 1.0100 | 0.03 * 0.03 > * 1.14 | n/a - n/a n/a > MultiSource/Applications/hbd/ > hbd | 0.2500 82224 > 0.3999 * 0.3400 | 0.00 0.00 0.00 > * 0.39 | - - n/a n/a > MultiSource/Applications/hexxagon/ > hexxagon | 0.2000 49988 0.2600 > * 0.2399 | 12.80 9.91 9.62 * > 9.42 | 1.29 1.33 n/a n/a > llc: /home/duncan/tmp/tmp/llvm-2.6/llvm-2.6/lib/Target/CBackend/ > CBackend.cpp:488: > llvm::raw_ostream&<unnamed>::CWriter::printSimpleType > (llvm::formatted_raw_ostream&, const llvm::Type*, bool, const > std::string&): Assertion `NumBits <= 128 && "Bit widths > 128 not > implemented yet"' failed. > MultiSource/Applications/kimwitu++/ > kc | 5.7400 1722276 8.1900 > * 5.5100 | 0.18 * 0.14 * > 6.17 | n/a 1.29 n/a n/a > MultiSource/Applications/lambda-0.1.3/ > lambda | 0.2100 66708 0.4300 > * 0.3199 | 5.30 5.31 5.36 * > 6.34 | 1.00 0.99 n/a n/a > MultiSource/Applications/lemon/ > lemon | 0.4200 108608 > 0.6300 * 0.0100 | 0.07 0.07 0.06 > * 133.28 | - - n/a n/a > MultiSource/Applications/lua/ > lua | 1.7100 547448 > 2.8600 * 2.0899 | 27.89 * 27.87 > * 30.62 | n/a 1.00 n/a n/a > MultiSource/Applications/minisat/ > minisat | 0.2800 47664 > 0.2700 * * | 8.31 * 8.28 > * * | n/a 1.00 n/a n/a > MultiSource/Applications/obsequi/ > Obsequi | 0.3600 61068 > 0.3499 * 0.3200 | 2.55 * 2.48 > * 3.00 | n/a 1.03 n/a n/a > MultiSource/Applications/oggenc/ > oggenc | 1.5600 815432 > 1.3699 * 1.1900 | 0.19 * 0.18 > * 1.50 | n/a 1.06 n/a n/a > MultiSource/Applications/sgefa/ > sgefa | 0.1200 17048 > 0.1099 * 0.1199 | 0.84 0.85 0.84 > * 1.00 | 0.99 1.00 n/a n/a > MultiSource/Applications/siod/ > siod | 0.7600 344780 > 2.4000 * 0.9599 | 3.46 3.25 3.42 > * 4.62 | 1.06 1.01 n/a n/a > MultiSource/Applications/spiff/ > spiff | 0.2000 51480 > 0.3100 * * | 0.94 0.93 0.96 > * * | 1.01 0.98 n/a n/a > MultiSource/Applications/sqlite3/ > sqlite3 | 3.6800 1139780 > 6.3700 * 4.6300 | 5.10 * 5.15 > * 10.40 | n/a 0.99 n/a n/a > MultiSource/Applications/treecc/ > treecc | 0.7200 287712 > 1.5700 * 0.4299 | 0.00 0.00 0.00 > * 0.47 | - - n/a n/a > MultiSource/Applications/viterbi/ > viterbi | 0.0499 5460 > 0.0400 * 0.0300 | 11.62 11.68 11.81 > * 11.87 | 0.99 0.98 n/a n/a > MultiSource/Benchmarks/ASCI_Purple/SMG2000/ > smg2000 | 2.9899 498940 3.0500 > * 2.2999 | 4.51 4.23 4.44 * > 6.71 | 1.07 1.02 n/a n/a > MultiSource/Benchmarks/ASC_Sequoia/AMGmk/ > AMGmk | 0.0999 14168 0.0800 > * 0.0799 | 15.60 15.84 15.72 * > 15.78 | 0.98 0.99 n/a n/a > MultiSource/Benchmarks/ASC_Sequoia/CrystalMk/ > CrystalMk | 0.0500 8296 0.0500 > * 0.0300 | 8.83 8.73 8.69 * > 8.77 | 1.01 1.02 n/a n/a > MultiSource/Benchmarks/ASC_Sequoia/IRSmk/ > IRSmk | 0.0100 5600 0.0300 > * 0.0300 | 0.00 0.00 0.00 * > 0.04 | - - n/a n/a > MultiSource/Benchmarks/BitBench/drop3/ > drop3 | 0.0200 3592 0.0199 > * 0.0200 | 0.48 0.66 0.46 * > 0.49 | 0.73 1.04 n/a n/a > MultiSource/Benchmarks/BitBench/five11/ > five11 | 0.0000 2768 0.0100 > * 0.0100 | 2.33 2.44 2.27 * > 2.39 | 0.95 1.03 n/a n/a > MultiSource/Benchmarks/BitBench/uudecode/ > uudecode | 0.0200 2968 0.0100 > * 0.0000 | 0.13 0.12 0.14 * > 0.14 | 1.08 0.93 n/a n/a > MultiSource/Benchmarks/BitBench/uuencode/ > uuencode | 0.0200 2764 0.0200 > * 0.0100 | 0.00 0.01 0.00 * > 0.03 | - - n/a n/a > MultiSource/Benchmarks/Fhourstones-3.1/ > fhourstones3.1 | 0.0500 8160 0.0500 > * 0.0500 | 1.63 1.70 1.58 * > 1.64 | 0.96 1.03 n/a n/a > MultiSource/Benchmarks/Fhourstones/ > fhourstones | 0.0699 11088 0.0600 > * 0.0500 | 1.42 1.32 1.33 * > 1.39 | 1.08 1.07 n/a n/a > MultiSource/Benchmarks/FreeBench/analyzer/ > analyzer | 0.0600 10052 0.0600 > * 0.0600 | 0.14 0.14 0.12 * > 0.18 | 1.00 1.17 n/a n/a > MultiSource/Benchmarks/FreeBench/distray/ > distray | 0.0200 6952 0.0300 > * 0.0300 | 0.16 0.17 0.18 * > 0.23 | 0.94 0.89 n/a n/a > MultiSource/Benchmarks/FreeBench/fourinarow/ > fourinarow | 0.1099 18888 0.1199 > * 0.0900 | 0.36 0.35 0.37 * > 0.47 | 1.03 0.97 n/a n/a > MultiSource/Benchmarks/FreeBench/mason/ > mason | 0.0300 6148 0.0200 > * 0.0300 | 0.23 0.26 0.25 * > 0.29 | 0.88 0.92 n/a n/a > MultiSource/Benchmarks/FreeBench/neural/ > neural | 0.0700 9712 0.0500 > * 0.0699 | 0.24 0.27 0.23 * > 0.34 | 0.89 1.04 n/a n/a > MultiSource/Benchmarks/FreeBench/pcompress2/ > pcompress2 | 0.0599 11084 0.0500 > * 0.0600 | 0.23 0.21 0.21 * > 0.29 | 1.10 1.10 n/a n/a > MultiSource/Benchmarks/FreeBench/pifft/ > pifft | 0.2900 60776 0.3400 > * 0.3300 | 0.14 0.14 0.14 * > 0.50 | 1.00 1.00 n/a n/a > MultiSource/Benchmarks/MallocBench/cfrac/ > cfrac | 0.2100 92260 0.3600 > * 0.3500 | 1.44 1.44 1.38 * > 1.80 | 1.00 1.04 n/a n/a > MultiSource/Benchmarks/MallocBench/espresso/ > espresso | 1.4700 414748 2.4299 > * 1.6400 | 0.61 0.55 0.54 * > 2.27 | 1.11 1.13 n/a n/a > llc: /home/duncan/tmp/tmp/llvm-2.6/llvm-2.6/lib/Target/CBackend/ > CBackend.cpp:488: > llvm::raw_ostream&<unnamed>::CWriter::printSimpleType > (llvm::formatted_raw_ostream&, const llvm::Type*, bool, const > std::string&): Assertion `NumBits <= 128 && "Bit widths > 128 not > implemented yet"' failed. > MultiSource/Benchmarks/MallocBench/gs/ > gs | 1.2000 376224 1.7600 > * 0.7900 | 0.07 * 0.06 * > 0.95 | n/a - n/a n/a > MultiSource/Benchmarks/McCat/01-qbsort/ > qbsort | 0.0099 3600 0.0200 > * 0.0300 | 0.07 0.06 0.05 * > 0.10 | - - n/a n/a > MultiSource/Benchmarks/McCat/03-testtrie/ > testtrie | 0.0200 3756 0.0100 > * 0.0300 | 0.02 0.01 0.01 * > 0.04 | - - n/a n/a > MultiSource/Benchmarks/McCat/04-bisect/ > bisect | 0.0300 4036 0.0400 > * 0.0199 | 0.14 0.13 0.13 * > 0.17 | 1.08 1.08 n/a n/a > MultiSource/Benchmarks/McCat/05-eks/ > eks | 0.0999 7888 0.0500 > * 0.0500 | 0.01 0.00 0.02 * > 0.06 | - - n/a n/a > MultiSource/Benchmarks/McCat/08-main/ > main | 0.0900 11928 0.0500 > * 0.0599 | 0.07 0.03 0.03 * > 0.09 | - - n/a n/a > MultiSource/Benchmarks/McCat/09-vor/ > vor | 0.0999 23148 0.1300 > * 0.1200 | 0.15 0.12 0.11 * > 0.25 | 1.25 1.36 n/a n/a > MultiSource/Benchmarks/McCat/12-IOtest/ > iotest | 0.0199 2176 0.0100 > * 0.0200 | 0.33 0.23 0.20 * > 0.23 | 1.43 1.65 n/a n/a > MultiSource/Benchmarks/McCat/15-trie/ > trie | 0.0100 3216 0.0300 > * 0.0300 | 0.00 0.00 0.00 * > 0.03 | - - n/a n/a > MultiSource/Benchmarks/McCat/17-bintr/ > bintr | 0.0199 3676 0.0199 > * 0.0300 | 0.11 0.10 0.11 * > 0.13 | 1.10 1.00 n/a n/a > MultiSource/Benchmarks/McCat/18-imp/ > imp | 0.0999 21512 0.1099 > * 0.1200 | 0.07 * 0.08 * > 0.20 | n/a - n/a n/a > llc: /home/duncan/tmp/tmp/llvm-2.6/llvm-2.6/lib/Target/CBackend/ > CBackend.cpp:488: > llvm::raw_ostream&<unnamed>::CWriter::printSimpleType > (llvm::formatted_raw_ostream&, const llvm::Type*, bool, const > std::string&): Assertion `NumBits <= 128 && "Bit widths > 128 not > implemented yet"' failed. > MultiSource/Benchmarks/MiBench/automotive-basicmath/automotive- > basicmath | 0.0200 4816 0.0300 * 0.0400 > | 0.40 0.39 0.39 * 0.44 | 1.03 1.03 n/ > a n/a > MultiSource/Benchmarks/MiBench/automotive-bitcount/automotive- > bitcount | 0.0300 3540 0.0200 * > 0.0399 | 0.13 0.13 0.15 * 0.19 | 1.00 > 0.87 n/a n/a > MultiSource/Benchmarks/MiBench/automotive-susan/automotive- > susan | 0.2500 64756 0.3100 * > 0.3200 | 0.07 0.06 0.05 * 0.38 | - > - n/a n/a > MultiSource/Benchmarks/MiBench/consumer-jpeg/consumer- > jpeg | 1.2500 205708 0.9300 * > 0.4900 | 0.02 0.01 0.01 * 0.54 | - > - n/a n/a > llc: /home/duncan/tmp/tmp/llvm-2.6/llvm-2.6/lib/Target/CBackend/ > CBackend.cpp:488: > llvm::raw_ostream&<unnamed>::CWriter::printSimpleType > (llvm::formatted_raw_ostream&, const llvm::Type*, bool, const > std::string&): Assertion `NumBits <= 128 && "Bit widths > 128 not > implemented yet"' failed. > MultiSource/Benchmarks/MiBench/consumer-lame/consumer- > lame | 1.3200 335108 1.3200 * > 1.2100 | 0.28 * 0.27 * 1.58 | n/a > 1.04 n/a n/a > MultiSource/Benchmarks/MiBench/consumer-typeset/consumer- > typeset | 5.7999 1397316 6.9899 * > 6.0300 | 0.35 * 0.22 * 6.47 | n/a > 1.59 n/a n/a > MultiSource/Benchmarks/MiBench/network-dijkstra/network- > dijkstra | 0.0100 3512 0.0300 * > 0.0200 | 0.04 0.05 0.05 * 0.07 | - > - n/a n/a > MultiSource/Benchmarks/MiBench/network-patricia/network- > patricia | 0.0300 4248 0.0300 * > 0.0200 | 0.14 0.12 0.12 * 0.16 | 1.17 > 1.17 n/a n/a > MultiSource/Benchmarks/MiBench/office-ispell/office- > ispell | 0.5400 128620 0.7899 * > 0.2400 | 0.01 0.00 0.00 * 0.26 | - > - n/a n/a > MultiSource/Benchmarks/MiBench/office-stringsearch/office- > stringsearch | 0.0200 13232 0.0199 * > 0.0300 | 0.00 0.01 0.00 * 0.03 | - > - n/a n/a > MultiSource/Benchmarks/MiBench/security-blowfish/security- > blowfish | 0.0999 30936 0.1099 * > 0.0600 | 0.01 0.00 0.00 * 0.07 | - > - n/a n/a > MultiSource/Benchmarks/MiBench/security-rijndael/security- > rijndael | 0.1400 51232 0.1000 * > 0.0700 | 0.08 0.06 0.07 * 0.16 | - > - n/a n/a > MultiSource/Benchmarks/MiBench/security-sha/security- > sha | 0.0300 4760 0.0300 * > 0.0300 | 0.07 0.03 0.03 * 0.05 | - > - n/a n/a > MultiSource/Benchmarks/MiBench/telecomm-CRC32/telecomm- > CRC32 | 0.0000 3180 0.0100 * > 0.0000 | 0.41 0.28 0.28 * 0.30 | 1.46 > 1.46 n/a n/a > MultiSource/Benchmarks/MiBench/telecomm-FFT/telecomm- > fft | 0.0200 4880 0.0300 * > 0.0199 | 0.06 0.07 0.06 * 0.09 | - > - n/a n/a > MultiSource/Benchmarks/MiBench/telecomm-adpcm/telecomm- > adpcm | 0.0000 2196 0.0100 * > 0.0100 | 0.01 0.00 0.00 * 0.02 | - > - n/a n/a > MultiSource/Benchmarks/MiBench/telecomm-gsm/telecomm- > gsm | 0.3500 76716 0.3299 * > 0.1900 | 0.23 0.24 0.23 * 0.43 | 0.96 > 1.00 n/a n/a > MultiSource/Benchmarks/NPB-serial/is/ > is | 0.0099 5116 0.0300 > * 0.3599 | 10.08 9.85 9.84 * > 10.18 | 1.02 1.02 n/a n/a > MultiSource/Benchmarks/Olden/bh/ > bh | 0.1199 15308 > 0.0800 * 0.0699 | 1.97 * 1.57 > * 1.67 | n/a 1.25 n/a n/a > MultiSource/Benchmarks/Olden/bisort/ > bisort | 0.0100 3688 0.0199 > * 0.0200 | 0.80 0.82 0.79 * > 0.81 | 0.98 1.01 n/a n/a > MultiSource/Benchmarks/Olden/em3d/ > em3d | 0.0400 6412 0.0400 > * 0.0499 | 3.30 3.29 3.29 * > 3.32 | 1.00 1.00 n/a n/a > MultiSource/Benchmarks/Olden/health/ > health | 0.0300 7608 0.0400 > * 0.0300 | 0.52 * 0.50 * > 0.54 | n/a 1.04 n/a n/a > MultiSource/Benchmarks/Olden/mst/ > mst | 0.0500 4176 > 0.0300 * 0.0300 | 0.15 0.14 0.14 > * 0.18 | 1.07 1.07 n/a n/a > MultiSource/Benchmarks/Olden/perimeter/ > perimeter | 0.0000 12340 0.0799 > * 0.0699 | 0.36 0.34 0.32 * > 0.38 | 1.06 1.12 n/a n/a > MultiSource/Benchmarks/Olden/power/ > power | 0.0200 8564 0.0300 > * 0.0300 | 1.56 1.55 1.52 * > 1.57 | 1.01 1.03 n/a n/a > MultiSource/Benchmarks/Olden/treeadd/ > treeadd | 0.0100 1824 0.0200 > * 0.0200 | 0.33 0.34 0.34 * > 0.34 | 0.97 0.97 n/a n/a > MultiSource/Benchmarks/Olden/tsp/ > tsp | 0.0300 6988 > 0.0300 * 0.0200 | 1.15 1.13 1.14 > * 1.16 | 1.02 1.01 n/a n/a > MultiSource/Benchmarks/Olden/voronoi/ > voronoi | 0.0900 13436 0.0500 > * 0.0400 | 0.42 0.41 0.42 * > 0.48 | 1.02 1.00 n/a n/a > MultiSource/Benchmarks/OptimizerEval/optimizer- > eval | 0.0800 29224 0.1500 > * 0.1800 | 106.85 110.58 109.30 * > 96.14 | 0.97 0.98 n/a n/a > MultiSource/Benchmarks/PAQ8p/ > paq8p | 0.9300 198188 > 1.0400 * * | 0.00 * 0.01 > * * | n/a - n/a n/a > MultiSource/Benchmarks/Prolangs-C++/NP/ > np | 0.0000 1188 0.0000 > * 0.0000 | 0.00 0.00 0.00 * > 0.01 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C++/city/ > city | 0.1199 23708 0.0800 > * 0.0699 | 0.01 0.01 0.00 * > 0.09 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C++/deriv1/ > deriv1 | 0.0600 12928 0.0500 > * 0.0600 | 0.01 0.00 0.00 * > 0.06 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C++/deriv2/ > deriv2 | 0.0400 14480 0.0700 > * 0.0499 | 0.00 0.00 0.00 * > 0.07 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C++/employ/ > employ | 0.1000 21900 0.1099 > * 0.0799 | 0.02 0.01 0.01 * > 0.10 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C++/family/ > family | 0.0300 3388 0.0200 > * 0.0199 | 0.00 0.01 0.00 * > 0.03 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C++/fsm/ > fsm | 0.0100 1904 0.0100 > * 0.0100 | 0.00 0.00 0.00 * > 0.02 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C++/garage/ > garage | 0.0499 7428 0.0400 > * 0.0400 | 0.00 0.00 0.00 * > 0.04 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C++/life/ > life | 0.0200 6324 0.0300 > * 0.0100 | 1.38 1.44 1.45 * > 1.48 | 0.96 0.95 n/a n/a > MultiSource/Benchmarks/Prolangs-C++/objects/ > objects | 0.0300 9980 0.0500 > * 0.0200 | 0.00 0.01 0.00 * > 0.02 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C++/ocean/ > ocean | 0.0200 8880 0.0500 > * 0.0399 | 0.12 0.11 0.12 * > 0.16 | 1.09 1.00 n/a n/a > MultiSource/Benchmarks/Prolangs-C++/office/ > office | 0.0400 12924 0.0699 > * 0.0500 | 0.00 0.00 0.00 * > 0.06 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C++/primes/ > primes | 0.0100 1584 0.0100 > * 0.0100 | 0.37 0.35 0.35 * > 0.37 | 1.06 1.06 n/a n/a > MultiSource/Benchmarks/Prolangs-C++/shapes/ > shapes | 0.0399 16268 0.0899 > * 0.0699 | 0.01 0.01 0.01 * > 0.08 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C++/simul/ > simul | 0.0600 4176 0.0200 > * 0.0100 | 0.01 0.01 0.01 * > 0.03 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C++/trees/ > trees | 0.0500 11288 0.0700 > * 0.0500 | 0.00 0.01 0.00 * > 0.06 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C++/vcirc/ > vcirc | 0.0100 1768 0.0000 > * 0.0000 | 0.01 0.00 0.01 * > 0.02 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C/TimberWolfMC/ > timberwolfmc | 1.7300 563480 3.2999 > * 0.5900 | 0.01 0.00 0.00 * > 0.63 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C/agrep/ > agrep | 0.3700 92964 0.5300 > * 0.1999 | 0.02 0.01 0.01 * > 0.23 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C/allroots/ > allroots | 0.0200 3556 0.0200 > * 0.0200 | 0.00 0.00 0.00 * > 0.04 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C/archie-client/ > archie | 0.2000 47648 0.2199 > * 0.0600 | 0.01 * 0.00 * > 0.07 | n/a - n/a n/a > MultiSource/Benchmarks/Prolangs-C/assembler/ > assembler | 0.1600 61544 0.3900 > * 0.2999 | 0.00 0.00 0.00 * > 0.33 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C/bison/ > mybison | 0.3600 112424 0.9900 > * 0.9100 | 0.00 0.00 0.00 * > 0.95 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C/cdecl/ > cdecl | 0.0999 48484 0.3199 > * 0.3400 | 0.01 0.00 0.00 * > 0.35 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C/compiler/ > compiler | 0.1100 36440 0.2900 > * 0.0500 | 0.00 0.00 0.00 * > 0.06 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C/fixoutput/ > fixoutput | 0.0100 6044 0.0400 > * 0.0200 | 0.00 0.00 0.00 * > 0.04 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C/football/ > football | 0.3500 85712 0.5500 > * 0.0400 | 0.00 0.00 0.01 * > 0.05 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C/gnugo/ > gnugo | 0.1400 35692 0.2100 > * 0.2200 | 0.07 0.07 0.07 * > 0.30 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C/loader/ > loader | 0.0899 28276 0.1400 > * 0.1199 | 0.00 0.00 0.00 * > 0.14 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C/plot2fig/ > plot2fig | 0.0500 14756 0.0900 > * 0.0999 | 0.00 0.00 0.01 * > 0.11 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C/simulator/ > simulator | 0.2600 64712 0.4000 > * 0.0500 | 0.00 0.01 0.00 * > 0.07 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C/unix-smail/unix- > smail | 0.1100 39652 0.3000 > * 0.2000 | 0.00 0.01 0.00 * > 0.22 | - - n/a n/a > MultiSource/Benchmarks/Prolangs-C/unix-tbl/unix- > tbl | 0.3000 78708 0.4900 > * 0.0200 | 0.00 0.00 0.01 * > 0.03 | - - n/a n/a > MultiSource/Benchmarks/Ptrdist/anagram/ > anagram | 0.0500 7764 0.0500 > * 0.0300 | 1.46 0.97 1.38 * > 1.36 | 1.51 1.06 n/a n/a > MultiSource/Benchmarks/Ptrdist/bc/ > bc | 0.3300 126012 0.7700 > * 0.7100 | 0.66 0.68 0.64 * > 1.41 | 0.97 1.03 n/a n/a > MultiSource/Benchmarks/Ptrdist/ft/ > ft | 0.0600 7236 0.0500 > * 0.0400 | 1.17 1.22 1.27 * > 1.28 | 0.96 0.92 n/a n/a > MultiSource/Benchmarks/Ptrdist/ks/ > ks | 0.0299 11912 0.0699 > * 0.0700 | 2.23 1.44 2.26 * > 2.21 | 1.55 0.99 n/a n/a > MultiSource/Benchmarks/Ptrdist/yacr2/ > yacr2 | 0.2200 48228 0.3600 > * 0.3100 | 1.23 1.10 1.22 * > 1.56 | 1.12 1.01 n/a n/a > MultiSource/Benchmarks/SciMark2-C/ > scimark2 | 0.1099 15340 0.0799 > * 0.0999 | 27.62 * 27.38 * > 27.87 | n/a 1.01 n/a n/a > MultiSource/Benchmarks/Trimaran/enc-3des/ > enc-3des | 0.1599 21456 0.1000 > * 0.1200 | 2.23 2.10 2.14 * > 2.31 | 1.06 1.04 n/a n/a > MultiSource/Benchmarks/Trimaran/enc-md5/enc- > md5 | 0.0599 7692 0.0400 > * 0.0400 | 2.16 2.04 2.05 * > 2.21 | 1.06 1.05 n/a n/a > MultiSource/Benchmarks/Trimaran/enc-pc1/enc- > pc1 | 0.0300 3964 0.0199 > * 0.0300 | 1.39 0.97 0.92 * > 0.95 | 1.43 1.51 n/a n/a > MultiSource/Benchmarks/Trimaran/enc-rc4/enc- > rc4 | 0.0000 2960 0.0100 > * 0.0100 | 1.18 1.20 1.16 * > 1.24 | 0.98 1.02 n/a n/a > MultiSource/Benchmarks/Trimaran/netbench-crc/netbench- > crc | 0.0000 32680 0.0100 * > 0.0100 | 1.01 1.00 1.09 * 1.07 | 1.01 > 0.93 n/a n/a > MultiSource/Benchmarks/Trimaran/netbench-url/netbench- > url | 0.0400 40832 0.0500 * > 0.0400 | 3.89 3.45 3.88 * 3.94 | 1.13 > 1.00 n/a n/a > MultiSource/Benchmarks/VersaBench/8b10b/ > 8b10b | 0.0000 2240 0.0100 > * 0.0100 | 7.07 4.94 4.99 * > 4.97 | 1.43 1.42 n/a n/a > MultiSource/Benchmarks/VersaBench/beamformer/ > beamformer | 0.0400 5764 0.0300 > * 0.0300 | 1.85 1.92 1.76 * > 1.80 | 0.96 1.05 n/a n/a > MultiSource/Benchmarks/VersaBench/bmm/ > bmm | 0.0199 2896 0.0100 > * 0.0300 | 2.34 2.35 2.36 * > 2.39 | 1.00 0.99 n/a n/a > MultiSource/Benchmarks/VersaBench/dbms/ > dbms | 0.1200 36468 0.2500 > * 0.2400 | 2.34 2.23 2.17 * > 2.35 | 1.05 1.08 n/a n/a > MultiSource/Benchmarks/VersaBench/ecbdes/ > ecbdes | 0.0599 9740 0.0200 > * 0.0200 | 2.87 2.91 2.77 * > 2.76 | 0.99 1.04 n/a n/a > MultiSource/Benchmarks/llubenchmark/ > llu | 0.0000 3896 0.0300 > * 0.0300 | 6.10 6.30 6.24 * > 6.31 | 0.97 0.98 n/a n/a > MultiSource/Benchmarks/mafft/ > pairlocalalign | 3.7200 346176 > 1.9100 * * | 0.00 0.00 0.00 > * 0.00 | - - n/a n/a > MultiSource/Benchmarks/mediabench/adpcm/rawcaudio/ > rawcaudio | 0.0100 2324 0.0100 > * 0.0100 | 0.00 0.01 0.01 * > 0.03 | - - n/a n/a > MultiSource/Benchmarks/mediabench/adpcm/rawdaudio/ > rawdaudio | 0.0100 2196 0.0000 > * 0.0100 | 0.00 0.00 0.00 * > 0.02 | - - n/a n/a > MultiSource/Benchmarks/mediabench/g721/g721encode/ > encode | 0.0600 13104 0.0800 > * 0.0600 | 0.09 0.09 0.08 * > 0.14 | - - n/a n/a > MultiSource/Benchmarks/mediabench/gsm/toast/ > toast | 0.3800 76716 0.2700 > * 0.2099 | 0.06 0.04 0.03 * > 0.24 | - - n/a n/a > MultiSource/Benchmarks/mediabench/jpeg/jpeg-6a/ > cjpeg | 1.2000 172872 0.7500 > * 0.5500 | 0.02 0.00 0.01 * > 0.61 | - - n/a n/a > MultiSource/Benchmarks/mediabench/mpeg2/mpeg2dec/ > mpeg2decode | 0.4500 101376 0.5500 > * 0.5400 | 0.04 0.02 0.03 * > 0.58 | - - n/a n/a > MultiSource/Benchmarks/sim/ > sim | 0.0699 28828 > 0.1800 * 0.1800 | 5.21 5.51 5.24 > * 5.82 | 0.95 0.99 n/a n/a > MultiSource/Benchmarks/tramp3d-v4/tramp3d- > v4 | 9.2000 1943356 5.4000 > * 5.1900 | 0.76 * 0.64 * > 6.36 | n/a 1.19 n/a n/a > SingleSource/Benchmarks/Adobe-C++/ > functionobjects | 0.2100 37048 0.1799 > * 0.1500 | 3.97 3.53 3.43 * > 3.66 | 1.12 1.16 n/a n/a > SingleSource/Benchmarks/Adobe-C++/ > loop_unroll | 1.0500 328448 1.6400 > * 1.7599 | 2.01 1.55 1.81 * > 3.63 | 1.30 1.11 n/a n/a > SingleSource/Benchmarks/Adobe-C++/ > simple_types_constant_folding | 0.8100 185728 2.1699 > * 2.2599 | 1.29 1.29 1.24 * > 3.61 | 1.00 1.04 n/a n/a > SingleSource/Benchmarks/Adobe-C++/ > simple_types_loop_invariant | 0.6200 137560 1.1100 > * 1.1199 | 3.01 3.02 2.97 * > 4.15 | 1.00 1.01 n/a n/a > SingleSource/Benchmarks/Adobe-C++/ > stepanov_abstraction | 0.2900 37900 0.1700 > * 0.1599 | 5.00 5.44 5.26 * > 5.55 | 0.92 0.95 n/a n/a > SingleSource/Benchmarks/Adobe-C++/ > stepanov_vector | 0.2800 41564 0.1999 > * 0.2100 | 2.93 3.09 2.97 * > 3.19 | 0.95 0.99 n/a n/a > SingleSource/Benchmarks/BenchmarkGame/ > fannkuch | 0.0199 2840 0.0199 > * 0.0000 | 3.45 4.30 3.49 * > 3.57 | 0.80 0.99 n/a n/a > SingleSource/Benchmarks/BenchmarkGame/ > fasta | 0.0000 3000 0.0200 > * 0.0200 | 1.17 1.19 1.16 * > 1.18 | 0.98 1.01 n/a n/a > SingleSource/Benchmarks/BenchmarkGame/n- > body | 0.0000 3176 0.0200 > * 0.0100 | 1.20 1.19 1.24 * > 1.23 | 1.01 0.97 n/a n/a > SingleSource/Benchmarks/BenchmarkGame/nsieve- > bits | 0.0000 1120 0.0100 > * 0.0100 | 0.99 1.02 1.00 * > 0.96 | 0.97 0.99 n/a n/a > SingleSource/Benchmarks/BenchmarkGame/ > partialsums | 0.0000 1660 0.0000 > * 0.0100 | 0.85 0.91 0.90 * > 0.83 | 0.93 0.94 n/a n/a > SingleSource/Benchmarks/BenchmarkGame/ > puzzle | 0.0200 1276 0.0000 > * 0.0100 | 0.54 0.54 0.54 * > 0.54 | 1.00 1.00 n/a n/a > SingleSource/Benchmarks/BenchmarkGame/ > recursive | 0.0000 3444 0.0200 > * 0.0200 | 1.21 0.86 0.94 * > 1.14 | 1.41 1.29 n/a n/a > SingleSource/Benchmarks/BenchmarkGame/spectral- > norm | 0.0300 2808 0.0200 > * 0.0200 | 1.37 1.41 1.41 * > 1.41 | 0.97 0.97 n/a n/a > SingleSource/Benchmarks/CoyoteBench/ > almabench | 0.0100 5776 0.0200 > * 0.0100 | 16.77 7.95 8.05 * > 8.12 | 2.11 2.08 n/a n/a > SingleSource/Benchmarks/CoyoteBench/ > fftbench | 0.1400 22432 0.0900 > * 0.0999 | 2.26 * 2.21 * > 2.35 | n/a 1.02 n/a n/a > SingleSource/Benchmarks/CoyoteBench/ > huffbench | 0.0300 6584 0.0300 > * 0.0400 | 19.18 17.21 18.83 * > 19.82 | 1.11 1.02 n/a n/a > SingleSource/Benchmarks/CoyoteBench/ > lpbench | 0.0400 4556 0.0300 > * 0.0400 | 10.94 10.91 10.95 * > 10.94 | 1.00 1.00 n/a n/a > SingleSource/Benchmarks/Dhrystone/ > dry | 0.0100 1300 0.0200 > * 0.0000 | 3.29 0.35 0.62 * > 0.59 | 9.40 5.31 n/a n/a > SingleSource/Benchmarks/Dhrystone/ > fldry | 0.0099 1308 0.0100 > * 0.0100 | 3.66 0.46 0.58 * > 0.56 | 7.96 6.31 n/a n/a > SingleSource/Benchmarks/McGill/ > chomp | 0.0400 6596 > 0.0600 * 0.0500 | 1.36 1.03 1.00 > * 1.08 | 1.32 1.36 n/a n/a > SingleSource/Benchmarks/McGill/ > exptree | 0.0300 4936 > 0.0300 * 0.0300 | 0.00 0.00 0.00 > * 0.04 | - - n/a n/a > SingleSource/Benchmarks/McGill/ > misr | 0.0200 2708 > 0.0200 * 0.0200 | 0.29 0.30 0.28 > * 0.31 | 0.97 1.04 n/a n/a > SingleSource/Benchmarks/McGill/ > queens | 0.0199 3348 > 0.0200 * 0.0199 | 2.39 2.40 2.36 > * 2.54 | 1.00 1.01 n/a n/a > SingleSource/Benchmarks/Misc-C++/ > bigfib | 0.1900 40720 > 0.2000 * 0.1700 | 0.56 * 0.56 > * 0.77 | n/a 1.00 n/a n/a > SingleSource/Benchmarks/Misc-C++/mandel- > text | 0.0000 1016 0.0100 > * 0.0100 | 2.26 2.26 2.25 * > 2.25 | 1.00 1.00 n/a n/a > SingleSource/Benchmarks/Misc-C++/ > oopack_v1p8 | 0.0700 9528 > 0.0400 * 0.0500 | 0.17 0.18 0.18 > * 0.24 | 0.94 0.94 n/a n/a > SingleSource/Benchmarks/Misc-C++/ > ray | 0.0800 17220 > 0.0700 * 0.0699 | 4.25 4.09 4.16 > * 4.20 | 1.04 1.02 n/a n/a > SingleSource/Benchmarks/Misc-C++/ > sphereflake | 0.0799 16776 > 0.0799 * 0.0699 | 3.09 2.79 2.85 > * 2.98 | 1.11 1.08 n/a n/a > SingleSource/Benchmarks/Misc-C++/ > stepanov_container | 0.2900 46332 > 0.1799 * 0.1899 | 4.29 4.40 4.30 > * 4.68 | 0.97 1.00 n/a n/a > SingleSource/Benchmarks/Misc-C++/ > stepanov_v1p2 | 0.0800 10116 > 0.0500 * 0.0500 | 7.87 8.27 8.11 > * 8.24 | 0.95 0.97 n/a n/a > SingleSource/Benchmarks/Misc/ > ReedSolomon | 0.0799 10636 > 0.0600 * 0.0499 | 7.06 7.27 7.06 > * 7.49 | 0.97 1.00 n/a n/a > SingleSource/Benchmarks/Misc/ > fbench | 0.0100 5424 > 0.0200 * 0.0400 | 2.30 2.23 2.29 > * 2.34 | 1.03 1.00 n/a n/a > SingleSource/Benchmarks/Misc/ > ffbench | 0.0200 4828 > 0.0300 * 0.0300 | 1.04 1.00 1.04 > * 1.08 | 1.04 1.00 n/a n/a > SingleSource/Benchmarks/Misc/ > flops | 0.0300 6552 > 0.0300 * 0.0300 | 12.41 12.50 12.63 > * 12.68 | 0.99 0.98 n/a n/a > SingleSource/Benchmarks/Misc/ > flops-1 | 0.0000 1152 > 0.0100 * 0.0100 | 2.59 2.53 2.54 > * 2.53 | 1.02 1.02 n/a n/a > SingleSource/Benchmarks/Misc/ > flops-2 | 0.0000 1252 > 0.0000 * 0.0200 | 1.46 1.46 1.46 > * 1.49 | 1.00 1.00 n/a n/a > SingleSource/Benchmarks/Misc/ > flops-3 | 0.0100 1172 > 0.0100 * 0.0100 | 2.63 3.13 2.97 > * 2.98 | 0.84 0.89 n/a n/a > SingleSource/Benchmarks/Misc/ > flops-4 | 0.0000 1152 > 0.0000 * 0.0000 | 1.23 1.37 1.34 > * 1.36 | 0.90 0.92 n/a n/a > SingleSource/Benchmarks/Misc/ > flops-5 | 0.0000 1284 > 0.0000 * 0.0000 | 2.15 4.37 4.34 > * 4.35 | 0.49 0.50 n/a n/a > SingleSource/Benchmarks/Misc/ > flops-6 | 0.0100 1284 > 0.0100 * 0.0100 | 2.23 4.94 4.92 > * 4.92 | 0.45 0.45 n/a n/a > SingleSource/Benchmarks/Misc/ > flops-7 | 0.0100 1080 > 0.0000 * 0.0000 | 3.91 3.79 3.79 > * 4.74 | 1.03 1.03 n/a n/a > SingleSource/Benchmarks/Misc/ > flops-8 | 0.0000 1288 > 0.0100 * 0.0000 | 2.23 2.43 2.29 > * 2.30 | 0.92 0.97 n/a n/a > SingleSource/Benchmarks/Misc/ > himenobmtxpa | 0.0600 9672 > 0.0500 * 0.0600 | 2.11 2.00 1.99 > * 2.10 | 1.05 1.06 n/a n/a > SingleSource/Benchmarks/Misc/ > mandel | 0.0000 1080 > 0.0000 * 0.0100 | 1.05 1.02 1.04 > * 1.41 | 1.03 1.01 n/a n/a > SingleSource/Benchmarks/Misc/ > mandel-2 | 0.0100 1052 > 0.0000 * 0.0000 | 1.01 1.10 1.00 > * 1.00 | 0.92 1.01 n/a n/a > SingleSource/Benchmarks/Misc/ > oourafft | 0.1100 13740 > 0.0700 * 0.0699 | 8.26 7.63 7.81 > * 6.87 | 1.08 1.06 n/a n/a > SingleSource/Benchmarks/Misc/ > perlin | 0.0200 4512 > 0.0300 * 0.0200 | 6.64 6.67 6.65 > * 6.89 | 1.00 1.00 n/a n/a > SingleSource/Benchmarks/Misc/ > pi | 0.0000 1152 > 0.0100 * 0.0000 | 0.77 0.79 0.76 > * 0.84 | 0.97 1.01 n/a n/a > SingleSource/Benchmarks/Misc/ > richards_benchmark | 0.0300 5756 > 0.0100 * 0.0300 | 1.13 1.05 1.17 > * 1.33 | 1.08 0.97 n/a n/a > SingleSource/Benchmarks/Misc/ > salsa20 | 0.0100 2692 > 0.0100 * 0.0100 | 9.30 9.72 9.27 > * 9.33 | 0.96 1.00 n/a n/a > SingleSource/Benchmarks/Misc/ > whetstone | 0.0199 3344 > 0.0199 * 0.0199 | 1.63 1.52 1.52 > * 1.58 | 1.07 1.07 n/a n/a > SingleSource/Benchmarks/Shootout-C++/ > ackermann | 0.0499 11044 0.0500 > * 0.0400 | 1.14 1.14 1.14 * > 1.39 | 1.00 1.00 n/a n/a > SingleSource/Benchmarks/Shootout-C++/ > ary | 0.0300 9120 0.0299 > * 0.0499 | 0.12 0.11 0.11 * > 0.16 | 1.09 1.09 n/a n/a > SingleSource/Benchmarks/Shootout-C++/ > ary2 | 0.0599 9784 0.0200 > * 0.0500 | 0.12 0.12 0.12 * > 0.17 | 1.00 1.00 n/a n/a > SingleSource/Benchmarks/Shootout-C++/ > ary3 | 0.0599 11616 0.0599 > * 0.0599 | 4.28 4.26 4.30 * > 4.34 | 1.00 1.00 n/a n/a > SingleSource/Benchmarks/Shootout-C++/ > except | 0.0399 11292 0.0600 > * * | 0.42 * 0.41 * > * | n/a 1.02 n/a n/a > SingleSource/Benchmarks/Shootout-C++/ > fibo | 0.0300 7836 0.0400 > * 0.0300 | 0.50 0.57 0.51 * > 0.63 | 0.88 0.98 n/a n/a > SingleSource/Benchmarks/Shootout-C++/ > hash | 0.0700 15036 0.0600 > * 0.1300 | 0.60 0.58 0.59 * > 0.78 | 1.03 1.02 n/a n/a > SingleSource/Benchmarks/Shootout-C++/ > hash2 | 0.1900 20104 0.1000 > * 0.0899 | 4.53 4.35 4.33 * > 4.76 | 1.04 1.05 n/a n/a > SingleSource/Benchmarks/Shootout-C++/ > heapsort | 0.0100 3012 0.0100 > * 0.0199 | 4.26 4.05 4.15 * > 4.25 | 1.05 1.03 n/a n/a > SingleSource/Benchmarks/Shootout-C++/ > hello | 0.0300 8304 0.0400 > * 0.0300 | 0.01 0.00 0.00 * > 0.04 | - - n/a n/a > SingleSource/Benchmarks/Shootout-C++/ > lists | 0.0899 11392 0.0499 > * 0.0399 | 5.90 6.00 5.86 * > 6.10 | 0.98 1.01 n/a n/a > SingleSource/Benchmarks/Shootout-C++/ > lists1 | 0.1200 16204 0.0799 > * 0.1199 | 0.33 0.34 0.33 * > 0.46 | 0.97 1.00 n/a n/a > SingleSource/Benchmarks/Shootout-C++/ > matrix | 0.0400 12192 0.0600 > * 0.0599 | 3.33 3.34 3.35 * > 3.40 | 1.00 0.99 n/a n/a > SingleSource/Benchmarks/Shootout-C++/ > methcall | 0.0299 10800 0.0500 > * 0.0299 | 5.47 5.57 5.59 * > 8.15 | 0.98 0.98 n/a n/a > SingleSource/Benchmarks/Shootout-C++/ > moments | 0.0599 9084 0.0400 > * 0.0300 | 0.18 0.20 0.20 * > 0.22 | 0.90 0.90 n/a n/a > SingleSource/Benchmarks/Shootout-C++/ > nestedloop | 0.0499 8064 0.0400 > * 0.0300 | 0.18 0.01 0.18 * > 0.22 | - 1.00 n/a n/a > SingleSource/Benchmarks/Shootout-C++/ > objinst | 0.0400 10992 0.0500 > * 0.0499 | 5.73 5.80 5.64 * > 5.66 | 0.99 1.02 n/a n/a > SingleSource/Benchmarks/Shootout-C++/ > random | 0.0500 7816 0.0300 > * 0.0299 | 4.68 4.55 4.69 * > 4.59 | 1.03 1.00 n/a n/a > SingleSource/Benchmarks/Shootout-C++/ > reversefile | 0.1500 17388 0.0600 > * 0.0600 | 0.00 * 0.00 * > 0.07 | n/a - n/a n/a > SingleSource/Benchmarks/Shootout-C++/ > sieve | 0.0900 12556 0.0499 > * 0.0499 | 2.35 2.50 2.49 * > 2.43 | 0.94 0.94 n/a n/a > SingleSource/Benchmarks/Shootout-C++/ > spellcheck | 0.1600 27772 0.1200 > * 0.0799 | 0.01 0.00 0.00 * > 0.09 | - - n/a n/a > SingleSource/Benchmarks/Shootout-C++/ > strcat | 0.0699 10564 0.0500 > * 0.0399 | 0.15 * 0.10 * > 0.15 | n/a 1.50 n/a n/a > SingleSource/Benchmarks/Shootout-C++/ > sumcol | 0.0499 9016 0.0400 > * 0.0400 | 0.00 0.01 0.00 * > 0.04 | - - n/a n/a > SingleSource/Benchmarks/Shootout-C++/ > wc | 0.0599 11144 0.0400 > * 0.0500 | 0.00 0.00 0.00 * > 0.05 | - - n/a n/a > SingleSource/Benchmarks/Shootout-C++/ > wordfreq | 0.1000 18728 0.0900 > * 0.0500 | 0.00 0.00 0.01 * > 0.07 | - - n/a n/a > SingleSource/Benchmarks/Shootout/ > ackermann | 0.0100 1192 > 0.0100 * 0.0100 | 0.02 0.01 0.01 > * 0.02 | - - n/a n/a > SingleSource/Benchmarks/Shootout/ > ary3 | 0.0000 1148 > 0.0000 * 0.0000 | 4.40 4.32 4.48 > * 4.33 | 1.02 0.98 n/a n/a > SingleSource/Benchmarks/Shootout/ > fib2 | 0.0000 964 > 0.0200 * 0.0100 | 0.50 0.58 0.51 > * 0.60 | 0.86 0.98 n/a n/a > SingleSource/Benchmarks/Shootout/ > hash | 0.0300 3028 > 0.0100 * 0.0100 | 3.79 3.80 3.83 > * 4.08 | 1.00 0.99 n/a n/a > SingleSource/Benchmarks/Shootout/ > heapsort | 0.0000 1452 > 0.0100 * 0.0000 | 4.10 4.09 4.13 > * 4.32 | 1.00 0.99 n/a n/a > SingleSource/Benchmarks/Shootout/ > hello | 0.0000 576 > 0.0000 * 0.0000 | 0.00 0.00 0.00 > * 0.01 | - - n/a n/a > SingleSource/Benchmarks/Shootout/ > lists | 0.0300 3144 > 0.0200 * 0.0100 | 5.85 5.77 5.75 > * 6.34 | 1.01 1.02 n/a n/a > SingleSource/Benchmarks/Shootout/ > matrix | 0.0099 4128 > 0.0200 * 0.0100 | 3.88 3.88 3.87 > * 3.90 | 1.00 1.00 n/a n/a > SingleSource/Benchmarks/Shootout/ > methcall | 0.0000 1580 > 0.0100 * 0.0099 | 4.52 4.41 4.51 > * 7.02 | 1.02 1.00 n/a n/a > SingleSource/Benchmarks/Shootout/ > nestedloop | 0.0200 1128 > 0.0100 * 0.0100 | 0.18 0.02 0.17 > * 0.25 | - 1.06 n/a n/a > SingleSource/Benchmarks/Shootout/ > objinst | 0.0100 1676 > 0.0100 * 0.0000 | 5.01 5.50 5.17 > * 5.06 | 0.91 0.97 n/a n/a > SingleSource/Benchmarks/Shootout/ > random | 0.0000 864 > 0.0000 * 0.0100 | 4.55 4.52 4.53 > * 4.54 | 1.01 1.00 n/a n/a > SingleSource/Benchmarks/Shootout/ > sieve | 0.0000 1288 > 0.0000 * 0.0100 | 6.56 5.95 6.55 > * 6.46 | 1.10 1.00 n/a n/a > SingleSource/Benchmarks/Shootout/ > strcat | 0.0000 1336 > 0.0100 * 0.0200 | 0.20 0.19 0.20 > * 0.22 | 1.05 1.00 n/a n/a > SingleSource/Benchmarks/Stanford/ > Bubblesort | 0.0100 1420 > 0.0100 * 0.0100 | 0.05 0.06 0.07 > * 0.07 | - - n/a n/a > SingleSource/Benchmarks/Stanford/ > IntMM | 0.0200 1476 > 0.0100 * 0.0100 | 0.01 0.00 0.00 > * 0.02 | - - n/a n/a > SingleSource/Benchmarks/Stanford/ > Oscar | 0.0300 3148 > 0.0200 * 0.0100 | 0.01 0.00 0.00 > * 0.02 | - - n/a n/a > SingleSource/Benchmarks/Stanford/ > Perm | 0.0000 3124 > 0.0200 * 0.0200 | 0.04 0.04 0.04 > * 0.07 | - - n/a n/a > SingleSource/Benchmarks/Stanford/ > Puzzle | 0.0999 4820 > 0.0199 * 0.0300 | 0.17 0.19 0.18 > * 0.20 | 0.89 0.94 n/a n/a > SingleSource/Benchmarks/Stanford/ > Queens | 0.0200 2232 > 0.0100 * 0.0199 | 0.05 0.05 0.04 > * 0.07 | - - n/a n/a > SingleSource/Benchmarks/Stanford/ > Quicksort | 0.0100 1752 > 0.0100 * 0.0200 | 0.05 0.05 0.06 > * 0.07 | - - n/a n/a > SingleSource/Benchmarks/Stanford/ > RealMM | 0.0100 1508 > 0.0100 * 0.0100 | 0.00 0.00 0.01 > * 0.01 | - - n/a n/a > SingleSource/Benchmarks/Stanford/ > Towers | 0.0200 2440 > 0.0200 * 0.0200 | 0.04 0.04 0.03 > * 0.05 | - - n/a n/a > SingleSource/Benchmarks/Stanford/ > Treesort | 0.0100 2248 > 0.0200 * 0.0200 | 0.10 0.10 0.08 > * 0.11 | 1.00 - n/a n/a > SingleSource/Regression/C++/2003-05-14-array- > init | 0.0000 584 0.0000 > * 0.0000 | 0.00 0.00 0.01 * > 0.02 | - - n/a n/a > SingleSource/Regression/C++/2003-05-14- > expr_stmt | 0.0000 484 0.0000 > * 0.0100 | 0.01 0.01 0.00 * > 0.01 | - - n/a n/a > SingleSource/Regression/C++/2003-06-08- > BaseType | 0.0000 496 0.0000 > * 0.0000 | 0.00 0.01 0.00 * > 0.00 | - - n/a n/a > SingleSource/Regression/C++/2003-06-08- > VirtualFunctions | 0.0000 620 0.0000 > * 0.0000 | 0.00 0.00 0.01 * > 0.00 | - - n/a n/a > SingleSource/Regression/C++/2003-06-13- > Crasher | 0.0000 456 0.0100 > * 0.0000 | 0.00 0.00 0.00 * > 0.01 | - - n/a n/a > SingleSource/Regression/C++/2003-08-20- > EnumSizeProblem | 0.0000 456 0.0000 > * 0.0000 | 0.00 0.00 0.00 * > 0.01 | - - n/a n/a > SingleSource/Regression/C++/2003-09-29- > NonPODsByValue | 0.0000 576 0.0000 > * 0.0100 | 0.00 0.01 0.00 * > 0.01 | - - n/a n/a > SingleSource/Regression/C++/2008-01-29- > ParamAliasesReturn | 0.0200 604 0.0000 > * 0.0000 | 0.00 0.01 0.00 * > 0.02 | - - n/a n/a > SingleSource/Regression/C++/ > BuiltinTypeInfo | 0.0000 728 > 0.0000 * 0.0000 | 0.00 0.00 0.00 > * 0.01 | - - n/a n/a > SingleSource/Regression/C++/EH/ > ConditionalExpr | 0.0099 712 > 0.0000 * 0.0000 | 0.00 0.00 0.00 > * 0.00 | - - n/a n/a > SingleSource/Regression/C++/EH/ > ctor_dtor_count | 0.0000 1056 > 0.0000 * * | 0.00 * 0.00 > * * | n/a - n/a n/a > SingleSource/Regression/C++/EH/ > ctor_dtor_count-2 | 0.0000 1584 > 0.0000 * * | 0.00 * 0.00 > * * | n/a - n/a n/a > SingleSource/Regression/C++/EH/ > dead_try_block | 0.0000 568 > 0.0000 * 0.0000 | 0.01 0.00 0.00 > * 0.01 | - - n/a n/a > SingleSource/Regression/C++/EH/ > exception_spec_test | 0.0200 2472 > 0.0100 * * | 0.00 * 0.01 > * * | n/a - n/a n/a > SingleSource/Regression/C++/EH/ > function_try_block | 0.0100 2460 > 0.0100 * * | 0.00 * 0.00 > * * | n/a - n/a n/a > SingleSource/Regression/C++/EH/ > simple_rethrow | 0.0100 1452 > 0.0100 * * | 0.01 * 0.00 > * * | n/a - n/a n/a > SingleSource/Regression/C++/EH/ > simple_throw | 0.0000 956 > 0.0000 * * | 0.00 * 0.01 > * * | n/a - n/a n/a > SingleSource/Regression/C++/EH/ > throw_rethrow_test | 0.0000 1792 > 0.0100 * * | 0.00 * 0.00 > * * | n/a - n/a n/a > SingleSource/Regression/C++/ > global_ctor | 0.0000 1344 > 0.0100 * 0.0000 | 0.00 0.00 0.01 > * 0.02 | - - n/a n/a > SingleSource/Regression/C++/ > global_type | 0.0000 456 > 0.0000 * 0.0000 | 0.00 0.00 0.01 > * 0.00 | - - n/a n/a > SingleSource/Regression/C++/ > ofstream_ctor | 0.0400 9176 > 0.0300 * 0.0300 | 0.00 0.01 0.00 > * 0.04 | - - n/a n/a > SingleSource/Regression/C++/ > pointer_member | 0.0000 660 > 0.0000 * 0.0000 | 0.00 0.00 0.00 > * 0.00 | - - n/a n/a > SingleSource/Regression/C++/ > pointer_method | 0.0000 664 > 0.0000 * 0.0100 | 0.00 0.00 0.00 > * 0.01 | - - n/a n/a > SingleSource/Regression/C++/ > short_circuit_dtor | 0.0100 644 > 0.0100 * 0.0000 | 0.00 0.00 0.00 > * 0.00 | - - n/a n/a > SingleSource/Regression/C/2003-05-14-initialize- > string | 0.0000 680 0.0000 > * 0.0100 | 0.00 0.00 0.00 * > 0.02 | - - n/a n/a > SingleSource/Regression/C/2003-05-21- > BitfieldHandling | 0.0100 1152 0.0000 > * 0.0000 | 0.00 * 0.00 * > 0.00 | n/a - n/a n/a > SingleSource/Regression/C/2003-05-21- > UnionBitfields | 0.0000 580 0.0000 > * 0.0000 | 0.01 0.00 0.00 * > 0.01 | - - n/a n/a > SingleSource/Regression/C/2003-05-21- > UnionTest | 0.0000 580 0.0000 > * 0.0000 | 0.00 0.00 0.00 * > 0.00 | - - n/a n/a > SingleSource/Regression/C/2003-05-22- > LocalTypeTest | 0.0000 624 0.0000 > * 0.0000 | 0.00 0.00 0.00 * > 0.01 | - - n/a n/a > SingleSource/Regression/C/2003-05-22- > VarSizeArray | 0.0000 580 0.0100 > * 0.0000 | 0.01 0.00 0.01 * > 0.01 | - - n/a n/a > SingleSource/Regression/C/2003-05-23- > TransparentUnion | 0.0000 576 0.0000 > * 0.0000 | 0.00 0.00 0.00 * > 0.00 | - - n/a n/a > SingleSource/Regression/C/2003-06-16- > InvalidInitializer | 0.0000 456 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 456 0.0100 > * 0.0000 | 0.00 0.00 0.00 * > 0.00 | - - n/a n/a > SingleSource/Regression/C/2003-10-12- > GlobalVarInitializers | 0.0000 664 0.0000 > * 0.0000 | 0.00 0.01 0.00 * > 0.00 | - - n/a n/a > SingleSource/Regression/C/2004-02-03- > AggregateCopy | 0.0000 588 0.0000 > * 0.0000 | 0.00 0.00 0.00 * > 0.00 | - - n/a n/a > SingleSource/Regression/C/2004-03-15- > IndirectGoto | 0.0000 860 0.0100 > * 0.0000 | 0.00 0.00 0.00 * > 0.00 | - - n/a n/a > SingleSource/Regression/C/2004-08-12- > InlinerAndAllocas | 0.0000 828 0.0000 > * 0.0100 | 0.00 0.00 0.00 * > 0.01 | - - n/a n/a > SingleSource/Regression/C/2005-05-06- > LongLongSignedShift | 0.0000 608 0.0000 > * 0.0000 | 0.00 0.00 0.00 * > 0.01 | - - n/a n/a > SingleSource/Regression/C/2008-01-07- > LongDouble | 0.0000 596 0.0000 > * 0.0100 | 0.00 0.00 0.00 * > 0.01 | - - n/a n/a > SingleSource/Regression/C/ > ConstructorDestructorAttributes | 0.0000 760 > 0.0000 * 0.0000 | 0.00 0.01 0.00 > * 0.01 | - - n/a n/a > SingleSource/Regression/C/ > DuffsDevice | 0.0000 1084 > 0.0000 * 0.0100 | 0.00 0.00 0.00 > * 0.01 | - - n/a n/a > SingleSource/Regression/C/ > PR1386 | 0.0000 588 > 0.0000 * 0.0100 | 0.00 0.00 0.00 > * 0.01 | - - n/a n/a > SingleSource/Regression/C/ > PR491 | 0.0100 456 > 0.0000 * 0.0000 | 0.00 0.00 0.00 > * 0.01 | - - n/a n/a > SingleSource/Regression/C/ > PR640 | 0.0100 2076 > 0.0100 * 0.0100 | 0.01 0.00 0.00 > * 0.02 | - - n/a n/a > SingleSource/Regression/C/ > badidx | 0.0100 1012 > 0.0000 * 0.0000 | 0.00 0.00 0.00 > * 0.01 | - - n/a n/a > SingleSource/Regression/C/ > bigstack | 0.0000 4820 > 0.0200 * 0.0100 | 0.00 0.00 0.00 > * 0.03 | - - n/a n/a > SingleSource/Regression/C/ > callargs | 0.0000 928 > 0.0100 * 0.0100 | 0.00 0.00 0.00 > * 0.01 | - - n/a n/a > SingleSource/Regression/C/ > casts | 0.0000 3612 > 0.0100 * 0.0100 | 0.00 0.00 0.00 > * 0.03 | - - n/a n/a > SingleSource/Regression/C/ > globalrefs | 0.0000 932 > 0.0000 * 0.0000 | 0.01 0.00 0.01 > * 0.01 | - - n/a n/a > SingleSource/Regression/C/ > matrixTranspose | 0.0100 1364 > 0.0100 * 0.0100 | 0.00 0.00 0.00 > * 0.01 | - - n/a n/a > SingleSource/Regression/C/ > pointer_arithmetic | 0.0100 488 > 0.0000 * 0.0100 | 0.00 0.01 0.00 > * 0.01 | - - n/a n/a > SingleSource/Regression/C/ > sumarray | 0.0100 948 > 0.0100 * 0.0000 | 0.00 0.00 0.00 > * 0.01 | - - n/a n/a > SingleSource/Regression/C/ > sumarray2d | 0.0100 1108 > 0.0100 * 0.0000 | 0.00 0.00 0.00 > * 0.01 | - - n/a n/a > SingleSource/Regression/C/ > sumarraymalloc | 0.0000 1184 > 0.0000 * 0.0100 | 0.00 0.01 0.00 > * 0.02 | - - n/a n/a > SingleSource/Regression/C/ > test_indvars | 0.0000 1436 > 0.0000 * 0.0100 | 0.00 0.00 0.00 > * 0.02 | - - n/a n/a > SingleSource/Regression/C/ > testtrace | 0.0100 1128 > 0.0000 * 0.0000 | 0.00 0.00 0.00 > * 0.01 | - - n/a n/a > SingleSource/UnitTests/2002-04-17- > PrintfChar | 0.0100 576 0.0000 > * 0.0000 | 0.00 0.00 0.00 * > 0.00 | - - n/a n/a > SingleSource/UnitTests/2002-05-02- > ArgumentTest | 0.0000 624 0.0000 > * 0.0100 | 0.00 0.00 0.00 * > 0.01 | - - n/a n/a > SingleSource/UnitTests/2002-05-02- > CastTest | 0.0000 1508 0.0000 > * 0.0000 | 0.00 0.00 0.01 * > 0.01 | - - n/a n/a > SingleSource/UnitTests/2002-05-02- > CastTest1 | 0.0100 608 0.0000 > * 0.0000 | 0.00 0.00 0.00 * > 0.01 | - - n/a n/a > SingleSource/UnitTests/2002-05-02- > CastTest2 | 0.0000 736 0.0000 > * 0.0000 | 0.00 0.00 0.00 * > 0.01 | - - n/a n/a > SingleSource/UnitTests/2002-05-02- > CastTest3 | 0.0000 684 0.0000 > * 0.0000 | 0.00 0.00 0.00 * > 0.01 | - - n/a n/a > SingleSource/UnitTests/2002-05-02- > ManyArguments | 0.0000 696 0.0000 > * 0.0100 | 0.00 0.00 0.00 * > 0.01 | - - n/a n/a > SingleSource/UnitTests/2002-05-03- > NotTest | 0.0000 664 0.0000 > * 0.0000 | 0.00 0.00 0.00 * > 0.01 | - - n/a n/a > SingleSource/UnitTests/2002-05-19- > DivTest | 0.0100 688 0.0000 > * 0.0000 | 0.00 0.00 0.00 * > 0.00 | - - n/a n/a > SingleSource/UnitTests/2002-08-02- > CastTest | 0.0000 584 0.0000 > * 0.0000 | 0.01 0.00 0.01 * > 0.01 | - - n/a n/a > SingleSource/UnitTests/2002-08-02- > CastTest2 | 0.0000 608 0.0000 > * 0.0000 | 0.00 0.00 0.00 * > 0.01 | - - n/a n/a > SingleSource/UnitTests/2002-08-19- > CodegenBug | 0.0100 568 0.0000 > * 0.0000 | 0.00 0.00 0.01 * > 0.00 | - - n/a n/a > SingleSource/UnitTests/2002-10-09- > ArrayResolution | 0.0000 644 0.0100 > * 0.0000 | 0.01 0.00 0.01 * > 0.00 | - - n/a n/a > SingleSource/UnitTests/2002-10-12- > StructureArgs | 0.0000 636 0.0000 > * 0.0000 | 0.00 0.00 0.00 * > 0.01 | - - n/a n/a > SingleSource/UnitTests/2002-10-12- > StructureArgsSimple | 0.0000 604 0.0000 > * 0.0100 | 0.00 0.00 0.00 * > 0.01 | - - n/a n/a > SingleSource/UnitTests/2002-10-13- > BadLoad | 0.0000 572 0.0000 > * 0.0000 | 0.00 0.00 0.00 * > 0.01 | - - n/a n/a > SingleSource/UnitTests/2002-12-13- > MishaTest | 0.0000 584 0.0000 > * 0.0000 | 0.00 0.00 0.00 * > 0.01 | - - n/a n/a > SingleSource/UnitTests/2003-04-22- > Switch | 0.0000 736 0.0100 > * 0.0000 | 0.01 0.00 0.00 * > 0.01 | - - n/a n/a > SingleSource/UnitTests/2003-05-02- > DependentPHI | 0.0000 816 0.0100 > * 0.0000 | 0.01 0.00 0.00 * > 0.01 | - - n/a n/a > SingleSource/UnitTests/2003-05-07- > VarArgs | 0.0000 2828 0.0100 > * 0.0100 | 0.00 0.00 0.00 * > 0.02 | - - n/a n/a > SingleSource/UnitTests/2003-05-12- > MinIntProblem | 0.0000 568 0.0000 > * 0.0000 | 0.00 0.00 0.00 * > 0.01 | - - n/a n/a > SingleSource/UnitTests/2003-05-14- > AtExit | 0.0000 688 0.0000 > * 0.0100 | 0.00 0.00 0.00 * > 0.01 | - - n/a n/a > SingleSource/UnitTests/2003-05-26- > Shorts | 0.0000 2012 0.0000 > * 0.0100 | 0.00 0.00 0.00 * > 0.01 | - - n/a n/a > SingleSource/UnitTests/2003-05-31- > CastToBool | 0.0100 916 0.0100 > * 0.0100 | 0.00 0.00 0.00 * > 0.01 | - - n/a n/a > SingleSource/UnitTests/2003-05-31- > LongShifts | 0.0000 952 0.0000 > * 0.0100 | 0.00 0.00 0.00 * > 0.01 | - - n/a n/a > SingleSource/UnitTests/2003-07-06- > IntOverflow | 0.0200 812 0.0000 > * 0.0000 | 0.00 0.00 0.00 * > 0.01 | - - n/a n/a > SingleSource/UnitTests/2003-07-08- > BitOpsTest | 0.0000 592 0.0000 > * 0.0000 | 0.00 0.00 0.00 * > 0.00 | - - n/a n/a > SingleSource/UnitTests/2003-07-09- > LoadShorts | 0.0100 1520 0.0000 > * 0.0100 | 0.00 0.01 0.00 * > 0.01 | - - n/a n/a > SingleSource/UnitTests/2003-07-09- > SignedArgs | 0.0200 1676 0.0100 > * 0.0100 | 0.00 0.00 0.00 * > 0.01 | - - n/a n/a > SingleSource/UnitTests/2003-07-10- > SignConversions | 0.0000 792 0.0000 > * 0.0100 | 0.00 0.00 0.00 * > 0.01 | - - n/a n/a > SingleSource/UnitTests/2003-08-05- > CastFPToUint | 0.0000 720 0.0000 > * 0.0000 | 0.00 0.01 0.00 * > 0.01 | - - n/a n/a > SingleSource/UnitTests/2003-08-11- > VaListArg | 0.0100 3108 0.0100 > * 0.0300 | 0.00 0.00 0.00 * > 0.04 | - - n/a n/a > SingleSource/UnitTests/2003-08-20- > FoldBug | 0.0000 568 0.0000 > * 0.0000 | 0.00 0.00 0.00 * > 0.00 | - - n/a n/a > SingleSource/UnitTests/2003-09-18- > BitFieldTest | 0.0000 612 0.0000 > * 0.0000 | 0.00 0.00 0.00 * > 0.00 | - - n/a n/a > SingleSource/UnitTests/2003-10-13- > SwitchTest | 0.0000 652 0.0000 > * 0.0000 | 0.00 0.01 0.00 * > 0.01 | - - n/a n/a > SingleSource/UnitTests/2003-10-29- > ScalarReplBug | 0.0000 580 0.0000 > * 0.0000 | 0.00 0.00 0.00 * > 0.01 | - - n/a n/a > SingleSource/UnitTests/2004-02-02- > NegativeZero | 0.0000 640 0.0000 > * 0.0000 | 0.00 0.00 0.00 * > 0.01 | - - n/a n/a > SingleSource/UnitTests/2004-06-20- > StaticBitfieldInit | 0.0000 684 0.0000 > * 0.0000 | 0.00 0.00 0.00 * > 0.00 | - - n/a n/a > SingleSource/UnitTests/2004-11-28- > GlobalBoolLayout | 0.0000 880 0.0000 > * 0.0000 | 0.00 0.00 0.00 * > 0.01 | - - n/a n/a > SingleSource/UnitTests/2005-05-11-Popcount-ffs- > fls | 0.0100 2144 0.0200 > * 0.0100 | 0.00 0.00 0.00 * > 0.01 | - - n/a n/a > SingleSource/UnitTests/2005-05-12- > Int64ToFP | 0.0000 684 0.0100 > * 0.0000 | 0.00 0.00 0.00 * > 0.00 | - - n/a n/a > SingleSource/UnitTests/2005-05-13- > SDivTwo | 0.0000 648 0.0000 > * 0.0000 | 0.00 0.00 0.00 * > 0.00 | - - n/a n/a > SingleSource/UnitTests/2005-07-15-Bitfield- > ABI | 0.0000 596 0.0000 > * 0.0000 | 0.01 0.00 0.00 * > 0.00 | - - n/a n/a > SingleSource/UnitTests/2005-07-17-INT-To- > FP | 0.0100 928 0.0000 > * 0.0000 | 0.01 0.00 0.00 * > 0.01 | - - n/a n/a > SingleSource/UnitTests/2005-11-29- > LongSwitch | 0.0100 584 0.0000 > * 0.0000 | 0.00 0.00 0.00 * > 0.01 | - - n/a n/a > SingleSource/UnitTests/2006-01-23- > UnionInit | 0.0000 2152 0.0100 > * 0.0100 | 0.00 * 0.00 * > 0.01 | n/a - n/a n/a > SingleSource/UnitTests/2006-01-29- > SimpleIndirectCall | 0.0000 796 0.0000 > * 0.0000 | 0.00 0.00 0.00 * > 0.01 | - - n/a n/a > SingleSource/UnitTests/2006-02-04- > DivRem | 0.0100 672 0.0000 > * 0.0000 | 0.00 0.00 0.00 * > 0.00 | - - n/a n/a > SingleSource/UnitTests/2006-12-01- > float_varg | 0.0000 660 0.0000 > * 0.0000 | 0.01 0.00 0.00 * > 0.01 | - - n/a n/a > SingleSource/UnitTests/2006-12-04- > DynAllocAndRestore | 0.0100 480 0.0000 > * 0.0000 | 0.00 0.00 0.00 * > 0.01 | - - n/a n/a > SingleSource/UnitTests/2006-12-07- > Compare64BitConstant | 0.0000 592 0.0000 > * 0.0000 | 0.00 0.00 0.00 * > 0.01 | - - n/a n/a > SingleSource/UnitTests/2006-12-11- > LoadConstants | 0.0400 2704 0.0300 > * 0.0400 | 0.00 0.00 0.00 * > 0.04 | - - n/a n/a > SingleSource/UnitTests/2007-01-04-KNR- > Args | 0.0000 668 0.0000 > * 0.0000 | 0.00 0.00 0.00 * > 0.01 | - - n/a n/a > SingleSource/UnitTests/2007-03-02- > VaCopy | 0.0100 944 0.0100 > * 0.0000 | 0.01 0.00 0.01 * > 0.02 | - - n/a n/a > SingleSource/UnitTests/2007-04-10- > BitfieldTest | 0.0100 604 0.0000 > * 0.0000 | 0.00 0.00 0.00 * > 0.00 | - - n/a n/a > SingleSource/UnitTests/2007-04-25- > weak | 0.0000 512 0.0000 > * 0.0000 | 0.00 0.00 0.00 * > 0.01 | - - n/a n/a > SingleSource/UnitTests/2008-04-18- > LoopBug | 0.0100 1052 0.0000 > * 0.0000 | 0.00 0.00 0.00 * > 0.01 | - - n/a n/a > SingleSource/UnitTests/2008-04-20- > LoopBug2 | 0.0000 1068 0.0100 > * 0.0000 | 0.00 0.00 0.00 * > 0.01 | - - n/a n/a > SingleSource/UnitTests/2008-07-13- > InlineSetjmp | 0.0000 836 0.0000 > * 0.0000 | 0.00 0.00 0.00 * > 0.00 | - - n/a n/a > SingleSource/UnitTests/2009-04-16- > BitfieldInitialization | 0.0100 1900 0.0000 > * 0.0000 | 0.00 * 0.00 * > 0.01 | n/a - n/a n/a > SingleSource/UnitTests/ > AtomicOps | 0.0000 812 > 0.0000 * 0.0000 | 0.00 0.00 0.00 > * 0.00 | - - n/a n/a > SingleSource/UnitTests/ > FloatPrecision | 0.0000 616 > 0.0000 * 0.0000 | 0.00 0.00 0.00 > * 0.01 | - - n/a n/a > SingleSource/UnitTests/SignlessTypes/ > cast | 0.0200 2548 0.0200 > * 0.0300 | 0.03 0.02 0.02 * > 0.06 | - - n/a n/a > SingleSource/UnitTests/SignlessTypes/cast- > bug | 0.0000 632 0.0000 > * 0.0000 | 0.01 0.00 0.00 * > 0.01 | - - n/a n/a > SingleSource/UnitTests/SignlessTypes/ > cast2 | 0.0000 592 0.0000 > * 0.0100 | 0.00 0.00 0.00 * > 0.01 | - - n/a n/a > SingleSource/UnitTests/SignlessTypes/ > ccc | 0.0100 772 0.0100 > * 0.0000 | 0.00 0.00 0.01 * > 0.01 | - - n/a n/a > SingleSource/UnitTests/SignlessTypes/ > div | 0.0000 1340 0.0000 > * 0.0000 | 0.00 0.00 0.00 * > 0.02 | - - n/a n/a > SingleSource/UnitTests/SignlessTypes/ > factor | 0.0000 1008 0.0000 > * 0.0000 | 0.00 0.00 0.00 * > 0.02 | - - n/a n/a > SingleSource/UnitTests/SignlessTypes/ > rem | 0.0400 9136 0.1100 > * 0.1200 | 0.01 0.00 0.00 * > 0.14 | - - n/a n/a > SingleSource/UnitTests/SignlessTypes/ > shr | 0.0199 1448 0.0000 > * 0.0000 | 0.01 0.00 0.00 * > 0.01 | - - n/a n/a > SingleSource/UnitTests/ > StructModifyTest | 0.0000 688 > 0.0000 * 0.0000 | 0.00 0.00 0.00 > * 0.00 | - - n/a n/a > SingleSource/UnitTests/ > TestLoop | 0.0000 680 > 0.0000 * 0.0000 | 0.00 0.00 0.00 > * 0.01 | - - n/a n/a > SingleSource/UnitTests/Threads/ > tls | 0.0000 876 > 0.0000 * * | 0.00 0.01 0.00 > * * | - - n/a n/a > SingleSource/UnitTests/Vector/SSE/ > sse.expandfft | 0.0100 6440 0.0300 > * 0.0300 | 0.61 0.58 0.54 * > 0.60 | 1.05 1.13 n/a n/a > SingleSource/UnitTests/Vector/SSE/ > sse.isamax | 0.0300 3148 0.0200 > * 0.0100 | 0.00 0.00 0.00 * > 0.01 | - - n/a n/a > SingleSource/UnitTests/Vector/SSE/ > sse.shift | 0.0099 828 0.0000 > * 0.0000 | 0.00 0.00 0.00 * > 0.01 | - - n/a n/a > SingleSource/UnitTests/Vector/SSE/ > sse.stepfft | 0.0500 10044 0.0400 > * 0.0600 | 0.63 0.62 0.61 * > 0.64 | 1.02 1.03 n/a n/a > SingleSource/UnitTests/Vector/ > build | 0.0000 828 > 0.0100 * 0.0000 | 0.00 0.00 0.00 > * 0.01 | - - n/a n/a > SingleSource/UnitTests/Vector/ > build2 | 0.0200 1152 > 0.0000 * 0.0100 | 1.95 1.96 1.95 > * 1.93 | 0.99 1.00 n/a n/a > SingleSource/UnitTests/Vector/ > divides | 0.0100 656 > 0.0000 * 0.0100 | 0.00 0.00 0.00 > * 0.01 | - - n/a n/a > SingleSource/UnitTests/Vector/ > multiplies | 0.0100 1744 > 0.0200 * 0.0100 | 2.80 2.81 1.84 > * 1.85 | 1.00 1.52 n/a n/a > SingleSource/UnitTests/Vector/ > simple | 0.0100 1216 > 0.0100 * 0.0100 | 0.00 0.00 0.00 > * 0.01 | - - n/a n/a > SingleSource/UnitTests/Vector/ > sumarray | 0.0100 920 > 0.0000 * 0.0000 | 0.00 0.00 0.00 > * 0.00 | - - n/a n/a > SingleSource/UnitTests/Vector/sumarray- > dbl | 0.0000 976 0.0100 > * 0.0100 | 0.00 0.01 0.00 * > 0.02 | - - n/a n/a > SingleSource/UnitTests/ > printargs | 0.0000 760 > 0.0100 * 0.0000 | 0.00 0.00 0.00 > * 0.01 | - - n/a n/a
Tanya Lattner
2009-Oct-20 18:58 UTC
[LLVMdev] [cfe-dev] 2.6 pre-release2 ready for testing
On Oct 20, 2009, at 5:49 AM, Jay Foad wrote:>> To test clang: >> 1) Compile llvm and clang from source. > > LLVM fails to build for me on Cygwin. I get: >Does TOT build? If not, please file a bug. Unfortunately Cygwin is not in our release criteria. I'd like to have a buildbot running (if there is not one already) and then get someone to qualify it for the release. -Tanya> make[1]: Entering directory `/home/foad/llvm/objdir-2.6/runtime' > make[2]: Entering directory `/home/foad/llvm/objdir-2.6/runtime/ > libprofile' > llvm[2]: Compiling BasicBlockTracing.c for Release build (PIC) > llvm[2]: Compiling BlockProfiling.c for Release build (PIC) > llvm[2]: Compiling CommonProfiling.c for Release build (PIC) > llvm[2]: Compiling EdgeProfiling.c for Release build (PIC) > llvm[2]: Compiling FunctionProfiling.c for Release build (PIC) > llvm[2]: Linking Release Loadable Module profile_rt.dll > /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: > warning: cannot find entry symbol __cygwin_dll_entry at 12; defaulting to > 61ec1000 > /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ > BasicBlockTracing.o:BasicBlockTracing.c:(.text+0x36): > undefined reference to `_free' > /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ > BasicBlockTracing.o:BasicBlockTracing.c:(.text+0xca): > undefined reference to `_malloc' > /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ > BasicBlockTracing.o:BasicBlockTracing.c:(.text+0xe8): > undefined reference to `_atexit' > /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ > BlockProfiling.o:BlockProfiling.c:(.text+0x65): > undefined reference to `_atexit' > /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ > CommonProfiling.o:CommonProfiling.c:(.text+0x76): > undefined reference to `_strdup' > /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ > CommonProfiling.o:CommonProfiling.c:(.text+0x9a): > undefined reference to `_memmove' > /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ > CommonProfiling.o:CommonProfiling.c:(.text+0xe3): > undefined reference to `_memmove' > /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ > CommonProfiling.o:CommonProfiling.c:(.text+0x105): > undefined reference to `_printf' > /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ > CommonProfiling.o:CommonProfiling.c:(.text+0x113): > undefined reference to `_puts' > /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ > CommonProfiling.o:CommonProfiling.c:(.text+0x13c): > undefined reference to `_strlen' > /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ > CommonProfiling.o:CommonProfiling.c:(.text+0x14e): > undefined reference to `_malloc' > /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ > CommonProfiling.o:CommonProfiling.c:(.text+0x182): > undefined reference to `_strlen' > /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ > CommonProfiling.o:CommonProfiling.c:(.text+0x19b): > undefined reference to `_memcpy' > /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ > CommonProfiling.o:CommonProfiling.c:(.text+0x1fb): > undefined reference to `_write' > /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ > CommonProfiling.o:CommonProfiling.c:(.text+0x21a): > undefined reference to `_write' > /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ > CommonProfiling.o:CommonProfiling.c:(.text+0x23b): > undefined reference to `_write' > /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ > CommonProfiling.o:CommonProfiling.c:(.text+0x25e): > undefined reference to `_open' > /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ > CommonProfiling.o:CommonProfiling.c:(.text+0x296): > undefined reference to `_write' > /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ > CommonProfiling.o:CommonProfiling.c:(.text+0x2b5): > undefined reference to `_write' > /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ > CommonProfiling.o:CommonProfiling.c:(.text+0x2d6): > undefined reference to `_write' > /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ > CommonProfiling.o:CommonProfiling.c:(.text+0x30d): > undefined reference to `_write' > /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ > CommonProfiling.o:CommonProfiling.c:(.text+0x332): > undefined reference to `_fprintf' > /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ > CommonProfiling.o:CommonProfiling.c:(.text+0x33e): > undefined reference to `_perror' > /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ > EdgeProfiling.o:EdgeProfiling.c:(.text+0x65): > undefined reference to `_atexit' > /home/foad/llvm/objdir-2.6/runtime/libprofile/Release/ > FunctionProfiling.o:FunctionProfiling.c:(.text+0x65): > undefined reference to `_atexit' > collect2: ld returned 1 exit status > make[2]: *** [/home/foad/llvm/objdir-2.6/Release/lib/profile_rt.dll] > Error 1 > make[2]: Leaving directory `/home/foad/llvm/objdir-2.6/runtime/ > libprofile' > make[1]: *** [libprofile/.makeall] Error 2 > make[1]: Leaving directory `/home/foad/llvm/objdir-2.6/runtime' > make: *** [all] Error 1 > >> When reporting your results, please provide details on what >> platform you compiled on, and how >> you built LLVM (src == obj, or src != obj), clang, and/or llvm-gcc. > > $ uname -a > CYGWIN_NT-5.1 foad-pc 1.5.25(0.156/4/2) 2008-06-12 19:34 i686 Cygwin > > src != obj > > clang > > Thanks, > Jay.
Is there are chance to get http://llvm.org/bugs/show_bug.cgi?id=5081 fixed in 2.6? The affected application did compile with with LLVM 2.5. I haven't yet checked whether TOT fixed this already, however, but will do this if necessary. Thanks, Torvald On Saturday 17 October 2009 20:51:05 Tanya Lattner wrote:> LLVMers, > > 2.6 pre-release2 is ready to be tested by the community. > http://llvm.org/prereleases/2.6/ > > If you have time, I'd appreciate anyone who can help test the release. > > To test llvm-gcc: > > 1) Compile llvm from source and untar the llvm-test in the projects > directory (name it llvm-test or test-suite). Choose to use a pre- > compiled llvm-gcc or re-compile it yourself. > 2) Run make check, report any failures (FAIL or unexpected pass). Note > that you need to reconfigure llvm with llvm-gcc in your path or with -- > with-llvmgccdir > 3) Run "make TEST=nightly report" and send me the report.nightly.txt > > > To test clang: > 1) Compile llvm and clang from source. > 2) Run make check for llvm. > 3) Run make -C tools/clang-2.6 test VERBOSE=1 (report any failures or > unexpected passes) > > When reporting your results, please provide details on what platform > you compiled on, and how > you built LLVM (src == obj, or src != obj), clang, and/or llvm-gcc. > > Please COMPLETE ALL TESTING BY 5pm PDT on October 21st! > > Thanks, > Tanya Lattner >
No. Only things defined as regressions according to this may go in: http://llvm.org/docs/HowToReleaseLLVM.html#release-qualify -Tanya On Oct 21, 2009, at 5:53 AM, Torvald Riegel wrote:> Is there are chance to get http://llvm.org/bugs/show_bug.cgi?id=5081 > fixed in > 2.6? The affected application did compile with with LLVM 2.5. I > haven't yet > checked whether TOT fixed this already, however, but will do this if > necessary. > > Thanks, > Torvald > > On Saturday 17 October 2009 20:51:05 Tanya Lattner wrote: >> LLVMers, >> >> 2.6 pre-release2 is ready to be tested by the community. >> http://llvm.org/prereleases/2.6/ >> >> If you have time, I'd appreciate anyone who can help test the >> release. >> >> To test llvm-gcc: >> >> 1) Compile llvm from source and untar the llvm-test in the projects >> directory (name it llvm-test or test-suite). Choose to use a pre- >> compiled llvm-gcc or re-compile it yourself. >> 2) Run make check, report any failures (FAIL or unexpected pass). >> Note >> that you need to reconfigure llvm with llvm-gcc in your path or >> with -- >> with-llvmgccdir >> 3) Run "make TEST=nightly report" and send me the report.nightly.txt >> >> >> To test clang: >> 1) Compile llvm and clang from source. >> 2) Run make check for llvm. >> 3) Run make -C tools/clang-2.6 test VERBOSE=1 (report any failures >> or >> unexpected passes) >> >> When reporting your results, please provide details on what platform >> you compiled on, and how >> you built LLVM (src == obj, or src != obj), clang, and/or llvm-gcc. >> >> Please COMPLETE ALL TESTING BY 5pm PDT on October 21st! >> >> 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