Displaying 20 results from an estimated 457 matches for "devmtg".
2010 May 28
4
[LLVMdev] all 2009 devmtg videos now up
It's been a bit of a long process, but all of the videos are now up:
http://llvm.org/devmtg/2009-10/
-Chris
2020 Jul 14
2
[Beginner] Understanding Tablegen language
...).
There are a few examples of simple .td files an LLVM backend in the
following:
LLVM backend development by example (RISC-V)
2018 LLVM Developers’ Meeting; Alex Bradbury
https://www.youtube.com/watch?v=AFaIP-dF-RA
2014 - Building an LLVM Backend - LLVM Developer's Meeting
https://llvm.org/devmtg/2014-10/#tutorial1
https://llvm.org/devmtg/2014-10/Slides/Cormack-BuildingAnLLVMBackend.pdf
https://llvm.org/devmtg/2014-04/PDFs/Talks/Building%20an%20LLVM%20backend.pdf
http://web.archive.org/http://llvm.org/devmtg/2014-10/Videos/Building%20an%20LLVM%20backend-720.mov
http://llvm.org/devmtg/2014-1...
2015 Dec 23
2
Schedule for the LLVM devroom at FOSDEM
Hello,
Renato and I are glad to share the schedule of the LLVM devroom at FOSDEM:
http://llvm.org/devmtg/2016-01/
*When*: January 30th, 2016*
Where*: K.3.201, Building K, ULB Campus Solbosch, Brussels, Belgium
No registration needed.
Just like last year [1], we should have videos ready a few weeks/months
after.
Cheers,
Sylvestre
[1] http://llvm.org/devmtg/2015-02/
-------------- next part -------...
2009 Mar 02
2
[LLVMdev] Issue with paper http://llvm.org/devmtg/2008-08/Geoffray_VMKitProject.pdf and presentation http://hal.inria.fr/docs/00/35/45/77/PDF/RR-6799.pdf
...d like to complain about scientific inaccuracy of the paper
http://hal.inria.fr/docs/00/35/45/77/PDF/RR-6799.pdf written by
Nicolas Geoffray, Gaël Thomas, Charles Clément, Bertil Folliot, Gilles
Muller and presentation done by Nicolas Geoffray on LLVM conference
supported by Google:
http://llvm.org/devmtg/2008-08/Geoffray_VMKitProject.pdf
They provide comparison of their system that uses LLVM, with our
system Portable.NET that uses LibJIT for Just-In-Time compilation.
All measures in this paper have been done for Portable.NET 0.7.4,
which does not use LibJIT as its engine. However, the author provi...
2009 Mar 02
0
[LLVMdev] Issue with paper http://llvm.org/devmtg/2008-08/Geoffray_VMKitProject.pdf and presentation http://hal.inria.fr/docs/00/35/45/77/PDF/RR-6799.pdf
...scientific inaccuracy of the paper
> http://hal.inria.fr/docs/00/35/45/77/PDF/RR-6799.pdf written by
> Nicolas Geoffray, Gaël Thomas, Charles Clément, Bertil Folliot, Gilles
> Muller and presentation done by Nicolas Geoffray on LLVM conference
> supported by Google:
> http://llvm.org/devmtg/2008-08/Geoffray_VMKitProject.pdf
>
> They provide comparison of their system that uses LLVM, with our
> system Portable.NET that uses LibJIT for Just-In-Time compilation.
> All measures in this paper have been done for Portable.NET 0.7.4,
> which does not use LibJIT as its engine. H...
2012 Nov 01
0
[LLVMdev] LLVM Bay-area Mini-Social, November / DevMtg edition!
Hi everyone who is in the SF bay area today (Thursday, the first)!
It's DevMtg month, and while we will all be gather for tons of fun
stuff next week, a few of us are going to do an even more informal
than usual social this week.
Why? So we can complain at each other about preparing a talk, lay
plans for fun hacking at the hacking session, or just because they
serve tasty be...
2007 Jul 17
0
[LLVMdev] devmtg podcast
Hi All,
For anyone who is interested, Chris Hanson contributed a podcast feed of
the developer meeting videos. I added them to
http://llvm.org/devmtg/2007-05/ .
-Chris
--
http://nondot.org/sabre/
http://llvm.org/
2010 Sep 21
1
[LLVMdev] Speaker and funding deadline tomorrow!
...opics can include the LLVM, Clang, LLDB, core infrastructure, new uses and applications of LLVM components, etc. If you are interested in presenting at this year's LLVM Developers' Meeting, please submit your talk proposal to us by September 22, 2010 via the website:
http://www.llvm.org/devmtg/talk.php
More information about the meeting here:
http://www.llvm.org/devmtg/2010-11/
Financial Support:
We may have some funding to help active contributors or students attend the event. Those who are funded are required to present at the meeting and may have other requirements from their spons...
2017 Sep 09
2
Register Allocators Documentation
Hi all,
I am interested in the spill code which is produced by the register
allocators.
Therefore I wanted to ask if there is some Documentation in which these
allocators are described, or that explains how the register spilling
works in detail.
Regards
Jannis
2009 Dec 01
5
[LLVMdev] DevMtg'09 slides
Hi All,
The slides for all Developer Meeting talks are now online on the web page:
http://llvm.org/devmtg/2009-10/
The missing videos are still a work in progress,
-Chris
2011 Sep 10
2
[LLVMdev] 2011 LLVM Developers' Meeting Registration Now Open
...or suggestions for this year's meeting. Please give this some serious thought and fill this field in.
--------------------------------------------------
The LLVM Developers Meeting is a community event and broad participation is essential. Your session proposals can be made at:
www.llvm.org/devmtg/talk.php
If you are working on a novel use of LLVM, a new optimization, or a new target, please share your experience with the community. Submitting a suggestion proposal is very easy and takes only five minutes; but do it soon as the September 15 the deadline is fast approaching.
Sponsorship may...
2011 Sep 15
0
[LLVMdev] 2011 LLVM Annual Developers' Meeting - Update
...l requests have been made to have Posters and Lighting Talks. Lighting Talks are ~5 minute topics which could be an advertisement for a poster later in the day, or just to generate food for thought to be discussed during breaks/BoFs/dinner. Submit your proposals for a lighting talk at
www.llvm.org/devmtg/talk.php
Be sure to include "lighting talk" in the description.
Submit a proposal for a poster at
www.llvm.org/devmtg/talk.php.
We expect that some poster authors may be from university or the community, and may need travel assistance. If so apply at www.llvm.org/devmtg/sponsor.php....
2009 Apr 20
0
[LLVMdev] Issue with paper http://llvm.org/devmtg/2008-08/Geoffray_VMKitProject.pdf and presentation http://hal.inria.fr/docs/00/35/45/77/PDF/RR-6799.pdf
On Apr 20, 2009, at 12:42 PM, Kirill Kononenko wrote:
> Dear all,
>
>
> This new version of the paper at:
>
> http://hal.archives-ouvertes.fr/docs/00/36/53/37/PDF/RR-6799.pdf
>
> got ride of libJIT. Now my question is the how scientific is this
> research and research paper if instead of using libJIT and
> Portable.NET JIT:
> authors of "VMKit: a Substrate
2009 Apr 20
1
[LLVMdev] Issue with paper http://llvm.org/devmtg/2008-08/Geoffray_VMKitProject.pdf and presentation http://hal.inria.fr/docs/00/35/45/77/PDF/RR-6799.pdf
Hi Chris
How does this has nothing to do with llvm? Is not the VMKit project an
official part of LLVM?
Thanks,
Kirill
--
http://code.google.com/p/libjit-linear-scan-register-allocator/
2011 Dec 15
0
[LLVMdev] Update: Many of the LLVM DevMtg videos are now on YouTube!
Just wanted to send an update in case folks have missed some of the recent
community activity...
After a *lot* of hard work by Tanya and others getting most of the videos
prepared (some are still in the works) and up on the llvm.org site, I've
done the easy part of uploading them to YouTube to make it a bit easier to
grab and watch them, and to send them to friends and/or co-workers. The
2007 Apr 12
1
[LLVMdev] Developer Pictures Wanted For DevMtg
There are several of the active developers that haven't sent in a
picture/link for the "LLVM People" page. You know who you are :)
If you're a developer and so inclined, consider sending in a picture now
so that Developer Meeting attendees can start to match names with faces.
This will be the first time a lot of us will be face to face.
I plan to print it in color and take it
2016 Jul 04
2
LLVM Cauldron 2016 (Sep 8th, Hebden Bridge, UK) registration and call for papers now open
...f previous experience with LLVM.
We welcome proposals for:
* technical presentations (25 minutes)
* lightning talks (5 minutes)
* birds of a feather sessions (~30 minutes)
* tutorials (60 minutes)
Please register to attend and consider submitting a talk.
Links:
* More information http://llvm.org/devmtg/2016-09/
* Registration http://goo.gl/forms/IqKzBtIYJIgEZf3G2
* Talk submission http://goo.gl/forms/iFEPwjjLhNHeFeru2
Best wishes,
The LLVM Cauldron 2016 team
2009 Apr 20
2
[LLVMdev] Issue with paper http://llvm.org/devmtg/2008-08/Geoffray_VMKitProject.pdf and presentation http://hal.inria.fr/docs/00/35/45/77/PDF/RR-6799.pdf
...no mention of libjit.
>
> End of the story.
>
> Nicolas
>
> Kirill Kononenko wrote:
>>
>> Hi Chris,
>>
>>
>> Just in case that this information does not get corrupted I want to
>> point to the issue:
>>
>>
>> In http://llvm.org/devmtg/2008-08/Geoffray_VMKitProject.pdf it is on
>> page 21: "VMKit, Mono, PNet", Array bounds checks.
>>
>> In http://hal.inria.fr/docs/00/35/45/77/PDF/RR-6799.pdf it is on page
>> 17: "We compare N3 with Mono [9] version 1.2.6, and PNet version 0.7.4
>> [2],...
2015 Jan 15
4
[LLVMdev] Registration for Euro LLVM 2015 now open
We are happy to announce that Euro LLVM 2015 is now open
for registration.
https://www.eventbrite.com/edit?eid=15350278095
Details at:
http://llvm.org/devmtg/2015-04/
We would reccomend registering early as places are limited.
Andy Thomason,
Goldsmiths.
---
This email is free from viruses and malware because avast! Antivirus protection is active.
http://www.avast.com
2009 Mar 03
3
[LLVMdev] Issue with paper http://llvm.org/devmtg/2008-08/Geoffray_VMKitProject.pdf and presentation http://hal.inria.fr/docs/00/35/45/77/PDF/RR-6799.pdf
Hi Chris,
Just in case that this information does not get corrupted I want to
point to the issue:
In http://llvm.org/devmtg/2008-08/Geoffray_VMKitProject.pdf it is on
page 21: "VMKit, Mono, PNet", Array bounds checks.
In http://hal.inria.fr/docs/00/35/45/77/PDF/RR-6799.pdf it is on page
17: "We compare N3 with Mono [9] version 1.2.6, and PNet version 0.7.4
[2], which uses libjit as dynamic compiler....&q...