Displaying 20 results from an estimated 10000 matches similar to: "[LLVMdev] changes since release 1.0"
2004 Apr 30
2
[LLVMdev] http://llvm.cs.uiuc.edu/releases/1.2/docs/ReleaseNotes.html#install-instructions
Hi devels,
"install-instructionsSection" seems to be absent:
http://llvm.cs.uiuc.edu/releases/1.2/docs/ReleaseNotes.html#install-instructions
best regards,
---
Valery A.Khamenya
2003 Oct 26
2
[LLVMdev] redhat 9, compiling llvm-1.0.tar.gz
Hi all,
compilation of package llvm-1.0.tar.gz under redhat 9 is failed with following output:
-------
make[3]: *** No rule to make target `/home/vak/llvm/llvm/runtime/GCCLibraries/crtend/BytecodeObj/C++-Exception.bc', needed by `/home/vak/llvm/llvm/lib/BytecodeLibs/libcrtend.bc'. Stop.
make[3]: Leaving directory `/home/vak/llvm/llvm/runtime/GCCLibraries/crtend'
...skipped
-------
2004 May 01
4
[LLVMdev] opt, llcc, ll++, -O1, -O2, -O3
Hi devels,
there are two issues concerning invoking
optimizations:
1.
this document:
http://llvm.cs.uiuc.edu/docs/GettingStarted.html
is very nice, it would be good though to add in a section
An Example Using the LLVM Tool Chain
examples on optimization step.
2.
If i am not wrong there is no tool, which integrates all
steps:
llvmgcc->opt->llc into something like llcc
(and
2003 Dec 06
2
[LLVMdev] llvm, cvs, access
Hi all,
web-browser access to cvs is of course nice, but
is it possible to provide anonymous read-only access to llvm cvs?
(it would be nice to have an ability just download last sources)
P.S. BTW, this and previous my post were actually motivated by
desire to find some simple example on JIT usage :)
---
Valery A.Khamenya
2004 Apr 07
2
[LLVMdev] LLVM and OpenC++
Hi OpenC++ developers,
IMHO, the LLVM project (http://llvm.cs.uiuc.edu/) could give
a second breath to OpenC++ project. Indeed, the implementations
of reflection become quite restricted if the just-in-time (JIT)
compiling is not available.
Am i wrong?
---
Valery A.Khamenya
2004 Mar 17
2
[LLVMdev] JFYI: svn 1.0.1 released
Hi all,
Here:
http://mail.cs.uiuc.edu/pipermail/llvmdev/2003-October/000523.html
Chris wrote:
Chris> We certainly acknowledge that CVS has severe
Chris> deficiencies, but in the near future we'll probably stay with it.
Chris> Perhaps after SVN 1.0 comes out... :)
so, now it is:
http://subversion.tigris.org/servlets/ProjectNewsList
;-)
P.S. any March LLVM news?
best
2004 May 01
0
[LLVMdev] opt, llcc, ll++, -O1, -O2, -O3
On Sat, 1 May 2004, [koi8-r] "Valery A.Khamenya[koi8-r] " wrote:
> there are two issues concerning invoking optimizations:
>
> 1.
> this document:
> http://llvm.cs.uiuc.edu/docs/GettingStarted.html
> is very nice, it would be good though to add in a section
>
> An Example Using the LLVM Tool Chain
>
> examples on optimization step.
That's an
2004 May 05
1
[LLVMdev] What about next monthly news release? :)
thanks!
---
Valery A.Khamenya
2003 Nov 13
4
[LLVMdev] llvm 1.0, g++, SuSE 9, internal compiler error
> > hm, sending bug report is not my favorite hobby :)
>
> Well if you don't, it might never get fixed :(
OK-OK, let's save the world :)
Well, I've made it.
> It might be possible to hack your <cassert> header file or something
> though...
it is just a few places in three files as reported in my previous post. Then comes assert violation with message from
2004 Apr 30
1
[LLVMdev] http://llvm.cs.uiuc.edu/releases/1.2/docs/ReleaseNotes.html#install-instructions
> Fixed, the real link should go to the Getting Started Guide.
Chris, now link is broken at all :)
remove "Guide" in "GettingStartedGuide.html" to have:
"GettingStarted.html"
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 Jan 08
1
[LLVMdev] Re: idea 10
Hello again Valery,
Valery A.Khamenya wrote:
> All benefits, what one could obtain from "LLVM supporting multiple CPU
> at single host", one might obtaine from "LLVM supporting multiple CPU
> at multiple hosts". Isn't that logical?
I see more precisely what you mean, but I don't think it is that
straightforward to generalise the benefits multiple CPU on
2004 Jan 08
0
[LLVMdev] Re: idea 10
Interesting email address there :)
On Thu, 2004-01-08 at 01:18, =?koi8-r?Q?=22?=Valery
A.Khamenya=?koi8-r?Q?=22=20?= wrote:
> For the very beginning think of a host with multiple CPUs.
> I could formulate my proposal even for this non-networked
> case.
On the same machine, LLVM definitely needs to support both symmetric and
asymmetric multi-processing. I believe some primitives to
2004 Jan 08
4
[LLVMdev] Re: idea 10
> My $0.02 worth on this topic ..
and again |0.02 of mein :-)
> However, I find it unreasonable to expect LLVM to provide
> any features in this area. In order to do anything meaningful,
> LLVM would have to have some kind of awareness of networks
> (typically an operating system concern).
> That seems at odds with the "low level" principles of LLVM.
When I
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
2004 Jun 19
2
[LLVMdev] benchmarking LLVM
Hi all
i took a look into LLVM benchmarks from nightly tester and
ran Shootout tests on my own. Below go just few outlines.
1. results on my AMD AthlonXP and Xeon used by LLVM
team are different sometime. In particular, both Shootout
and Shootout-C++ show great speed up with LLVM (in
comparison to GCC) on ackerman test on my AthlonXP.
But here:
2004 Apr 30
2
[LLVMdev] LLVM benchmarks against GCC
> > yesterday I got new SuSE 9.1 DVD, so i am going to enter this
> > river again. Perhaps, this time all will be fine.
>
> Sounds great, please let me know how it goes.
SuSE 9.1 is running OK.
after 30 minute of compilation i get first errors:
*********************
make[2]: Leaving directory `/pool/tmp/llvm/runtime/libtrace'
make[2]: Entering directory
2003 Nov 14
2
[LLVMdev] llvm 1.0, g++, SuSE 9, internal compiler error
> Unfortunately, without your help, we won't be able to fix this (none of us
> have a SuSE box).
OK-OK, I will be a SuSE-batman for a while :)
> Can you provide some patches? :)
I do believe that the right way here is to provide some patches to newest gcc instead. If it fails, then let's polute nice llvm sources.
I am waiting for feedback from SuSE team.
have a nice day!
2003 Dec 06
1
[LLVMdev] llvm 1.0, g++, SuSE 9, internal compiler error
Hi all,
some note i.r.t. the problem.
it looks like, ICE while compiling llvm under SUSE 9.0
is caused by:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12544
which is bug present in gcc 3.3.1 (from SUSE 9)
This bug is fixed in 3.3.2
I don't know why SUSE team still denies to provide us with
gcc 3.3.2 under SUSE 9
Hm, for suse 7.3 new gcc is already provided about a
2004 Jan 08
2
[LLVMdev] Re: idea 10
Just a few notes from the peanut gallery... note that I can't really say
what is and is not possible with LLVM, I can just talk about our plans
(which we believe to be possible). If you guys are really interested in
this stuff, try hacking something together and see if it works! :)
On Thu, 8 Jan 2004, [koi8-r] "Valery A.Khamenya[koi8-r] " wrote:
>
> Indeed, LLVM will