similar to: BoF: Shipping Software as LLVM IR (@Upcoming Dev Mtg)

Displaying 20 results from an estimated 4000 matches similar to: "BoF: Shipping Software as LLVM IR (@Upcoming Dev Mtg)"

2016 Oct 17
3
BoF: Shipping Software as LLVM IR (@Upcoming Dev Mtg)
Hi Mehdi, Yes, we did see your earlier post. Efficient (de)serialization is definitely important for both exporting (a la LTO and ThinLTO) and for shipping code as IR. I expect most use cases of the latter would benefit. -—Vikram // Vikram S. Adve // Professor, Department of Computer Science // University of Illinois at Urbana-Champaign // vadve at illinois.edu<mailto:vadve at
2016 Oct 17
0
BoF: Shipping Software as LLVM IR (@Upcoming Dev Mtg)
Hi Vikram, It is a bit more that just “efficient (de)serialization” as there is some amount of tradeoff to make between “size” vs “speed” vs “flexibility” (which are all some sort of “efficient”). For instance what if we get a faster deserialization but got larger size? That might be an issue for some people who’d like to ship bitcode. Another thing is that we may get better speed/size by
2016 Oct 27
1
BoF: Shipping Software as LLVM IR (@Upcoming Dev Mtg)
Hi I am late to the party. Here is my personal take of the topic: * Do you ship software as IR today? What lessons have you learned? Yes. We accept AppStore submission in bitcode (LLVM IR). The core function in clang is upstreamed and you can look up the related code path triggered by -fembed-bitcode option. * Challenges of shipping software as IR Compatibility: We are trying to enhance the
2016 Oct 28
2
RFC: APIs for bitcode files containing multiple modules
> On Oct 28, 2016, at 2:16 PM, Will Dietz <willdtz at gmail.com> wrote: > > On Fri, Oct 28, 2016 at 2:06 PM, Peter Collingbourne <peter at pcc.me.uk <mailto:peter at pcc.me.uk>> wrote: >> On Fri, Oct 28, 2016 at 6:11 AM, Will Dietz <willdtz at gmail.com> wrote: >>> >>> On Wed, Oct 26, 2016 at 2:04 PM, Peter Collingbourne via llvm-dev
2016 Oct 28
0
RFC: APIs for bitcode files containing multiple modules
On Fri, Oct 28, 2016 at 2:06 PM, Peter Collingbourne <peter at pcc.me.uk> wrote: > On Fri, Oct 28, 2016 at 6:11 AM, Will Dietz <willdtz at gmail.com> wrote: >> >> On Wed, Oct 26, 2016 at 2:04 PM, Peter Collingbourne via llvm-dev >> <llvm-dev at lists.llvm.org> wrote: >> > On Tue, Oct 25, 2016 at 8:36 PM, Mehdi Amini <mehdi.amini at apple.com>
2018 Jul 30
2
2018 LLVM Dev Mtg - Call for Papers (Deadline TONIGHT July 30)
The deadline is tonight! Get your proposal in :) -Tanya > On Jul 27, 2018, at 11:19 AM, Tanya Lattner <tanyalattner at llvm.org> wrote: > > Just a reminder that this deadline is coming up. Submit your proposal today! > > -Tanya > >> On Jun 29, 2018, at 10:59 AM, Tanya Lattner <tanyalattner at llvm.org <mailto:tanyalattner at llvm.org>> wrote: >>
2018 Jun 29
2
2018 LLVM Dev Mtg - Call for Papers (Deadline July 30)
Call for Talks, Tutorials, BoFs, Panels, Student Research Competition, and More! All developers and users of LLVM and related sub-projects are invited to present at the 2018 LLVM Developers’ Meeting <https://llvm.org/devmtg/2018-10/>. We are looking for the following proposals: Technical Talks (30 minutes including Q&A): - On LLVM Infrastructure,Clang and all related sub-projects - On
2016 Dec 12
0
LLVM possible projects
@Vivek, thanks for your answer and especially these links! I just want to add two more though I am not sure if they are useful here: - Some slides [0] that explain the general structure of LLVM and LLVM-IR I used in our compiler class last year [0]. - Examples that build LLVM-IR "from scratch". These were designed to help students to build an LLVM-IR frontend for their AST.
2016 Oct 28
2
RFC: APIs for bitcode files containing multiple modules
On Fri, Oct 28, 2016 at 6:11 AM, Will Dietz <willdtz at gmail.com> wrote: > On Wed, Oct 26, 2016 at 2:04 PM, Peter Collingbourne via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > > On Tue, Oct 25, 2016 at 8:36 PM, Mehdi Amini <mehdi.amini at apple.com> > wrote: > >> > >> > >> On Oct 25, 2016, at 6:28 PM, Peter Collingbourne <peter
2014 Aug 30
4
[LLVMdev] LLVM+GCC collaboration BoF
Folks, Is there any interest in having a BoF session on the GCC+LLVM collaboration? I'd like to discuss some of the outcomes from the GNU Cauldron session and see what we could do to make that relationship healthier. So far, all the cross discussions I've seen on the GNU list (about LLVM) have been very healthy and the GNU folks seem very receptive to discussion (not so much for
2016 Oct 27
2
2016 LLVM Dev Mtg: Moderators needed!
All, I'm needing volunteers to help moderate the sessions of the LLVM Developers' Meeting. All you need to do is introduce the speaker, make sure the speaker stays on time, and run Q&A at the end (run a microphone, select people, etc). Its a pretty easy job, but critical for our meeting to run smoothly. Lightning talks are slightly different in that you will moderate each 5 minute
2016 Dec 10
3
LLVM possible projects
> Hello, > Presently my research is focused on compiler and i found LLVM great tool to > work with. I want to familiarize it at undergraduate level. > > Hi Hameeza, I have face similar situation before and I would suggest you to read some books/ blogs available on Internet for LLVM. I think the best way to understand LLVM is by playing with it. Then you should try doing some
2012 Apr 03
1
Re: Black screen -- MTG: Duels of the Planeswalkers
Hi, I have a black screen in Ubuntu 11.10 with Wine 1.3.28. The game is MTG: Duel of the Planeswalkers 2012. I'm really newbie in Linux. Maybe someone can give me a hand with the problem, thanks in advance.
2012 Jan 16
2
Black screen -- MTG: Duels of the Planeswalkers
Hello! I've tried to port these following games: -Magic: The Gathering - Duels of the Planeswalkers -Magic: The Gathering - Duels of the Planeswalkers 2012 ...but to no avail. My rig is Macbook Air 2010 2Gb and it runs Mac OS X 10.6.8 Snow Leopard. I've tried to use Wineskin with 1.3.37 engine and 2.5.3 wrapper. The results on AppDB are positive -- the games are running and everything
2014 Aug 20
2
[LLVMdev] Dev Meeting BOF: Performance Tracking
On 20 August 2014 00:24, Gerolf Hoflehner <ghoflehner at apple.com> wrote: > My experience from leading BOFs at other conferences is more talk than action. So I suggest a different setup for this topic: how about having a working group meeting with participants who can commit time to work on this topic? Mine too, but in this case I have to say it wasn't at all what happened. It
2009 Jun 18
0
[LLVMdev] LLVM Dev Mtg
I saw Tanya's note about this year's LLVM developers' meeting. It would be interesting if the time could coincide with IDF 2009 (Sep. 22-24). I'm sure some LLVM folks would be interested in attending IDF as well. Perhaps hold the LLVM conference the day before or after IDF? -Dave
2009 Sep 19
0
Sunday 20th Global Asterisk Mtg via VOIP - BerkeleyTIP - for forwarding
Get a VOIP headset, Install VOIP client SW, & join the global Asterisk meeting this Sunday Sept 20, 12N-3P Pacific Daylight Savings Time (UTC-8), 3P-6P Eastern, (7P-10P UTC?) http://sites.google.com/site/berkeleytip/remote-attendance Lots of great, exciting new things for Asterisk users, as we start Year 2 of the Global FSW GNU(Linux)/BSD, Free HW, Free Culture, TIP meetings: TIP = Talks,
2009 Oct 18
0
Sunday 18th 12N-3P PDST Global Asterisk Mtg - BerkeleyTIP - for forwarding
Join the global Free SW HW & Culture meeting online via VOIP & IRC. Sunday Oct 18, 12N-3P Pacific Daylight Savings Time (UTC-8), 3P-6P Eastern, (7P-10P UTC?) http://sites.google.com/site/berkeleytip/remote-attendance Or, come to the UCBerkeley Free Speech Cafe. Discuss the videos, work on your own projects & share them with others, & help work on the group projects. Get a VOIP
2016 Oct 31
2
BoF: Raising Next Generation of LLVM Developers
Dear community, We are trying to setup a BoF ( Raising Next Generation of LLVM Developers, http://sched.co/8Yzs). In our academic-oriented environments the main work force is students: undergrads, grads or PhD (rarely postdocs). Often we have limited time to bring somebody up to speed and we have to it in a productive and motivating for both parties way. I believe most of you had
2013 Oct 31
4
[LLVMdev] LLVM BoF at SC13
All, I have arranged for an LLVM BoF at SC13 in Denver: http://sc13.supercomputing.org/schedule/event_detail.php?evid=bof143 If you will be at SC13, have an interesting project based on or within LLVM, and would be willing to come to the BoF and spend 10 minutes or so giving an overview of it, please email me. I am trying to get a collection of people together to talk about vectorization and