search for: kqyang

Displaying 5 results from an estimated 5 matches for "kqyang".

2009 Apr 28
3
[LLVMdev] how to build Java frontend for LLVM?
...x, but i meet a problem in configuing the pnet-0.8.0. the error info: checking for treecc... no treecc is required to build and can be obtained from http://www.southern-storm.com.au how to fix this problem? thx! -Joey /*****************************************/ On Apr 23, 2009, at 10:25 PM, kqyang wrote: hi all i check out https://llvm.org/svn/llvm-project/java/trunk but i can not find any document to built it. Who knows how to built? BTW: I have successfully built C/C++ frontend for LLVM. Thx! Unfortunately it is far far far behind LLVM head and hasn't been maintained for qui...
2009 Apr 28
0
[LLVMdev] how to build Java frontend for LLVM?
...u need another tool, treecc, to build pnet. The referenced website looks to have expired (advertising parking page there now); however, google turns up http://www.freshports.org/lang/treecc which looks like it might at least be a place to start. Regards, Jim On Apr 27, 2009, at 7:48 PM, kqyang wrote: > > thx, but i meet a problem in configuing the pnet-0.8.0. > the error info: > > checking for treecc... no > treecc is required to build and can be obtained from > http://www.southern-storm.com.au > > how to fix this problem? thx! > > -Joey > > /****...
2009 Apr 24
2
[LLVMdev] how to build Java frontend for LLVM?
hi all i check out https://llvm.org/svn/llvm-project/java/trunk but i can not find any document to built it. Who knows how to built? BTW: I have successfully built C/C++ frontend for LLVM. Thx! -Joey -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090424/fb077a00/attachment.html>
2009 Apr 24
0
[LLVMdev] how to build Java frontend for LLVM?
On Apr 23, 2009, at 10:25 PM, kqyang wrote: > hi all > > i check out https://llvm.org/svn/llvm-project/java/trunk > but i can not find any document to built it. > Who knows how to built? > BTW: I have successfully built C/C++ frontend for LLVM. > Thx! > Unfortunately it is far far far behind LLVM head and...
2010 Jan 18
0
[LLVMdev] question in LLVM IR
hi all I read LLVM manual, and have a question in the LLVM IR. The IR is low-level SSA based instruction set. I want to know what the difference between the LLVM IR and SSA form? They are same, similar to tree-ssa of GCC convertion GIMPLE tree to SSA and convert back when optimizations finish? or just attach the SSA info in the LLVM IR? Thanks for your feedback. -Joey -------------- next