LLVMers, The 2.2 prerelease is now available for testing: http://llvm.org/prereleases/2.2/ If anyone can help test this release, I ask that you do the following: 1) Build llvm and llvm-gcc (or use a binary). You may build release (default) or debug. You may pick llvm-gcc-4.0, llvm-gcc-4.2, or both. 2) Run 'make check'. 3) In llvm-test, run 'make TEST=nightly report'. 4) When submitting your testing results to the list, please include: - Target - How you built the release (objDir = srcDir? Release? Debug? llvm-gcc binary?) - Which llvm-gcc you used. - make check results (either final totals or log file) - llvm-test results (report.nightly.txt) All prerelease testing must be completed by Feb 1, 2008. The release has been delayed by one week, and I have updated the schedule on the main page. Here is the new schedule: * Jan 24, 2008: First round of pre-release testing begins. * Feb 1, 2008: Pre-release testing ends. * Feb 3, 2008: Second round of pre-release testing begins. * Feb 10, 2008: Pre-release testing ends. * Feb 11, 2008: 2.2 released. Thanks, Tanya Lattner
My test results for the LLVM 2.2 prerelease. === Q. Target == * Mac OS X 10.4.11 * 2 GHz Intel Core 2 Duo * MacBook % uname -a Darwin macbook.local 8.11.1 Darwin Kernel Version 8.11.1: Wed Oct 10 18:23:28 PDT 2007; root:xnu-792.25.20~1/RELEASE_I386 i386 i386 === Q. How you built the release == * objDir != srcDir * Release build * llvm-gcc-4.2 from source (llvm-gcc4.2-2.2.source.tar.gz) === Q. Which llvm-gcc you used. == * llvm-gcc-4.2 from source (llvm-gcc4.2-2.2.source.tar.gz) === Q. make check results (either final totals or log file) == * Attachment (testrun.log) === Q. lvm-test results (report.nightly.txt) == * Attachment (llvm-test-2.2.txt) I also put a detailed build instructions here. http://metareal.jottit.com/llvm-2.2-prerelease Hope this help. 2008/1/25, Tanya M. Lattner <tonic at nondot.org>:> > LLVMers, > > The 2.2 prerelease is now available for testing: > http://llvm.org/prereleases/2.2/ > > If anyone can help test this release, I ask that you do the following: > > 1) Build llvm and llvm-gcc (or use a binary). You may build release > (default) or debug. You may pick llvm-gcc-4.0, llvm-gcc-4.2, or both. > 2) Run 'make check'. > 3) In llvm-test, run 'make TEST=nightly report'. > 4) When submitting your testing results to the list, please include: > - Target > - How you built the release (objDir = srcDir? Release? Debug? > llvm-gcc binary?) > - Which llvm-gcc you used. > - make check results (either final totals or log file) > - llvm-test results (report.nightly.txt) > > All prerelease testing must be completed by Feb 1, 2008. > > The release has been delayed by one week, and I have updated the schedule > on the main page. Here is the new schedule: > * Jan 24, 2008: First round of pre-release testing begins. > * Feb 1, 2008: Pre-release testing ends. > * Feb 3, 2008: Second round of pre-release testing begins. > * Feb 10, 2008: Pre-release testing ends. > * Feb 11, 2008: 2.2 released. > > 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 -------------- A non-text attachment was scrubbed... Name: logs.tar.gz Type: application/x-gzip Size: 65588 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080126/c2af45bc/attachment.bin>
Target: FreeBSD 7.0-RC1 on amd64. autoconf says: configure:2122: checking build system type configure:2140: result: x86_64-unknown-freebsd7.0 [...] configure:2721: gcc -v >&5 Using built-in specs. Target: amd64-undermydesk-freebsd Configured with: FreeBSD/amd64 system compiler Thread model: posix gcc version 4.2.1 20070719 [FreeBSD] [...] objdir != srcdir, for both llvm and gcc. Release build (I tried a Debug+Checks but it blew up in the xgcc stage). llvm-gcc 4.2 from source. I did: $ cd /home/llvm $ mkdir obj-llvm $ cd obj-llvm $ ../llvm-2.2/configure --prefix=/home/llvm/local $ gmake $ cd .. $ mkdir obj-gcc $ cd obj-gcc $ ../llvm-gcc4.2-2.2.source/configure --prefix=/home/llvm/local \ --enable-llvm=/home/llvm/obj-llvm --program-prefix=llvm- \ --enable-languages=c,c++ --disable-shared # ^^ shared libraries not happy on amd64 yet? $ gmake $ gmake install $ cd ../obj-llvm $ ../llvm-2.2/configure --with-llvmgccdir=/home/llvm/local \ --prefix=/home/llvm/local $ gmake $ gmake check [...] === Summary == # of expected passes 2519 # of unexpected failures 1 # of expected failures 7 gmake[1]: *** [check-local] Error 1 The unexpected failure was: Running /home/llvm/llvm-2.2/test/CFrontend/dg.exp ... FAIL: /home/llvm/llvm-2.2/test/CFrontend/2007-09-12-PragmaPack.c Failed with exit(1) at line 1 while running: /home/llvm/local/bin/llvm-gcc -emit-llvm -O3 -S -o - /home/llvm/llvm-2.2/test/CFrontend/2007-09-12-PragmaPack.c | grep {26} child process exited abnormally Running /home/llvm/llvm-2.2/test/CodeGen/ARM/dg.exp ... $ cd ../llvm-test-2.2 $ ./configure --prefix=/home/llvm/local \ --with-llvmsrc=/home/llvm/llvm-2.2 --with-llvmobj=/home/llvm/obj-llvm $ gmake TEST=nightly report The report.nightly.txt is attached. I had to manually kill minisat after it burned >20mins CPU time. Reid and I fixed time limits in RunSafely.sh 1.31 (back in the CVS days) but the change does not appear in the llvm-test tarball. Reid's commit was: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070514/049803.html --Emil -------------- next part -------------- Program | GCCAS Bytecode LLC compile LLC-BETA compile JIT codegen | GCC CBE LLC LLC-BETA JIT | GCC/CBE GCC/LLC GCC/LLC-BETA LLC/LLC-BETA MultiSource/Applications/Burg/burg | 0.4492 196400 0.6336 * * | 0.00 0.00 0.00 * * | - - n/a n/a MultiSource/Applications/JM/ldecod/ldecod | 1.9749 1065976 2.6512 * * | 0.10 0.10 0.10 * * | 1.00 1.00 n/a n/a MultiSource/Applications/JM/lencod/lencod | 12.7787 2280104 6.1122 * 5.3316 | 12.08 14.05 14.35 * 20.20 | 0.86 0.84 n/a n/a MultiSource/Applications/SIBsim4/SIBsim4 | 0.4284 140088 0.3968 * 0.3936 | 3.89 4.71 4.88 * 5.69 | 0.83 0.80 n/a n/a MultiSource/Applications/SPASS/SPASS | 5.5661 2151136 * * * | 19.83 * * * * | n/a n/a n/a n/a MultiSource/Applications/aha/aha | 0.0601 10352 0.0465 * 0.0246 | 2.97 3.09 3.55 * 3.82 | 0.96 0.84 n/a n/a MultiSource/Applications/d/make_dparser | 1.1136 472512 0.8881 * 0.7647 | 0.05 0.05 0.05 * 0.98 | - - n/a n/a MultiSource/Applications/hbd/hbd | 0.2310 121284 0.3221 * * | 0.00 0.00 0.00 * * | - - n/a n/a MultiSource/Applications/hexxagon/hexxagon | 0.1045 46812 0.1174 * 0.0960 | 11.23 9.02 9.35 * 10.37 | 1.25 1.20 n/a n/a MultiSource/Applications/kimwitu++/kc | 5.0687 2890268 5.9624 * * | 0.69 0.72 0.71 * * | 0.96 0.97 n/a n/a MultiSource/Applications/lambda-0.1.3/lambda | 0.2713 113344 0.3009 * 0.2241 | 5.77 5.69 5.93 * 6.38 | 1.01 0.97 n/a n/a MultiSource/Applications/minisat/minisat | 0.2043 80564 * * * | 15.01 * * * * | n/a n/a n/a n/a MultiSource/Applications/oggenc/oggenc | 1.0836 967944 * * * | 0.17 * * * * | n/a n/a n/a n/a MultiSource/Applications/sgefa/sgefa | 0.0960 22072 0.0732 * 0.0670 | 0.85 0.86 0.97 * 1.09 | 0.99 0.88 n/a n/a MultiSource/Applications/siod/siod | 0.7293 588356 1.8181 * 0.9380 | 3.73 3.75 4.11 * 5.29 | 0.99 0.91 n/a n/a MultiSource/Applications/spiff/spiff | 0.1594 71120 0.2198 * 0.2990 | 16.47 16.56 16.41 * 17.65 | 0.99 1.00 n/a n/a MultiSource/Applications/treecc/treecc | 0.5574 381660 1.0266 * 0.2860 | 0.00 0.00 0.00 * 0.32 | - - n/a n/a MultiSource/Applications/viterbi/viterbi | 0.0217 7144 0.0361 * 0.0188 | 16.62 15.39 16.72 * 15.80 | 1.08 0.99 n/a n/a MultiSource/Benchmarks/ASCI_Purple/SMG2000/smg2000 | 1.6765 656504 2.1414 * 1.8888 | 7.45 7.88 7.76 * 9.69 | 0.95 0.96 n/a n/a MultiSource/Benchmarks/Fhourstones-3.1/fhourstones3.1 | 0.0464 11496 0.0336 * 0.0261 | 1.68 1.46 1.69 * 1.81 | 1.15 0.99 n/a n/a MultiSource/Benchmarks/Fhourstones/fhourstones | 0.0336 16336 0.0684 * * | 1.78 1.88 1.96 * * | 0.95 0.91 n/a n/a MultiSource/Benchmarks/FreeBench/analyzer/analyzer | 0.0667 13624 0.0463 * 0.0670 | 0.16 0.13 0.11 * 0.18 | 1.23 1.45 n/a n/a MultiSource/Benchmarks/FreeBench/distray/distray | 0.0259 14616 0.0295 * 0.0389 | 0.18 0.22 0.18 * 0.23 | 0.82 1.00 n/a n/a MultiSource/Benchmarks/FreeBench/fourinarow/fourinarow | 0.0654 26288 0.0919 * 0.0671 | 0.38 0.34 0.45 * 0.52 | 1.12 0.84 n/a n/a MultiSource/Benchmarks/FreeBench/mason/mason | 0.0276 17624 0.0550 * 0.0279 | 0.37 0.24 0.36 * 0.43 | 1.54 1.03 n/a n/a MultiSource/Benchmarks/FreeBench/neural/neural | 0.0359 12508 0.0577 * 0.0791 | 0.21 0.22 0.31 * 0.40 | 0.95 0.68 n/a n/a MultiSource/Benchmarks/FreeBench/pcompress2/pcompress2 | 0.0356 15984 0.0368 * 0.0378 | 0.18 0.18 0.25 * 0.30 | 1.00 0.72 n/a n/a MultiSource/Benchmarks/FreeBench/pifft/pifft | 0.2453 108136 0.3457 * 0.3626 | 0.16 0.17 0.19 * 0.58 | 0.94 0.84 n/a n/a MultiSource/Benchmarks/MallocBench/cfrac/cfrac | 0.2230 117376 0.2953 * * | 0.00 0.00 0.00 * 0.17 | - - n/a n/a MultiSource/Benchmarks/MallocBench/espresso/espresso | 1.0017 624952 1.5519 * 0.9932 | 0.55 0.58 0.55 * 1.68 | 0.95 1.00 n/a n/a MultiSource/Benchmarks/MallocBench/gs/gs | 0.9774 544072 1.1667 * * | 0.00 0.00 0.00 * 0.30 | - - n/a n/a MultiSource/Benchmarks/McCat/01-qbsort/qbsort | 0.0097 4412 0.0272 * 0.0124 | 0.11 0.11 0.10 * 0.13 | 1.00 1.10 n/a n/a MultiSource/Benchmarks/McCat/03-testtrie/testtrie | 0.0144 5880 0.0165 * 0.0173 | 0.01 0.01 0.01 * 0.03 | - - n/a n/a MultiSource/Benchmarks/McCat/04-bisect/bisect | 0.0123 5484 0.0248 * 0.0128 | 0.10 0.16 0.11 * 0.14 | 0.62 0.91 n/a n/a MultiSource/Benchmarks/McCat/05-eks/eks | 0.1035 10192 0.0294 * 0.0285 | 0.00 0.00 0.00 * 0.04 | - - n/a n/a MultiSource/Benchmarks/McCat/08-main/main | 0.0948 21176 0.0691 * 0.0522 | 0.05 0.05 0.04 * 0.11 | - - n/a n/a MultiSource/Benchmarks/McCat/09-vor/vor | 0.0739 48980 0.0719 * 0.0704 | 0.16 0.16 0.17 * 0.29 | 1.00 0.94 n/a n/a MultiSource/Benchmarks/McCat/12-IOtest/iotest | 0.0144 3188 0.0069 * 0.0068 | 0.47 0.25 0.24 * 0.27 | 1.88 1.96 n/a n/a MultiSource/Benchmarks/McCat/15-trie/trie | 0.0250 4544 0.0136 * 0.0186 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a MultiSource/Benchmarks/McCat/17-bintr/bintr | 0.0138 6512 0.0160 * 0.0167 | 0.23 0.23 0.24 * 0.28 | 1.00 0.96 n/a n/a MultiSource/Benchmarks/McCat/18-imp/imp | 0.0670 33052 0.1002 * 0.0880 | 0.08 0.08 0.11 * 0.20 | - - n/a n/a MultiSource/Benchmarks/MiBench/automotive-basicmath/automotive-basicmath | 0.0120 6020 0.0186 * 0.0310 | 0.46 0.48 0.48 * 0.50 | 0.96 0.96 n/a n/a MultiSource/Benchmarks/MiBench/automotive-bitcount/automotive-bitcount | 0.0148 4356 0.0101 * 0.0099 | 0.12 0.12 0.14 * 0.18 | 1.00 0.86 n/a n/a MultiSource/Benchmarks/MiBench/automotive-susan/automotive-susan | 0.2282 101036 0.2903 * 0.2392 | 0.10 0.10 0.14 * 0.38 | 1.00 0.71 n/a n/a MultiSource/Benchmarks/MiBench/consumer-jpeg/consumer-jpeg | 0.9376 319644 0.6452 * 0.2866 | 0.01 0.01 0.01 * 0.33 | - - n/a n/a MultiSource/Benchmarks/MiBench/consumer-lame/consumer-lame | 0.9272 469272 0.9332 * * | 0.29 0.34 0.33 * * | 0.85 0.88 n/a n/a MultiSource/Benchmarks/MiBench/consumer-typeset/consumer-typeset | 5.1209 2211820 4.9466 * * | 0.21 0.21 0.21 * * | 1.00 1.00 n/a n/a MultiSource/Benchmarks/MiBench/network-dijkstra/network-dijkstra | 0.0069 3628 0.0170 * 0.0101 | 0.07 0.05 0.05 * 0.09 | - - n/a n/a MultiSource/Benchmarks/MiBench/network-patricia/network-patricia | 0.0151 5604 0.0151 * 0.0148 | 0.12 0.11 0.12 * 0.16 | 1.09 1.00 n/a n/a MultiSource/Benchmarks/MiBench/office-ispell/office-ispell | 0.6083 211564 0.5498 * 0.1657 | 0.00 0.00 0.00 * 0.18 | - - n/a n/a MultiSource/Benchmarks/MiBench/office-stringsearch/office-stringsearch | 0.0205 13680 0.0049 * 0.0050 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a MultiSource/Benchmarks/MiBench/security-blowfish/security-blowfish | 0.1433 48772 0.1493 * 0.0900 | 0.00 0.00 0.00 * 0.10 | - - n/a n/a MultiSource/Benchmarks/MiBench/security-rijndael/security-rijndael | 0.2844 75888 * * * | 0.06 * * * * | n/a n/a n/a n/a MultiSource/Benchmarks/MiBench/security-sha/security-sha | 0.0107 5140 0.0120 * * | 0.02 0.02 0.02 * * | - - n/a n/a MultiSource/Benchmarks/MiBench/telecomm-CRC32/telecomm-CRC32 | 0.0048 3748 0.0137 * 0.0046 | 0.16 0.15 0.14 * 0.15 | 1.07 1.14 n/a n/a MultiSource/Benchmarks/MiBench/telecomm-FFT/telecomm-fft | 0.0136 6284 0.0161 * 0.0162 | 0.06 0.06 0.06 * 0.14 | - - n/a n/a MultiSource/Benchmarks/MiBench/telecomm-adpcm/telecomm-adpcm | 0.0069 2704 0.0043 * 0.0043 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a MultiSource/Benchmarks/MiBench/telecomm-gsm/telecomm-gsm | 0.2641 115148 0.1793 * 0.1374 | 0.20 0.26 0.28 * 0.44 | 0.77 0.71 n/a n/a MultiSource/Benchmarks/Olden/bh/bh | 0.0653 25364 0.0964 * 0.0960 | 1.86 1.80 1.90 * 2.01 | 1.03 0.98 n/a n/a MultiSource/Benchmarks/Olden/bisort/bisort | 0.0130 7160 0.0227 * 0.0289 | 0.84 0.88 0.87 * 0.92 | 0.95 0.97 n/a n/a MultiSource/Benchmarks/Olden/em3d/em3d | 0.0341 7960 0.0224 * 0.0234 | 7.26 4.79 7.32 * 7.30 | 1.52 0.99 n/a n/a MultiSource/Benchmarks/Olden/health/health | 0.0195 10280 0.0213 * 0.0227 | 0.61 0.61 0.61 * 0.69 | 1.00 1.00 n/a n/a MultiSource/Benchmarks/Olden/mst/mst | 0.0190 6096 0.0172 * 0.0297 | 0.25 0.24 0.25 * 0.29 | 1.04 1.00 n/a n/a MultiSource/Benchmarks/Olden/perimeter/perimeter | 0.0137 9568 0.0303 * 0.0325 | 0.26 0.31 0.37 * 0.42 | 0.84 0.70 n/a n/a MultiSource/Benchmarks/Olden/power/power | 0.0220 12132 0.0251 * 0.0250 | 2.22 1.88 1.71 * 1.81 | 1.18 1.30 n/a n/a MultiSource/Benchmarks/Olden/treeadd/treeadd | 0.0039 2628 0.0084 * 0.0146 | 6.70 10.01 6.05 * 6.22 | 0.67 1.11 n/a n/a MultiSource/Benchmarks/Olden/tsp/tsp | 0.0478 10948 0.0231 * 0.0392 | 1.61 1.66 1.61 * 1.53 | 0.97 1.00 n/a n/a MultiSource/Benchmarks/Olden/voronoi/voronoi | 0.1340 36656 0.0553 * 0.0900 | 0.43 0.46 0.45 * 0.53 | 0.93 0.96 n/a n/a MultiSource/Benchmarks/OptimizerEval/optimizer-eval | 0.1062 40584 0.1009 * 0.1070 | 74.02 90.27 87.70 * 86.42 | 0.82 0.84 n/a n/a MultiSource/Benchmarks/Prolangs-C++/NP/np | 0.0018 1196 0.0017 * 0.0017 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/city/city | 0.1095 31020 0.0482 * * | 0.01 0.01 0.01 * * | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/deriv1/deriv1 | 0.0161 10656 0.0189 * 0.0152 | 0.00 0.00 0.00 * 0.03 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/deriv2/deriv2 | 0.0246 12936 0.0518 * 0.0227 | 0.00 0.00 0.00 * 0.03 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/employ/employ | 0.0420 16424 0.0352 * 0.0150 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/family/family | 0.0101 4156 0.0068 * 0.0065 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/fsm/fsm | 0.0128 2412 0.0041 * 0.0042 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/garage/garage | 0.0209 7088 0.0150 * 0.0151 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/life/life | 0.0166 7512 0.0155 * 0.0153 | 1.73 1.74 2.02 * 2.17 | 0.99 0.86 n/a n/a MultiSource/Benchmarks/Prolangs-C++/objects/objects | 0.0314 13592 0.0626 * 0.0063 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/ocean/ocean | 0.0469 13952 0.0494 * 0.0204 | 0.10 0.10 0.09 * 0.14 | 1.00 - n/a n/a MultiSource/Benchmarks/Prolangs-C++/office/office | 0.0085 5936 0.0084 * 0.0085 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/primes/primes | 0.0044 1748 0.0030 * 0.0031 | 1.05 1.06 1.05 * 1.05 | 0.99 1.00 n/a n/a MultiSource/Benchmarks/Prolangs-C++/shapes/shapes | 0.0296 17348 0.0401 * 0.0288 | 0.00 0.00 0.00 * 0.04 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/simul/simul | 0.0269 4864 0.0118 * 0.0062 | 0.01 0.01 0.01 * 0.02 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/trees/trees | 0.0720 15932 0.0239 * 0.0184 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/vcirc/vcirc | 0.0068 2164 0.0032 * 0.0031 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/TimberWolfMC/timberwolfmc | 1.3468 795448 2.0855 * 0.4500 | 0.00 0.00 0.00 * 0.48 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/agrep/agrep | 0.2852 147816 0.3477 * 0.1382 | 0.00 0.00 0.00 * 0.16 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/allroots/allroots | 0.0098 4808 0.0128 * 0.0129 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/assembler/assembler | 0.1156 83448 0.2455 * 0.2083 | 0.00 0.00 0.00 * 0.21 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/bison/mybison | 0.3710 252140 0.8874 * 0.9667 | 0.01 0.01 0.01 * 1.02 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/cdecl/cdecl | 0.0927 67596 0.3124 * 0.3372 | 0.00 0.00 0.00 * 0.35 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/compiler/compiler | 0.1279 66256 0.2450 * 0.0426 | 0.00 0.00 0.00 * 0.05 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/fixoutput/fixoutput | 0.0092 7752 0.0363 * 0.0368 | 0.00 0.00 0.00 * 0.03 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/football/football | 0.2766 101836 0.3663 * 0.0242 | 0.00 0.00 0.00 * 0.03 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/gnugo/gnugo | 0.1633 52472 0.1853 * 0.0983 | 0.00 0.00 0.00 * 0.10 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/loader/loader | 0.0970 33560 0.1300 * 0.0705 | 0.00 0.00 0.00 * 0.07 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/simulator/simulator | 0.1980 93452 0.2335 * 0.0254 | 0.00 0.00 0.00 * 0.03 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/unix-smail/unix-smail | 0.1227 58408 0.1964 * 0.2276 | 0.00 0.00 0.00 * 0.23 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/unix-tbl/unix-tbl | 0.2626 114472 0.3283 * 0.1569 | 0.00 0.00 0.00 * 0.17 | - - n/a n/a MultiSource/Benchmarks/Ptrdist/anagram/anagram | 0.0231 10984 0.0317 * 0.0236 | 1.29 1.50 1.31 * 1.44 | 0.86 0.98 n/a n/a MultiSource/Benchmarks/Ptrdist/bc/bc | 0.2612 159780 0.4587 * 0.4534 | 0.65 0.67 0.67 * 1.18 | 0.97 0.97 n/a n/a MultiSource/Benchmarks/Ptrdist/ft/ft | 0.0347 11568 0.0226 * 0.0227 | 1.11 1.10 1.10 * 1.14 | 1.01 1.01 n/a n/a MultiSource/Benchmarks/Ptrdist/ks/ks | 0.0274 14764 0.0567 * 0.0354 | 2.10 2.00 2.21 * 2.49 | 1.05 0.95 n/a n/a MultiSource/Benchmarks/Ptrdist/yacr2/yacr2 | 0.1652 54748 0.2541 * 0.1886 | 1.08 1.22 1.95 * 2.08 | 0.89 0.55 n/a n/a MultiSource/Benchmarks/SciMark2-C/scimark2 | 0.0514 24984 0.0647 * 0.1107 | 29.15 31.05 30.33 * 31.97 | 0.94 0.96 n/a n/a MultiSource/Benchmarks/llubenchmark/llu | 0.0078 4696 0.0136 * 0.0133 | 9.80 9.75 10.58 * 10.64 | 1.01 0.93 n/a n/a MultiSource/Benchmarks/mediabench/adpcm/rawcaudio/rawcaudio | 0.0067 3028 0.0060 * 0.0058 | 0.01 0.01 0.01 * 0.02 | - - n/a n/a MultiSource/Benchmarks/mediabench/adpcm/rawdaudio/rawdaudio | 0.0071 2704 0.0044 * 0.0042 | 0.01 0.00 0.00 * 0.01 | - - n/a n/a MultiSource/Benchmarks/mediabench/g721/g721encode/encode | 0.1000 19160 0.0391 * 0.0291 | 0.06 0.05 0.07 * 0.11 | - - n/a n/a MultiSource/Benchmarks/mediabench/gsm/toast/toast | 0.2398 115152 0.1802 * 0.1443 | 0.02 0.03 0.03 * 0.20 | - - n/a n/a MultiSource/Benchmarks/mediabench/jpeg/jpeg-6a/cjpeg | 0.9615 247312 0.5537 * 0.3650 | 0.00 0.00 0.00 * 0.40 | - - n/a n/a MultiSource/Benchmarks/mediabench/mpeg2/mpeg2dec/mpeg2decode | 0.3530 146604 0.4079 * * | 0.03 0.02 0.03 * * | - - n/a n/a MultiSource/Benchmarks/sim/sim | 0.1195 48036 0.1928 * 0.1948 | 5.32 7.00 5.98 * 6.15 | 0.76 0.89 n/a n/a MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4 | 6.7694 3056044 * * * | 14.26 * * * * | n/a n/a n/a n/a SingleSource/Benchmarks/CoyoteBench/almabench | 0.0097 11452 0.0131 * 0.0145 | 15.70 15.09 15.29 * 15.71 | 1.04 1.03 n/a n/a SingleSource/Benchmarks/CoyoteBench/fftbench | 0.0477 22108 0.0412 * 0.0726 | 18.13 18.68 17.81 * 17.96 | 0.97 1.02 n/a n/a SingleSource/Benchmarks/CoyoteBench/huffbench | 0.0168 7460 0.0210 * 0.0209 | 21.96 26.96 30.93 * 32.13 | 0.81 0.71 n/a n/a SingleSource/Benchmarks/CoyoteBench/lpbench | 0.0136 5392 0.0130 * 0.0125 | 11.54 12.36 12.05 * 12.19 | 0.93 0.96 n/a n/a SingleSource/Benchmarks/Dhrystone/dry | 0.0098 1184 0.0024 * 0.0024 | 2.28 0.21 0.35 * 0.43 | 10.86 6.51 n/a n/a SingleSource/Benchmarks/Dhrystone/fldry | 0.0096 1360 0.0028 * 0.0027 | 3.02 1.42 1.85 * 1.82 | 2.13 1.63 n/a n/a SingleSource/Benchmarks/McGill/chomp | 0.0266 7728 0.0329 * 0.0224 | 1.21 1.17 1.18 * 1.23 | 1.03 1.03 n/a n/a SingleSource/Benchmarks/McGill/exptree | 0.0162 6744 0.0179 * 0.0179 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/Benchmarks/McGill/misr | 0.0110 3772 0.0081 * 0.0079 | 0.35 0.31 0.32 * 0.41 | 1.13 1.09 n/a n/a SingleSource/Benchmarks/McGill/queens | 0.0096 6040 0.0146 * 0.0149 | 2.49 2.07 1.95 * 2.28 | 1.20 1.28 n/a n/a SingleSource/Benchmarks/Misc-C++/bigfib | 0.1223 29588 0.0539 * 0.0627 | 2.84 * 2.89 * 2.90 | n/a 0.98 n/a n/a SingleSource/Benchmarks/Misc-C++/mandel-text | 0.0071 3224 0.0075 * 0.0074 | 2.07 3.25 2.01 * 2.04 | 0.64 1.03 n/a n/a SingleSource/Benchmarks/Misc-C++/oopack_v1p8 | 0.0890 12816 0.0327 * 0.0247 | 0.23 0.34 0.28 * 0.34 | 0.68 0.82 n/a n/a SingleSource/Benchmarks/Misc-C++/ray | 0.0451 17532 0.0266 * 0.0240 | 7.02 7.85 5.15 * 5.32 | 0.89 1.36 n/a n/a SingleSource/Benchmarks/Misc-C++/sphereflake | 0.0325 12352 0.0225 * 0.0228 | 3.59 8.39 4.20 * 4.64 | 0.43 0.85 n/a n/a SingleSource/Benchmarks/Misc-C++/stepanov_v1p2 | 0.1117 9672 0.0226 * 0.0230 | 9.26 15.67 9.27 * 9.50 | 0.59 1.00 n/a n/a SingleSource/Benchmarks/Misc/ReedSolomon | 0.0525 14536 0.0292 * 0.0372 | 9.34 10.16 10.85 * 10.99 | 0.92 0.86 n/a n/a SingleSource/Benchmarks/Misc/flops | 0.0169 11008 0.0242 * 0.0319 | 8.45 8.37 9.27 * 10.51 | 1.01 0.91 n/a n/a SingleSource/Benchmarks/Misc/mandel | 0.0035 1476 0.0032 * 0.0030 | 0.95 1.31 1.13 * 1.13 | 0.73 0.84 n/a n/a SingleSource/Benchmarks/Misc/oourafft | * * * * * | 0.00 * * * * | n/a n/a n/a n/a SingleSource/Benchmarks/Misc/pi | 0.0022 1220 0.0026 * 0.0025 | 0.94 0.90 0.92 * 0.94 | 1.04 1.02 n/a n/a SingleSource/Benchmarks/Misc/richards_benchmark | 0.0208 8100 0.0154 * 0.0156 | 1.18 1.24 1.36 * 1.60 | 0.95 0.87 n/a n/a SingleSource/Benchmarks/Misc/whetstone | 0.0221 4748 0.0150 * 0.0159 | 0.95 0.92 1.11 * 1.13 | 1.03 0.86 n/a n/a SingleSource/Benchmarks/Shootout-C++/ackermann | 0.0041 3420 0.0051 * 0.0055 | 1.42 1.54 2.13 * 2.41 | 0.92 0.67 n/a n/a SingleSource/Benchmarks/Shootout-C++/ary | 0.0191 4588 0.0085 * 0.0089 | 0.12 0.14 0.12 * 0.14 | 0.86 1.00 n/a n/a SingleSource/Benchmarks/Shootout-C++/ary2 | 0.0619 5652 0.0094 * 0.0169 | 0.12 0.13 0.12 * 0.13 | 0.92 1.00 n/a n/a SingleSource/Benchmarks/Shootout-C++/ary3 | 0.0195 4860 0.0156 * 0.0099 | 4.48 5.18 4.80 * 4.82 | 0.86 0.93 n/a n/a SingleSource/Benchmarks/Shootout-C++/except | 0.0062 4420 * * * | 6.15 * * * * | n/a n/a n/a n/a SingleSource/Benchmarks/Shootout-C++/fibo | 0.0040 3180 0.0045 * 0.0123 | 2.57 2.84 3.12 * 3.85 | 0.90 0.82 n/a n/a SingleSource/Benchmarks/Shootout-C++/hash | 0.0587 13216 0.0245 * 0.0254 | 0.78 0.93 0.79 * 0.82 | 0.84 0.99 n/a n/a SingleSource/Benchmarks/Shootout-C++/hash2 | 0.1044 16752 0.0321 * 0.0404 | 5.01 12.03 5.86 * 5.96 | 0.42 0.85 n/a n/a SingleSource/Benchmarks/Shootout-C++/heapsort | 0.0229 3928 0.0068 * 0.0073 | 4.13 6.41 4.80 * 4.84 | 0.64 0.86 n/a n/a SingleSource/Benchmarks/Shootout-C++/hello | 0.0026 2664 0.0020 * 0.0021 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Benchmarks/Shootout-C++/lists | 0.0673 9048 0.0162 * 0.0323 | 7.78 7.77 7.77 * 8.11 | 1.00 1.00 n/a n/a SingleSource/Benchmarks/Shootout-C++/lists1 | 0.0979 11732 0.0244 * 0.0250 | 0.39 0.39 0.39 * 0.43 | 1.00 1.00 n/a n/a SingleSource/Benchmarks/Shootout-C++/matrix | 0.0113 5456 0.0101 * 0.0176 | 4.49 4.52 4.95 * 5.00 | 0.99 0.91 n/a n/a SingleSource/Benchmarks/Shootout-C++/methcall | 0.0084 5260 0.0082 * 0.0077 | 5.59 5.95 5.92 * 8.08 | 0.94 0.94 n/a n/a SingleSource/Benchmarks/Shootout-C++/moments | 0.0974 11548 0.0254 * 0.0188 | 0.20 0.22 0.21 * 0.25 | 0.91 0.95 n/a n/a SingleSource/Benchmarks/Shootout-C++/nestedloop | 0.0052 3424 0.0047 * 0.0049 | 7.93 0.00 0.24 * 0.33 | - 33.04 n/a n/a SingleSource/Benchmarks/Shootout-C++/objinst | 0.0091 6212 0.0104 * 0.0176 | 12.98 13.04 13.40 * 8.40 | 1.00 0.97 n/a n/a SingleSource/Benchmarks/Shootout-C++/random | 0.0047 3044 0.0036 * 0.0035 | 2.56 2.55 2.70 * 2.71 | 1.00 0.95 n/a n/a SingleSource/Benchmarks/Shootout-C++/reversefile | 0.0439 13628 0.0328 * 0.0253 | 0.00 0.00 0.00 * 0.06 | - - n/a n/a SingleSource/Benchmarks/Shootout-C++/sieve | 0.0375 7400 0.0130 * 0.0138 | 4.82 4.78 4.86 * 5.01 | 1.01 0.99 n/a n/a SingleSource/Benchmarks/Shootout-C++/spellcheck | 0.0432 14212 0.0253 * 0.0253 | 0.00 0.00 0.00 * 0.03 | - - n/a n/a SingleSource/Benchmarks/Shootout-C++/strcat | 0.0038 3428 0.0054 * 0.0058 | 0.18 0.22 0.23 * 0.24 | 0.82 0.78 n/a n/a SingleSource/Benchmarks/Shootout-C++/sumcol | 0.0032 3304 0.0037 * 0.0038 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Benchmarks/Shootout-C++/wc | 0.0044 3616 0.0053 * 0.0052 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Benchmarks/Shootout-C++/wordfreq | 0.0902 26332 0.0541 * 0.0190 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/Benchmarks/Shootout/ackermann | 0.0022 1364 0.0044 * 0.0044 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Benchmarks/Shootout/ary3 | 0.0024 1200 0.0033 * 0.0031 | 4.69 4.99 5.12 * 4.97 | 0.94 0.92 n/a n/a SingleSource/Benchmarks/Shootout/fib2 | 0.0101 1252 0.0038 * 0.0036 | 2.52 2.84 3.12 * 3.85 | 0.89 0.81 n/a n/a SingleSource/Benchmarks/Shootout/hash | 0.0115 3968 0.0157 * 0.0094 | 6.25 6.21 6.30 * 6.08 | 1.01 0.99 n/a n/a SingleSource/Benchmarks/Shootout/heapsort | 0.0047 2448 0.0055 * 0.0051 | 4.14 7.62 4.58 * 4.90 | 0.54 0.90 n/a n/a SingleSource/Benchmarks/Shootout/hello | 0.0007 560 0.0009 * 0.0010 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Benchmarks/Shootout/lists | 0.0138 4428 0.0100 * 0.0096 | 5.90 6.13 6.66 * 7.73 | 0.96 0.89 n/a n/a SingleSource/Benchmarks/Shootout/matrix | 0.0109 4344 0.0093 * 0.0094 | 2.19 4.65 6.92 * 7.04 | 0.47 0.32 n/a n/a SingleSource/Benchmarks/Shootout/methcall | 0.0048 1896 0.0052 * 0.0058 | 4.20 4.03 4.56 * 6.18 | 1.04 0.92 n/a n/a SingleSource/Benchmarks/Shootout/nestedloop | 0.0035 1332 0.0038 * 0.0036 | 7.93 0.00 0.24 * 0.33 | - 33.04 n/a n/a SingleSource/Benchmarks/Shootout/objinst | 0.0186 3032 0.0098 * 0.0102 | 11.15 11.07 11.00 * 7.01 | 1.01 1.01 n/a n/a SingleSource/Benchmarks/Shootout/random | 0.0019 832 0.0022 * 0.0020 | 2.56 2.56 2.70 * 2.71 | 1.00 0.95 n/a n/a SingleSource/Benchmarks/Shootout/sieve | 0.0027 1220 0.0029 * 0.0029 | 8.58 8.18 8.10 * 8.72 | 1.05 1.06 n/a n/a SingleSource/Benchmarks/Shootout/strcat | 0.0019 1340 0.0036 * 0.0035 | 0.28 0.29 0.28 * 0.29 | 0.97 1.00 n/a n/a SingleSource/Benchmarks/Stanford/Bubblesort | 0.0046 1708 0.0034 * 0.0033 | 0.04 0.04 0.06 * 0.06 | - - n/a n/a SingleSource/Benchmarks/Stanford/IntMM | 0.0054 1556 0.0050 * 0.0053 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Benchmarks/Stanford/Oscar | 0.0114 3764 0.0101 * 0.0095 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/Benchmarks/Stanford/Perm | 0.0054 3512 0.0167 * 0.0086 | 0.02 0.02 0.03 * 0.04 | - - n/a n/a SingleSource/Benchmarks/Stanford/Puzzle | 0.0312 5464 0.0099 * 0.0098 | 0.21 0.19 0.21 * 0.25 | 1.11 1.00 n/a n/a SingleSource/Benchmarks/Stanford/Queens | 0.0062 2128 0.0065 * 0.0106 | 0.03 0.04 0.04 * 0.05 | - - n/a n/a SingleSource/Benchmarks/Stanford/Quicksort | 0.0059 2176 0.0052 * 0.0050 | 0.03 0.03 0.03 * 0.05 | - - n/a n/a SingleSource/Benchmarks/Stanford/RealMM | 0.0053 1596 0.0052 * 0.0054 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Benchmarks/Stanford/Towers | 0.0084 8096 0.0172 * 0.0177 | 0.01 0.01 0.02 * 0.05 | - - n/a n/a SingleSource/Benchmarks/Stanford/Treesort | 0.0067 2468 0.0058 * 0.0057 | 0.07 0.06 0.07 * 0.09 | - - n/a n/a SingleSource/Regression/C++/2003-05-14-array-init | 0.0007 552 0.0011 * 0.0011 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C++/2003-05-14-expr_stmt | 0.0009 476 0.0006 * 0.0006 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C++/2003-06-08-BaseType | 0.0020 488 0.0006 * 0.0006 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C++/2003-06-08-VirtualFunctions | 0.0026 612 0.0006 * 0.0006 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C++/2003-06-13-Crasher | 0.0017 448 0.0006 * 0.0006 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C++/2003-08-20-EnumSizeProblem | 0.0009 448 0.0006 * 0.0007 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C++/2003-09-29-NonPODsByValue | 0.0017 716 0.0010 * 0.0011 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C++/BuiltinTypeInfo | 0.0011 720 0.0011 * 0.0011 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C++/EH/ConditionalExpr | 0.0037 1080 0.0038 * 0.0041 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C++/EH/ctor_dtor_count | 0.0026 1024 * * * | 0.00 * * * * | n/a n/a n/a n/a SingleSource/Regression/C++/EH/ctor_dtor_count-2 | 0.0034 2076 * * * | 0.00 * * * * | n/a n/a n/a n/a SingleSource/Regression/C++/EH/dead_try_block | 0.0009 536 0.0009 * 0.0009 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C++/EH/exception_spec_test | 0.0033 2500 * * * | 0.00 * * * * | n/a n/a n/a n/a SingleSource/Regression/C++/EH/function_try_block | 0.0070 3920 * * * | 0.00 * * * * | n/a n/a n/a n/a SingleSource/Regression/C++/EH/simple_rethrow | 0.0025 1468 * * * | 0.00 * * * * | n/a n/a n/a n/a SingleSource/Regression/C++/EH/simple_throw | 0.0015 1036 * * * | 0.00 * * * * | n/a n/a n/a n/a SingleSource/Regression/C++/EH/throw_rethrow_test | 0.0037 2120 * * * | 0.00 * * * * | n/a n/a n/a n/a SingleSource/Regression/C++/global_ctor | 0.0031 1188 0.0031 * 0.0031 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C++/global_type | 0.0006 448 0.0006 * 0.0006 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C++/ofstream_ctor | 0.0014 2560 0.0012 * 0.0010 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C++/pointer_member | 0.0009 580 0.0010 * 0.0010 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C++/pointer_method | 0.0033 2388 0.0036 * 0.0034 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C++/short_circuit_dtor | 0.0025 796 0.0012 * 0.0012 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/2003-05-14-initialize-string | 0.0007 644 0.0011 * 0.0012 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/2003-05-21-BitfieldHandling | 0.0006 596 0.0006 * 0.0006 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/2003-05-21-UnionBitfields | 0.0015 552 0.0010 * 0.0010 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/2003-05-21-UnionTest | 0.0013 840 0.0013 * 0.0012 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/2003-05-22-LocalTypeTest | 0.0008 600 0.0010 * 0.0010 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/2003-05-22-VarSizeArray | 0.0013 552 0.0010 * 0.0010 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/2003-05-23-TransparentUnion | 0.0016 548 0.0009 * 0.0009 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/2003-06-16-InvalidInitializer | 0.0006 448 0.0006 * 0.0007 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/2003-06-16-VolatileError | 0.0006 448 0.0006 * 0.0006 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/2003-10-12-GlobalVarInitializers | 0.0008 652 0.0011 * 0.0011 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/2004-02-03-AggregateCopy | 0.0007 564 0.0010 * 0.0011 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/2004-03-15-IndirectGoto | 0.0014 880 0.0022 * 0.0023 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/2004-08-12-InlinerAndAllocas | 0.0020 876 0.0019 * 0.0019 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/2005-05-06-LongLongSignedShift | 0.0008 592 0.0011 * 0.0011 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/2008-01-07-LongDouble | 0.0007 568 0.0011 * 0.0013 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/ConstructorDestructorAttributes | 0.0012 744 0.0017 * 0.0017 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/DuffsDevice | 0.0036 1372 0.0021 * 0.0021 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/PR1386 | 0.0011 852 0.0013 * 0.0015 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/PR491 | 0.0010 448 0.0007 * 0.0006 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/PR640 | 0.0061 3488 0.0070 * 0.0068 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/badidx | 0.0016 908 0.0021 * 0.0021 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/bigstack | 0.0066 3160 0.0066 * 0.0067 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/callargs | 0.0014 912 0.0021 * 0.0021 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/casts | 0.0032 4324 0.0122 * * | 0.00 0.00 0.00 * * | - - n/a n/a SingleSource/Regression/C/globalrefs | 0.0014 1052 0.0026 * 0.0026 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/matrixTranspose | 0.0045 1432 0.0030 * 0.0032 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/pointer_arithmetic | 0.0013 480 0.0007 * 0.0006 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/sumarray | 0.0121 956 0.0022 * 0.0022 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/sumarray2d | 0.0040 1148 0.0027 * 0.0026 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/sumarraymalloc | 0.0040 1120 0.0030 * 0.0028 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/test_indvars | 0.0052 1580 0.0033 * 0.0032 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/testtrace | 0.0032 1288 0.0029 * 0.0028 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2002-04-17-PrintfChar | 0.0011 564 0.0010 * 0.0010 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2002-05-02-ArgumentTest | 0.0011 612 0.0013 * 0.0011 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2002-05-02-CastTest | 0.0015 1608 0.0051 * * | 0.00 0.00 0.00 * * | - - n/a n/a SingleSource/UnitTests/2002-05-02-CastTest1 | 0.0007 576 0.0010 * 0.0010 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2002-05-02-CastTest2 | 0.0010 684 0.0014 * 0.0016 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2002-05-02-CastTest3 | 0.0009 688 0.0015 * 0.0015 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2002-05-02-ManyArguments | 0.0012 680 0.0015 * 0.0014 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2002-05-03-NotTest | 0.0020 648 0.0014 * 0.0014 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2002-05-19-DivTest | 0.0015 756 0.0026 * 0.0026 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2002-08-02-CastTest | 0.0012 556 0.0010 * 0.0009 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2002-08-02-CastTest2 | 0.0011 600 0.0012 * 0.0012 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2002-08-19-CodegenBug | 0.0008 552 0.0009 * 0.0009 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2002-10-09-ArrayResolution | 0.0013 624 0.0013 * 0.0013 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2002-10-12-StructureArgs | 0.0014 1012 0.0013 * 0.0013 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2002-10-12-StructureArgsSimple | 0.0012 792 0.0012 * 0.0011 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2002-10-13-BadLoad | 0.0012 556 0.0009 * 0.0010 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2002-12-13-MishaTest | 0.0024 560 0.0010 * 0.0010 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2003-04-22-Switch | 0.0020 792 0.0022 * 0.0024 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2003-05-02-DependentPHI | 0.0013 844 0.0016 * 0.0015 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2003-05-07-VarArgs | 0.0062 4244 * * * | 0.00 * * * * | n/a n/a n/a n/a SingleSource/UnitTests/2003-05-12-MinIntProblem | 0.0087 556 0.0009 * 0.0009 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2003-05-14-AtExit | 0.0010 688 0.0015 * 0.0015 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2003-05-26-Shorts | 0.0017 2048 0.0053 * 0.0051 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2003-05-31-CastToBool | 0.0035 1076 0.0042 * 0.0108 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2003-05-31-LongShifts | 0.0018 972 0.0021 * 0.0020 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2003-07-06-IntOverflow | 0.0025 812 0.0016 * 0.0015 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2003-07-08-BitOpsTest | 0.0013 568 0.0011 * 0.0011 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2003-07-09-LoadShorts | 0.0018 1532 0.0035 * 0.0034 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2003-07-09-SignedArgs | 0.0049 2340 0.0052 * 0.0148 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2003-07-10-SignConversions | 0.0085 784 0.0018 * 0.0017 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2003-08-05-CastFPToUint | 0.0018 692 0.0015 * 0.0014 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2003-08-11-VaListArg | 0.0068 4532 * * * | 0.00 * * * * | n/a n/a n/a n/a SingleSource/UnitTests/2003-08-20-FoldBug | 0.0012 552 0.0009 * 0.0009 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2003-09-18-BitFieldTest | 0.0012 588 0.0010 * 0.0010 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2003-10-13-SwitchTest | 0.0008 624 0.0014 * 0.0013 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2003-10-29-ScalarReplBug | 0.0015 556 0.0010 * 0.0009 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2004-02-02-NegativeZero | 0.0011 644 0.0016 * 0.0015 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2004-06-20-StaticBitfieldInit | 0.0009 596 0.0010 * 0.0010 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2004-11-28-GlobalBoolLayout | 0.0010 888 0.0016 * 0.0016 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2005-05-11-Popcount-ffs-fls | 0.0131 3188 0.0062 * * | 0.00 0.00 0.00 * * | - - n/a n/a SingleSource/UnitTests/2005-05-12-Int64ToFP | 0.0012 672 0.0016 * 0.0016 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2005-05-13-SDivTwo | 0.0012 652 0.0014 * 0.0016 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2005-07-15-Bitfield-ABI | 0.0013 580 0.0010 * 0.0009 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2005-07-17-INT-To-FP | 0.0019 1012 0.0030 * * | 0.00 0.00 0.00 * * | - - n/a n/a SingleSource/UnitTests/2005-11-29-LongSwitch | 0.0011 556 0.0010 * 0.0009 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2006-01-23-InitializedBitField | 0.0037 5748 0.0048 * 0.0047 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2006-01-23-UnionInit | 0.0030 2068 0.0042 * 0.0043 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2006-01-29-SimpleIndirectCall | 0.0014 780 0.0020 * 0.0015 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2006-02-04-DivRem | 0.0019 716 0.0015 * 0.0015 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2006-12-01-float_varg | 0.0007 624 0.0012 * 0.0011 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2006-12-04-DynAllocAndRestore | 0.0030 676 0.0012 * 0.0011 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2006-12-07-Compare64BitConstant | 0.0009 564 0.0009 * 0.0009 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2006-12-11-LoadConstants | 0.0476 3828 0.0257 * 0.0425 | 0.00 0.00 0.00 * 0.04 | - - n/a n/a SingleSource/UnitTests/2007-01-04-KNR-Args | 0.0015 640 0.0017 * * | 0.00 0.00 0.00 * * | - - n/a n/a SingleSource/UnitTests/2007-03-02-VaCopy | 0.0016 1040 0.0025 * 0.0025 | 0.00 * 0.00 * 0.00 | n/a - n/a n/a SingleSource/UnitTests/2007-04-10-BitfieldTest | 0.0008 568 0.0010 * 0.0011 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2007-04-25-weak | 0.0008 536 0.0011 * * | 0.00 0.00 0.00 * * | - - n/a n/a SingleSource/UnitTests/FloatPrecision | 0.0011 600 0.0012 * 0.0012 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/SignlessTypes/cast | 0.0071 3312 0.0259 * 0.0490 | 0.02 0.02 0.02 * 0.07 | - - n/a n/a SingleSource/UnitTests/SignlessTypes/cast-bug | 0.0013 648 0.0013 * 0.0014 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/SignlessTypes/cast2 | 0.0012 548 0.0010 * 0.0010 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/SignlessTypes/ccc | 0.0023 724 0.0016 * 0.0016 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/SignlessTypes/div | 0.0064 1352 0.0037 * 0.0034 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/SignlessTypes/factor | 0.0034 1224 0.0030 * 0.0035 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/SignlessTypes/rem | 0.0264 14788 0.0754 * 0.1325 | 0.00 0.00 0.00 * 0.13 | - - n/a n/a SingleSource/UnitTests/SignlessTypes/shr | 0.0061 1480 0.0034 * 0.0033 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/StructModifyTest | 0.0013 684 0.0014 * 0.0070 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/TestLoop | 0.0021 708 0.0022 * 0.0022 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/Threads/tls | 0.0012 924 * * * | 0.00 0.00 * * * | - n/a n/a n/a SingleSource/UnitTests/Vector/build | 0.0020 1040 0.0020 * 0.0030 | 0.00 * 0.00 * 0.01 | n/a - n/a n/a SingleSource/UnitTests/Vector/build2 | 0.0080 1632 0.0030 * 0.0029 | 1.99 * 1.99 * 2.00 | n/a 1.00 n/a n/a SingleSource/UnitTests/Vector/divides | 0.0021 1356 0.0028 * 0.0030 | 0.00 * 0.00 * 0.01 | n/a - n/a n/a SingleSource/UnitTests/Vector/multiplies | 0.0063 2240 0.0071 * 0.0074 | 1.03 * 7.41 * 7.54 | n/a 0.14 n/a n/a SingleSource/UnitTests/Vector/simple | 0.0033 2120 0.0033 * 0.0034 | 0.00 * 0.00 * 0.01 | n/a - n/a n/a SingleSource/UnitTests/Vector/sumarray | 0.0024 1048 0.0020 * 0.0018 | 0.00 * 0.00 * 0.00 | n/a - n/a n/a SingleSource/UnitTests/Vector/sumarray-dbl | 0.0025 1116 0.0023 * 0.0023 | 0.00 * 0.00 * 0.00 | n/a - n/a n/a SingleSource/UnitTests/printargs | 0.0013 764 0.0017 * 0.0017 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a
Thanks for testing the release. Overall the test results look decent with a couple exceptions. You also have a few CBE failures that I am not seeing. What version of xcode do you have installed? Can you send me the following files? SingleSource/Regression/C/Output/2008-01-07-LongDouble.* SingleSource/Regression/C/Output/PR1386.* Thanks, Tanya On Jan 26, 2008, at 6:43 AM, Takanori Ishikawa wrote:> My test results for the LLVM 2.2 prerelease. > > === Q. Target ==> > * Mac OS X 10.4.11 > * 2 GHz Intel Core 2 Duo > * MacBook > > % uname -a > Darwin macbook.local 8.11.1 Darwin Kernel Version 8.11.1: > Wed Oct 10 18:23:28 PDT 2007; > root:xnu-792.25.20~1/RELEASE_I386 i386 i386 > > === Q. How you built the release ==> > * objDir != srcDir > * Release build > * llvm-gcc-4.2 from source (llvm-gcc4.2-2.2.source.tar.gz) > > === Q. Which llvm-gcc you used. ==> > * llvm-gcc-4.2 from source (llvm-gcc4.2-2.2.source.tar.gz) > > === Q. make check results (either final totals or log file) ==> > * Attachment (testrun.log) > > === Q. lvm-test results (report.nightly.txt) ==> > * Attachment (llvm-test-2.2.txt) > > > I also put a detailed build instructions here. > > http://metareal.jottit.com/llvm-2.2-prerelease > > Hope this help. > > > 2008/1/25, Tanya M. Lattner <tonic at nondot.org>: >> >> LLVMers, >> >> The 2.2 prerelease is now available for testing: >> http://llvm.org/prereleases/2.2/ >> >> If anyone can help test this release, I ask that you do the >> following: >> >> 1) Build llvm and llvm-gcc (or use a binary). You may build release >> (default) or debug. You may pick llvm-gcc-4.0, llvm-gcc-4.2, >> or both. >> 2) Run 'make check'. >> 3) In llvm-test, run 'make TEST=nightly report'. >> 4) When submitting your testing results to the list, please include: >> - Target >> - How you built the release (objDir = srcDir? Release? Debug? >> llvm-gcc binary?) >> - Which llvm-gcc you used. >> - make check results (either final totals or log file) >> - llvm-test results (report.nightly.txt) >> >> All prerelease testing must be completed by Feb 1, 2008. >> >> The release has been delayed by one week, and I have updated the >> schedule >> on the main page. Here is the new schedule: >> * Jan 24, 2008: First round of pre-release testing begins. >> * Feb 1, 2008: Pre-release testing ends. >> * Feb 3, 2008: Second round of pre-release testing begins. >> * Feb 10, 2008: Pre-release testing ends. >> * Feb 11, 2008: 2.2 released. >> >> 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 >> >> <logs.tar.gz> > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
First, thanks for testing the release. A couple comments.> === Summary ==> > # of expected passes 2519 > # of unexpected failures 1 > # of expected failures 7 > gmake[1]: *** [check-local] Error 1 > > The unexpected failure was: > Running /home/llvm/llvm-2.2/test/CFrontend/dg.exp ... > FAIL: /home/llvm/llvm-2.2/test/CFrontend/2007-09-12-PragmaPack.c > Failed with exit(1) at line 1 > while running: /home/llvm/local/bin/llvm-gcc -emit-llvm -O3 -S -o > - /home/llvm/llvm-2.2/test/CFrontend/2007-09-12-PragmaPack.c | grep > {26} > child process exited abnormally > Running /home/llvm/llvm-2.2/test/CodeGen/ARM/dg.exp ... >This is a bug in the test case, thanks for bringing it to our attention. It will be fixed on mainline and the release.> > > $ cd ../llvm-test-2.2 > $ ./configure --prefix=/home/llvm/local \ > --with-llvmsrc=/home/llvm/llvm-2.2 --with-llvmobj=/home/llvm/obj- > llvm > $ gmake TEST=nightly report > > The report.nightly.txt is attached. >A lot of these are known failures. But there are a few exceptions. Can you bugpoint MultiSource/Benchmarks/MiBench/security-rijndael/ security-rijndael? % cd MultiSource/Benchmarks/MiBench/security-rijndael/security-rijndael % make bugpoint-llc Then file a bugzilla with the output. If that doesn't work, can you try bugpointing MultiSource/ Applications/SPASS/SPASS (the same way as above)?> I had to manually kill minisat after it burned >20mins CPU time. Reid > and I fixed time limits in RunSafely.sh 1.31 (back in the CVS days) > but > the change does not appear in the llvm-test tarball. > > Reid's commit was: > http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of- > Mon-20070514/049803.html >That patch was reverted because it did not work on Darwin. This is really a bug in minisat and hopefully bugpointing the other two will also fix this. -Tanya> -- > Emil<report.nightly.txt>______________________________________________ > _ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
Target: FreeBSD 6.2-STABLE on i386 autoconf says: configure:2122: checking build system type configure:2140: result: i386-unknown-freebsd6.2 [...] configure:2721: gcc -v >&5 Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.4.6 [FreeBSD] 20060305 [...] objdir != srcdir, for both llvm and gcc. Release build. llvm-gcc 4.2 from source. LLVM's "gmake check" summary: # of expected passes 2520 # of expected failures 7 The llvm-test nightly report is attached. I had to manually kill tramp3d-v4.native after ~1hr of CPU time. --Emil -------------- next part -------------- Program | GCCAS Bytecode LLC compile LLC-BETA compile JIT codegen | GCC CBE LLC LLC-BETA JIT | GCC/CBE GCC/LLC GCC/LLC-BETA LLC/LLC-BETA MultiSource/Applications/Burg/burg | 1.1897 193516 1.1707 * 1.1251 | 0.00 0.00 0.00 * 1.20 | - - n/a n/a MultiSource/Applications/JM/ldecod/ldecod | 4.3928 928536 4.9749 * 4.3618 | 0.68 0.59 0.68 * 5.39 | 1.15 1.00 n/a n/a MultiSource/Applications/JM/lencod/lencod | 13.9789 2170084 11.9103 * 9.7473 | 19.46 21.31 15.04 * 25.28 | 0.91 1.29 n/a n/a MultiSource/Applications/SIBsim4/SIBsim4 | 0.7892 135704 0.8438 * 0.8100 | 6.06 9.54 7.63 * 8.64 | 0.64 0.79 n/a n/a MultiSource/Applications/SPASS/SPASS | 13.6981 2049720 9.0829 * 6.1641 | 29.53 29.37 29.03 * 36.25 | 1.01 1.02 n/a n/a MultiSource/Applications/aha/aha | 0.0623 9880 0.0593 * 0.0565 | 4.86 5.15 5.43 * 5.47 | 0.94 0.90 n/a n/a MultiSource/Applications/d/make_dparser | 2.3353 452528 1.7279 * 1.4561 | 0.07 0.08 0.07 * 1.72 | - - n/a n/a MultiSource/Applications/hbd/hbd | 0.4479 125216 0.6032 * 0.5202 | 0.01 0.01 0.00 * 0.57 | - - n/a n/a MultiSource/Applications/hexxagon/hexxagon | 0.2775 46588 0.2197 * 0.2089 | 26.35 13.96 13.62 * 13.22 | 1.89 1.93 n/a n/a MultiSource/Applications/kimwitu++/kc | 11.1178 2907236 10.9595 * 6.0439 | 0.32 0.32 0.32 * 7.17 | 1.00 1.00 n/a n/a MultiSource/Applications/lambda-0.1.3/lambda | 0.5119 112884 0.5464 * 0.4060 | 11.14 11.95 9.39 * 10.98 | 0.93 1.19 n/a n/a MultiSource/Applications/minisat/minisat | 0.4849 75528 0.3157 * * | 20.19 23.77 20.28 * * | 0.85 1.00 n/a n/a MultiSource/Applications/oggenc/oggenc | 2.7222 997184 * * * | 0.36 * * * * | n/a n/a n/a n/a MultiSource/Applications/sgefa/sgefa | 0.1360 20560 0.1257 * 0.1229 | 3.95 4.33 2.77 * 2.89 | 0.91 1.43 n/a n/a MultiSource/Applications/siod/siod | 1.8358 582112 3.2327 * 1.4213 | 6.49 8.10 6.13 * 7.62 | 0.80 1.06 n/a n/a MultiSource/Applications/spiff/spiff | 0.3883 69384 0.4121 * * | 9.93 10.00 9.95 * * | 0.99 1.00 n/a n/a MultiSource/Applications/treecc/treecc | 1.4932 375824 1.9689 * 0.5528 | 0.00 0.00 0.00 * 0.62 | - - n/a n/a MultiSource/Applications/viterbi/viterbi | 0.0542 6944 0.0405 * 0.0393 | 21.15 38.19 19.29 * 19.40 | 0.55 1.10 n/a n/a MultiSource/Benchmarks/ASCI_Purple/SMG2000/smg2000 | 3.4553 637348 4.8566 * 4.0849 | 10.71 12.59 10.20 * 14.23 | 0.85 1.05 n/a n/a MultiSource/Benchmarks/Fhourstones-3.1/fhourstones3.1 | 0.0767 10752 0.0642 * 0.0680 | 4.10 4.27 4.28 * 4.40 | 0.96 0.96 n/a n/a MultiSource/Benchmarks/Fhourstones/fhourstones | 0.0965 17520 0.0809 * 0.0790 | 4.12 3.87 3.28 * 3.45 | 1.06 1.26 n/a n/a MultiSource/Benchmarks/FreeBench/analyzer/analyzer | 0.0824 13252 0.0717 * 0.0685 | 0.13 0.21 0.11 * 0.19 | 0.62 1.18 n/a n/a MultiSource/Benchmarks/FreeBench/distray/distray | 0.0589 14428 0.0645 * 0.0622 | 0.58 0.80 0.35 * 0.43 | 0.72 1.66 n/a n/a MultiSource/Benchmarks/FreeBench/fourinarow/fourinarow | 0.1444 26912 0.1834 * 0.1526 | 1.91 2.05 2.23 * 2.41 | 0.93 0.86 n/a n/a MultiSource/Benchmarks/FreeBench/mason/mason | 0.0586 15632 0.0610 * 0.0584 | 1.36 0.58 0.61 * 0.67 | 2.34 2.23 n/a n/a MultiSource/Benchmarks/FreeBench/neural/neural | 0.0828 11800 0.0720 * 0.0702 | 0.25 0.27 0.48 * 0.56 | 0.93 0.52 n/a n/a MultiSource/Benchmarks/FreeBench/pcompress2/pcompress2 | 0.0848 15556 0.0809 * 0.0790 | 0.47 0.48 0.68 * 0.76 | 0.98 0.69 n/a n/a MultiSource/Benchmarks/FreeBench/pifft/pifft | 0.4160 99264 0.6636 * 0.6371 | 0.31 0.35 0.31 * 1.00 | 0.89 1.00 n/a n/a MultiSource/Benchmarks/MallocBench/cfrac/cfrac | 0.4226 113596 0.4637 * 0.4274 | 4.75 4.60 4.56 * 5.01 | 1.03 1.04 n/a n/a MultiSource/Benchmarks/MallocBench/espresso/espresso | 2.6235 602160 3.1388 * 1.9914 | 0.99 1.08 0.98 * 3.16 | 0.92 1.01 n/a n/a MultiSource/Benchmarks/MallocBench/gs/gs | 2.4592 533088 2.5566 * 1.1136 | 0.09 0.10 0.10 * 1.39 | - - n/a n/a MultiSource/Benchmarks/McCat/01-qbsort/qbsort | 0.0221 4284 0.0243 * 0.0235 | 0.14 0.14 0.14 * 0.16 | 1.00 1.00 n/a n/a MultiSource/Benchmarks/McCat/03-testtrie/testtrie | 0.0427 5496 0.0319 * 0.0319 | 0.02 0.01 0.01 * 0.06 | - - n/a n/a MultiSource/Benchmarks/McCat/04-bisect/bisect | 0.0278 5120 0.0304 * 0.0294 | 0.20 0.79 0.22 * 0.26 | 0.25 0.91 n/a n/a MultiSource/Benchmarks/McCat/05-eks/eks | 0.1282 9560 0.0719 * 0.0702 | 0.01 0.01 0.01 * 0.09 | - - n/a n/a MultiSource/Benchmarks/McCat/08-main/main | 0.1193 20472 0.0847 * 0.0773 | 0.23 0.18 0.20 * 0.29 | 1.28 1.15 n/a n/a MultiSource/Benchmarks/McCat/09-vor/vor | 0.1595 32312 0.1413 * 0.1336 | 0.27 0.34 0.35 * 0.45 | 0.79 0.77 n/a n/a MultiSource/Benchmarks/McCat/12-IOtest/iotest | 0.0346 3148 0.0178 * 0.0169 | 1.51 0.86 0.41 * 0.44 | 1.76 3.68 n/a n/a MultiSource/Benchmarks/McCat/15-trie/trie | 0.0244 4424 0.0259 * 0.0249 | 0.00 0.00 0.00 * 0.04 | - - n/a n/a MultiSource/Benchmarks/McCat/17-bintr/bintr | 0.0311 6456 0.0327 * 0.0322 | 0.20 0.19 0.20 * 0.24 | 1.05 1.00 n/a n/a MultiSource/Benchmarks/McCat/18-imp/imp | 0.1560 32092 0.1639 * 0.1594 | 0.17 0.20 0.20 * 0.38 | 0.85 0.85 n/a n/a MultiSource/Benchmarks/MiBench/automotive-basicmath/automotive-basicmath | 0.0290 5776 0.0376 * 0.0361 | 0.96 0.96 0.93 * 0.98 | 1.00 1.03 n/a n/a MultiSource/Benchmarks/MiBench/automotive-bitcount/automotive-bitcount | 0.0322 4208 0.0205 * 0.0205 | 0.20 0.26 0.22 * 0.25 | 0.77 0.91 n/a n/a MultiSource/Benchmarks/MiBench/automotive-susan/automotive-susan | 0.3937 96220 0.4484 * 0.4162 | 0.15 0.14 0.12 * 0.56 | 1.07 1.25 n/a n/a MultiSource/Benchmarks/MiBench/consumer-jpeg/consumer-jpeg | 2.0645 304916 1.3907 * 0.6100 | 0.01 0.00 0.00 * 0.71 | - - n/a n/a MultiSource/Benchmarks/MiBench/consumer-lame/consumer-lame | 1.9625 455064 1.9053 * * | 0.64 * 0.61 * * | n/a 1.05 n/a n/a MultiSource/Benchmarks/MiBench/consumer-typeset/consumer-typeset | 10.1016 2170048 8.7610 * 6.9806 | 0.38 0.37 0.38 * 7.90 | 1.03 1.00 n/a n/a MultiSource/Benchmarks/MiBench/network-dijkstra/network-dijkstra | 0.0176 3460 0.0197 * 0.0196 | 0.07 0.07 0.06 * 0.08 | - - n/a n/a MultiSource/Benchmarks/MiBench/network-patricia/network-patricia | 0.0343 5444 0.0300 * 0.0287 | 0.22 0.24 0.25 * 0.26 | 0.92 0.88 n/a n/a MultiSource/Benchmarks/MiBench/office-ispell/office-ispell | 1.1963 203000 1.0589 * 0.2566 | 0.00 0.00 0.00 * 0.28 | - - n/a n/a MultiSource/Benchmarks/MiBench/office-stringsearch/office-stringsearch | 0.0456 13604 0.0100 * 0.0099 | 0.00 0.00 0.00 * 0.03 | - - n/a n/a MultiSource/Benchmarks/MiBench/security-blowfish/security-blowfish | 0.1599 48472 0.1635 * 0.0804 | 0.00 0.00 0.00 * 0.10 | - - n/a n/a MultiSource/Benchmarks/MiBench/security-rijndael/security-rijndael | 1.1191 70760 0.1431 * 0.1004 | 0.15 0.15 0.11 * 0.25 | 1.00 1.36 n/a n/a MultiSource/Benchmarks/MiBench/security-sha/security-sha | 0.0264 5180 0.0246 * 0.0238 | 0.04 0.04 0.03 * 0.06 | - - n/a n/a MultiSource/Benchmarks/MiBench/telecomm-CRC32/telecomm-CRC32 | 0.0125 3636 0.0096 * 0.0092 | 0.15 0.13 0.12 * 0.13 | 1.15 1.25 n/a n/a MultiSource/Benchmarks/MiBench/telecomm-FFT/telecomm-fft | 0.0326 5992 0.0373 * 0.0360 | 0.10 0.10 0.10 * 0.15 | 1.00 1.00 n/a n/a MultiSource/Benchmarks/MiBench/telecomm-adpcm/telecomm-adpcm | 0.0156 2604 0.0096 * 0.0092 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a MultiSource/Benchmarks/MiBench/telecomm-gsm/telecomm-gsm | 0.5413 111788 0.3766 * 0.2866 | 0.39 0.41 0.34 * 0.67 | 0.95 1.15 n/a n/a MultiSource/Benchmarks/Olden/bh/bh | 0.1476 24124 0.1227 * 0.1173 | 8.08 8.22 7.15 * 7.52 | 0.98 1.13 n/a n/a MultiSource/Benchmarks/Olden/bisort/bisort | 0.0283 7092 0.0457 * 0.0447 | 1.79 1.89 1.54 * 1.63 | 0.95 1.16 n/a n/a MultiSource/Benchmarks/Olden/em3d/em3d | 0.0557 7584 0.0449 * 0.0448 | 6.61 7.63 7.05 * 7.23 | 0.87 0.94 n/a n/a MultiSource/Benchmarks/Olden/health/health | 0.0472 10148 0.0446 * 0.0439 | 0.66 0.73 0.57 * 0.62 | 0.90 1.16 n/a n/a MultiSource/Benchmarks/Olden/mst/mst | 0.0494 6068 0.0348 * 0.0339 | 0.40 0.39 0.38 * 0.42 | 1.03 1.05 n/a n/a MultiSource/Benchmarks/Olden/perimeter/perimeter | 0.0359 9532 0.0608 * 0.0551 | 0.56 0.63 0.61 * 0.71 | 0.89 0.92 n/a n/a MultiSource/Benchmarks/Olden/power/power | 0.0558 11576 0.0536 * 0.0512 | 6.62 5.69 3.44 * 3.44 | 1.16 1.92 n/a n/a MultiSource/Benchmarks/Olden/treeadd/treeadd | 0.0079 2592 0.0170 * 0.0167 | 7.58 7.23 7.31 * 7.36 | 1.05 1.04 n/a n/a MultiSource/Benchmarks/Olden/tsp/tsp | 0.0550 10908 0.0506 * 0.0503 | 2.83 8.89 2.61 * 2.65 | 0.32 1.08 n/a n/a MultiSource/Benchmarks/Olden/voronoi/voronoi | 0.1492 36924 0.1308 * 0.1283 | 0.84 1.15 0.75 * 0.93 | 0.73 1.12 n/a n/a MultiSource/Benchmarks/OptimizerEval/optimizer-eval | 0.1862 38784 0.2298 * 0.2440 | 87.94 90.57 98.20 * 97.25 | 0.97 0.90 n/a n/a MultiSource/Benchmarks/Prolangs-C++/NP/np | 0.0034 1176 0.0036 * 0.0033 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/city/city | 0.2161 29744 0.0947 * 0.0727 | 0.02 0.01 0.01 * 0.10 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/deriv1/deriv1 | 0.0449 10612 0.0375 * 0.0280 | 0.00 0.00 0.00 * 0.03 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/deriv2/deriv2 | 0.0627 12864 0.0572 * 0.0426 | 0.00 0.00 0.00 * 0.06 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/employ/employ | 0.1161 16148 0.0763 * 0.0283 | 0.00 0.00 0.00 * 0.04 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/family/family | 0.0262 4128 0.0131 * 0.0114 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/fsm/fsm | 0.0322 2308 0.0087 * 0.0083 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/garage/garage | 0.0505 6860 0.0339 * 0.0307 | 0.00 0.00 0.00 * 0.04 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/life/life | 0.0430 7120 0.0351 * 0.0330 | 3.66 3.89 4.09 * 3.97 | 0.94 0.89 n/a n/a MultiSource/Benchmarks/Prolangs-C++/objects/objects | 0.0825 13216 0.0666 * 0.0115 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/ocean/ocean | 0.0984 13460 0.0553 * 0.0422 | 0.17 0.16 0.16 * 0.22 | 1.06 1.06 n/a n/a MultiSource/Benchmarks/Prolangs-C++/office/office | 0.0257 5872 0.0163 * 0.0159 | 0.00 0.00 0.00 * 0.03 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/primes/primes | 0.0135 1716 0.0062 * 0.0061 | 1.17 1.30 1.19 * 1.15 | 0.90 0.98 n/a n/a MultiSource/Benchmarks/Prolangs-C++/shapes/shapes | 0.0776 17112 0.0799 * 0.0608 | 0.00 0.00 0.00 * 0.08 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/simul/simul | 0.0706 4580 0.0264 * 0.0114 | 0.02 0.01 0.01 * 0.03 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/trees/trees | 0.0905 15916 0.0494 * 0.0369 | 0.00 0.00 0.00 * 0.05 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/vcirc/vcirc | 0.0170 1916 0.0065 * 0.0059 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/TimberWolfMC/timberwolfmc | 3.1184 770364 4.3001 * 0.6510 | 0.00 0.00 0.00 * 0.70 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/agrep/agrep | 0.7183 138476 0.7390 * 0.2720 | 0.00 0.00 0.00 * 0.30 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/allroots/allroots | 0.0229 4636 0.0248 * 0.0240 | 0.00 0.00 0.00 * 0.03 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/assembler/assembler | 0.2920 82104 0.4514 * 0.3182 | 0.00 0.00 0.00 * 0.35 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/bison/mybison | 0.9403 246216 1.5809 * 1.5258 | 0.00 0.01 0.01 * 1.63 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/cdecl/cdecl | 0.2041 65624 0.5193 * 0.5121 | 0.00 0.00 0.00 * 0.55 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/compiler/compiler | 0.2544 64912 0.3592 * 0.0815 | 0.00 0.00 0.00 * 0.09 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/fixoutput/fixoutput | 0.0221 7672 0.0620 * 0.0519 | 0.00 0.00 0.00 * 0.05 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/football/football | 0.4918 97860 0.5812 * 0.0488 | 0.00 0.00 0.00 * 0.06 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/gnugo/gnugo | 0.2251 50244 0.2824 * 0.1260 | 0.00 0.00 0.00 * 0.14 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/loader/loader | 0.1275 32456 0.1768 * 0.1199 | 0.00 0.00 0.00 * 0.13 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/simulator/simulator | 0.4515 90164 0.4355 * 0.0464 | 0.00 0.00 0.00 * 0.06 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/unix-smail/unix-smail | 0.2554 56552 0.3575 * 0.2546 | 0.00 0.00 0.00 * 0.28 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/unix-tbl/unix-tbl | 0.5634 118120 0.6196 * 0.2287 | 0.00 0.00 0.00 * 0.25 | - - n/a n/a MultiSource/Benchmarks/Ptrdist/anagram/anagram | 0.0555 10576 0.0498 * 0.0470 | 1.91 2.39 1.72 * 1.80 | 0.80 1.11 n/a n/a MultiSource/Benchmarks/Ptrdist/bc/bc | 0.5895 154636 0.8729 * 0.7950 | 1.65 1.59 1.54 * 2.40 | 1.04 1.07 n/a n/a MultiSource/Benchmarks/Ptrdist/ft/ft | 0.1060 11200 0.0459 * 0.0448 | 1.77 1.76 1.78 * 1.90 | 1.01 0.99 n/a n/a MultiSource/Benchmarks/Ptrdist/ks/ks | 0.0689 14560 0.0744 * 0.0724 | 1.66 3.23 3.08 * 2.00 | 0.51 0.54 n/a n/a MultiSource/Benchmarks/Ptrdist/yacr2/yacr2 | 0.2985 54124 0.3530 * 0.3457 | 1.89 2.65 2.49 * 3.11 | 0.71 0.76 n/a n/a MultiSource/Benchmarks/SciMark2-C/scimark2 | 0.1291 24252 0.1433 * 0.1381 | 24.09 33.88 26.33 * 26.41 | 0.71 0.91 n/a n/a MultiSource/Benchmarks/llubenchmark/llu | 0.0173 4508 0.0258 * 0.0252 | 12.06 12.21 12.07 * 12.11 | 0.99 1.00 n/a n/a MultiSource/Benchmarks/mediabench/adpcm/rawcaudio/rawcaudio | 0.0158 2924 0.0117 * 0.0113 | 0.01 0.00 0.01 * 0.03 | - - n/a n/a MultiSource/Benchmarks/mediabench/adpcm/rawdaudio/rawdaudio | 0.0158 2604 0.0096 * 0.0092 | 0.01 0.00 0.01 * 0.02 | - - n/a n/a MultiSource/Benchmarks/mediabench/g721/g721encode/encode | 0.1092 18684 0.0882 * 0.0661 | 0.14 0.13 0.11 * 0.20 | 1.08 1.27 n/a n/a MultiSource/Benchmarks/mediabench/gsm/toast/toast | 0.5415 111788 0.3754 * 0.2730 | 0.04 0.05 0.04 * 0.36 | - - n/a n/a MultiSource/Benchmarks/mediabench/jpeg/jpeg-6a/cjpeg | 2.0011 235216 1.0764 * 0.6262 | 0.00 0.00 0.00 * 0.72 | - - n/a n/a MultiSource/Benchmarks/mediabench/mpeg2/mpeg2dec/mpeg2decode | 0.8181 150652 0.7900 * 0.5895 | 0.06 0.04 0.04 * 0.68 | - - n/a n/a MultiSource/Benchmarks/sim/sim | 0.1671 47032 0.2660 * 0.2560 | 12.90 16.16 11.95 * 12.33 | 0.80 1.08 n/a n/a MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4 | 17.1437 3106240 * * * | 3087.78 * * * * | n/a n/a n/a n/a SingleSource/Benchmarks/CoyoteBench/almabench | 0.0213 11396 0.0294 * 0.0287 | 38.31 36.35 28.09 * 27.65 | 1.05 1.36 n/a n/a SingleSource/Benchmarks/CoyoteBench/fftbench | 0.1059 21900 0.0889 * 0.0805 | 32.45 21.41 20.18 * 19.99 | 1.52 1.61 n/a n/a SingleSource/Benchmarks/CoyoteBench/huffbench | 0.0369 7052 0.0437 * 0.0430 | 61.51 65.44 45.74 * 47.57 | 0.94 1.34 n/a n/a SingleSource/Benchmarks/CoyoteBench/lpbench | 0.0332 5072 0.0323 * 0.0317 | 14.16 17.64 13.37 * 13.45 | 0.80 1.06 n/a n/a SingleSource/Benchmarks/Dhrystone/dry | 0.0255 1136 0.0048 * 0.0047 | 11.92 0.71 0.55 * 0.61 | 16.79 21.67 n/a n/a SingleSource/Benchmarks/Dhrystone/fldry | 0.0256 1316 0.0055 * 0.0053 | 17.66 14.99 3.47 * 3.48 | 1.18 5.09 n/a n/a SingleSource/Benchmarks/McGill/chomp | 0.0670 7540 0.0475 * 0.0454 | 6.66 6.85 6.82 * 6.78 | 0.97 0.98 n/a n/a SingleSource/Benchmarks/McGill/exptree | 0.0401 6480 0.0384 * 0.0373 | 0.00 0.00 0.00 * 0.05 | - - n/a n/a SingleSource/Benchmarks/McGill/misr | 0.0245 3596 0.0165 * 0.0156 | 1.23 1.33 1.04 * 1.07 | 0.92 1.18 n/a n/a SingleSource/Benchmarks/McGill/queens | 0.0223 5896 0.0300 * 0.0291 | 4.55 4.30 3.69 * 3.74 | 1.06 1.23 n/a n/a SingleSource/Benchmarks/Misc-C++/bigfib | 0.2803 29528 0.1121 * 0.0871 | 1.06 * 1.11 * 1.15 | n/a 0.95 n/a n/a SingleSource/Benchmarks/Misc-C++/mandel-text | 0.0182 3204 0.0157 * 0.0150 | 3.76 11.95 4.03 * 4.05 | 0.31 0.93 n/a n/a SingleSource/Benchmarks/Misc-C++/oopack_v1p8 | 0.0697 11920 0.0566 * 0.0530 | 0.54 1.47 0.65 * 0.72 | 0.37 0.83 n/a n/a SingleSource/Benchmarks/Misc-C++/ray | 0.1097 17496 0.0580 * 0.0498 | 29.18 27.51 7.87 * 7.97 | 1.06 3.71 n/a n/a SingleSource/Benchmarks/Misc-C++/sphereflake | 0.0709 12336 * * * | 24.24 * * * * | n/a n/a n/a n/a SingleSource/Benchmarks/Misc-C++/stepanov_v1p2 | 0.1606 9508 0.0464 * 0.0446 | 15.01 14.75 11.67 * 12.47 | 1.02 1.29 n/a n/a SingleSource/Benchmarks/Misc/ReedSolomon | 0.1246 15612 0.0852 * 0.0817 | 23.87 26.17 11.76 * 12.43 | 0.91 2.03 n/a n/a SingleSource/Benchmarks/Misc/flops | 0.0369 11000 0.0461 * 0.0443 | 17.51 19.41 17.69 * 17.85 | 0.90 0.99 n/a n/a SingleSource/Benchmarks/Misc/mandel | 0.0086 1452 0.0068 * 0.0064 | 4.06 5.46 5.63 * 5.84 | 0.74 0.72 n/a n/a SingleSource/Benchmarks/Misc/oourafft | * * * * * | 0.00 * * * * | n/a n/a n/a n/a SingleSource/Benchmarks/Misc/pi | 0.0059 1180 0.0053 * 0.0046 | 2.62 3.53 1.63 * 1.65 | 0.74 1.61 n/a n/a SingleSource/Benchmarks/Misc/richards_benchmark | 0.0380 7948 0.0316 * 0.0309 | 1.80 1.82 1.66 * 1.88 | 0.99 1.08 n/a n/a SingleSource/Benchmarks/Misc/whetstone | 0.0323 4596 0.0299 * 0.0289 | 8.19 8.28 6.28 * 6.46 | 0.99 1.30 n/a n/a SingleSource/Benchmarks/Shootout-C++/ackermann | 0.0081 3944 0.0144 * 0.0141 | 4.12 3.26 3.51 * 3.42 | 1.26 1.17 n/a n/a SingleSource/Benchmarks/Shootout-C++/ary | 0.0475 4508 0.0143 * 0.0165 | 0.22 0.21 0.22 * 0.31 | 1.05 1.00 n/a n/a SingleSource/Benchmarks/Shootout-C++/ary2 | 0.0426 5328 0.0178 * 0.0199 | 0.22 0.22 0.19 * 0.31 | 1.00 1.16 n/a n/a SingleSource/Benchmarks/Shootout-C++/ary3 | 0.0533 4768 0.0161 * 0.0181 | 4.91 5.14 4.94 * 5.01 | 0.96 0.99 n/a n/a SingleSource/Benchmarks/Shootout-C++/except | 0.0168 4340 0.0131 * * | 0.73 * 0.75 * * | n/a 0.97 n/a n/a SingleSource/Benchmarks/Shootout-C++/fibo | 0.0088 3316 0.0101 * 0.0099 | 10.28 5.99 5.11 * 5.13 | 1.72 2.01 n/a n/a SingleSource/Benchmarks/Shootout-C++/hash | 0.1452 11752 0.0398 * 0.0428 | 3.60 3.54 3.52 * 3.65 | 1.02 1.02 n/a n/a SingleSource/Benchmarks/Shootout-C++/hash2 | 0.1407 16672 0.0617 * 0.0664 | 7.49 6.70 6.57 * 6.80 | 1.12 1.14 n/a n/a SingleSource/Benchmarks/Shootout-C++/heapsort | 0.0149 3804 0.0134 * 0.0132 | 8.01 18.79 6.17 * 6.25 | 0.43 1.30 n/a n/a SingleSource/Benchmarks/Shootout-C++/hello | 0.0044 2632 0.0046 * 0.0042 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Benchmarks/Shootout-C++/lists | 0.0923 9296 0.0301 * 0.0312 | 23.83 24.00 23.73 * 21.70 | 0.99 1.00 n/a n/a SingleSource/Benchmarks/Shootout-C++/lists1 | 0.1233 11592 0.0425 * 0.0443 | 0.79 0.73 0.76 * 0.79 | 1.08 1.04 n/a n/a SingleSource/Benchmarks/Shootout-C++/matrix | 0.0332 5140 0.0198 * 0.0198 | 5.88 5.50 7.01 * 7.05 | 1.07 0.84 n/a n/a SingleSource/Benchmarks/Shootout-C++/methcall | 0.0252 5164 0.0168 * 0.0164 | 16.35 16.47 11.02 * 11.34 | 0.99 1.48 n/a n/a SingleSource/Benchmarks/Shootout-C++/moments | 0.1002 10704 0.0453 * 0.0441 | 0.71 0.97 0.64 * 0.78 | 0.73 1.11 n/a n/a SingleSource/Benchmarks/Shootout-C++/nestedloop | 0.0128 3388 0.0107 * 0.0108 | 12.04 0.24 0.29 * 0.31 | 50.17 41.52 n/a n/a SingleSource/Benchmarks/Shootout-C++/objinst | 0.0224 6100 0.0213 * 0.0194 | 31.61 30.32 30.26 * 18.12 | 1.04 1.04 n/a n/a SingleSource/Benchmarks/Shootout-C++/random | 0.0092 3012 0.0069 * 0.0067 | 18.35 18.24 7.76 * 7.77 | 1.01 2.36 n/a n/a SingleSource/Benchmarks/Shootout-C++/reversefile | 0.1133 12164 0.0453 * 0.0475 | 0.00 0.00 0.00 * 0.05 | - - n/a n/a SingleSource/Benchmarks/Shootout-C++/sieve | 0.0982 6560 0.0222 * 0.0245 | 4.94 5.76 5.77 * 5.73 | 0.86 0.86 n/a n/a SingleSource/Benchmarks/Shootout-C++/spellcheck | 0.1200 15220 0.0501 * 0.0361 | 0.00 0.00 0.00 * 0.05 | - - n/a n/a SingleSource/Benchmarks/Shootout-C++/strcat | 0.0112 3392 0.0090 * 0.0107 | 0.77 0.75 0.83 * 0.82 | 1.03 0.93 n/a n/a SingleSource/Benchmarks/Shootout-C++/sumcol | 0.0063 3276 0.0073 * 0.0070 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Benchmarks/Shootout-C++/wc | 0.0111 3584 0.0110 * 0.0103 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/Benchmarks/Shootout-C++/wordfreq | 0.2529 24524 0.0968 * 0.0538 | 0.00 0.00 0.00 * 0.07 | - - n/a n/a SingleSource/Benchmarks/Shootout/ackermann | 0.0046 1336 0.0093 * 0.0091 | 0.01 0.01 0.01 * 0.03 | - - n/a n/a SingleSource/Benchmarks/Shootout/ary3 | 0.0050 1128 0.0069 * 0.0068 | 4.87 5.08 4.97 * 5.02 | 0.96 0.98 n/a n/a SingleSource/Benchmarks/Shootout/fib2 | 0.0045 1212 0.0076 * 0.0073 | 10.31 5.99 5.18 * 5.19 | 1.72 1.99 n/a n/a SingleSource/Benchmarks/Shootout/hash | 0.0271 3772 0.0196 * 0.0190 | 9.06 9.04 9.08 * 9.13 | 1.00 1.00 n/a n/a SingleSource/Benchmarks/Shootout/heapsort | 0.0113 2252 0.0112 * 0.0108 | 7.92 18.68 6.24 * 6.18 | 0.42 1.27 n/a n/a SingleSource/Benchmarks/Shootout/hello | 0.0015 536 0.0018 * 0.0019 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Benchmarks/Shootout/lists | 0.0315 4336 0.0200 * 0.0194 | 13.19 13.39 12.08 * 10.82 | 0.99 1.09 n/a n/a SingleSource/Benchmarks/Shootout/matrix | 0.0286 5196 0.0208 * 0.0203 | 6.27 8.60 4.61 * 4.64 | 0.73 1.36 n/a n/a SingleSource/Benchmarks/Shootout/methcall | 0.0126 1864 0.0108 * 0.0106 | 13.00 12.95 8.85 * 8.87 | 1.00 1.47 n/a n/a SingleSource/Benchmarks/Shootout/nestedloop | 0.0087 1300 0.0087 * 0.0084 | 12.98 0.24 0.29 * 0.31 | 54.08 44.76 n/a n/a SingleSource/Benchmarks/Shootout/objinst | 0.0125 2996 0.0185 * 0.0179 | 20.83 21.27 20.08 * 17.86 | 0.98 1.04 n/a n/a SingleSource/Benchmarks/Shootout/random | 0.0046 800 0.0043 * 0.0039 | 13.07 13.08 5.17 * 5.18 | 1.00 2.53 n/a n/a SingleSource/Benchmarks/Shootout/sieve | 0.0056 1184 0.0064 * 0.0058 | 12.70 16.63 12.48 * 12.52 | 0.76 1.02 n/a n/a SingleSource/Benchmarks/Shootout/strcat | 0.0054 1264 0.0072 * 0.0067 | 1.07 1.26 1.06 * 0.98 | 0.85 1.01 n/a n/a SingleSource/Benchmarks/Stanford/Bubblesort | 0.0110 1568 0.0076 * 0.0075 | 0.05 0.06 0.06 * 0.07 | - - n/a n/a SingleSource/Benchmarks/Stanford/IntMM | 0.0164 1608 0.0109 * 0.0106 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/Benchmarks/Stanford/Oscar | 0.0271 3520 0.0216 * 0.0209 | 0.00 0.00 0.00 * 0.03 | - - n/a n/a SingleSource/Benchmarks/Stanford/Perm | 0.0132 3332 0.0167 * 0.0163 | 0.04 0.03 0.04 * 0.06 | - - n/a n/a SingleSource/Benchmarks/Stanford/Puzzle | 0.0710 4936 0.0224 * 0.0219 | 0.23 0.24 0.23 * 0.26 | 0.96 1.00 n/a n/a SingleSource/Benchmarks/Stanford/Queens | 0.0151 1988 0.0136 * 0.0131 | 0.05 0.05 0.06 * 0.08 | - - n/a n/a SingleSource/Benchmarks/Stanford/Quicksort | 0.0128 1984 0.0113 * 0.0108 | 0.07 0.08 0.07 * 0.08 | - - n/a n/a SingleSource/Benchmarks/Stanford/RealMM | 0.0169 1700 0.0117 * 0.0110 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Benchmarks/Stanford/Towers | 0.0189 7272 0.0327 * 0.0318 | 0.02 0.03 0.03 * 0.07 | - - n/a n/a SingleSource/Benchmarks/Stanford/Treesort | 0.0138 2348 0.0124 * 0.0124 | 0.15 0.15 0.15 * 0.18 | 1.00 1.00 n/a n/a SingleSource/Regression/C++/2003-05-14-array-init | 0.0019 528 0.0020 * 0.0020 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C++/2003-05-14-expr_stmt | 0.0028 456 0.0014 * 0.0013 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C++/2003-06-08-BaseType | 0.0047 468 0.0015 * 0.0013 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C++/2003-06-08-VirtualFunctions | 0.0080 592 0.0015 * 0.0015 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C++/2003-06-13-Crasher | 0.0044 428 0.0013 * 0.0016 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C++/2003-08-20-EnumSizeProblem | 0.0024 428 0.0015 * 0.0014 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C++/2003-09-29-NonPODsByValue | 0.0064 688 0.0020 * 0.0021 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C++/BuiltinTypeInfo | 0.0026 700 0.0022 * 0.0022 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C++/EH/ConditionalExpr | 0.0080 1052 0.0053 * 0.0065 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C++/EH/ctor_dtor_count | 0.0070 992 0.0035 * * | 0.00 * 0.00 * * | n/a - n/a n/a SingleSource/Regression/C++/EH/ctor_dtor_count-2 | 0.0074 2028 * * * | 0.00 * * * * | n/a n/a n/a n/a SingleSource/Regression/C++/EH/dead_try_block | 0.0028 512 0.0019 * 0.0018 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C++/EH/exception_spec_test | 0.0059 2460 0.0140 * * | 0.00 * 0.00 * * | n/a - n/a n/a SingleSource/Regression/C++/EH/function_try_block | 0.0169 3800 0.0218 * * | 0.00 * 0.00 * * | n/a - n/a n/a SingleSource/Regression/C++/EH/simple_rethrow | 0.0065 1436 0.0059 * * | 0.00 * 0.00 * * | n/a - n/a n/a SingleSource/Regression/C++/EH/simple_throw | 0.0034 1004 0.0038 * * | 0.00 * 0.00 * * | n/a - n/a n/a SingleSource/Regression/C++/EH/throw_rethrow_test | 0.0071 2036 0.0104 * * | 0.00 * 0.00 * * | n/a - n/a n/a SingleSource/Regression/C++/global_ctor | 0.0089 1164 0.0060 * 0.0056 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C++/global_type | 0.0010 428 0.0014 * 0.0014 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C++/ofstream_ctor | 0.0025 2508 0.0022 * 0.0021 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C++/pointer_member | 0.0023 556 0.0019 * 0.0019 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C++/pointer_method | 0.0071 1544 0.0068 * 0.0067 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C++/short_circuit_dtor | 0.0077 768 0.0022 * 0.0022 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/2003-05-14-initialize-string | 0.0013 620 0.0022 * 0.0021 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/2003-05-21-BitfieldHandling | 0.0020 572 0.0018 * 0.0013 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/2003-05-21-UnionBitfields | 0.0037 532 0.0019 * 0.0019 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/2003-05-21-UnionTest | 0.0031 772 0.0025 * 0.0023 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/2003-05-22-LocalTypeTest | 0.0017 576 0.0019 * 0.0018 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/2003-05-22-VarSizeArray | 0.0025 528 0.0020 * 0.0018 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/2003-05-23-TransparentUnion | 0.0059 524 0.0021 * 0.0017 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/2003-06-16-InvalidInitializer | 0.0012 428 0.0014 * 0.0013 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/2003-06-16-VolatileError | 0.0015 428 0.0013 * 0.0013 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/2003-10-12-GlobalVarInitializers | 0.0021 620 0.0021 * 0.0021 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/2004-02-03-AggregateCopy | 0.0018 540 0.0020 * 0.0019 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/2004-03-15-IndirectGoto | 0.0035 840 0.0047 * 0.0046 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/2004-08-12-InlinerAndAllocas | 0.0043 852 0.0041 * 0.0038 | 0.00 0.01 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/2005-05-06-LongLongSignedShift | 0.0017 572 0.0023 * 0.0023 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/2008-01-07-LongDouble | 0.0016 548 0.0021 * 0.0020 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/ConstructorDestructorAttributes | 0.0021 712 0.0037 * 0.0035 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/DuffsDevice | 0.0098 1328 0.0049 * 0.0047 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/PR1386 | 0.0029 820 0.0030 * 0.0029 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/PR491 | 0.0041 532 0.0014 * 0.0014 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/PR640 | 0.0083 1464 0.0068 * 0.0066 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/badidx | 0.0034 848 0.0043 * 0.0041 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/bigstack | 0.0172 3328 0.0153 * 0.0147 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/Regression/C/callargs | 0.0031 884 0.0035 * 0.0034 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/casts | 0.0078 4252 0.0194 * 0.0190 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/Regression/C/globalrefs | 0.0035 1008 0.0042 * 0.0040 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/matrixTranspose | 0.0103 1356 0.0069 * 0.0067 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/pointer_arithmetic | 0.0038 460 0.0014 * 0.0014 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/sumarray | 0.0067 892 0.0045 * 0.0044 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/sumarray2d | 0.0100 1060 0.0059 * 0.0059 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/sumarraymalloc | 0.0102 1052 0.0057 * 0.0056 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/test_indvars | 0.0125 1448 0.0076 * 0.0074 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/testtrace | 0.0076 1256 0.0056 * 0.0054 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2002-04-17-PrintfChar | 0.0027 540 0.0020 * 0.0020 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2002-05-02-ArgumentTest | 0.0024 596 0.0022 * 0.0021 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2002-05-02-CastTest | 0.0039 1580 0.0080 * 0.0077 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2002-05-02-CastTest1 | 0.0016 552 0.0020 * 0.0020 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2002-05-02-CastTest2 | 0.0018 652 0.0029 * 0.0028 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2002-05-02-CastTest3 | 0.0023 660 0.0029 * 0.0027 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2002-05-02-ManyArguments | 0.0026 660 0.0026 * 0.0023 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2002-05-03-NotTest | 0.0039 624 0.0023 * 0.0023 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2002-05-19-DivTest | 0.0038 720 0.0043 * 0.0041 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2002-08-02-CastTest | 0.0029 532 0.0020 * 0.0019 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2002-08-02-CastTest2 | 0.0027 572 0.0024 * 0.0021 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2002-08-19-CodegenBug | 0.0027 528 0.0019 * 0.0019 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2002-10-09-ArrayResolution | 0.0027 596 0.0025 * 0.0024 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2002-10-12-StructureArgs | 0.0035 988 0.0031 * 0.0029 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2002-10-12-StructureArgsSimple | 0.0027 768 0.0024 * 0.0024 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2002-10-13-BadLoad | 0.0027 532 0.0023 * 0.0019 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2002-12-13-MishaTest | 0.0047 540 0.0020 * 0.0019 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2003-04-22-Switch | 0.0039 768 0.0045 * 0.0045 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2003-05-02-DependentPHI | 0.0030 816 0.0032 * 0.0031 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2003-05-07-VarArgs | 0.0086 2820 0.0128 * 0.0119 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/UnitTests/2003-05-12-MinIntProblem | 0.0045 532 0.0019 * 0.0019 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2003-05-14-AtExit | 0.0028 656 0.0034 * 0.0032 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2003-05-26-Shorts | 0.0051 2016 0.0078 * 0.0079 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/UnitTests/2003-05-31-CastToBool | 0.0077 1056 0.0065 * 0.0064 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2003-05-31-LongShifts | 0.0049 936 0.0054 * 0.0052 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2003-07-06-IntOverflow | 0.0062 792 0.0026 * 0.0025 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2003-07-08-BitOpsTest | 0.0031 548 0.0020 * 0.0020 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2003-07-09-LoadShorts | 0.0041 1508 0.0059 * 0.0058 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2003-07-09-SignedArgs | 0.0073 1248 0.0056 * 0.0054 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2003-07-10-SignConversions | 0.0031 756 0.0027 * 0.0028 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2003-08-05-CastFPToUint | 0.0040 664 0.0025 * 0.0023 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2003-08-11-VaListArg | 0.0108 3092 0.0166 * 0.0157 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/UnitTests/2003-08-20-FoldBug | 0.0029 528 0.0019 * 0.0018 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2003-09-18-BitFieldTest | 0.0022 568 0.0020 * 0.0018 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2003-10-13-SwitchTest | 0.0021 596 0.0027 * 0.0027 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2003-10-29-ScalarReplBug | 0.0035 532 0.0019 * 0.0021 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2004-02-02-NegativeZero | 0.0026 616 0.0027 * 0.0026 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2004-06-20-StaticBitfieldInit | 0.0023 572 0.0020 * 0.0020 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2004-11-28-GlobalBoolLayout | 0.0025 856 0.0032 * 0.0031 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2005-05-11-Popcount-ffs-fls | 0.0213 3084 0.0137 * 0.0131 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2005-05-12-Int64ToFP | 0.0024 656 0.0042 * 0.0038 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2005-05-13-SDivTwo | 0.0031 628 0.0029 * 0.0027 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2005-07-15-Bitfield-ABI | 0.0030 556 0.0019 * 0.0018 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2005-07-17-INT-To-FP | 0.0038 976 0.0064 * 0.0060 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2005-11-29-LongSwitch | 0.0040 532 0.0019 * 0.0019 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2006-01-23-InitializedBitField | 0.0097 5560 0.0069 * 0.0067 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2006-01-23-UnionInit | 0.0080 2016 0.0059 * 0.0055 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2006-01-29-SimpleIndirectCall | 0.0032 748 0.0043 * 0.0029 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2006-02-04-DivRem | 0.0039 696 0.0035 * 0.0033 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2006-12-01-float_varg | 0.0015 600 0.0025 * 0.0022 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2006-12-04-DynAllocAndRestore | 0.0057 656 0.0027 * 0.0025 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2006-12-07-Compare64BitConstant | 0.0023 540 0.0018 * 0.0020 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2006-12-11-LoadConstants | 0.1270 3848 0.0452 * 0.0452 | 0.00 0.00 0.00 * 0.05 | - - n/a n/a SingleSource/UnitTests/2007-01-04-KNR-Args | 0.0037 616 0.0032 * 0.0028 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2007-03-02-VaCopy | 0.0036 800 0.0034 * 0.0032 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2007-04-10-BitfieldTest | 0.0018 548 0.0021 * 0.0019 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2007-04-25-weak | 0.0019 516 0.0021 * * | 0.00 0.00 0.00 * * | - - n/a n/a SingleSource/UnitTests/FloatPrecision | 0.0028 572 0.0022 * 0.0021 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/SignlessTypes/cast | 0.0148 3064 0.0428 * 0.0421 | 0.03 0.03 0.03 * 0.08 | - - n/a n/a SingleSource/UnitTests/SignlessTypes/cast-bug | 0.0030 628 0.0029 * 0.0029 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/SignlessTypes/cast2 | 0.0033 528 0.0019 * 0.0019 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/SignlessTypes/ccc | 0.0041 696 0.0028 * 0.0031 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/SignlessTypes/div | 0.0278 1328 0.0053 * 0.0051 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/SignlessTypes/factor | 0.0079 1172 0.0063 * 0.0061 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/SignlessTypes/rem | 0.0587 13088 0.1490 * 0.1455 | 0.00 0.00 0.00 * 0.15 | - - n/a n/a SingleSource/UnitTests/SignlessTypes/shr | 0.0182 1436 0.0051 * 0.0050 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/StructModifyTest | 0.0029 668 0.0027 * 0.0026 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/TestLoop | 0.0051 684 0.0036 * 0.0034 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/Threads/tls | 0.0021 888 0.0044 * * | 0.00 0.00 0.00 * * | - - n/a n/a SingleSource/UnitTests/Vector/SSE/sse.expandfft | 0.0402 8592 * * * | 1.50 * * * * | n/a n/a n/a n/a SingleSource/UnitTests/Vector/SSE/sse.isamax | 0.0172 3560 0.0148 * 0.0141 | 0.00 * 0.00 * 0.02 | n/a - n/a n/a SingleSource/UnitTests/Vector/SSE/sse.stepfft | 0.0449 8264 * * * | 1.84 * * * * | n/a n/a n/a n/a SingleSource/UnitTests/Vector/build | 0.0034 1008 * * * | 0.00 * * * * | n/a n/a n/a n/a SingleSource/UnitTests/Vector/build2 | 0.0134 1572 * * * | 0.00 * * * * | n/a n/a n/a n/a SingleSource/UnitTests/Vector/divides | 0.0052 1328 0.0054 * 0.0050 | 0.00 * 0.00 * 0.01 | n/a - n/a n/a SingleSource/UnitTests/Vector/multiplies | 0.0139 2152 * * * | 0.00 * * * * | n/a n/a n/a n/a SingleSource/UnitTests/Vector/simple | 0.0080 2072 * * * | 0.00 * * * * | n/a n/a n/a n/a SingleSource/UnitTests/Vector/sumarray | 0.0054 992 * * * | 0.00 * * * * | n/a n/a n/a n/a SingleSource/UnitTests/Vector/sumarray-dbl | 0.0057 1064 * * * | 0.00 * * * * | n/a n/a n/a n/a SingleSource/UnitTests/printargs | 0.0032 724 0.0036 * 0.0035 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a
On Feb 2, 2008, at 11:49 PM, Emil Mikulic wrote:> The llvm-test nightly report is attached. > I had to manually kill tramp3d-v4.native after ~1hr of CPU time.FWIW, I think it makes sense to remove tramp3d-v4 from the 2.2 branch. -Chris