search for: treeadd

Displaying 20 results from an estimated 26 matches for "treeadd".

2010 Mar 24
1
[LLVMdev] [cfe-dev] 2.7 Pre-release1 available for testing
...enchmarks/ASC_Sequoia/CrystalMk/CrystalMk 1.01 -> 0.91 MultiSource/Benchmarks/FreeBench/fourinarow/fourinarow 0.94 -> 0.75 MultiSource/Benchmarks/FreeBench/neural/neural 1.0 -> 0.9 MultiSource/Benchmarks/MiBench/telecomm-gsm/telecomm-gsm 1.06 -> 0.9 MultiSource/Benchmarks/Olden/treeadd/treeadd 11.44 -> 9.89 MultiSource/Benchmarks/Olden/tsp/tsp 1.14 -> 1.02 MultiSource/Benchmarks/Ptrdist/anagram/anagram 1.33 -> 1.23 SingleSource/Benchmarks/Dhrystone/dry 7.32 -> 5.16 SingleSource/Benchmarks/Dhrystone/fldry 8.02 -> 6.65 .... I'll have to write a script to co...
2005 Jul 01
0
[LLVMdev] execution time of bytecode and native
...ample to demonstrate this. For example, go into llvm-test/MultiSource/Benchmarks/Olden and run: $ make TEST=jit report This should spit out something like this (on X86): Name: | Total CodeGen InstSel LiveVar RA FPStack Peep | MCSize #MCInsts #Glob | #store #load #fp #fxch | treeadd/treeadd | 6.38 0.0300 0.0133 0.0023 0.0054 0.0001 0.0002 | 1000 245 115 | * 10 * * | power/power | 4.87 0.0899 0.0368 0.0044 0.0366 0.0022 0.0003 | 5720 1336 702 | 105 216 790 58 | tsp/tsp | 4.72 0.1400 0.0439 0.0073 0.059...
2010 Mar 30
0
[LLVMdev] [cfe-dev] 2.7 Pre-release1 available for testing
...a/CrystalMk/CrystalMk 1.01 -> 0.91 > MultiSource/Benchmarks/FreeBench/fourinarow/fourinarow 0.94 -> 0.75 > MultiSource/Benchmarks/FreeBench/neural/neural 1.0 -> 0.9 > MultiSource/Benchmarks/MiBench/telecomm-gsm/telecomm-gsm 1.06 -> 0.9 > MultiSource/Benchmarks/Olden/treeadd/treeadd 11.44 -> 9.89 > MultiSource/Benchmarks/Olden/tsp/tsp 1.14 -> 1.02 > MultiSource/Benchmarks/Ptrdist/anagram/anagram 1.33 -> 1.23 > SingleSource/Benchmarks/Dhrystone/dry 7.32 -> 5.16 > SingleSource/Benchmarks/Dhrystone/fldry 8.02 -> 6.65 > .... > Unfort...
2005 Jul 01
1
[LLVMdev] execution time of bytecode and native
Hello , I am compiling SPEC 2000 benchmarks with llvm .Got stuck with calculating "execution time" of all the .bc and native files. The log for nightly test itself gives execution times but I am passing the bytecode files to my pass which gives another bytecode file.I have to calculate execution time of such bytecode and native files as well.If i simply do this: time lli
2005 Jul 21
1
[LLVMdev] execution time of bytecode and native
...port) are a simple example to demonstrate this. For example, go into llvm-test/MultiSource/Benchmarks/Olden and run: $ make TEST=jit report This should spit out something like this (on X86): Name: | Total CodeGen InstSel LiveVar RA FPStack Peep | MCSize #MCInsts #Glob | #store #load #fp #fxch | treeadd/treeadd | 6.38 0.0300 0.0133 0.0023 0.0054 0.0001 0.0002 | 1000 245 115 | * 10 * * | power/power | 4.87 0.0899 0.0368 0.0044 0.0366 0.0022 0.0003 | 5720 1336 702 | 105 216 790 58 | tsp/tsp | 4.72 0.1400 0.0439 0.0073 0.0591 0.0023 0.0005 | 4463 1128 106 | 62 149 469 28 | bh/bh | 3.09 0.2700 0.1231...
2010 Mar 17
9
[LLVMdev] 2.7 Pre-release1 available for testing
The 2.7 binaries are available for testing: http://llvm.org/pre-releases/2.7/pre-release1/ You will also find the source tarballs there as well. We rely on the community to help make our releases great, so please help test 2.7 if you can. Please follow these instructions to test 2.7: To test llvm-gcc: 1) Compile llvm from source and untar the llvm-test in the projects directory (name it
2010 Mar 30
2
[LLVMdev] [cfe-dev] 2.7 Pre-release1 available for testing
...talMk 1.01 -> 0.91 >> MultiSource/Benchmarks/FreeBench/fourinarow/fourinarow 0.94 -> 0.75 >> MultiSource/Benchmarks/FreeBench/neural/neural 1.0 -> 0.9 >> MultiSource/Benchmarks/MiBench/telecomm-gsm/telecomm-gsm 1.06 -> 0.9 >> MultiSource/Benchmarks/Olden/treeadd/treeadd 11.44 -> 9.89 >> MultiSource/Benchmarks/Olden/tsp/tsp 1.14 -> 1.02 >> MultiSource/Benchmarks/Ptrdist/anagram/anagram 1.33 -> 1.23 >> SingleSource/Benchmarks/Dhrystone/dry 7.32 -> 5.16 >> SingleSource/Benchmarks/Dhrystone/fldry 8.02 -> 6.65 >&gt...
2005 Jun 30
3
[LLVMdev] X86AsmPrinter + MASM and NASM backends
Some wheird problem, Target/X86 builds okay now. But there seems to be another problem with the Cygwin build :- make[4]: Entering directory `/usr/build/llvm/lib/Target/SparcV9/ModuloScheduling' llvm[4]: Compiling ModuloSchedulingSuperBlock.cpp for Debug build /usr/src/llvm/lib/Target/SparcV9/ModuloScheduling/ModuloSchedulingSuperBlock.cpp : In member function `virtual bool
2003 Jan 13
0
[LLVMdev] X86 JIT status
...rk. There are still a couple instructions which are not implemented yet (cast ulong -> fp type, f.e.) but they are apparently not frequently used. :) That said, here is the status of programs: Regression/Jello: All work SingleSource: All work MultiSource: Working: health, perimeter, power, treeadd, bisort, voronoi, tsp, em3d : pi, llubenchmark, etc... __iob : bh, anagram, fhourstones, burg, sgefa, sim, 181.mcf, ... other : mst The __iob problems are because of explicit references to stdin,out,err in the .c code. The problem is that the headers we're using turns them into...
2015 Nov 17
12
3.7.1-rc1 has been tagged. Let's begin testing!
Hi, I have just tagged 3.7.1-rc1, so it is ready for testing. As a reminder, when doing regression testing, use the 3.7.0 release as your baseline. Thanks, Tom
2012 Feb 19
2
[LLVMdev] Problem While Running Test Suite
...Source/Benchmarks/Olden/bisort/bisort | * | * | MultiSource/Benchmarks/Olden/voronoi/voronoi | * | * | MultiSource/Benchmarks/Olden/mst/mst | * | * | MultiSource/Benchmarks/Olden/treeadd/treeadd | * | * | MultiSource/Benchmarks/Olden/health/health | * | * | MultiSource/Benchmarks/Olden/bh/bh | * | * | MultiSource/Benchmarks/llubenchmark/llu...
2013 Jul 28
0
[LLVMdev] IR Passes and TargetTransformInfo: Straw Man
...62 0.10374981473247 Benchmarks/TSVC/LoopRerolling-flt/LoopRerol 2.0889 2.0914 0.11968021446694 Benchmarks/TSVC/Packing-dbl/Packing-dbl 2.8154 2.8196 0.14917951268025 Benchmarks/BitBench/five11/five11 4.038 4.0448 0.16840019811788 Benchmarks/Olden/treeadd/treeadd 0.1588 0.1591 0.18891687657430 Benchmarks/TSVC/IndirectAddressing-flt/Indi 2.1573 2.1615 0.19468780419969 Benchmarks/Ptrdist/anagram/anagram 0.6629 0.6644 0.22627847337455 Benchmarks/TSVC/StatementReordering-flt/Sta 1.8867 1.892...
2008 Feb 03
0
[LLVMdev] 2.2 Prerelease available for testing
...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.0...
2007 Sep 18
0
[LLVMdev] 2.1 Pre-Release Available (testers needed)
...0.63 * 0.72 | 1.38 1.27 n/a n/a MultiSource/Benchmarks/Olden/power/power | 0.0560 11228 0.0480 * 0.0360 | 6.88 7.59 4.21 * 4.34 | 0.91 1.63 n/a n/a MultiSource/Benchmarks/Olden/treeadd/treeadd | 0.0080 2696 0.0200 * 0.0200 | 0.80 10.55 10.66 * 10.49 | 0.08 0.08 n/a n/a MultiSource/Benchmarks/Olden/tsp/tsp | 0.0720 10152 0.0400 * 0.0...
2013 Jul 18
3
[LLVMdev] IR Passes and TargetTransformInfo: Straw Man
Andy and I briefly discussed this the other day, we have not yet got chance to list a detailed pass order for the pre- and post- IPO scalar optimizations. This is wish-list in our mind: pre-IPO: based on the ordering he propose, get rid of the inlining (or just inline tiny func), get rid of all loop xforms... post-IPO: get rid of inlining, or maybe we still need it, only
2008 Jan 24
6
[LLVMdev] 2.2 Prerelease available for testing
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
2007 Sep 18
0
[LLVMdev] 2.1 Pre-Release Available (testers needed)
...0.62 * 0.69 | 1.30 1.19 n/a n/a MultiSource/Benchmarks/Olden/power/power | 0.0434 11236 0.0432 * 0.0401 | 5.59 4.52 2.96 * 3.01 | 1.24 1.89 n/a n/a MultiSource/Benchmarks/Olden/treeadd/treeadd | 0.0139 2688 0.0164 * 0.0172 | 0.96 9.41 7.19 * 7.20 | 0.10 0.13 n/a n/a MultiSource/Benchmarks/Olden/tsp/tsp | 0.0441 10140 0.0377 * 0.0...
2008 Jan 28
0
[LLVMdev] 2.2 Prerelease available for testing
...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.0...
2018 Apr 26
0
Compare test-suite benchmarks performance complied without TBAA, with default TBAA and with new TBAA struct path
...0669|0.118572285| 0.12| 794950669| 0|0.118844975| -0.11| 794950667| 0| |MultiSource/Benchmarks/Olden/power/power.test | 58|0.608757815| 1783836856|0.608647972| 0.02| 1783836856| 0|0.608785459| 0| 1783836856| 0| |MultiSource/Benchmarks/Olden/treeadd/treeadd.test | 205|0.123738062| 1107496252|0.123807326| -0.06| 1107496265| 0|0.123853276| -0.09| 1107496266| 0| |MultiSource/Benchmarks/Olden/tsp/tsp.test | 66|0.530158273| 2170421855|0.530183799| 0| 2170421904| 0|...
2009 Oct 20
1
[LLVMdev] 2.6 pre-release2 ready for testing
...  0.38 | 1.06    1.12    n/a          n/a > MultiSource/Benchmarks/Olden/power/power                                 | > 0.0200 8564     0.0300      *                0.0300      |    1.56    1.55 >  1.52 *           1.57 | 1.01    1.03    n/a          n/a > MultiSource/Benchmarks/Olden/treeadd/treeadd                             | > 0.0100 1824     0.0200      *                0.0200      |    0.33    0.34 >  0.34 *           0.34 | 0.97    0.97    n/a          n/a > MultiSource/Benchmarks/Olden/tsp/tsp                                     | > 0.0300 6988     0.0300      *    ...