LLVMers, The 2.5 pre-release is available for testing: http://llvm.org/prereleases/2.5/ If you have time, I'd appreciate anyone who can help test the release. Please do the following: 1) Download/compile llvm source, and either compile llvm-gcc source or use llvm-gcc binary (please compile llvm-gcc with fortran if you can). 2) Run make check, send me the testrun.log 3) Run "make TEST=nightly report" and send me the report.nightly.txt 4) Please provide details on what platform you compiled LLVM on, how you built LLMV (src == obj, or src != obj), and if you compiled llvm- gcc with support for fortran. Please COMPLETE ALL TESTING BY end of the day on Feb. 12th! Thanks, Tanya Lattner -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090206/2ee9c08d/attachment.html>
I'm trying to build the 2.5 prerelease on my MacBook, and I'm getting a bus error in tblgen: $ rm -r * && ../src/configure --prefix=`pwd`/../install && make -j1 VERBOSE=1 ENABLE_OPTIMIZED=0 ... llvm[1]: Building Intrinsics.gen.tmp from Intrinsics.td /Users/jyasskin/src/llvm-2.5/obj/Debug/bin/tblgen -I /Users/jyasskin/src/llvm-2.5/src/lib/VMCore -I /Users/jyasskin/src/llvm-2.5/src/include -I /Users/jyasskin/src/llvm-2.5/src/include -I /Users/jyasskin/src/llvm-2.5/src/lib/Target /Users/jyasskin/src/llvm-2.5/src/include/llvm/Intrinsics.td -o /Users/jyasskin/src/llvm-2.5/obj/lib/VMCore/Debug/Intrinsics.gen.tmp -gen-intrinsic make[1]: *** [/Users/jyasskin/src/llvm-2.5/obj/lib/VMCore/Debug/Intrinsics.gen.tmp] Bus error make: *** [all] Error 1 Looking through the code, I don't see anything wrong. Here's a bunch of maybe-relevant information, but let me know if I should send anything else. $ gdb --args /Users/jyasskin/src/llvm-2.5/obj/Debug/bin/tblgen -I /Users/jyasskin/src/llvm-2.5/src/lib/VMCore -I /Users/jyasskin/src/llvm-2.5/src/include -I /Users/jyasskin/src/llvm-2.5/src/include -I /Users/jyasskin/src/llvm-2.5/src/lib/Target /Users/jyasskin/src/llvm-2.5/src/include/llvm/Intrinsics.td -o /Users/jyasskin/src/llvm-2.5/obj/lib/VMCore/Debug/Intrinsics.gen.tmp -gen-intrinsic GNU gdb 6.3.50-20050815 (Apple version gdb-962) (Sat Jul 26 08:14:40 UTC 2008) Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-apple-darwin"...Reading symbols for shared libraries .... done (gdb) run Starting program: /Users/jyasskin/src/llvm-2.5/obj/Debug/bin/tblgen -I /Users/jyasskin/src/llvm-2.5/src/lib/VMCore -I /Users/jyasskin/src/llvm-2.5/src/include -I /Users/jyasskin/src/llvm-2.5/src/include -I /Users/jyasskin/src/llvm-2.5/src/lib/Target /Users/jyasskin/src/llvm-2.5/src/include/llvm/Intrinsics.td -o /Users/jyasskin/src/llvm-2.5/obj/lib/VMCore/Debug/Intrinsics.gen.tmp -gen-intrinsic Reading symbols for shared libraries +++.. done Program received signal EXC_BAD_ACCESS, Could not access memory. Reason: KERN_PROTECTION_FAILURE at address: 0x0010eb75 0x963646e1 in __gnu_cxx::__exchange_and_add () (gdb) bt #0 0x963646e1 in __gnu_cxx::__exchange_and_add () #1 0x96354070 in std::string::_Rep::_M_dispose () #2 0x963560a6 in std::string::assign () #3 0x000ecd67 in llvm::cl::initializer<char [2]>::apply<llvm::cl::opt<std::string, false, llvm::cl::parser<std::string> > > (this=0xbfffdd5c, O=@0x17c200) at CommandLine.h:281 #4 0x000ecdd4 in llvm::cl::applicator<llvm::cl::initializer<char [2]>>::opt<llvm::cl::opt<std::string, false, llvm::cl::parser<std::string> > > (M=@0xbfffdd5c, O=@0x17c200) at CommandLine.h:706#5 0x000ecdee in llvm::cl::apply<llvm::cl::initializer<char [2]>, llvm::cl::opt<std::string, false, llvm::cl::parser<std::string> > > (M=@0xbfffdd5c, O=0x17c200) at CommandLine.h:742 #6 0x000ece85 in llvm::cl::opt<std::string, false, llvm::cl::parser<std::string> >::opt<char [2], llvm::cl::desc, llvm::cl::value_desc, llvm::cl::initializer<char [2]> > (this=0x17c200, M0=@0x10eb92, M1=@0xbfffdd64, M2=@0xbfffdd60, M3=@0xbfffdd5c) at CommandLine.h:897 #7 0x0015d7be in __static_initialization_and_destruction_0 (__initialize_p=1, __priority=65535) at /Users/jyasskin/src/llvm-2.5/src/utils/TableGen/TableGen.cpp:97 #8 0x0015d953 in global constructors keyed to _ZN89_GLOBAL__N__Users_jyasskin_src_llvm_2.5_src_utils_TableGen_TableGen.cpp_00000000_BF75FF056ActionE () at /Users/jyasskin/src/llvm-2.5/src/utils/TableGen/TableGen.cpp:236 #9 0x8fe12e76 in __dyld__ZN16ImageLoaderMachO18doModInitFunctionsERKN11ImageLoader11LinkContextE () #10 0x8fe0e723 in __dyld__ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj () #11 0x8fe0e809 in __dyld__ZN11ImageLoader15runInitializersERKNS_11LinkContextE () #12 0x8fe04102 in __dyld__ZN4dyld24initializeMainExecutableEv () #13 0x8fe07b5f in __dyld__ZN4dyld5_mainEPK11mach_headermiPPKcS5_S5_ () #14 0x8fe01872 in __dyld__ZN13dyldbootstrap5startEPK11mach_headeriPPKcl () #15 0x8fe01037 in __dyld__dyld_start () Oddly, I can't look at the contents of an opt<string> until I run (gdb) add-symbol-file /Users/jyasskin/src/llvm-2.5/obj/lib/Support/Debug/CommandLine.o Then I get the following at the crash: (gdb) f 3 (gdb) p O $2 = (class llvm::cl::opt<std::basic_string<char, std::char_traits<char>, std::allocator<char>>,false,llvm::cl::parser<std::basic_string<char,std::char_traits<char>, std::allocator<char> > > > &) @0x17c200: { <llvm::cl::Option> = { _vptr$Option = 0x15f2c8, NumOccurrences = 0, Flags = 33, Position = 0, AdditionalVals = 0, NextRegistered = 0x0, ArgStr = 0x10eb92 "o", HelpStr = 0x10eb82 "Output filename", ValueStr = 0x10eb79 "filename" }, <llvm::cl::opt_storage<std::basic_string<char, std::char_traits<char>, std::allocator<char> >,false,true>> = { <std::basic_string<char,std::char_traits<char>,std::allocator<char> >> = { _M_dataplus = { <std::allocator<char>> = { <__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No data fields>}, members of std::basic_string<char,std::char_traits<char>,std::allocator<char>>::_Alloc_hider:_M_p = 0xa06ea6e4 "" } }, <No data fields>}, members of llvm::cl::opt<std::basic_string<char, std::char_traits<char>, std::allocator<char>>,false,llvm::cl::parser<std::basic_string<char,std::char_traits<char>, std::allocator<char> > > >: Parser = { <llvm::cl::basic_parser<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >> = { <llvm::cl::basic_parser_impl> = { _vptr$basic_parser_impl = 0x15ec58 }, <No data fields>}, <No data fields>} } This happens both with and without the binaries from llvm-gcc4.2-2.5-x86-darwin9.tar.gz symlinked into my PATH. It also happens in both release and debug builds. $ gcc --version i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5488) On Fri, Feb 6, 2009 at 5:42 PM, Tanya Lattner <tonic at nondot.org> wrote:> LLVMers, > > The 2.5 pre-release is available for testing: > http://llvm.org/prereleases/2.5/ > > If you have time, I'd appreciate anyone who can help test the release. > Please do the following: > > 1) Download/compile llvm source, and either compile llvm-gcc source or use > llvm-gcc binary (please compile llvm-gcc with fortran if you can). > 2) Run make check, send me the testrun.log > 3) Run "make TEST=nightly report" and send me the report.nightly.txt > 4) Please provide details on what platform you compiled LLVM on, how you > built LLMV (src == obj, or src != obj), and if you compiled llvm-gcc with > support for fortran. > > Please COMPLETE ALL TESTING BY end of the day on Feb. 12th! > > 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 > >
I figured it out. I had installed llvm-2.4 through macports and set LD_LIBRARY_PATH, CPPFLAGS, and LDFLAGS to search /opt/local in addition to the normal search paths. Unsetting them let the 2.5 prerelease compile. Sorry for the false alarm. On Sat, Feb 7, 2009 at 12:27 AM, Jeffrey Yasskin <jyasskin at google.com> wrote:> I'm trying to build the 2.5 prerelease on my MacBook, and I'm getting > a bus error in tblgen: > > $ rm -r * && ../src/configure --prefix=`pwd`/../install && make -j1 > VERBOSE=1 ENABLE_OPTIMIZED=0 > ... > llvm[1]: Building Intrinsics.gen.tmp from Intrinsics.td > /Users/jyasskin/src/llvm-2.5/obj/Debug/bin/tblgen -I > /Users/jyasskin/src/llvm-2.5/src/lib/VMCore -I > /Users/jyasskin/src/llvm-2.5/src/include -I > /Users/jyasskin/src/llvm-2.5/src/include -I > /Users/jyasskin/src/llvm-2.5/src/lib/Target > /Users/jyasskin/src/llvm-2.5/src/include/llvm/Intrinsics.td -o > /Users/jyasskin/src/llvm-2.5/obj/lib/VMCore/Debug/Intrinsics.gen.tmp > -gen-intrinsic > make[1]: *** [/Users/jyasskin/src/llvm-2.5/obj/lib/VMCore/Debug/Intrinsics.gen.tmp] > Bus error > make: *** [all] Error 1 > > Looking through the code, I don't see anything wrong. Here's a bunch > of maybe-relevant information, but let me know if I should send > anything else. > > $ gdb --args /Users/jyasskin/src/llvm-2.5/obj/Debug/bin/tblgen -I > /Users/jyasskin/src/llvm-2.5/src/lib/VMCore -I > /Users/jyasskin/src/llvm-2.5/src/include -I > /Users/jyasskin/src/llvm-2.5/src/include -I > /Users/jyasskin/src/llvm-2.5/src/lib/Target > /Users/jyasskin/src/llvm-2.5/src/include/llvm/Intrinsics.td -o > /Users/jyasskin/src/llvm-2.5/obj/lib/VMCore/Debug/Intrinsics.gen.tmp > -gen-intrinsic > GNU gdb 6.3.50-20050815 (Apple version gdb-962) (Sat Jul 26 08:14:40 UTC 2008) > Copyright 2004 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and you are > welcome to change it and/or distribute copies of it under certain conditions. > Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for details. > This GDB was configured as "i386-apple-darwin"...Reading symbols for > shared libraries .... done > > (gdb) run > Starting program: /Users/jyasskin/src/llvm-2.5/obj/Debug/bin/tblgen -I > /Users/jyasskin/src/llvm-2.5/src/lib/VMCore -I > /Users/jyasskin/src/llvm-2.5/src/include -I > /Users/jyasskin/src/llvm-2.5/src/include -I > /Users/jyasskin/src/llvm-2.5/src/lib/Target > /Users/jyasskin/src/llvm-2.5/src/include/llvm/Intrinsics.td -o > /Users/jyasskin/src/llvm-2.5/obj/lib/VMCore/Debug/Intrinsics.gen.tmp > -gen-intrinsic > Reading symbols for shared libraries +++.. done > > Program received signal EXC_BAD_ACCESS, Could not access memory. > Reason: KERN_PROTECTION_FAILURE at address: 0x0010eb75 > 0x963646e1 in __gnu_cxx::__exchange_and_add () > (gdb) bt > #0 0x963646e1 in __gnu_cxx::__exchange_and_add () > #1 0x96354070 in std::string::_Rep::_M_dispose () > #2 0x963560a6 in std::string::assign () > #3 0x000ecd67 in llvm::cl::initializer<char > [2]>::apply<llvm::cl::opt<std::string, false, > llvm::cl::parser<std::string> > > (this=0xbfffdd5c, O=@0x17c200) at > CommandLine.h:281 > #4 0x000ecdd4 in llvm::cl::applicator<llvm::cl::initializer<char [2]> >>::opt<llvm::cl::opt<std::string, false, llvm::cl::parser<std::string> >> > (M=@0xbfffdd5c, O=@0x17c200) at CommandLine.h:706 > #5 0x000ecdee in llvm::cl::apply<llvm::cl::initializer<char [2]>, > llvm::cl::opt<std::string, false, llvm::cl::parser<std::string> > > > (M=@0xbfffdd5c, O=0x17c200) at CommandLine.h:742 > #6 0x000ece85 in llvm::cl::opt<std::string, false, > llvm::cl::parser<std::string> >::opt<char [2], llvm::cl::desc, > llvm::cl::value_desc, llvm::cl::initializer<char [2]> > > (this=0x17c200, M0=@0x10eb92, M1=@0xbfffdd64, M2=@0xbfffdd60, > M3=@0xbfffdd5c) at CommandLine.h:897 > #7 0x0015d7be in __static_initialization_and_destruction_0 > (__initialize_p=1, __priority=65535) at > /Users/jyasskin/src/llvm-2.5/src/utils/TableGen/TableGen.cpp:97 > #8 0x0015d953 in global constructors keyed to > _ZN89_GLOBAL__N__Users_jyasskin_src_llvm_2.5_src_utils_TableGen_TableGen.cpp_00000000_BF75FF056ActionE > () at /Users/jyasskin/src/llvm-2.5/src/utils/TableGen/TableGen.cpp:236 > #9 0x8fe12e76 in > __dyld__ZN16ImageLoaderMachO18doModInitFunctionsERKN11ImageLoader11LinkContextE > () > #10 0x8fe0e723 in > __dyld__ZN11ImageLoader23recursiveInitializationERKNS_11LinkContextEj > () > #11 0x8fe0e809 in > __dyld__ZN11ImageLoader15runInitializersERKNS_11LinkContextE () > #12 0x8fe04102 in __dyld__ZN4dyld24initializeMainExecutableEv () > #13 0x8fe07b5f in __dyld__ZN4dyld5_mainEPK11mach_headermiPPKcS5_S5_ () > #14 0x8fe01872 in __dyld__ZN13dyldbootstrap5startEPK11mach_headeriPPKcl () > #15 0x8fe01037 in __dyld__dyld_start () > > > Oddly, I can't look at the contents of an opt<string> until I run > (gdb) add-symbol-file > /Users/jyasskin/src/llvm-2.5/obj/lib/Support/Debug/CommandLine.o > > Then I get the following at the crash: > > (gdb) f 3 > (gdb) p O > $2 = (class llvm::cl::opt<std::basic_string<char, > std::char_traits<char>, std::allocator<char> >>,false,llvm::cl::parser<std::basic_string<char, > std::char_traits<char>, std::allocator<char> > > > &) @0x17c200: { > <llvm::cl::Option> = { > _vptr$Option = 0x15f2c8, > NumOccurrences = 0, > Flags = 33, > Position = 0, > AdditionalVals = 0, > NextRegistered = 0x0, > ArgStr = 0x10eb92 "o", > HelpStr = 0x10eb82 "Output filename", > ValueStr = 0x10eb79 "filename" > }, > <llvm::cl::opt_storage<std::basic_string<char, > std::char_traits<char>, std::allocator<char> >,false,true>> = { > <std::basic_string<char,std::char_traits<char>,std::allocator<char> >> = { > _M_dataplus = { > <std::allocator<char>> = { > <__gnu_cxx::new_allocator<char>> = {<No data fields>}, <No > data fields>}, > members of > std::basic_string<char,std::char_traits<char>,std::allocator<char> >>::_Alloc_hider: > _M_p = 0xa06ea6e4 "" > } > }, <No data fields>}, > members of llvm::cl::opt<std::basic_string<char, > std::char_traits<char>, std::allocator<char> >>,false,llvm::cl::parser<std::basic_string<char, > std::char_traits<char>, std::allocator<char> > > >: > Parser = { > <llvm::cl::basic_parser<std::basic_string<char, > std::char_traits<char>, std::allocator<char> > >> = { > <llvm::cl::basic_parser_impl> = { > _vptr$basic_parser_impl = 0x15ec58 > }, <No data fields>}, <No data fields>} > } > > > This happens both with and without the binaries from > llvm-gcc4.2-2.5-x86-darwin9.tar.gz symlinked into my PATH. It also > happens in both release and debug builds. > > $ gcc --version > i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5488) > > > > > On Fri, Feb 6, 2009 at 5:42 PM, Tanya Lattner <tonic at nondot.org> wrote: >> LLVMers, >> >> The 2.5 pre-release is available for testing: >> http://llvm.org/prereleases/2.5/ >> >> If you have time, I'd appreciate anyone who can help test the release. >> Please do the following: >> >> 1) Download/compile llvm source, and either compile llvm-gcc source or use >> llvm-gcc binary (please compile llvm-gcc with fortran if you can). >> 2) Run make check, send me the testrun.log >> 3) Run "make TEST=nightly report" and send me the report.nightly.txt >> 4) Please provide details on what platform you compiled LLVM on, how you >> built LLMV (src == obj, or src != obj), and if you compiled llvm-gcc with >> support for fortran. >> >> Please COMPLETE ALL TESTING BY end of the day on Feb. 12th! >> >> 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 >> >> >
Hi Tanya, I see the following warnings when building. I'm not sure how to fix any of them. The last one looks like it might be serious (seems like a job for Chris). llvm[1]: Compiling Path.cpp for Release build In file included from Path.cpp:270: Unix/Path.inc: In member function ‘bool llvm::sys::Path::eraseFromDisk(bool, std::string*) const’: Unix/Path.inc:661: warning: ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result llvm[1]: Compiling raw_ostream.cpp for Release build raw_ostream.cpp: In member function ‘virtual void llvm::raw_fd_ostream::flush_impl()’: raw_ostream.cpp:245: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result llvm[2]: Compiling LLParser.cpp for Release build LLParser.cpp: In member function ‘bool llvm::LLParser::ParseGlobal(const std::string&, const char*, unsigned int, bool, unsigned int)’: LLParser.cpp:448: warning: ‘IsConstant’ may be used uninitialized in this function Ciao, Duncan.
Hi, I've reported a couple of regressions from LLVM 2.4 on test cases from the GCC testsuite: undefined reference to extern inline function http://llvm.org/bugs/show_bug.cgi?id=3517 undefined reference to __compound_literal.* http://llvm.org/bugs/show_bug.cgi?id=3518 Thanks, Jay.
Hi Tanya, some test results (testrun.log and report.nightly.txt attached). Platform: x86-64-linux (ubuntu), system gcc is gcc-4.3. Release build (= default) for llvm and llvm-gcc; PIC not enabled; in fact the only non-default option was --disable-multilib, which was for llvm-gcc. I had to kill off some of the exception handling tests because they got into some kind of infinite loop. This may be because the gcc-4.3 libgcc unwind code is somehow incompatible with llvm exception handling (PR2998). If this is a problem for the release, I can try to solve it ASAP. Ciao, Duncan. PS: x86-32-linux testresults coming next! -------------- next part -------------- A non-text attachment was scrubbed... Name: testrun.log Type: text/x-log Size: 344708 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090212/5aa42b90/attachment.bin> -------------- 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.4000 104232 0.1440 * 0.2880 | 0.00 0.00 0.00 * 0.66 | - - n/a n/a MultiSource/Applications/ClamAV/clamscan | 4.3242 1354352 1.9801 * 1.1600 | 0.25 0.18 0.25 * 3.49 | 1.39 1.00 n/a n/a MultiSource/Applications/JM/ldecod/ldecod | 2.1521 612540 0.8600 * 0.6960 | 0.47 0.45 0.49 * 2.34 | 1.04 0.96 n/a n/a MultiSource/Applications/JM/lencod/lencod | 4.5162 1313180 1.8561 * 1.3960 | 8.16 8.96 8.47 * 14.48 | 0.91 0.96 n/a n/a MultiSource/Applications/SIBsim4/SIBsim4 | 0.3960 82688 0.1280 * 0.1400 | 4.49 4.86 4.84 * 5.45 | 0.92 0.93 n/a n/a MultiSource/Applications/SPASS/SPASS | 5.6243 1625108 1.7041 * 1.1120 | 10.84 10.33 10.60 * 15.08 | 1.05 1.02 n/a n/a MultiSource/Applications/aha/aha | 0.0560 6848 0.0080 * 0.0160 | 2.14 2.80 2.70 * 3.02 | 0.76 0.79 n/a n/a MultiSource/Applications/d/make_dparser | 1.0240 313340 0.3320 * 0.3200 | 0.03 0.03 0.06 * 1.02 | - - n/a n/a MultiSource/Applications/hbd/hbd | 0.2120 78108 0.1200 * 0.1000 | 0.00 0.00 0.00 * 0.28 | - - n/a n/a MultiSource/Applications/hexxagon/hexxagon | 0.1520 42900 0.0520 * 0.0520 | 11.97 10.65 9.45 * 9.14 | 1.12 1.27 n/a n/a MultiSource/Applications/kimwitu++/kc | 4.4162 1764296 1.6801 * 1.0480 | 0.15 0.22 0.16 * 4.03 | 0.68 0.94 n/a n/a MultiSource/Applications/lambda-0.1.3/lambda | 0.2000 67428 0.0920 * 0.1200 | 5.52 5.38 5.42 * 6.52 | 1.03 1.02 n/a n/a MultiSource/Applications/lemon/lemon | 0.2920 99572 0.1240 * 0.1480 | 1.76 1.51 1.83 * 117.05 | 1.17 0.96 n/a n/a MultiSource/Applications/lua/lua | 1.3760 545616 0.8040 * * | 12.57 * 13.60 * * | n/a 0.92 n/a n/a MultiSource/Applications/minisat/minisat | 0.2200 44712 0.0600 * * | 9.91 9.26 9.31 * * | 1.07 1.06 n/a n/a MultiSource/Applications/obsequi/Obsequi | 0.3600 57720 0.1120 * 0.0920 | 2.41 2.90 2.92 * 3.23 | 0.83 0.83 n/a n/a MultiSource/Applications/oggenc/oggenc | 1.3120 806736 0.4200 * 0.3120 | 0.18 0.32 0.17 * 1.17 | 0.56 1.06 n/a n/a MultiSource/Applications/sgefa/sgefa | 0.1000 16504 0.0120 * 0.0280 | 0.64 0.74 0.88 * 1.00 | 0.86 0.73 n/a n/a MultiSource/Applications/siod/siod | 0.7320 350024 0.6800 * 0.2640 | 3.84 3.52 3.57 * 4.28 | 1.09 1.08 n/a n/a MultiSource/Applications/spiff/spiff | 0.1680 54732 0.0680 * * | 0.68 0.79 0.69 * * | 0.86 0.99 n/a n/a MultiSource/Applications/sqlite3/sqlite3 | * * * * * | 0.00 * * * * | n/a n/a n/a n/a MultiSource/Applications/treecc/treecc | 0.6960 341008 0.5400 * 0.1000 | 0.00 0.00 0.00 * 0.31 | - - n/a n/a MultiSource/Applications/viterbi/viterbi | 0.0440 5020 0.0080 * 0.0080 | 5.44 5.40 11.88 * 11.67 | 1.01 0.46 n/a n/a MultiSource/Benchmarks/ASCI_Purple/SMG2000/smg2000 | 2.0841 396104 0.5840 * * | 4.51 5.75 5.59 * * | 0.78 0.81 n/a n/a MultiSource/Benchmarks/ASC_Sequoia/AMGmk/AMGmk | 0.1320 12756 0.0200 * 0.0280 | 17.57 18.12 18.25 * 18.43 | 0.97 0.96 n/a n/a MultiSource/Benchmarks/ASC_Sequoia/CrystalMk/CrystalMk | 0.0280 6248 0.0080 * 0.0120 | 8.42 8.72 9.83 * 9.70 | 0.97 0.86 n/a n/a MultiSource/Benchmarks/ASC_Sequoia/IRSmk/IRSmk | 0.0200 5312 0.0080 * 0.0120 | 9.34 7.00 6.90 * 7.05 | 1.33 1.35 n/a n/a MultiSource/Benchmarks/BitBench/drop3/drop3 | 0.0200 3380 0.0040 * 0.0120 | 0.51 0.58 0.45 * 0.52 | 0.88 1.13 n/a n/a MultiSource/Benchmarks/BitBench/five11/five11 | 0.0120 2732 0.0040 * 0.0080 | 3.42 3.37 3.43 * 3.68 | 1.01 1.00 n/a n/a MultiSource/Benchmarks/BitBench/uudecode/uudecode | 0.0080 2628 0.0040 * 0.0040 | 0.10 0.12 0.12 * 0.18 | 0.83 0.83 n/a n/a MultiSource/Benchmarks/BitBench/uuencode/uuencode | 0.0080 2700 0.0040 * 0.0040 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a MultiSource/Benchmarks/Fhourstones-3.1/fhourstones3.1 | 0.0440 6984 0.0120 * 0.0160 | 1.64 1.69 1.66 * 2.08 | 0.97 0.99 n/a n/a MultiSource/Benchmarks/Fhourstones/fhourstones | 0.0320 10160 0.0160 * 0.0200 | 1.30 1.40 1.44 * 1.48 | 0.93 0.90 n/a n/a MultiSource/Benchmarks/FreeBench/analyzer/analyzer | 0.0360 9168 0.0200 * 0.0360 | 0.09 0.15 0.11 * 0.20 | - - n/a n/a MultiSource/Benchmarks/FreeBench/distray/distray | 0.0280 8056 0.0120 * 0.0080 | 0.20 0.22 0.15 * 0.19 | 0.91 1.33 n/a n/a MultiSource/Benchmarks/FreeBench/fourinarow/fourinarow | 0.0600 17632 0.0360 * 0.0159 | 0.32 0.38 0.35 * 0.45 | 0.84 0.91 n/a n/a MultiSource/Benchmarks/FreeBench/mason/mason | 0.0160 5832 0.0040 * 0.0040 | 0.43 0.21 0.19 * 0.21 | 2.05 2.26 n/a n/a MultiSource/Benchmarks/FreeBench/neural/neural | 0.0520 8448 0.0040 * 0.0280 | 0.23 0.24 0.24 * 0.37 | 0.96 0.96 n/a n/a MultiSource/Benchmarks/FreeBench/pcompress2/pcompress2 | 0.0280 10200 0.0200 * 0.0480 | 0.25 0.32 0.26 * 0.37 | 0.78 0.96 n/a n/a MultiSource/Benchmarks/FreeBench/pifft/pifft | 0.2160 52460 0.1040 * 0.0840 | 0.19 0.13 0.15 * 0.40 | 1.46 1.27 n/a n/a MultiSource/Benchmarks/MallocBench/cfrac/cfrac | 0.1960 92460 0.1120 * 0.1080 | 1.70 1.67 1.72 * 1.99 | 1.02 0.99 n/a n/a MultiSource/Benchmarks/MallocBench/espresso/espresso | 1.2200 393660 0.5920 * 0.4360 | 0.58 0.58 0.66 * 1.77 | 1.00 0.88 n/a n/a MultiSource/Benchmarks/MallocBench/gs/gs | 1.0880 431608 * * * | 0.00 * * * * | n/a n/a n/a n/a MultiSource/Benchmarks/McCat/01-qbsort/qbsort | 0.0080 3404 0.0080 * 0.0040 | 0.07 0.06 0.06 * 0.15 | - - n/a n/a MultiSource/Benchmarks/McCat/03-testtrie/testtrie | 0.0160 3344 0.0120 * 0.0080 | 0.01 0.00 0.01 * 0.03 | - - n/a n/a MultiSource/Benchmarks/McCat/04-bisect/bisect | 0.0160 3880 0.0080 * 0.0080 | 0.10 0.20 0.21 * 0.14 | 0.50 0.48 n/a n/a MultiSource/Benchmarks/McCat/05-eks/eks | 0.1040 6624 0.0080 * 0.0120 | 0.00 0.00 0.00 * 0.04 | - - n/a n/a MultiSource/Benchmarks/McCat/08-main/main | 0.0960 11020 0.0079 * 0.0239 | 0.04 0.02 0.02 * 0.10 | - - n/a n/a MultiSource/Benchmarks/McCat/09-vor/vor | 0.0840 23308 0.0480 * 0.0560 | 0.13 0.16 0.19 * 0.24 | 0.81 0.68 n/a n/a MultiSource/Benchmarks/McCat/12-IOtest/iotest | 0.0160 2408 0.0040 * 0.0040 | 0.30 0.21 0.20 * 0.28 | 1.43 1.50 n/a n/a MultiSource/Benchmarks/McCat/15-trie/trie | 0.0160 3104 0.0120 * 0.0120 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a MultiSource/Benchmarks/McCat/17-bintr/bintr | 0.0040 3468 0.0120 * 0.0039 | 0.09 0.10 0.11 * 0.13 | - - n/a n/a MultiSource/Benchmarks/McCat/18-imp/imp | 0.0600 19364 0.0400 * 0.0360 | 0.06 0.07 0.10 * 0.18 | - - n/a n/a MultiSource/Benchmarks/MiBench/automotive-basicmath/automotive-basicmath | 0.0240 4916 0.0120 * 0.0080 | 0.46 0.47 0.45 * 0.52 | 0.98 1.02 n/a n/a MultiSource/Benchmarks/MiBench/automotive-bitcount/automotive-bitcount | 0.0160 3476 0.0040 * 0.0040 | 0.11 0.12 0.16 * 0.17 | 0.92 0.69 n/a n/a MultiSource/Benchmarks/MiBench/automotive-susan/automotive-susan | 0.1960 52076 0.0640 * 0.0720 | 0.05 0.06 0.06 * 0.26 | - - n/a n/a MultiSource/Benchmarks/MiBench/consumer-jpeg/consumer-jpeg | 1.0520 208284 0.2720 * 0.1320 | 0.01 0.00 0.01 * 0.40 | - - n/a n/a MultiSource/Benchmarks/MiBench/consumer-lame/consumer-lame | 0.9920 312056 0.3440 * 0.2600 | 0.29 0.30 0.29 * 1.09 | 0.97 1.00 n/a n/a MultiSource/Benchmarks/MiBench/consumer-typeset/consumer-typeset | 5.0483 1355260 1.9601 * 1.6041 | 0.30 0.20 0.20 * 4.49 | 1.50 1.50 n/a n/a MultiSource/Benchmarks/MiBench/network-dijkstra/network-dijkstra | 0.0160 3244 0.0080 * 0.0080 | 0.06 0.04 0.05 * 0.08 | - - n/a n/a MultiSource/Benchmarks/MiBench/network-patricia/network-patricia | 0.0160 4132 0.0040 * 0.0080 | 0.21 0.15 0.17 * 0.22 | 1.40 1.24 n/a n/a MultiSource/Benchmarks/MiBench/office-ispell/office-ispell | 0.4160 121944 0.2160 * 0.0400 | 0.00 0.00 0.00 * 0.17 | - - n/a n/a MultiSource/Benchmarks/MiBench/office-stringsearch/office-stringsearch | 0.0280 13004 0.0000 * 0.0040 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a MultiSource/Benchmarks/MiBench/security-blowfish/security-blowfish | 0.0800 30600 0.0480 * 0.0120 | 0.00 0.00 0.00 * 0.04 | - - n/a n/a MultiSource/Benchmarks/MiBench/security-rijndael/security-rijndael | 0.1680 47948 0.0400 * 0.0240 | 0.03 0.04 0.04 * 0.11 | - - n/a n/a MultiSource/Benchmarks/MiBench/security-sha/security-sha | 0.0080 4836 0.0080 * 0.0160 | 0.04 0.02 0.03 * 0.11 | - - n/a n/a MultiSource/Benchmarks/MiBench/telecomm-CRC32/telecomm-CRC32 | 0.0120 3136 0.0040 * 0.0000 | 0.31 0.29 0.27 * 0.31 | 1.07 1.15 n/a n/a MultiSource/Benchmarks/MiBench/telecomm-FFT/telecomm-fft | 0.0200 4696 0.0120 * 0.0160 | 0.06 0.05 0.08 * 0.09 | - - n/a n/a MultiSource/Benchmarks/MiBench/telecomm-adpcm/telecomm-adpcm | 0.0200 2328 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a MultiSource/Benchmarks/MiBench/telecomm-gsm/telecomm-gsm | 0.2720 78528 0.0800 * 0.0640 | 0.21 0.22 0.26 * 0.44 | 0.95 0.81 n/a n/a MultiSource/Benchmarks/NPB-serial/is/is | 0.0160 5840 * * * | 0.00 * * * * | n/a n/a n/a n/a MultiSource/Benchmarks/Olden/bh/bh | 0.0680 14716 0.0360 * 0.0240 | 1.84 1.61 1.59 * 1.63 | 1.14 1.16 n/a n/a MultiSource/Benchmarks/Olden/bisort/bisort | 0.0160 3512 0.0040 * 0.0120 | 0.96 0.93 1.03 * 1.28 | 1.03 0.93 n/a n/a MultiSource/Benchmarks/Olden/em3d/em3d | 0.0160 6084 0.0120 * 0.0159 | 3.44 4.99 3.60 * 3.78 | 0.69 0.96 n/a n/a MultiSource/Benchmarks/Olden/health/health | 0.0280 7352 0.0080 * 0.0120 | 0.70 0.71 0.74 * 0.79 | 0.99 0.95 n/a n/a MultiSource/Benchmarks/Olden/mst/mst | 0.0120 4384 0.0080 * 0.0040 | 0.16 0.13 0.14 * 0.20 | 1.23 1.14 n/a n/a MultiSource/Benchmarks/Olden/perimeter/perimeter | 0.0200 12920 0.0360 * 0.0360 | 0.36 0.38 0.37 * 0.45 | 0.95 0.97 n/a n/a MultiSource/Benchmarks/Olden/power/power | 0.0240 8324 0.0080 * 0.0240 | 2.23 1.87 1.62 * 1.76 | 1.19 1.38 n/a n/a MultiSource/Benchmarks/Olden/treeadd/treeadd | 0.0040 1760 0.0040 * 0.0000 | 6.83 0.47 0.49 * 0.51 | 14.53 13.94 n/a n/a MultiSource/Benchmarks/Olden/tsp/tsp | 0.0240 6864 0.0080 * 0.0160 | 1.41 1.51 1.24 * 2.07 | 0.93 1.14 n/a n/a MultiSource/Benchmarks/Olden/voronoi/voronoi | 0.0680 14196 0.0120 * 0.0239 | 0.53 0.44 0.41 * 0.48 | 1.20 1.29 n/a n/a MultiSource/Benchmarks/OptimizerEval/optimizer-eval | 0.0760 28744 0.0240 * 0.0520 | 103.62 111.14 110.89 * 102.05 | 0.93 0.93 n/a n/a MultiSource/Benchmarks/Prolangs-C++/NP/np | 0.0000 1164 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/city/city | 0.0520 16204 0.0360 * 0.0120 | 0.01 0.00 0.00 * 0.04 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/deriv1/deriv1 | 0.0080 7044 0.0000 * 0.0040 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/deriv2/deriv2 | 0.0320 8464 0.0120 * 0.0080 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/employ/employ | 0.0400 13052 0.0320 * 0.0119 | 0.01 0.00 0.02 * 0.04 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/family/family | 0.0080 3356 0.0000 * 0.0080 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/fsm/fsm | 0.0080 1972 0.0040 * 0.0040 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/garage/garage | 0.0160 6272 0.0040 * 0.0200 | 0.00 0.00 0.00 * 0.04 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/life/life | 0.0240 6168 0.0000 * 0.0040 | 1.78 1.61 1.79 * 1.87 | 1.11 0.99 n/a n/a MultiSource/Benchmarks/Prolangs-C++/objects/objects | 0.0840 10068 0.0159 * 0.0000 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/ocean/ocean | 0.0360 8724 0.0080 * 0.0080 | 0.14 0.13 0.14 * 0.23 | 1.08 1.00 n/a n/a MultiSource/Benchmarks/Prolangs-C++/office/office | 0.0120 5276 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/primes/primes | 0.0080 1560 0.0000 * 0.0000 | 0.41 0.40 0.40 * 0.46 | 1.02 1.02 n/a n/a MultiSource/Benchmarks/Prolangs-C++/shapes/shapes | 0.0360 12276 0.0159 * 0.0159 | 0.00 0.00 0.00 * 0.04 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/simul/simul | 0.0320 4160 0.0040 * 0.0040 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/trees/trees | 0.0520 11176 0.0200 * 0.0080 | 0.00 0.00 0.00 * 0.04 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C++/vcirc/vcirc | 0.0200 1796 0.0040 * 0.0040 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/TimberWolfMC/timberwolfmc | 1.5400 529912 0.7800 * 0.0920 | 0.00 0.00 0.00 * 0.39 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/agrep/agrep | 0.3000 86440 0.1880 * 0.0480 | 0.00 0.00 0.00 * 0.16 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/allroots/allroots | 0.0120 3108 0.0040 * 0.0040 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/archie-client/archie | 0.1400 47064 0.0680 * 0.0160 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/assembler/assembler | 0.1840 60336 0.1000 * 0.0680 | 0.00 0.00 0.00 * 0.21 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/bison/mybison | 0.3320 110756 0.1920 * 0.2520 | 0.00 0.00 0.00 * 0.70 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/cdecl/cdecl | 0.0840 48424 0.0520 * 0.0760 | 0.00 0.00 0.00 * 0.22 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/compiler/compiler | 0.1080 36612 0.1240 * 0.0119 | 0.00 0.00 0.00 * 0.04 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/fixoutput/fixoutput | 0.0080 5964 0.0080 * 0.0120 | 0.00 0.00 0.00 * 0.04 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/football/football | 0.2960 83784 0.1480 * 0.0080 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/gnugo/gnugo | 0.0960 35168 0.0720 * 0.0200 | 0.00 0.00 0.00 * 0.08 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/loader/loader | 0.1120 28788 0.0440 * 0.0360 | 0.00 0.00 0.00 * 0.09 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/plot2fig/plot2fig | 0.0320 14084 0.0200 * 0.0720 | 0.00 0.00 0.00 * 0.18 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/simulator/simulator | 0.2600 62760 0.1320 * 0.0080 | 0.00 0.00 0.00 * 0.04 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/unix-smail/unix-smail | 0.0880 40688 0.1080 * 0.0520 | 0.00 0.00 0.00 * 0.19 | - - n/a n/a MultiSource/Benchmarks/Prolangs-C/unix-tbl/unix-tbl | 0.2280 75964 0.1560 * 0.0120 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a MultiSource/Benchmarks/Ptrdist/anagram/anagram | 0.0240 7184 0.0040 * 0.0120 | 1.81 1.40 1.33 * 1.44 | 1.29 1.36 n/a n/a MultiSource/Benchmarks/Ptrdist/bc/bc | 0.3240 123592 0.2400 * 0.2040 | 0.83 0.80 0.80 * 1.35 | 1.04 1.04 n/a n/a MultiSource/Benchmarks/Ptrdist/ft/ft | 0.0520 6996 0.0160 * 0.0080 | 1.29 1.34 1.30 * 1.42 | 0.96 0.99 n/a n/a MultiSource/Benchmarks/Ptrdist/ks/ks | 0.0440 11604 0.0199 * 0.0240 | 1.98 2.27 2.33 * 2.13 | 0.87 0.85 n/a n/a MultiSource/Benchmarks/Ptrdist/yacr2/yacr2 | 0.1480 43404 0.0880 * 0.0600 | 0.92 0.98 1.24 * 1.51 | 0.94 0.74 n/a n/a MultiSource/Benchmarks/SciMark2-C/scimark2 | 0.0680 13920 0.0320 * 0.0240 | 25.91 29.52 27.68 * 27.88 | 0.88 0.94 n/a n/a MultiSource/Benchmarks/Trimaran/enc-3des/enc-3des | 0.1640 22428 0.0560 * 0.0520 | 2.01 2.05 2.21 * 2.06 | 0.98 0.91 n/a n/a MultiSource/Benchmarks/Trimaran/enc-md5/enc-md5 | 0.0480 7588 0.0120 * 0.0200 | 2.30 2.32 2.12 * 2.08 | 0.99 1.08 n/a n/a MultiSource/Benchmarks/Trimaran/enc-pc1/enc-pc1 | 0.0240 4072 0.0080 * 0.0040 | 0.80 0.38 0.78 * 0.89 | 2.11 1.03 n/a n/a MultiSource/Benchmarks/Trimaran/enc-rc4/enc-rc4 | 0.0120 2284 0.0000 * 0.0040 | 1.25 1.38 1.59 * 1.46 | 0.91 0.79 n/a n/a MultiSource/Benchmarks/Trimaran/netbench-crc/netbench-crc | 0.0120 32640 0.0040 * * | 0.91 1.09 1.07 * * | 0.83 0.85 n/a n/a MultiSource/Benchmarks/Trimaran/netbench-url/netbench-url | 0.0320 39964 0.0039 * 0.0160 | 3.39 3.15 3.33 * 3.45 | 1.08 1.02 n/a n/a MultiSource/Benchmarks/VersaBench/8b10b/8b10b | 0.0040 2052 0.0040 * 0.0040 | 8.86 5.80 5.47 * 5.39 | 1.53 1.62 n/a n/a MultiSource/Benchmarks/VersaBench/beamformer/beamformer | 0.0120 4924 0.0040 * 0.0080 | 1.36 2.28 1.73 * 1.78 | 0.60 0.79 n/a n/a MultiSource/Benchmarks/VersaBench/bmm/bmm | 0.0160 2664 0.0000 * 0.0040 | 2.23 2.40 2.29 * 2.91 | 0.93 0.97 n/a n/a MultiSource/Benchmarks/VersaBench/dbms/dbms | 0.0920 35756 0.0640 * 0.0520 | 2.15 2.26 2.05 * 2.50 | 0.95 1.05 n/a n/a MultiSource/Benchmarks/VersaBench/ecbdes/ecbdes | 0.0600 9324 0.0080 * 0.0040 | 2.95 2.82 2.83 * 3.00 | 1.05 1.04 n/a n/a MultiSource/Benchmarks/llubenchmark/llu | 0.0080 3428 0.0080 * 0.0040 | 7.89 8.33 8.22 * 9.28 | 0.95 0.96 n/a n/a MultiSource/Benchmarks/mediabench/adpcm/rawcaudio/rawcaudio | 0.0080 2284 0.0040 * 0.0000 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a MultiSource/Benchmarks/mediabench/adpcm/rawdaudio/rawdaudio | 0.0040 2328 0.0000 * 0.0040 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a MultiSource/Benchmarks/mediabench/g721/g721encode/encode | 0.0600 12768 0.0280 * 0.0320 | 0.06 0.05 0.18 * 0.16 | - - n/a n/a MultiSource/Benchmarks/mediabench/gsm/toast/toast | 0.2600 78528 0.0800 * 0.0600 | 0.08 0.03 0.03 * 0.18 | - - n/a n/a MultiSource/Benchmarks/mediabench/jpeg/jpeg-6a/cjpeg | 1.1080 165044 0.2120 * 0.1560 | 0.00 0.00 0.00 * 0.46 | - - n/a n/a MultiSource/Benchmarks/mediabench/mpeg2/mpeg2dec/mpeg2decode | 0.3680 96980 0.1640 * 0.1320 | 0.01 0.02 0.02 * 0.43 | - - n/a n/a MultiSource/Benchmarks/sim/sim | 0.0840 27636 0.0280 * 0.0480 | 5.39 5.61 5.31 * 5.46 | 0.96 1.02 n/a n/a MultiSource/Benchmarks/tramp3d-v4/tramp3d-v4 | 6.7364 2382900 1.8241 * 1.5560 | 0.55 * 0.73 * 5.28 | n/a 0.75 n/a n/a SingleSource/Benchmarks/Adobe-C++/functionobjects | 0.1560 35352 0.0400 * 0.0520 | 3.92 5.01 3.55 * 3.91 | 0.78 1.10 n/a n/a SingleSource/Benchmarks/Adobe-C++/loop_unroll | 0.8440 295780 0.4600 * 0.4640 | 2.48 1.84 1.91 * 3.08 | 1.35 1.30 n/a n/a SingleSource/Benchmarks/Adobe-C++/simple_types_constant_folding | 0.8120 181520 0.2960 * 0.3200 | 1.17 1.08 1.89 * 3.49 | 1.08 0.62 n/a n/a SingleSource/Benchmarks/Adobe-C++/simple_types_loop_invariant | 0.5320 132424 0.2000 * 0.1800 | 2.98 2.36 3.16 * 3.91 | 1.26 0.94 n/a n/a SingleSource/Benchmarks/Adobe-C++/stepanov_abstraction | 0.2080 36836 0.0480 * 0.0600 | 5.03 7.41 5.04 * 5.29 | 0.68 1.00 n/a n/a SingleSource/Benchmarks/Adobe-C++/stepanov_vector | 0.2800 39688 0.0560 * 0.0560 | 3.07 5.50 3.06 * 3.05 | 0.56 1.00 n/a n/a SingleSource/Benchmarks/BenchmarkGame/fannkuch | 0.0120 2040 0.0040 * 0.0040 | 4.04 4.01 3.72 * 3.53 | 1.01 1.09 n/a n/a SingleSource/Benchmarks/BenchmarkGame/fasta | 0.0080 3044 0.0040 * 0.0040 | 1.14 1.56 1.18 * 1.23 | 0.73 0.97 n/a n/a SingleSource/Benchmarks/BenchmarkGame/n-body | 0.0040 2772 0.0040 * 0.0120 | 1.25 1.18 1.37 * 1.49 | 1.06 0.91 n/a n/a SingleSource/Benchmarks/BenchmarkGame/nsieve-bits | 0.0040 1128 0.0000 * 0.0000 | 1.20 1.05 1.12 * 0.91 | 1.14 1.07 n/a n/a SingleSource/Benchmarks/BenchmarkGame/partialsums | 0.0120 1648 0.0000 * 0.0080 | 0.81 0.67 0.83 * 0.85 | 1.21 0.98 n/a n/a SingleSource/Benchmarks/BenchmarkGame/recursive | 0.0120 3656 0.0080 * 0.0080 | 0.74 1.07 0.98 * 1.17 | 0.69 0.76 n/a n/a SingleSource/Benchmarks/BenchmarkGame/spectral-norm | 0.0040 1872 0.0080 * 0.0000 | 2.16 2.20 1.41 * 1.37 | 0.98 1.53 n/a n/a SingleSource/Benchmarks/CoyoteBench/almabench | 0.0200 9648 0.0040 * 0.0000 | 11.14 10.66 17.16 * 17.81 | 1.05 0.65 n/a n/a SingleSource/Benchmarks/CoyoteBench/fftbench | 0.0440 14728 0.0119 * 0.0280 | 2.34 2.12 2.17 * 2.26 | 1.10 1.08 n/a n/a SingleSource/Benchmarks/CoyoteBench/huffbench | 0.0200 6260 0.0160 * 0.0080 | 19.41 20.18 17.45 * 18.86 | 0.96 1.11 n/a n/a SingleSource/Benchmarks/CoyoteBench/lpbench | 0.0280 3720 0.0080 * 0.0040 | 12.16 12.55 12.02 * 12.29 | 0.97 1.01 n/a n/a SingleSource/Benchmarks/Dhrystone/dry | 0.0120 1276 0.0000 * 0.0040 | 4.67 0.86 0.71 * 1.03 | 5.43 6.58 n/a n/a SingleSource/Benchmarks/Dhrystone/fldry | 0.0160 1496 0.0000 * 0.0040 | 4.67 1.53 0.78 * 1.10 | 3.05 5.99 n/a n/a SingleSource/Benchmarks/McGill/chomp | 0.0400 6480 0.0160 * 0.0120 | 1.29 1.05 1.40 * 1.46 | 1.23 0.92 n/a n/a SingleSource/Benchmarks/McGill/exptree | 0.0240 4504 0.0080 * 0.0120 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/Benchmarks/McGill/misr | 0.0080 2724 0.0040 * 0.0040 | 0.32 0.26 0.34 * 0.30 | 1.23 0.94 n/a n/a SingleSource/Benchmarks/McGill/queens | 0.0000 3128 0.0040 * 0.0080 | 2.84 2.55 3.03 * 2.88 | 1.11 0.94 n/a n/a SingleSource/Benchmarks/Misc-C++/bigfib | 0.1000 24736 0.0600 * * | 0.57 * 0.65 * * | n/a 0.88 n/a n/a SingleSource/Benchmarks/Misc-C++/mandel-text | 0.0000 1100 0.0040 * 0.0000 | 2.53 3.32 2.02 * 2.05 | 0.76 1.25 n/a n/a SingleSource/Benchmarks/Misc-C++/oopack_v1p8 | 0.0160 9516 0.0080 * 0.0120 | 0.19 0.30 0.22 * 0.25 | 0.63 0.86 n/a n/a SingleSource/Benchmarks/Misc-C++/ray | 0.0360 11196 0.0120 * 0.0119 | 5.81 5.95 4.00 * 4.02 | 0.98 1.45 n/a n/a SingleSource/Benchmarks/Misc-C++/sphereflake | 0.0400 7696 0.0080 * 0.0040 | 2.88 4.31 3.67 * 3.88 | 0.67 0.78 n/a n/a SingleSource/Benchmarks/Misc-C++/stepanov_container | 0.2600 46176 0.0720 * 0.0520 | 5.61 6.38 5.75 * 6.54 | 0.88 0.98 n/a n/a SingleSource/Benchmarks/Misc-C++/stepanov_v1p2 | 0.0640 10084 0.0080 * 0.0080 | 8.01 8.08 8.20 * 8.21 | 0.99 0.98 n/a n/a SingleSource/Benchmarks/Misc/ReedSolomon | 0.0800 8708 0.0240 * 0.0320 | 6.64 7.42 7.68 * 8.81 | 0.89 0.86 n/a n/a SingleSource/Benchmarks/Misc/fbench | 0.0120 5052 0.0080 * 0.0040 | 2.20 2.30 2.33 * 2.35 | 0.96 0.94 n/a n/a SingleSource/Benchmarks/Misc/ffbench | 0.0120 3836 0.0040 * 0.0080 | 1.22 1.13 1.18 * 1.12 | 1.08 1.03 n/a n/a SingleSource/Benchmarks/Misc/flops | 0.0320 6336 0.0080 * 0.0120 | 9.26 9.61 11.07 * 10.87 | 0.96 0.84 n/a n/a SingleSource/Benchmarks/Misc/flops-1 | 0.0000 1148 0.0040 * 0.0000 | 2.93 2.87 2.63 * 2.59 | 1.02 1.11 n/a n/a SingleSource/Benchmarks/Misc/flops-2 | 0.0040 1268 0.0000 * 0.0000 | 1.52 1.65 1.59 * 1.52 | 0.92 0.96 n/a n/a SingleSource/Benchmarks/Misc/flops-3 | 0.0000 1172 0.0000 * 0.0040 | 2.56 2.72 3.01 * 3.34 | 0.94 0.85 n/a n/a SingleSource/Benchmarks/Misc/flops-4 | 0.0040 1148 0.0000 * 0.0000 | 1.06 1.08 1.30 * 1.31 | 0.98 0.82 n/a n/a SingleSource/Benchmarks/Misc/flops-5 | 0.0040 1272 0.0000 * 0.0040 | 4.12 4.30 4.45 * 4.34 | 0.96 0.93 n/a n/a SingleSource/Benchmarks/Misc/flops-6 | 0.0040 1272 0.0000 * 0.0000 | 2.08 2.16 5.02 * 5.01 | 0.96 0.41 n/a n/a SingleSource/Benchmarks/Misc/flops-7 | 0.0000 1072 0.0000 * 0.0000 | 3.88 3.56 3.74 * 4.50 | 1.09 1.04 n/a n/a SingleSource/Benchmarks/Misc/flops-8 | 0.0080 1276 0.0040 * 0.0040 | 3.84 4.21 2.25 * 2.34 | 0.91 1.71 n/a n/a SingleSource/Benchmarks/Misc/himenobmtxpa | 0.0360 7880 0.0160 * 0.0080 | 1.50 2.09 1.89 * 1.93 | 0.72 0.79 n/a n/a SingleSource/Benchmarks/Misc/mandel | 0.0000 1072 0.0000 * 0.0040 | 0.99 0.88 0.93 * 0.93 | 1.12 1.06 n/a n/a SingleSource/Benchmarks/Misc/oourafft | 0.0520 10124 0.0120 * 0.0120 | 5.90 7.97 8.47 * 7.81 | 0.74 0.70 n/a n/a SingleSource/Benchmarks/Misc/perlin | 0.0200 4348 0.0040 * 0.0080 | 6.20 6.43 6.79 * 7.01 | 0.96 0.91 n/a n/a SingleSource/Benchmarks/Misc/pi | 0.0080 1096 0.0000 * 0.0000 | 0.81 0.75 0.80 * 0.89 | 1.08 1.01 n/a n/a SingleSource/Benchmarks/Misc/richards_benchmark | 0.0240 5288 0.0080 * 0.0040 | 1.12 1.19 1.17 * 1.41 | 0.94 0.96 n/a n/a SingleSource/Benchmarks/Misc/whetstone | 0.0200 3068 0.0040 * 0.0080 | 1.70 1.80 1.54 * 1.55 | 0.94 1.10 n/a n/a SingleSource/Benchmarks/Shootout-C++/ackermann | 0.0040 3444 0.0000 * 0.0000 | 0.76 0.97 1.02 * 1.08 | 0.78 0.75 n/a n/a SingleSource/Benchmarks/Shootout-C++/ary | 0.0280 4280 0.0040 * 0.0080 | 0.12 0.16 0.11 * 0.14 | 0.75 1.09 n/a n/a SingleSource/Benchmarks/Shootout-C++/ary2 | 0.0200 4736 0.0040 * 0.0040 | 0.11 0.12 0.12 * 0.14 | 0.92 0.92 n/a n/a SingleSource/Benchmarks/Shootout-C++/ary3 | 0.0160 4488 0.0040 * 0.0080 | 5.10 5.33 5.17 * 5.07 | 0.96 0.99 n/a n/a SingleSource/Benchmarks/Shootout-C++/except | 0.0120 4404 * * * | 0.27 * * * * | n/a n/a n/a n/a SingleSource/Benchmarks/Shootout-C++/fibo | 0.0040 3088 0.0000 * 0.0000 | 2.76 0.66 0.53 * 0.53 | 4.18 5.21 n/a n/a SingleSource/Benchmarks/Shootout-C++/hash | 0.0600 10768 0.0120 * 0.0320 | 0.68 0.70 0.69 * 0.82 | 0.97 0.99 n/a n/a SingleSource/Benchmarks/Shootout-C++/hash2 | 0.0760 14524 0.0080 * 0.0160 | 3.93 4.74 4.27 * 4.46 | 0.83 0.92 n/a n/a SingleSource/Benchmarks/Shootout-C++/heapsort | 0.0040 3008 0.0040 * 0.0000 | 3.97 5.69 4.47 * 4.55 | 0.70 0.89 n/a n/a SingleSource/Benchmarks/Shootout-C++/hello | 0.0000 2740 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Benchmarks/Shootout-C++/lists | 0.0400 6356 0.0080 * 0.0079 | 8.87 8.86 8.66 * 8.77 | 1.00 1.02 n/a n/a SingleSource/Benchmarks/Shootout-C++/lists1 | 0.0480 7548 0.0120 * 0.0040 | 0.50 0.49 0.52 * 0.57 | 1.02 0.96 n/a n/a SingleSource/Benchmarks/Shootout-C++/matrix | 0.0120 4544 0.0040 * 0.0000 | 3.31 3.37 3.37 * 3.37 | 0.98 0.98 n/a n/a SingleSource/Benchmarks/Shootout-C++/methcall | 0.0080 4740 0.0040 * 0.0000 | 8.97 6.01 6.16 * 7.93 | 1.49 1.46 n/a n/a SingleSource/Benchmarks/Shootout-C++/moments | 0.0440 9252 0.0040 * 0.0079 | 0.18 0.19 0.17 * 0.19 | 0.95 1.06 n/a n/a SingleSource/Benchmarks/Shootout-C++/nestedloop | 0.0040 3548 0.0000 * 0.0040 | 11.47 0.00 0.18 * 0.27 | - 63.72 n/a n/a SingleSource/Benchmarks/Shootout-C++/objinst | 0.0160 5000 0.0080 * 0.0039 | 8.79 8.71 8.87 * 9.05 | 1.01 0.99 n/a n/a SingleSource/Benchmarks/Shootout-C++/random | 0.0040 3036 0.0040 * 0.0000 | 4.75 4.15 4.45 * 4.51 | 1.14 1.07 n/a n/a SingleSource/Benchmarks/Shootout-C++/reversefile | 0.0400 10380 0.0080 * 0.0040 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/Benchmarks/Shootout-C++/sieve | 0.0360 5684 0.0080 * 0.0120 | 2.29 2.48 2.56 * 2.56 | 0.92 0.89 n/a n/a SingleSource/Benchmarks/Shootout-C++/spellcheck | 0.0440 14652 0.0080 * 0.0040 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/Benchmarks/Shootout-C++/strcat | 0.0040 3532 0.0000 * 0.0040 | 0.17 0.18 0.20 * 0.20 | 0.94 0.85 n/a n/a SingleSource/Benchmarks/Shootout-C++/sumcol | 0.0000 3212 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Benchmarks/Shootout-C++/wc | 0.0080 3484 0.0040 * 0.0000 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Benchmarks/Shootout-C++/wordfreq | 0.1040 19508 0.0240 * 0.0040 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/Benchmarks/Shootout/ackermann | 0.0040 1180 0.0040 * 0.0080 | 0.00 0.01 0.01 * 0.02 | - - n/a n/a SingleSource/Benchmarks/Shootout/ary3 | 0.0040 984 0.0040 * 0.0000 | 5.02 5.13 5.17 * 5.11 | 0.98 0.97 n/a n/a SingleSource/Benchmarks/Shootout/fib2 | 0.0000 924 0.0000 * 0.0040 | 2.66 0.58 0.52 * 0.60 | 4.59 5.12 n/a n/a SingleSource/Benchmarks/Shootout/hash | 0.0160 2764 0.0040 * * | 1.63 1.70 1.70 * * | 0.96 0.96 n/a n/a SingleSource/Benchmarks/Shootout/heapsort | 0.0040 1364 0.0000 * 0.0040 | 4.12 4.88 4.60 * 4.53 | 0.84 0.90 n/a n/a SingleSource/Benchmarks/Shootout/hello | 0.0000 560 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Benchmarks/Shootout/lists | 0.0200 3176 0.0080 * 0.0080 | 6.17 6.37 6.91 * 7.72 | 0.97 0.89 n/a n/a SingleSource/Benchmarks/Shootout/matrix | 0.0200 2924 0.0040 * 0.0040 | 2.61 3.93 3.93 * 3.78 | 0.66 0.66 n/a n/a SingleSource/Benchmarks/Shootout/methcall | 0.0040 1532 0.0040 * 0.0040 | 4.53 4.47 4.31 * 6.22 | 1.01 1.05 n/a n/a SingleSource/Benchmarks/Shootout/nestedloop | 0.0040 1400 0.0040 * 0.0040 | 7.85 0.01 0.22 * 0.18 | - 35.68 n/a n/a SingleSource/Benchmarks/Shootout/objinst | 0.0080 1664 0.0080 * 0.0000 | 8.18 8.05 7.91 * 7.98 | 1.02 1.03 n/a n/a SingleSource/Benchmarks/Shootout/random | 0.0080 784 0.0000 * 0.0000 | 4.21 4.38 4.50 * 4.45 | 0.96 0.94 n/a n/a SingleSource/Benchmarks/Shootout/sieve | 0.0040 1204 0.0040 * 0.0000 | 7.16 6.76 6.34 * 6.51 | 1.06 1.13 n/a n/a SingleSource/Benchmarks/Shootout/strcat | 0.0040 1236 0.0000 * 0.0000 | 0.15 0.14 0.17 * 0.16 | 1.07 0.88 n/a n/a SingleSource/Benchmarks/Stanford/Bubblesort | 0.0160 1240 0.0000 * 0.0040 | 0.05 0.04 0.10 * 0.07 | - - n/a n/a SingleSource/Benchmarks/Stanford/IntMM | 0.0040 1464 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Benchmarks/Stanford/Oscar | 0.0200 2748 0.0040 * 0.0040 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Benchmarks/Stanford/Perm | 0.0040 2940 0.0040 * 0.0000 | 0.02 0.03 0.04 * 0.05 | - - n/a n/a SingleSource/Benchmarks/Stanford/Puzzle | 0.0400 4408 0.0000 * 0.0080 | 0.20 0.19 0.28 * 0.25 | 1.05 0.71 n/a n/a SingleSource/Benchmarks/Stanford/Queens | 0.0080 1992 0.0040 * 0.0040 | 0.03 0.05 0.04 * 0.05 | - - n/a n/a SingleSource/Benchmarks/Stanford/Quicksort | 0.0120 1648 0.0040 * 0.0000 | 0.04 0.05 0.07 * 0.05 | - - n/a n/a SingleSource/Benchmarks/Stanford/RealMM | 0.0120 1492 0.0040 * 0.0040 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Benchmarks/Stanford/Towers | 0.0160 3716 0.0080 * 0.0120 | 0.01 0.02 0.02 * 0.04 | - - n/a n/a SingleSource/Benchmarks/Stanford/Treesort | 0.0200 2256 0.0040 * 0.0040 | 0.10 0.09 0.13 * 0.11 | - 0.77 n/a n/a SingleSource/Regression/C++/2003-05-14-array-init | 0.0040 560 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C++/2003-05-14-expr_stmt | 0.0000 476 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C++/2003-06-08-BaseType | 0.0040 488 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C++/2003-06-08-VirtualFunctions | 0.0000 612 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C++/2003-06-13-Crasher | 0.0000 448 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C++/2003-08-20-EnumSizeProblem | 0.0000 448 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C++/2003-09-29-NonPODsByValue | 0.0000 552 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C++/2008-01-29-ParamAliasesReturn | 0.0000 752 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C++/BuiltinTypeInfo | 0.0000 704 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C++/EH/ConditionalExpr | 0.0120 1144 0.0040 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C++/EH/ctor_dtor_count | 0.0040 1008 * * * | 0.00 * * * * | n/a n/a n/a n/a SingleSource/Regression/C++/EH/ctor_dtor_count-2 | 0.0080 2084 0.0040 * * | 0.00 * 0.00 * * | n/a - n/a n/a SingleSource/Regression/C++/EH/dead_try_block | 0.0000 532 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C++/EH/exception_spec_test | 0.0000 2664 * * * | 0.00 * * * * | n/a n/a n/a n/a SingleSource/Regression/C++/EH/function_try_block | 0.0080 3960 * * * | 0.00 * * * * | n/a n/a n/a n/a SingleSource/Regression/C++/EH/simple_rethrow | 0.0040 1604 * * * | 0.00 * * * * | n/a n/a n/a n/a SingleSource/Regression/C++/EH/simple_throw | 0.0040 1096 0.0000 * * | 0.00 * 0.00 * * | n/a - n/a n/a SingleSource/Regression/C++/EH/throw_rethrow_test | 0.0080 2148 0.0040 * * | 0.00 * 0.00 * * | n/a - n/a n/a SingleSource/Regression/C++/global_ctor | 0.0040 1292 0.0040 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C++/global_type | 0.0000 448 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C++/ofstream_ctor | 0.0000 2540 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C++/pointer_member | 0.0000 588 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C++/pointer_method | 0.0040 1364 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C++/short_circuit_dtor | 0.0000 784 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/2003-05-14-initialize-string | 0.0000 660 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/2003-05-21-BitfieldHandling | 0.0040 596 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/2003-05-21-UnionBitfields | 0.0000 560 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/2003-05-21-UnionTest | 0.0040 792 0.0040 * 0.0040 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/2003-05-22-LocalTypeTest | 0.0040 604 0.0000 * 0.0040 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/2003-05-22-VarSizeArray | 0.0000 560 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/2003-05-23-TransparentUnion | 0.0000 556 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 448 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/2003-06-16-VolatileError | 0.0000 448 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/2003-10-12-GlobalVarInitializers | 0.0000 644 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/2004-02-03-AggregateCopy | 0.0000 568 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/2004-03-15-IndirectGoto | 0.0040 816 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/2004-08-12-InlinerAndAllocas | 0.0000 816 0.0040 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/2005-05-06-LongLongSignedShift | 0.0000 588 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/2008-01-07-LongDouble | 0.0040 576 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/ConstructorDestructorAttributes | 0.0040 748 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/DuffsDevice | 0.0080 1072 0.0040 * 0.0040 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/PR1386 | 0.0040 728 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/PR491 | 0.0000 448 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/PR640 | 0.0040 2080 0.0040 * 0.0040 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/badidx | 0.0000 876 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/bigstack | 0.0080 2288 0.0000 * 0.0040 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/callargs | 0.0000 904 0.0000 * 0.0040 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/casts | 0.0040 3492 0.0040 * 0.0040 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/globalrefs | 0.0000 1008 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/matrixTranspose | 0.0040 1196 0.0040 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/pointer_arithmetic | 0.0000 480 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/sumarray | 0.0040 872 0.0040 * 0.0000 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/Regression/C/sumarray2d | 0.0000 1008 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/sumarraymalloc | 0.0080 1144 0.0040 * 0.0040 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/test_indvars | 0.0080 1384 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/Regression/C/testtrace | 0.0000 1124 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2002-04-17-PrintfChar | 0.0040 560 0.0040 * 0.0040 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2002-05-02-ArgumentTest | 0.0000 608 0.0040 * 0.0040 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2002-05-02-CastTest | 0.0040 1400 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2002-05-02-CastTest1 | 0.0000 588 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2002-05-02-CastTest2 | 0.0000 680 0.0040 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2002-05-02-CastTest3 | 0.0000 664 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2002-05-02-ManyArguments | 0.0000 676 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2002-05-03-NotTest | 0.0000 644 0.0040 * 0.0040 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2002-05-19-DivTest | 0.0000 672 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2002-08-02-CastTest | 0.0040 564 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2002-08-02-CastTest2 | 0.0000 592 0.0000 * 0.0040 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2002-08-19-CodegenBug | 0.0000 552 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2002-10-09-ArrayResolution | 0.0000 628 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2002-10-12-StructureArgs | 0.0040 616 0.0040 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2002-10-12-StructureArgsSimple | 0.0000 584 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2002-10-13-BadLoad | 0.0040 556 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2002-12-13-MishaTest | 0.0080 568 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2003-04-22-Switch | 0.0040 784 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2003-05-02-DependentPHI | 0.0000 844 0.0040 * 0.0040 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2003-05-07-VarArgs | 0.0120 2812 0.0040 * 0.0080 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/UnitTests/2003-05-12-MinIntProblem | 0.0000 552 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2003-05-14-AtExit | 0.0000 676 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2003-05-26-Shorts | 0.0000 1952 0.0040 * 0.0040 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2003-05-31-CastToBool | 0.0040 904 0.0000 * 0.0040 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2003-05-31-LongShifts | 0.0040 876 0.0040 * 0.0040 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2003-07-06-IntOverflow | 0.0000 792 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2003-07-08-BitOpsTest | 0.0000 572 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2003-07-09-LoadShorts | 0.0040 1476 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2003-07-09-SignedArgs | 0.0040 1648 0.0080 * 0.0000 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2003-07-10-SignConversions | 0.0000 768 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2003-08-05-CastFPToUint | 0.0000 700 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2003-08-11-VaListArg | 0.0080 3088 0.0080 * 0.0000 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2003-08-20-FoldBug | 0.0000 552 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2003-09-18-BitFieldTest | 0.0000 592 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2003-10-13-SwitchTest | 0.0000 632 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2003-10-29-ScalarReplBug | 0.0040 624 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2004-02-02-NegativeZero | 0.0000 628 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2004-06-20-StaticBitfieldInit | 0.0040 600 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2004-11-28-GlobalBoolLayout | 0.0000 844 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2005-05-11-Popcount-ffs-fls | 0.0160 2092 0.0040 * 0.0040 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2005-05-12-Int64ToFP | 0.0000 664 0.0040 * 0.0040 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2005-05-13-SDivTwo | 0.0040 644 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 580 0.0000 * 0.0040 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2005-07-17-INT-To-FP | 0.0000 872 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2005-11-29-LongSwitch | 0.0000 564 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2006-01-23-UnionInit | 0.0040 2088 0.0040 * 0.0040 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2006-01-29-SimpleIndirectCall | 0.0080 784 0.0040 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2006-02-04-DivRem | 0.0040 660 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2006-12-01-float_varg | 0.0040 640 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.01 | - - n/a n/a SingleSource/UnitTests/2006-12-04-DynAllocAndRestore | 0.0040 672 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2006-12-07-Compare64BitConstant | 0.0000 572 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2006-12-11-LoadConstants | 0.0640 2684 0.0080 * 0.0080 | 0.00 0.00 0.00 * 0.03 | - - n/a n/a SingleSource/UnitTests/2007-01-04-KNR-Args | 0.0000 648 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2007-03-02-VaCopy | 0.0040 920 0.0000 * 0.0040 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2007-04-10-BitfieldTest | 0.0040 584 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2007-04-25-weak | 0.0000 504 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2008-04-18-LoopBug | 0.0080 1004 0.0040 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2008-04-20-LoopBug2 | 0.0040 1008 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/2008-07-13-InlineSetjmp | 0.0000 828 0.0000 * 0.0040 | 0.00 0.00 0.00 * 0.02 | - - n/a n/a SingleSource/UnitTests/AtomicOps | 0.0040 728 0.0040 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/FloatPrecision | 0.0000 596 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/SignlessTypes/cast | 0.0120 2480 0.0040 * 0.0080 | 0.01 0.01 0.01 * 0.04 | - - n/a n/a SingleSource/UnitTests/SignlessTypes/cast-bug | 0.0040 616 0.0000 * 0.0040 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/SignlessTypes/cast2 | 0.0000 568 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/SignlessTypes/ccc | 0.0040 720 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/SignlessTypes/div | 0.0040 1276 0.0000 * 0.0040 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/SignlessTypes/factor | 0.0080 952 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/SignlessTypes/rem | 0.0080 9112 0.0200 * 0.0200 | 0.00 0.00 0.00 * 0.06 | - - n/a n/a SingleSource/UnitTests/SignlessTypes/shr | 0.0040 1408 0.0040 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/StructModifyTest | 0.0000 672 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/TestLoop | 0.0000 628 0.0000 * 0.0040 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/Threads/tls | 0.0000 872 0.0000 * * | 0.00 0.00 0.00 * * | - - n/a n/a SingleSource/UnitTests/Vector/build | 0.0000 812 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/Vector/build2 | 0.0080 1212 0.0000 * 0.0080 | 1.55 1.49 1.47 * 1.57 | 1.04 1.05 n/a n/a SingleSource/UnitTests/Vector/divides | 0.0040 1036 0.0040 * 0.0000 | 0.00 * 0.00 * 0.00 | n/a - n/a n/a SingleSource/UnitTests/Vector/multiplies | 0.0040 1708 0.0040 * 0.0040 | 0.72 0.66 1.84 * 1.87 | 1.09 0.39 n/a n/a SingleSource/UnitTests/Vector/simple | 0.0040 1360 0.0040 * 0.0040 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/Vector/sumarray | 0.0000 904 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/Vector/sumarray-dbl | 0.0040 944 0.0000 * 0.0040 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a SingleSource/UnitTests/printargs | 0.0000 700 0.0000 * 0.0000 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a
Did you file PRs for these? -Tanya On Mon, 9 Feb 2009, Duncan Sands wrote:> Hi Tanya, I see the following warnings when building. I'm not sure > how to fix any of them. The last one looks like it might be serious > (seems like a job for Chris). > > llvm[1]: Compiling Path.cpp for Release build > In file included from Path.cpp:270: > Unix/Path.inc: In member function ‘bool llvm::sys::Path::eraseFromDisk(bool, std::string*) const’: > Unix/Path.inc:661: warning: ignoring return value of ‘int system(const char*)’, declared with attribute warn_unused_result > > > llvm[1]: Compiling raw_ostream.cpp for Release build > raw_ostream.cpp: In member function ‘virtual void llvm::raw_fd_ostream::flush_impl()’: > raw_ostream.cpp:245: warning: ignoring return value of ‘ssize_t write(int, const void*, size_t)’, declared with attribute warn_unused_result > > > llvm[2]: Compiling LLParser.cpp for Release build > LLParser.cpp: In member function ‘bool llvm::LLParser::ParseGlobal(const std::string&, const char*, unsigned int, bool, unsigned int)’: > LLParser.cpp:448: warning: ‘IsConstant’ may be used uninitialized in this function > > > Ciao, > > Duncan. >
On Fri, Feb 6, 2009 at 8:42 PM, Tanya Lattner <tonic at nondot.org> wrote:> LLVMers, > > The 2.5 pre-release is available for testing: > http://llvm.org/prereleases/2.5/ >I'm updating the Fedora packaging of LLVM, and with the 02/20 prerelease it fails to build on ppc64: http://koji.fedoraproject.org/koji/taskinfo?taskID=1148023 make[1]: Entering directory `/builddir/build/BUILD/llvm-2.5/lib/VMCore' llvm[1]: Building Intrinsics.gen.tmp from Intrinsics.td tblgen: IntrinsicEmitter.cpp:137: void EmitTypeForValueType(std::ostream&, llvm::MVT::SimpleValueType): Assertion `false && "Unsupported ValueType!"' failed. make[1]: Leaving directory `/builddir/build/BUILD/llvm-2.5/lib/VMCore' make[1]: *** [/builddir/build/BUILD/llvm-2.5/lib/VMCore/Release/Intrinsics.gen.tmp] Aborted make: *** [all] Error 1 The compiler flags used are in the build log as well. Thanks, -- miʃel salim • http://hircus.jaiku.com/ IUCS • msalim at cs.indiana.edu Fedora • salimma at fedoraproject.org MacPorts • hircus at macports.org
Michel Salim wrote:> On Fri, Feb 6, 2009 at 8:42 PM, Tanya Lattner <tonic at nondot.org> wrote: >> LLVMers, >> >> The 2.5 pre-release is available for testing: >> http://llvm.org/prereleases/2.5/ >> > I'm updating the Fedora packaging of LLVM, and with the 02/20 > prerelease it fails to build on ppc64: > > http://koji.fedoraproject.org/koji/taskinfo?taskID=1148023 > > make[1]: Entering directory `/builddir/build/BUILD/llvm-2.5/lib/VMCore' > llvm[1]: Building Intrinsics.gen.tmp from Intrinsics.td > tblgen: IntrinsicEmitter.cpp:137: void > EmitTypeForValueType(std::ostream&, llvm::MVT::SimpleValueType): > Assertion `false && "Unsupported ValueType!"' failed. > make[1]: Leaving directory `/builddir/build/BUILD/llvm-2.5/lib/VMCore' > make[1]: *** [/builddir/build/BUILD/llvm-2.5/lib/VMCore/Release/Intrinsics.gen.tmp] > Aborted > make: *** [all] Error 1 > > The compiler flags used are in the build log as well. > > Thanks, > >I ran into the same problem and fixed it by forcing the MVT::SimpleValueType enum to be 64 bits so that all of the types in the union later in the class are the same size. I tested this on ppc64 and x86_64. Index: include/llvm/CodeGen/ValueTypes.h ==================================================================--- include/llvm/CodeGen/ValueTypes.h (revision 66504) +++ include/llvm/CodeGen/ValueTypes.h (working copy) @@ -21,6 +21,8 @@ #include "llvm/Support/DataTypes.h" #include "llvm/Support/MathExtras.h" +static const uintptr_t minus_one = -1; + namespace llvm { class Type; @@ -92,7 +94,10 @@ iPTR = 255, // LastSimpleValueType - The greatest valid SimpleValueTypevalue. - LastSimpleValueType = 255 + LastSimpleValueType = 255, + + // force the size of the enum to be sizeof(uintptr_t) + _BigValue = minus_one }; private:
Michel Salim wrote:> On Fri, Feb 6, 2009 at 8:42 PM, Tanya Lattner <tonic at nondot.org> wrote: >> LLVMers, >> >> The 2.5 pre-release is available for testing: >> http://llvm.org/prereleases/2.5/ >> > I'm updating the Fedora packaging of LLVM, and with the 02/20 > prerelease it fails to build on ppc64: > > http://koji.fedoraproject.org/koji/taskinfo?taskID=1148023 > > make[1]: Entering directory `/builddir/build/BUILD/llvm-2.5/lib/VMCore' > llvm[1]: Building Intrinsics.gen.tmp from Intrinsics.td > tblgen: IntrinsicEmitter.cpp:137: void > EmitTypeForValueType(std::ostream&, llvm::MVT::SimpleValueType): > Assertion `false && "Unsupported ValueType!"' failed. > make[1]: Leaving directory `/builddir/build/BUILD/llvm-2.5/lib/VMCore' > make[1]: *** > [/builddir/build/BUILD/llvm-2.5/lib/VMCore/Release/Intrinsics.gen.tmp] > Aborted make: *** [all] Error 1 > > The compiler flags used are in the build log as well. > > Thanks, > >I'm very interested in trying out your package. I'm running on F10 x86_64. Do you know if llvm is capable of generating shared libs on this arch yet? Last I tried, it required a static linked runtime lib, and on x86_64 you can't link your .so against a static (non-pic) lib.
Hi, Were you able to get past this error: make[1]: Entering directory `/builddir/build/BUILD/llvm-2.5/lib/VMCore' llvm[1]: Building Intrinsics.gen.tmp from Intrinsics.td tblgen: IntrinsicEmitter.cpp:137: void EmitTypeForValueType(std::ostream&, llvm::MVT::SimpleValueType): Assertion `false && "Unsupported ValueType!"' failed. make[1]: Leaving directory `/builddir/build/BUILD/llvm-2.5/lib/VMCore' make[1]: *** [/builddir/build/BUILD/llvm-2.5/lib/VMCore/Release/Intrinsics.gen.tmp] Aborted make: *** [all] Error 1 Neale
Apologies. This was supposed to be a reply to an individual address, not the list. On 4/7/09 2:05 PM, "Neale Ferguson" <neale at sinenomine.net> wrote:> Hi, > Were you able to get past this error: > > make[1]: Entering directory `/builddir/build/BUILD/llvm-2.5/lib/VMCore' > llvm[1]: Building Intrinsics.gen.tmp from Intrinsics.td > tblgen: IntrinsicEmitter.cpp:137: void > EmitTypeForValueType(std::ostream&, llvm::MVT::SimpleValueType): > Assertion `false && "Unsupported ValueType!"' failed. > make[1]: Leaving directory `/builddir/build/BUILD/llvm-2.5/lib/VMCore' > make[1]: *** > [/builddir/build/BUILD/llvm-2.5/lib/VMCore/Release/Intrinsics.gen.tmp] > Aborted > make: *** [all] Error 1 > > Neale > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >