search for: projectswithllvm

Displaying 20 results from an estimated 77 matches for "projectswithllvm".

2016 Jun 30
1
Entry for llvm.org/ProjectsWithLLVM - Terra programming language
Terra: A low-level counterpart to Lua By Zach DeVito (http://cs.stanford.edu/~zdevito) Terra (http://terralang.org/) is a system programming language that is embedded in and meta-programmed by Lua, which handles details like conditional compilation, type systems, namespaces, and templating/function specialization that are normally special constructs in other languages. Terra code shares
2018 Mar 07
0
Entry for RetDec in http://llvm.org/ProjectsWithLLVM/
Hi, I wanted to propose another project that is based on LLVM for inclusion on the http://llvm.org/ProjectsWithLLVM/ page. Hope it qualifies and can be included. Below description is copied verbatim from their website. I formatted it to follow the format of entries on aforementioned page: > RetDec > > by Avast > > RetDec is an open-source machine-code decompiler based on LLVM. > > The de...
2013 Sep 30
4
[LLVMdev] RTSC - Real-Time Systems Compiler
Hello John, Thank you very much for your fast response and the patch. Is it possible to add Fabian Scheler and Florian Franzmann to the people section as proposed in the attached patch? I hope to manage to write a description for the 'ProjectsWithLLVM' page this week and send it to the list. Thanks again, Tobias Am 26.09.2013 21:26, schrieb John Criswell: > Dear Tobias, > > Is the attached patch for the LLVM User's page acceptable to you? > > -- John T. > -------------- next part -------------- Index: Users.html ===...
2013 May 14
0
[LLVMdev] Concerning http://llvm.org/ProjectsWithLLVM
Thanks for the report. The attached patch removes them from the page. OK? On 8 May 2013 11:34, Kostyrka (External user) Andreas <Andreas.Kostyrka at kapsch.net> wrote: > Not sure, but it seems the page contains a number of out-of-date entries: > > > > Pypy => pypy.org (link stale) plus: there is no llvm backend for pypy at the > moment (although LLVM backends have been
2012 Mar 18
4
[LLVMdev] a place for listing LLVM binding implementations?
Hello, I didn't see any section on this site for LLVM language bindings. There is http://llvm.org/ProjectsWithLLVM/ but that seems to be more about self-contained applications of LLVM. I think it would be useful to add a page (or section to an existing page) if you all agree. My binding is https://github.com/keithshep/llvm-fs and I know that there are many others. Best, Keith
2013 May 08
2
[LLVMdev] Concerning http://llvm.org/ProjectsWithLLVM
Not sure, but it seems the page contains a number of out-of-date entries: Pypy => pypy.org (link stale) plus: there is no llvm backend for pypy at the moment (although LLVM backends have been attempted a number of times, all seem to have failed) Unladen Swallow => not being developed since 2011 (http://qinsb.blogspot.com/2011/03/unladen-swallow-retrospective.html) TIA, Andreas The
2013 May 14
2
[LLVMdev] Update information about Jade project
Hi everybody, We work for a few week to update our project Jade (Just-In-Time Adaptive Decoder Engine) already referenced on "LLVM Projects" page (http://llvm.org/ProjectsWithLLVM/#jade). After some updates, we are able to compile Jade with the upcoming LLVM version. I want to ask you if it is possible to update the first link for the Jade project on ProjectsWithLLVM page, since it is outdated ? The current link point to sourceforge trac app, but we migrated to GitHub a...
2013 Oct 14
0
[LLVMdev] RTSC - Real-Time Systems Compiler
...bias Klaus wrote: > Hello John, > > Thank you very much for your fast response and the patch. > > Is it possible to add Fabian Scheler and Florian Franzmann to the > people section as proposed in the attached patch? Done, and the patch is committed. Thanks, Bill, for adding the ProjectsWithLLVM entry. -- John T. > > I hope to manage to write a description for the 'ProjectsWithLLVM' > page this week and send it to the list. > > Thanks again, > Tobias > > Am 26.09.2013 21:26, schrieb John Criswell: >> Dear Tobias, >> >> Is the attached pa...
2013 Oct 15
2
[LLVMdev] RTSC - Real-Time Systems Compiler
...t;> >> Thank you very much for your fast response and the patch. >> >> Is it possible to add Fabian Scheler and Florian Franzmann to the >> people section as proposed in the attached patch? > > Done, and the patch is committed. > > Thanks, Bill, for adding the ProjectsWithLLVM entry. > > -- John T. > >> >> I hope to manage to write a description for the 'ProjectsWithLLVM' >> page this week and send it to the list. >> >> Thanks again, >> Tobias >>
2013 Dec 02
3
[LLVMdev] Please update LDC references on LLVM website
...ot;Open Source Projects" with: <tr> <td><a href="http://wiki.dlang.org/LDC/"> LDC</a></td> <td>LLVM-based <a href="http://dlang.org/">D</a> Compiler.</td> </tr> On page http://www.llvm.org/ProjectsWithLLVM/, please update the table of contents with <li><a href="#LDC">LDC - the LLVM-based D Compiler</a></li> and replace the existing section with <div class="www_subsection"> <a name="LDC">LDC - the LLVM-based D Compiler</a> &lt...
2013 Dec 03
0
[LLVMdev] Please update LDC references on LLVM website
...h: > > <tr> > <td><a href="http://wiki.dlang.org/LDC/"> > LDC</a></td> > <td>LLVM-based <a href="http://dlang.org/">D</a> Compiler.</td> > </tr> > > On page http://www.llvm.org/ProjectsWithLLVM/, please update the table of > contents with > > <li><a href="#LDC">LDC - the LLVM-based D Compiler</a></li> > > and replace the existing section with > > <div class="www_subsection"> > <a name="LDC">LDC - the...
2015 May 07
3
[LLVMdev] Pony Language: LLVM Project
...I (C/C++ can call Pony, Pony can call C) Pony is open-source<http://www.github.com/CausalityLtd/ponyc> (2-clause BSD) and runs on Mac OSX, Linux and Windows (x86_64). Our compiler is based on the LLVM backend. Would it therefore be possible to be named as official project on http://llvm.org/ProjectsWithLLVM/ ? A preliminary (work-in-progress) tutorial is available at http://tutorial.ponylang.org. Best, Sebastian -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150507/a91c0083/attachment.html>
2013 Dec 03
1
[LLVMdev] Please update LDC references on LLVM website
...t;> <td><a href="http://wiki.dlang.org/LDC/"> >> LDC</a></td> >> <td>LLVM-based <a href="http://dlang.org/">D</a> Compiler.</td> >> </tr> >> >> On page http://www.llvm.org/ProjectsWithLLVM/, please update the table of >> contents with >> >> <li><a href="#LDC">LDC - the LLVM-based D Compiler</a></li> >> >> and replace the existing section with >> >> <div class="www_subsection"> >> <a n...
2012 Mar 19
0
[LLVMdev] a place for listing LLVM binding implementations?
Hello Everyone > bindings. There is http://llvm.org/ProjectsWithLLVM/ but that seems to > be more about self-contained applications of LLVM. I think it would be > useful to add a page (or section to an existing page) if you all > agree. My binding is https://github.com/keithshep/llvm-fs and I know > that there are many others. +1. Keith, if you'll c...
2013 Aug 01
1
[LLVMdev] project page request
Please add to the ProjectsWithLLVM/ page. Thanks. ==== Embedded System Language (ESL) ESL <code.google.com/p/esl/> is a new programming language designed to be used for efficient programming of embedded systems and other low-level system programming projects. ESL is a typed compiled language with features that allow the pro...
2009 May 05
2
[LLVMdev] Installing tbgen with llvm by default.
Hi, Would it be possible to set tbgen to be installed with llvm? For our project http://llvm.org/ProjectsWithLLVM/#tta-tce it would be very helpful, because our tools generate compiler backend plugins in the fly for each customized processor and plugin generation needs tbgen for handling td files. Because of tbgen not beeing distributed, our users cannot use llvm from their favorite distribution packa...
2016 Dec 31
3
Automatic Insertion of OpenACC/OpenMP directives
...4; AI1[4] = (AI1[3] > 0); AI1[5] = (AI1[4] ? AI1[3] : 0); #pragma acc data pcopy(x[0:AI1[5]],y[0:AI1[5]]) #pragma acc kernels for (int i = 0; i < n; ++i) y[i] = a * x[i] + y[i]; } I was wondering if we could add a link to dawn-cc in the LLVM's project page (http://llvm.org/ProjectsWithLLVM/). There are a number of papers that describe what dawn-cc does. The main publication is this paper: * Automatic Insertion of Copy Annotation in Data-Parallel Programs - SBAC-PAD 2016 The array size inference analysis comes from this work: * Runtime Pointer Disambiguation - OOPSLA 2015 The sour...
2013 Oct 10
0
[LLVMdev] RTSC - Real-Time Systems Compiler
...chrieb Tobias Klaus: > Hello John, > > Thank you very much for your fast response and the patch. > > Is it possible to add Fabian Scheler and Florian Franzmann to the people > section as proposed in the attached patch? > > I hope to manage to write a description for the 'ProjectsWithLLVM' page > this week and send it to the list. > > Thanks again, > Tobias > > Am 26.09.2013 21:26, schrieb John Criswell: >> Dear Tobias, >> >> Is the attached patch for the LLVM User's page acceptable to you? >> >> -- John T. >> >
2007 Apr 03
3
[LLVMdev] Live Intervals vs. Live Variables
...each basic blocks, where it is defined, and where it is killed. LiveIntervals gives you a linear representation of the variables as a set of intervals. Yes, it handle holes in the live ranges. There is a very nice description of these analysis and related data structures here: http://llvm.org/ProjectsWithLLVM/2004-Fall-CS426-LS.pdf Fernando >> Toward a better register allocator, I'm attempting to understand >> the dataflow information available to the allocator. >> >> What's the difference between LiveInterval information and LiveVariable >> information? If a Li...
2009 Dec 21
7
[LLVMdev] New LLVM Blog
...and enhancements (which we can link to from the release notes). 2. Description of the motivation behind major API changes. 3. Higher level algorithmic descriptions. 4. A place for people to write about how they're *using* LLVM 5. a place for expanded information like version of http://llvm.org/ProjectsWithLLVM/ and http://llvm.org/Users.html 6. Updates on major accomplishments for sub-projects that are still in development (clang, dragonegg, MC, etc). More than anything else, while LLVM is a highly dynamic project, our web page isn't. I'm hoping to add sidebars to the llvm.org and clang.llvm.or...