Displaying 8 results from an estimated 8 matches for "class2llvm".
2013 Feb 04
1
[LLVMdev] The future of class2llvm tool
Hello!
Recently I found an interesting tool within java front end of llvm project.
It is "class2llvm".
My future researchs showed that this tool is much out of date and needs a
lot of things to do for its completion.
As far as I understood, It doesn't support even such elementary things as
exceptions handling and garbage collection.
Am I right in my conclusions?
Could you answer such que...
2006 Mar 02
1
[LLVMdev] llvm-java state
Hi,
This question is mostly addressed at Alkis, as I understand that he
last worked on llvm-java and I saw him reply to another thread
recently :-)
When I try and run class2llvm I get a bus error because function_ in
VMMethod points to 0x8.
I think the problem lies in how I am using class2llvm. When I read
through the Debug output, I see that class2llvm is trying to compile
all of the files distributed in the gnuclasspath, ~2500 classes. I
can't imagine a Hell...
2006 Feb 26
2
[LLVMdev] FW: assetion failed in llvm-java
Hello.
After llvm-java front-end compilation under cygwin I have encountered
with the problem. Compilation successfully complete but the assertion
message displayed while running application class2llvm.exe.
C:\SRC_CVS\COPY\llvm\tools\llvm-java\Debug\bin>class2llvm.exe
assertion "Ty->isInteger() && Ty->isSigned() && "Illegal type for signed
integer constant!"" failed: file "Constants.cpp", line 228
Stack trace:
Frame Function Ar...
2006 Feb 27
0
[LLVMdev] FW: assetion failed in llvm-java
...y Abramov <dmitriy.abramov at star-force.com> wrote:
>
>
>
> Hello.
>
>
>
> After llvm-java front-end compilation under cygwin I have encountered with
> the problem. Compilation successfully complete but the assertion message
> displayed while running application class2llvm.exe.
class2llvm is by no means complete and hasn't been actively develped
for more than 6 months. Can you please send us some more information
on how to reproduce this assertion?
Thank you,
--
Alkis
2006 Mar 03
1
[LLVMdev] printing constants
..., Kyle Wilkinson <kdwilkin at uiuc.edu> wrote:
> > Hi,
> >
> > This question is mostly addressed at Alkis, as I
> understand that he
> > last worked on llvm-java and I saw him reply to
> another thread
> > recently :-)
> >
> > When I try and run class2llvm I get a bus error
> because function_ in
> > VMMethod points to 0x8.
>
> This can't be good :-)
>
> > I think the problem lies in how I am using
> class2llvm. When I read
> > through the Debug output, I see that class2llvm is
> trying to compile
> >...
2006 Apr 26
0
[LLVMdev] LLVM Java front-end
Hello,
I have just downloaded the source from CVS.
Does exist a LLVM Java front-end?
If yes, where can I find documentations about it?
If no, is anyway somebody working on it? Where can I find the source code
related?
Thanks,
Alessandro
2005 Apr 29
3
[LLVMdev] Java frontend
Hello,
I have just read the LLVM paper (CGO'04) and thought
it was an interesting project. And, I am wondering if
there exists a Java frontend (that compiles Java bytecode
to LLVM code) as the paper mentioned. If there is any,
what is the status of it?
Pardon me if this information is obviously provided
somewhere in the LLVM web site.
Best regards,
Hiroshi Yamauchi
Purdue University
2006 Apr 25
4
[LLVMdev] src to src conversion
On Apr 25, 2006, at 8:56 AM, John Criswell wrote:
> Ryan M. Lefever wrote:
>> I am trying to use LLVM as a source to source C compiler. I use
>> llvm-gcc to convert file.c->file.bc. Then I use opt to run my own
>> compiler passes to convert file.bc->file.opt.bc. Then I use llc
>> to convert file.opt.bc->file.opt.c. Now, I want to use normal gcc