similar to: [LLVMdev] Papers and Projects using LLVM

Displaying 20 results from an estimated 40000 matches similar to: "[LLVMdev] Papers and Projects using LLVM"

2004 Jul 17
0
[LLVMdev] Scheme compiler.
On Sun, 18 Jul 2004, Tobias Nurmiranta wrote: > > Cool, ok. Have you seen the LLVM GC support that is already available: > > http://llvm.cs.uiuc.edu/docs/GarbageCollection.html > > > > It should be able to support scheme well, though there may be some missing > > bits. > > Yes, I will read/use it closer and try to use it, and say if I miss > something.
2003 Dec 12
0
[LLVMdev] Cool projects with LLVM page, please help! :)
Hi everyone, I'm putting together a "cool projects with LLVM" page, in order to fix "bug" 175: http://llvm.cs.uiuc.edu/PR175 If you have used LLVM for a project, we would like to include your writeup/slides/quarterly results/whatever on the page to show some of the cool things that have been done with LLVM, but which aren't necessarily included in the mainline
2009 Jan 18
0
[LLVMdev] Criticism of garbage collection support in LLVM
On Jan 17, 2009, at 1:25 PM, Albert Graef wrote: > Chris Lattner wrote: >> In the end, I consider this to be a yet-another chapter in the >> "functional language people don't like LLVM" saga. > > Yet another counterexample: > > http://pure-lang.googlecode.com/ Hey, this is incredibly cool. I had never heard of pure, nice work! Would you mind writing a
2000 Jan 11
0
Usenix LISA NT 2000 conference Call for papers
[------------------------------------------------------] [ Cross-posted to samba and samba-ntdom mailing lists. ] [ Apologies for duplicates. ] [------------------------------------------------------] Fyi folks, Last year I served as co-chair for this conference (LISA-NT). It provides a very good outlet for letting others know some of the extremely interesting
2012 May 11
5
[LLVMdev] [3.1 Release] Release Notes and External Projects
Hi all! Please remember to update the release notes! We're getting close to the release date, and we need the notes to be up-to-date. Also, if you have a project which uses LLVM, please send me a blurb about it and I can add it to our "external projects" list (or, if you have commit access, you can add it). Thanks! -bw
2005 Sep 19
0
[LLVMdev] LLVM-TV web page link is broken?
On Mon, 19 Sep 2005, Brian R. Gaeke wrote: > Sorry, I don't personally have any of that stuff anymore -- I seem > to recall that page didn't have a whole lot on it, though. I think > Misha has messed around with llvm-tv more recently than I have. If > you really want that particular page, it looks like you can get (a > version of) it from the Internet Archive... > >
2008 Nov 18
0
[LLVMdev] quantitative comparison of correctness of llvm-gcc 2.x versions
Please link to the graphs if that seems appropriate-- I will leave them there and hopefully also update them as new versions of LLVM come out. It would be great if these graphs can serve as an advertisement for LLVM as well as an advertisement for my work. I hope to create analogous graphs for gcc 4.x sometime, and also to stress-test the x64 ports of both compiler families. There is a
2009 Jan 18
0
[LLVMdev] Criticism of garbage collection support in LLVM
>Chris Lattner wrote: >>http://pure-lang.googlecode.com/ >Hey, this is incredibly cool. I had never heard of pure, nice work! Would you mind writing a blurb for this page? >http://llvm.org/ProjectsWithLLVM/ >-Chris It was the other way round for me. I have been introduced to LLVM by first seeing it employed effectively in Pure. Libor
2012 Dec 14
1
[LLVMdev] LLVM 3.2 release notes + LLVM Users
The LLVM 3.2 release is winding down, and that means release notes! There are two pieces to this. First, if you're an external LLVM user, we'd like to list you as such in the release notes. This is a great way to get some free advertisement. The section is here: http://llvm.org/viewvc/llvm-project/llvm/branches/release_32/docs/ReleaseNotes.html?revision=HEAD#externalproj Please email
2016 Sep 26
2
Publication & Project: Verificarlo: checking floating point accuracy through Monte Carlo Arithmetic
Hi, We have recently published a paper on floating point accuracy analysis through Monte Carlo Arithmetic. We also released the open-source tool Verificarlo (https://github.com/verificarlo/verificarlo) that relies on LLVM for instrumenting floating point operations. Could you please add our paper to http://llvm.org/pubs/ ? Verificarlo: checking floating point accuracy through Monte Carlo
2007 May 29
2
[LLVMdev] Developer Meeting videos
On Tue, 29 May 2007, Kenneth Hoste wrote: > One minor detail: the last video (Feedback), so have number 15 > instead of 14 (unless that is intentional). Fixed, thanks, -chris >> >> So far, I only have one set of slides on the page - please send me >> your >> slides! :) Also, I'd appreciate it if someone would write a blurb >> describing an overview of
2007 May 29
0
[LLVMdev] Developer Meeting videos
In terms of promoting LLVM, it might be nice to actually post those on a site like youTube, where it might get more exposure -- I think that they have a 'developer' or 'software' sub-genre (like the 'Google-talk' series). -Gabe On May 29, 2007, at 3:54 PM, Chris Lattner wrote: > On Tue, 29 May 2007, Kenneth Hoste wrote: >> One minor detail: the last video
2004 Jul 17
2
[LLVMdev] Scheme compiler.
Hi, thanks for your mail! On Sat, 17 Jul 2004, Chris Lattner wrote: > > That is wonderful! Wow, you did this just ~1 month? :) Yes :), even less, but that is since I used the structure from SICP, see the URL below. > Cool, ok. Have you seen the LLVM GC support that is already available: > http://llvm.cs.uiuc.edu/docs/GarbageCollection.html > > It should be able to support
2004 Jul 17
3
[LLVMdev] Scheme compiler.
On Sat, 17 Jul 2004, Chris Lattner wrote: > > http://www.ida.liu.se/~tobnu/scheme2llvm/ > > Looks great! > > > (what's a blurb? :) > > Just a summary, so that I can add an entry to this page: > http://llvm.cs.uiuc.edu/ProjectsWithLLVM/ Maybe this for now: "This is a small self applicable scheme compiler for LLVM. The code is quite similar to the code in
2007 May 30
2
[LLVMdev] Developer Meeting videos
On Tue, 29 May 2007, Gabriel McArthur wrote: > In terms of promoting LLVM, it might be nice to actually post those > on a site like youTube, where it might get more exposure -- I think > that they have a 'developer' or 'software' sub-genre (like the > 'Google-talk' series). Sure, go for it! -Chris > On May 29, 2007, at 3:54 PM, Chris Lattner wrote: >
2004 Feb 23
0
[LLVMdev] LLVM
On Tue, 24 Feb 2004, Jingling Xue wrote: > I understand that LLVM is now available in the public domain. Yes it is. It can be downloaded from the LLVM releases page here: http://llvm.cs.uiuc.edu/releases/ > I need to decide which compiler system I will use for my advanced > compiler course this year. The current release is 1.1. We are tentatively planning to release 1.2 sometime in
2013 Feb 06
1
[LLVMdev] Adding SMACK to the list of LLVM projects
On Feb 6, 2013, at 7:22 AM, "Criswell, John T" <criswell at illinois.edu> wrote: > Dear All, > > We can add a link to the SMACK project on the LLVM User's page at http://llvm.org/Users.html at any time. Bill, does your comment refer to the release notes, or something else? > Just to the release notes. At least, that's when we do blurbs. :) -bw > In any
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
2008 Dec 19
0
R/Finance 2009: Applied Finance with R -- Call for Papers
Call for Papers The Finance Department of the University of Illinois at Chicago (UIC), the International Center for Futures and Derivatives at UIC, and members of the R finance community are pleased to announce R/Finance 2009: Applied Finance with R on April 24 and 25, 2009, in Chicago, IL, USA Confirmed keynote speakers include: Patrick Burns (Burns
2008 Dec 19
0
R/Finance 2009: Applied Finance with R -- Call for Papers
Call for Papers The Finance Department of the University of Illinois at Chicago (UIC), the International Center for Futures and Derivatives at UIC, and members of the R finance community are pleased to announce R/Finance 2009: Applied Finance with R on April 24 and 25, 2009, in Chicago, IL, USA Confirmed keynote speakers include: Patrick Burns (Burns