Displaying 20 results from an estimated 4000 matches similar to: "[LLVMdev] cfrontend/src/configure"
2003 Oct 29
1
[LLVMdev] cfrontend/src/configure
Hello Brian,
Wednesday, October 29, 2003, 7:21:04 PM, you wrote:
BRG> This anomaly is noted in the documentation for building the C front-end
BRG> (http://llvm.cs.uiuc.edu/docs/CFEBuildInstrs.html); in step 4 it advises
BRG> you to edit src/configure and "change the first line (starting w/ #!) to
BRG> contain the correct full pathname of sh."
I got the links to the proper
2003 Oct 29
0
[LLVMdev] cfrontend/src/configure
> #! /usr/dcs/software/supported/bin/bash
> I think we could be more liberalistic :)
Hi,
This anomaly is noted in the documentation for building the C front-end
(http://llvm.cs.uiuc.edu/docs/CFEBuildInstrs.html); in step 4 it advises
you to edit src/configure and "change the first line (starting w/ #!) to
contain the correct full pathname of sh."
We do provide binaries of the C
2003 Oct 28
1
[LLVMdev] redhat 9, compiling llvm-1.0.tar.gz
Hi Chris and all,
> LLVM itself doesn't. The files that live in the llvm/runtime directory
> are runtime libraries for the C/C++ front-end. If you're not using those
> front-ends, then you don't need to build them.
I see. Anyway, it would be nice to have a few words about building/installing llvm and cfrontend. I fail to find notes on this matter in README or INSTALL
2004 Dec 07
2
[LLVMdev] Building llvm and cfrontend under cygwin
Hi Reid,
> 1. Make sure your path now includes <builddir>/Debug/bin instead of
> <builddir>/tools/Debug. This changed a little while back.
Interesting. I don't have llvm/Debug/ after building "tools-only". Is
that a symlink? Do symlinks work under cygwin? (I run xp and both of my
partitions are ntfs)
> If those don't clear the problem, please tell me
2005 Aug 08
2
[LLVMdev] cfrontend building
Am Montag, 8. August 2005 04:15 schrieb Chris Lattner:
>
> I have never seen this, and don't really have any ideas. What configure
> options did you use? Did you follow the directions here?
>
> http://llvm.cs.uiuc.edu/docs/CFEBuildInstrs.html
>
Yes I followed those instructions - almost. This is my configure line:
../src/configure --prefix=/usr --disable-threads
2005 Aug 08
2
[LLVMdev] cfrontend building
Hallo,
I'm trying to write an gentoo ebuild for the c frontend. When make runs
libstdc++/configure I get some problems:
configure tries to determine the object extensionbut fails. This is the
output:
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... checking for perl... perl
checking build system type...
2005 Aug 08
0
[LLVMdev] cfrontend building
On Mon, 8 Aug 2005, Stephan Wienczny wrote:
> Hallo,
> I'm trying to write an gentoo ebuild for the c frontend. When make runs
> libstdc++/configure I get some problems:
> configure tries to determine the object extensionbut fails. This is the
> output:
>
> checking host system type... i686-pc-linux-gnu
> checking target system type... i686-pc-linux-gnu
> checking
2005 Sep 19
0
[LLVMdev] LLVM-TV web page link is broken?
On Mon, 19 Sep 2005, Tzu-Chien Chiu wrote:
> http://llvm.cs.uiuc.edu/~gaeke/llvm-tv
It looks like Brian removed his directory. Brian, do you still have a
copy of that page that we can point people to?
-Chris
--
http://nondot.org/sabre/
http://llvm.org/
2004 Dec 08
0
[LLVMdev] Building llvm and cfrontend under cygwin
On Wed, Dec 08, 2004 at 11:23:39AM +1300, Oleg Smolsky wrote:
> > 1. Make sure your path now includes <builddir>/Debug/bin instead of
> > <builddir>/tools/Debug. This changed a little while back.
>
> Interesting. I don't have llvm/Debug/ after building "tools-only". Is
> that a symlink? Do symlinks work under cygwin? (I run xp and both of my
>
2005 Jun 13
3
[LLVMdev] problem compiling the cfrontend on Linux/PPC
Hi,
When compiling the cfrontend for Linux/PPC architecture on a powermac G5, i got
the following error :
-------------------------------Compilation error listing
if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi
make
GCC_FOR_TARGET="/usr/local/home/cyrille/project/llvm/cfrontend/build/gcc/xgcc
-B/usr/local/home/cyrille/project/llvm/cfrontend/build/gcc/
2004 Oct 11
3
[LLVMdev] [anilcjohn@sify.com: CS student from India]
----- Forwarded message from ANIL C JOHN <anilcjohn at sify.com> -----
To: brg at dgate.org
Subject: CS student from India
Date: Mon, 11 Oct 2004 22:07:56 +0600 (IST)
From: ANIL C JOHN <anilcjohn at sify.com>
Dear Sir,
I am a computer science undergrad student doing my 7th
semester B.Tech in computer science (equivalent to BS). I want to do a
project using LLVM compiler
2005 Sep 18
2
[LLVMdev] LLVM-TV web page link is broken?
http://llvm.cs.uiuc.edu/~gaeke/llvm-tv
File Not Found?
--
Tzu-Chien Chiu,
3D Graphics Hardware Architect
<URL:http://www.csie.nctu.edu.tw/~jwchiu>
2005 Jun 13
0
[LLVMdev] problem compiling the cfrontend on Linux/PPC
Cyrille Mescam wrote:
> Hi,
>
>
> When compiling the cfrontend for Linux/PPC architecture on a powermac
> G5, i got
> the following error :
I hate to ask a silly question, but are you using "make bootstrap" to
build the cfrontend? Your output looks like gccas is being given a
native code assembly language file to parse, and I seem to recall that
that happens if
2003 Oct 25
3
[LLVMdev] version 1.0, compiling under cygwin
Hello llvmdev,
(just for fun) I've tried to compile LLVM under cygwin.
With "make -k" I got only:
-----------------
DynamicLinker.cpp: In function `void* GetAddressOfSymbol(const char*)':
DynamicLinker.cpp:40: error: `RTLD_DEFAULT' undeclared (first use this
function)
DynamicLinker.cpp:40: error: (Each undeclared identifier is reported only once
for each
2005 Aug 08
0
[LLVMdev] cfrontend building
Stephan,
I've seen this before. It happens when you do "make bootstrap" in llvm-gcc.
While "make bootstrap" is the correct way to build GCC, its not the correct way
to build llvm-gcc.
Based on my experience with this, I suggest you completely erase your build
tree and then follow the CFEBuildInstr.html instructions *to the letter* with
zero deviations.
If you
2004 Oct 11
0
[LLVMdev] [anilcjohn@sify.com: CS student from India]
Anil,
There are lots of interesting projects waiting in the wings. You should check
Chris', Misha's, and my "developer pages". You can access all of them from here:
http://llvm.cs.uiuc.edu/Developers.html
by just clicking on the name. If any of these projects interest you, please
let us know. Otherwise you can also find us on the IRC channel
(irc.oftc.net#llvm) so we can
2003 Oct 26
2
[LLVMdev] redhat 9, compiling llvm-1.0.tar.gz
Hello Chris,
Sunday, October 26, 2003, 8:06:03 PM, you wrote:
CL> Makes sure that you have the C front-end installed correctly, and that
CL> the configure script found it (you have to provide the path to the C
CL> frontend to the configure script).
hm... why cross-dependency?.. I thought llvm itself doesn't use
cfront-end.
P.S. Chris, I guess you know, but to be sure: your
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
> >
2004 May 05
3
[LLVMdev] opt, llcc, ll++, -O1, -O2, -O3
hi all,
well, i have set up proper command line parameters for
for C-Shootout tests to get reasonable running time
for benchmarking. I have compared "gcc -O3" and
"llvmgcc -Wl,-native-cbe"
here goes output (which shows that llvm is already
better for test with intensive function calls):
time -p ./gcc_ackermann 11
user 2.36
time -p ./llvm_ackermann 11
user 1.07
2010 Sep 14
0
[LLVMdev] Any experiemnts/evaluations on LLVM and graph rewriting (term-rewriting) systems?
Hi Valery
On 13 September 2010 19:07, Valery Khamenya <khamenya at gmail.com> wrote:
> are there any attempts to use LLVM in graph-rewriting (term-rewriting)
> language implementations?
I've added a new LLVM backend to the ghc Haskell compiler.
> How good is LLVM for this?
Works very well. I'm operating from the low levels of the ghc compiler
though where I don't