search for: vinokur

Displaying 18 results from an estimated 18 matches for "vinokur".

2004 Dec 28
2
[LLVMdev] Re: Starting with LLVM-GCC on Cygwin
...you download GCC 3.4.3, build it separately, and use it for compiling LLVM CFE. This has been shown to work correctly. </QUOTE> However currently latest gcc version in Cygwin is 3.3.3. So, it seems that currently it is impossible to build LLVM and the GCC front-end under Cygwin (?). Alex Vinokur email: alex DOT vinokur AT gmail DOT com http://mathforum.org/library/view/10978.html http://sourceforge.net/users/alexvn
2004 Oct 06
1
[LLVMdev] Re: Starting with LLVM-GCC on Cygwin
"Chris Lattner" <sabre at nondot.org> wrote in message news:Pine.LNX.4.44.0410061044190.367-100000 at nondot.org... > On Wed, 6 Oct 2004, Alex Vinokur wrote: > > > have less impact than for a CPU bound program). In any case, I've added > > > this program to the LLVM testsuite as > > > SingleSource/Benchmarks/Misc-C++/bigfib.cpp, so we should have numbers for > > > it generated every night on multiple platf...
2004 Oct 06
3
[LLVMdev] Re: Starting with LLVM-GCC on Cygwin
"Chris Lattner" <sabre at nondot.org> wrote in message news:Pine.LNX.4.44.0410051204480.5863-100000 at nondot.org... > On Tue, 5 Oct 2004, Alex Vinokur wrote: > > > I would like to use LLVM-GCC to compare its performance with other compilers. > > Something like testsuite "Computing very large Fibonacci numbers" at > > http://article.gmane.org/gmane.comp.lang.c%2B%2B.perfometer/37. > > Out of curiousity, I ran s...
2004 Dec 29
2
[LLVMdev] Re: Starting with LLVM-GCC on Cygwin
On Wed, Dec 29, 2004 at 08:13:21AM +0200, Alex Vinokur wrote: > Thank you for that information. I will wait until you get Cygwin > issues figured out. How can I know of that? Check out the link to the Cygwin nightly tester results here: http://llvm.cs.uiuc.edu/testresults/ Wait until most of the asterisks in the test results go away. :) The...
2004 Dec 28
0
[LLVMdev] Re: Starting with LLVM-GCC on Cygwin
Alex Vinokur wrote: >Henrik Bach wrote: > > >>You should download and install in the first shot: >> >> a.. LLVM source code (3.5M) >> f.. GCC Front End Source Code (30.0M) >> >>Then follow the items listed in >>http://llvm.cs.uiuc.edu/docs/CFEBuildInstrs.h...
2004 Dec 28
2
[LLVMdev] Re: Starting with LLVM-GCC on Cygwin
...Cygwin issues figured out or use another platform (Linux, FreeBSD, SPARC/Solaris, Darwin/PPC). Cygwin is not exactly the most performant system for doing benchmarks as the Cygwin "layer" over Win32 is fairly involved. Reid. On Tue, 2004-12-28 at 07:41, John T. Criswell wrote: > Alex Vinokur wrote: > > >Henrik Bach wrote: > > > > > >>You should download and install in the first shot: > >> > >> a.. LLVM source code (3.5M) > >> f.. GCC Front End Source Code (30.0M) > >> > >>Then follow the items listed in &gt...
2004 Oct 05
5
[LLVMdev] Starting with LLVM-GCC on Cygwin
...nstruction: Configure and build the LLVM libraries and tools using: % cd llvm % ./configure [options...] % gmake tools-only 2.1. Which options should I use with ./configure [options...]? 2.2. Cygwin doesn't have gmake: $ which gmake gmake: Command not found. Could I use make? -- Alex Vinokur email: alex DOT vinokur AT gmail DOT com http://mathforum.org/library/view/10978.html http://sourceforge.net/users/alexvn
2004 Dec 28
3
[LLVMdev] Re: Starting with LLVM-GCC on Cygwin
"John Criswell" <criswell at cs.uiuc.edu> wrote in message news:4162A940.8090307 at cs.uiuc.edu... > Alex Vinokur wrote: > > Hi, > > > > I would like to use LLVM-GCC to compare its performance with other compilers. > > Something like testsuite "Computing very large Fibonacci numbers" at > > http://article.gmane.org/gmane.comp.lang.c%2B%2B.perfometer/37. > > > &g...
2004 Dec 29
0
[LLVMdev] Re: Starting with LLVM-GCC on Cygwin
Misha Brukman wrote: > > On Wed, Dec 29, 2004 at 08:13:21AM +0200, Alex Vinokur wrote: > > Thank you for that information. I will wait until you get Cygwin > > issues figured out. How can I know of that? > > Check out the link to the Cygwin nightly tester results here: > > http://llvm.cs.uiuc.edu/testresults/ > > Wait until most of the aster...
2004 Dec 28
0
[LLVMdev] Re: Starting with LLVM-GCC on Cygwin
...enrik_bach_llvm at hotmail.com ============================================================= Got Freedom? Software Freedom Day 2004 - 28th of August http://www.softwarefreedomday.org/ ============================================================= ----Original Message Follows---- From: "Alex Vinokur" <alexvn at users.sourceforge.net> Reply-To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu> To: llvmdev at cs.uiuc.edu Subject: [LLVMdev] Re: Starting with LLVM-GCC on Cygwin Date: Tue, 28 Dec 2004 10:40:54 +0200 "John Criswell" <criswell at cs.uiuc.edu> wro...
2004 Dec 29
3
[LLVMdev] Re: Starting with LLVM-GCC on Cygwin
On Wed, Dec 29, 2004 at 08:37:46AM +0200, Alex Vinokur wrote: > But it seems that there are no asterisks at > * http://llvm.cs.uiuc.edu/testresults/ > * http://llvm.x10sys.com/testresults/Cygwin/ That's because there was a build error (see the big red notice). Check out http://llvm.x10sys.com/testresults/Cygwin/2004-12-27.html > By...
2004 Oct 06
0
[LLVMdev] Re: Starting with LLVM-GCC on Cygwin
On Wed, 6 Oct 2004, Alex Vinokur wrote: > > have less impact than for a CPU bound program). In any case, I've added > > this program to the LLVM testsuite as > > SingleSource/Benchmarks/Misc-C++/bigfib.cpp, so we should have numbers for > > it generated every night on multiple platforms. > > >...
2004 Oct 05
0
[LLVMdev] Starting with LLVM-GCC on Cygwin
On Tue, 5 Oct 2004, Alex Vinokur wrote: > I would like to use LLVM-GCC to compare its performance with other compilers. > Something like testsuite "Computing very large Fibonacci numbers" at > http://article.gmane.org/gmane.comp.lang.c%2B%2B.perfometer/37. Out of curiousity, I ran some quick tests on a AMD Ath...
2004 Dec 29
0
[LLVMdev] Re: Starting with LLVM-GCC on Cygwin
...ARC/Solaris, Darwin/PPC). Cygwin is not exactly the most performant > system for doing benchmarks as the Cygwin "layer" over Win32 is fairly > involved. > [snip] Thank you for that information. I will wait until you get Cygwin issues figured out. How can I know of that? Alex Vinokur email: alex DOT vinokur AT gmail DOT com http://mathforum.org/library/view/10978.html http://sourceforge.net/users/alexvn
2004 Oct 05
0
[LLVMdev] Starting with LLVM-GCC on Cygwin
Alex Vinokur wrote: > Hi, > > I would like to use LLVM-GCC to compare its performance with other compilers. > Something like testsuite "Computing very large Fibonacci numbers" at > http://article.gmane.org/gmane.comp.lang.c%2B%2B.perfometer/37. > > > My environment: > ---...
2004 Dec 29
1
[LLVMdev] Re: Starting with LLVM-GCC on Cygwin
On Tue, Dec 28, 2004 at 10:52:28PM -0800, Reid Spencer wrote: > On Tue, 2004-12-28 at 22:42, Misha Brukman wrote: > > > This would be the right one, so maybe if we ask Reid nicely, he'll > > do it (as he maintains the Cygwin nightly tester). > > I haven't used Net News since its signal-to-noise ratio dropped below > my tolerance level (circa 1995). However, if
2004 Oct 04
0
[LLVMdev] Re: Invocation of LLVM
Hey, Alex! Alex Vinokur wrote: > I have downloaded cfrontend-1.3.i386-unknown-freebsd5.2.1.tar.gz from > http://sourceforge.net/project/showfiles.php?group_id=119938&package_id=130753 > > After gunzip and tar the cfrontend directory has been created. > > I would like to compile some C++ program. Wha...
2004 Oct 04
1
[LLVMdev] cfrontend-1.3.source: Compilation error
This is a forward of a question from the SourceForge LLVM forum. If anyone has experience with Cygwin and building the C front-end there, please reply and CC Alex. --- Post by Alex Vinokur below --- =============== Windows 2000 GNU gcc 3.3.3 (cygwin special) =============== ./configure ./make I have got compilation error ------------------------------- make[1]: Entering directory `/dir1/cfrontend/src/libiberty' make[2]: Entering directory `/dir1/cfrontend/src/libiberty/test...