Displaying 17 results from an estimated 17 matches for "bubblesort".
2012 Jul 30
0
[LLVMdev] IR optimization pass ideas for backend porting before ISel
...asses for
backend porting before ISel, such as an IR transformation from GEP to
integer conversion/calculating instructions, and PHI combination. Here's
the bubble sorting example. The IR codes below are changed by hand and I
try to write passes to do such modifications automatically.
C codes (bubbleSort.c):
void bubbleSort(int *arr, int n) {
int i, j;
int sz = n - 1;
for (i = 0; i < sz; i++)
for (j = 0; j < sz - i; j++)
if(*(arr+j) > *(arr+j+1)) {
int t = *(arr+j);
*(arr+j) = *(arr+j+1);
*(arr+j+1) = t;
}
}
Part of assemble codes (bubbleSo...
2001 Sep 26
0
Getting Error: channel 0: chan_shutdown_write: close() failed for fd5: Resource temporarily una
...ver or is it something wrong that I'm doing on
the NT box).
I'd appreciate any and all advice/feedback.
El
$ rsync -e ssh -av ./Tmp/ zoopy@core.stuff.net:~/Tmp/
zoopy@core.stuff.net's password:
building file list ... done
created directory /home3/zoopy/Tmp/
./
_viminfo
agrb
agrb-tmp
bubbleSort-occur.txt
current.tar
eltst.ba
find.txt
orig-tst.ba
orig.bashrc
pinghome.ba
search.ba
tags
track-rep.ba
tst
tst.ba
./
channel 0: chan_shutdown_write: close() failed for fd5: Resource
temporarily una
vailable
read error: Connection reset by peer
__________________________________________________...
2012 Feb 19
2
[LLVMdev] Problem While Running Test Suite
...rce/Benchmarks/Stanford/IntMM | * | * |
SingleSource/Benchmarks/Stanford/Towers | * | * |
SingleSource/Benchmarks/Stanford/RealMM | * | * |
SingleSource/Benchmarks/Stanford/Bubblesort | * | * |
SingleSource/Benchmarks/Stanford/Queens | * | * |
SingleSource/Benchmarks/Stanford/Oscar | * | * |
SingleSource/Benchmarks/Stanford/FloatMM...
2008 Feb 03
0
[LLVMdev] 2.2 Prerelease available for testing
...8 * 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...
2007 Sep 18
0
[LLVMdev] 2.1 Pre-Release Available (testers needed)
...5 * 15.39 | 1.11 0.99 n/a n/a
SingleSource/Benchmarks/Shootout/strcat | 0.0080 1292 0.0080 * 0.0040 | 0.38 0.39 0.38 * 0.44 | 0.97 1.00 n/a n/a
SingleSource/Benchmarks/Stanford/Bubblesort | 0.0120 1664 0.0120 * 0.0080 | 0.08 0.07 0.08 * 0.08 | - - n/a n/a
SingleSource/Benchmarks/Stanford/IntMM | 0.0120 1632 0.0120 * 0.0080...
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)
...3 * 11.69 | 1.01 0.98 n/a n/a
SingleSource/Benchmarks/Shootout/strcat | 0.0048 1288 0.0059 * 0.0122 | 1.31 1.28 1.30 * 1.30 | 1.02 1.01 n/a n/a
SingleSource/Benchmarks/Stanford/Bubblesort | 0.0146 1660 0.0106 * 0.0091 | 0.06 0.05 0.06 * 0.07 | - - n/a n/a
SingleSource/Benchmarks/Stanford/IntMM | 0.0154 1624 0.0169 * 0.0102...
2008 Jan 28
0
[LLVMdev] 2.2 Prerelease available for testing
...0 * 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...
2018 Apr 26
0
Compare test-suite benchmarks performance complied without TBAA, with default TBAA and with new TBAA struct path
...|0.100168107| 0.08| 319817786| 0|0.100184823| 0.06| 319817787| 0|
|SingleSource/Benchmarks/SmallPT/smallpt.test | 40|5.239863596|30531918340|5.240930496| -0.02|30531918346| 0|5.239798764| 0|30531918345| 0|
|SingleSource/Benchmarks/Stanford/Bubblesort.test | 441|0.015584076| 76543755|0.015530674| 0.34| 76543751| 0|0.015531506| 0.34| 76543751| 0|
|SingleSource/Benchmarks/Stanford/FloatMM.test | 275|0.069482096| 549642410|0.069534833| -0.08| 549642406| 0|0.06959...
2009 Oct 20
1
[LLVMdev] 2.6 pre-release2 ready for testing
....46 | 1.10 1.00 n/a n/a
> SingleSource/Benchmarks/Shootout/strcat |
> 0.0000 1336 0.0100 * 0.0200 | 0.20 0.19
> 0.20 * 0.22 | 1.05 1.00 n/a n/a
> SingleSource/Benchmarks/Stanford/Bubblesort |
> 0.0100 1420 0.0100 * 0.0100 | 0.05 0.06
> 0.07 * 0.07 | - - n/a n/a
> SingleSource/Benchmarks/Stanford/IntMM |
> 0.0200 1476 0.0100 * ...
2009 Oct 20
0
[LLVMdev] 2.6 pre-release2 ready for testing
Hi Tanya,
> 1) Compile llvm from source and untar the llvm-test in the projects
> directory (name it llvm-test or test-suite). Choose to use a
> pre-compiled llvm-gcc or re-compile it yourself.
I compiled llvm and llvm-gcc with separate objects directories.
Platform is x86_64-linux-gnu.
> 2) Run make check, report any failures (FAIL or unexpected pass). Note
> that you need to
2009 Oct 20
1
[LLVMdev] 2.6 pre-release2 ready for testing
...n/a n/a
> SingleSource/Benchmarks/Shootout/
> strcat | 0.0000 1336
> 0.0100 * 0.0200 | 0.20 0.19 0.20
> * 0.22 | 1.05 1.00 n/a n/a
> SingleSource/Benchmarks/Stanford/
> Bubblesort | 0.0100 1420
> 0.0100 * 0.0100 | 0.05 0.06 0.07
> * 0.07 | - - n/a n/a
> SingleSource/Benchmarks/Stanford/
> IntMM | 0.0200 1476
> 0.0100...
2007 Sep 15
22
[LLVMdev] 2.1 Pre-Release Available (testers needed)
LLVMers,
The 2.1 pre-release (version 1) is available for testing:
http://llvm.org/prereleases/2.1/version1/
I'm looking for members of the LLVM community to test the 2.1
release. There are 2 ways you can help:
1) Download llvm-2.1, llvm-test-2.1, and the appropriate llvm-gcc4.0
binary. Run "make check" and the full llvm-test suite (make
TEST=nightly report).
2) Download
2009 Oct 17
12
[LLVMdev] 2.6 pre-release2 ready for testing
LLVMers,
2.6 pre-release2 is ready to be tested by the community.
http://llvm.org/prereleases/2.6/
If you have time, I'd appreciate anyone who can help test the release.
To test llvm-gcc:
1) Compile llvm from source and untar the llvm-test in the projects
directory (name it llvm-test or test-suite). Choose to use a pre-
compiled llvm-gcc or re-compile it yourself.
2) Run make check,
2009 Feb 07
11
[LLVMdev] 2.5 Pre-release1 available for testing
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
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan,
Sorry for the delay. It's great that you are working on MergeFunctions
as well and I agree, we should definitely try to combine our efforts to
improve MergeFunctions.
Just to give you some context, the pass (with the similar function
merging patch) is already being used in a production setting. From my
point of view, it would be better if we focus on improving its
capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
...0 0.01 41608
btUniformScalingShape.ll 23 56966 0 0.02 56948 0 0.02 49323
btUnionFind.ll 28 47280 0 0.01 47262 0 0.01 47262
btUniversalConstraint.ll 53 104617 3 0.02 102578 3 0.02 100695
btVoronoiSimplexSolver.ll 34 199560 1 0.02 198086 1 0.03 198257
btWheelInfo.ll 12 32435 0 0.01 32417 0 0.01 32588
Bubblesort.ll 5 12018 0 0.01 11999 0 0.01 11999
buffer.ll 2 19239 0 0.01 19209 0 0.01 19209
build2.ll 16 20435 0 0.01 20419 0 0.01 20419
build.ll 2 5879 0 0.01 5863 0 0.01 5863
BuiltinTypeInfo.ll 2 4549 0 0.01 4533 0 0.01 4533
burs.ll 3 20477 0 0.01 20461 0 0.01 20461
buster.ll 1 41179 0 0.01 41146 0 0.01 411...