similar to: [LLVMdev] final call for projects that work with LLVM 2.7

Displaying 20 results from an estimated 600 matches similar to: "[LLVMdev] final call for projects that work with LLVM 2.7"

2010 Oct 04
5
[LLVMdev] 2.8 Release notes
Hi All, I've finished the first draft of the 2.8 release notes: http://llvm.org/docs/ReleaseNotes.html Please feel free to commit improvements and enhancements. There are "a lot" of changes that went into 2.8, but I think I've scraped most of them out of the commits. However, it is also highly likely that I missed something, so if I missed your favorite feature, please speak
2011 Mar 10
1
[LLVMdev] LLVM 2.9 release notes + "Projects using LLVM" + API changes
Hi All, With 2.9 starting to make its way out into the world, it is time to start poking at the release notes. I plan to make a pass through llvm-commits to cull some of the major changes into bullets, but am already behind and insanely busy with other stuff over the next week. If you have commit access, I'd really appreciate it if you could take a pass through llvm/docs/ReleaseNotes.html
2010 Oct 05
0
[LLVMdev] 2.8 Release notes - LLVM r100304 API change and OpenJDK/IcedTea got support
On 2010-10-04 06:43, Chris Lattner wrote: > Hi All, > > I've finished the first draft of the 2.8 release notes: > http://llvm.org/docs/ReleaseNotes.html > > Please feel free to commit improvements and enhancements. There are "a lot" of changes that went into 2.8, but I think I've scraped most of them out of the commits. However, it is also highly likely that I
2011 Jul 06
1
[LLVMdev] [MCJIT] Why does it allocate function by function?
On 07/06/2011 09:42, Jim Grosbach wrote: > I agree the approach is not optimal. If we were designing completely from scratch, I would absolutely do it differently. We're not, however, and can't simply throw away what we have and start over without significant pain. It's better to instead work incrementally. The first step is to implement with the current interfaces and get the
2010 Nov 04
2
[LLVMdev] I source required?
I am using Ubuntu 10.04, I have installed llvm 2.7 using apt-get(synaptic). I really do not want to install the souce, build it,...... the include is at /usr/include/llvm/ the lib is at /usr/lib/llvm/lib/ the configure stuff is /usr/lib/lvm/build/ the llvm bins is in PATH I am try to write a configure.ac any ideas?
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
2009 Jan 28
1
[LLVMdev] Newbie question: Getting info about JIT-compiled function
Andrew Haley wrote: > Jeff Kuskin wrote: > > Apologies if this is a FAQ. > > > > I am using the LLVM JIT facility on an x86_64 platform. I generate > > IR for a single function using IRBuilder(), use the > > FunctionPassManager to do some optimization passes, and then call > > ExecutionEngine::getPointerToFunction() to get a native-code version > > of
2009 Jan 27
1
[LLVMdev] Newbie question: Getting info about JIT-compiled function
Apologies if this is a FAQ. I am using the LLVM JIT facility on an x86_64 platform. I generate IR for a single function using IRBuilder(), use the FunctionPassManager to do some optimization passes, and then call ExecutionEngine::getPointerToFunction() to get a native-code version of the function. Everything works fine so far. Two questions: Question (1): How can I get the size of the native
2010 Sep 23
4
CentOS, Firefox, and Java Plugin
The latest updates to CentOS 5.5 seem to have broken the Java plugin, and have defeated any and all attempts to get it working again. I'm running CentOS 5.5 (32-bit) and Firefox 3.6.9 (installed from the CentOS repository); I've tried BOTH the openJDK plugin available through the Argeo repositories, and installing Java 1.6.0 directly from Sun/Oracle and creating the plugin soft link in
2017 Sep 14
3
JRE 8.1 for CentOS6
On Thu, Sep 14, 2017 at 6:45 PM, Ulf Volmer <u.volmer at u-v.de> wrote: > On 14.09.2017 23:56, Larry Martell wrote: >> On Thu, Sep 14, 2017 at 5:30 PM, Ulf Volmer <u.volmer at u-v.de> wrote: > >>> Again, please enter 'about:plugins' in the address bar of your browser >>> to make sure, that the right java version is activated. >> >> This
2017 Sep 14
2
JRE 8.1 for CentOS6
On Thu, Sep 14, 2017 at 3:08 PM, Stephen John Smoogen <smooge at gmail.com> wrote: > On 14 September 2017 at 14:51, Larry Martell <larry.martell at gmail.com> wrote: >> On Thu, Sep 14, 2017 at 2:32 PM, Ulf Volmer <u.volmer at u-v.de> wrote: >>> On 14.09.2017 19:54, Larry Martell wrote: >>> >>>> Where would I do that? This is something
2009 Jun 08
0
[LLVMdev] How to stop symbol searching without aborting
Have you tried llvm-lua? It adds JIT & static compiling support to the Lua VM using LLVM as the backend. I just released version 1.0 about a week ago. The project website is here: http://code.google.com/p/llvm-lua/ On Friday 05, Marcus Zetterquist wrote: > Hi! > > > Today we use Lua to let 3rd party developers add driver-like modules > to our application. > > The
2009 Jun 05
4
[LLVMdev] How to stop symbol searching without aborting
Hi! Today we use Lua to let 3rd party developers add driver-like modules to our application. The advantages to using Lua compared to DLL:s etc. are that: 1) the same driver binary can be used on all OS:es and processor architectures etc. 2) We can provide a small API to the Lua drivers and they _cannot_ call any other external functions. 3) A buggy driver cannot crash our application.
2013 Oct 31
1
icedtea & firefox
Trying *again*, if dnsorb will let me.... Current 6.4. icedtea-web is installed... but firefox doesn't see it at all. Do I need to make a symlink somewhere? mark
2012 Jan 10
2
bug submission justified for distribution of obsolete java software?
Readers, Would someone advise whether the distribution of an obsolete version of java should be reported as a bug; http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=827
2017 Sep 14
2
JRE 8.1 for CentOS6
On Thu, Sep 14, 2017 at 5:30 PM, Ulf Volmer <u.volmer at u-v.de> wrote: > On 14.09.2017 21:26, Larry Martell wrote: >> On Thu, Sep 14, 2017 at 3:08 PM, Stephen John Smoogen <smooge at gmail.com> wrote: > >>> So it sounds like the links needed for the plugin to work are not >>> configured on the system. So you have some symlinks pointing to the >>>
2009 May 18
2
[LLVMdev] [PATCH] llvm-config: add svn revision to --version
Frits van Bommel skrev: > Benjamin Kramer wrote: > >> At the moment llvm-config outputs "2.6svn" if llvm is build from trunk >> >> $ llvm-config --version >> 2.6svn >> >> Some external projects (built out-of-tree) need to know which revision >> of llvm is installed. LDC currently asks llvm-config --src-root for the >> source
2009 Jun 08
1
[LLVMdev] How to stop symbol searching without aborting
Hi Robert- I notice that llvm-lua requires LLVM 2.4 rather than anything recent - are there any plans to upgrade? Alastair On 8 Jun 2009, at 14:34, Robert G. Jakabosky wrote: > > Have you tried llvm-lua? It adds JIT & static compiling support to > the Lua VM > using LLVM as the backend. I just released version 1.0 about a week > ago. > > The project website is
2009 May 18
0
[LLVMdev] [PATCH] llvm-config: add svn revision to --version
Xerxes RĂ„nby wrote: > Frits van Bommel skrev: >> Benjamin Kramer wrote: >>> The attached patch modifies the llvm build system (both autotools and >>> cmake) to write the revision into PACKAGE_VERSION: >>> >>> $ llvm-config --version >>> 2.6-71981 >>> >> I don't think that's enough for LDC; we want to be able to
2008 Jan 02
2
Java applets plugins for Mozilla Firefox
I'm trying to view some websites which require Java applets to be installed in the web browser - how do I install these please as I haven't found a simple/obvious way to do it with yum? Thanks, Andy