similar to: [LLVMdev] May 25th 2007 Developers Meeting (Update)

Displaying 20 results from an estimated 10000 matches similar to: "[LLVMdev] May 25th 2007 Developers Meeting (Update)"

2007 Apr 03
0
[LLVMdev] May 25th 2007 Developers Meeting (Update)
I'll be there. I'd like to talk about a topic that's near and dear to my hear: "How to survive an attack by Oscar?". :-) Evan On Mar 31, 2007, at 3:11 PM, Reid Spencer wrote: > All, > > Here's an update on the Developer's Meeting. I've created a page > for the > meeting on the main web site at http://llvm.org/DevMtgMay2007.html. If > you
2007 Apr 04
0
[LLVMdev] May 25th 2007 Developers Meeting (Update)
On Sat, Mar 31, 2007 at 03:11:44PM -0700, Reid Spencer wrote: > If you haven't confirmed your attendance yet, please do so by > responding to this email. Hello, I would like to attend too. Thank you, Julien -- Julien Lerouge PGP Key Id: 0xB1964A62 PGP Fingerprint: 392D 4BAD DB8B CE7F 4E5F FA3C 62DB 4AA7 B196 4A62 PGP Public Key from: keyserver.pgp.com
2007 Apr 10
4
[LLVMdev] Update: May 25th Developers' Meeting (T-Shirts!)
All, In case you aren't tracking it, the Developers' Meeting is shaping up nicely. Thanks to everyone who has volunteered to make this a great meeting. http://llvm.org/DevMtgMay2007.html Lots has changed since the last update: Attendance: now 30+ Location: now in the Cupertino Inn (very close to Apple) Speakers: 7 Discussion Topics: 7 And, the big news: T-Shirts. If you want one,
2007 Apr 10
0
[LLVMdev] Update: May 25th Developers' Meeting (T-Shirts!)
For those of us unable to attend the meeting is there anyway that either the meetings can be video'ed or audio recordings made and put on the web ? Aaron > All, > > In case you aren't tracking it, the Developers' Meeting is shaping up > nicely. Thanks to everyone who has volunteered to make this a great > meeting. > > http://llvm.org/DevMtgMay2007.html > >
2007 Apr 12
3
[LLVMdev] Update: May 25th Developers' Meeting (T-Shirts!)
Hi Scott, On Wed, 2007-04-11 at 18:31 -0700, Scott Michel wrote: > +2 Large T-shirts (me and Mark Thomas, also from Aerospace). Are you confirming Mark Thomas as attending then? Only attendees can get the T-Shirt as there isn't funds to ship them all over the place. Reid. > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at
2007 Apr 04
1
[LLVMdev] May 25th 2007 Developers Meeting (Update)
> On Sat, Mar 31, 2007 at 03:11:44PM -0700, Reid Spencer wrote: > >> If you haven't confirmed your attendance yet, please do so by >> responding to this email. >> Just to confirm, I do intend to come along. Are you still interested in me giving a talk on NASA's work on using LLVM to support model checking, symbolic execution and static analysis? If so,
2007 Mar 31
0
[LLVMdev] May 25th 2007 Developers Meeting (Update)
Reid Spencer wrote: If you haven't confirmed your attendance yet, please do so by > responding to this email. I'll be there. Furthermore, I'd like to present the Design and Implementation of the PredicateSimplifier pass, or, "VRP in LLVM". Nick Lewycky
2007 Apr 12
1
[LLVMdev] T-Shirts
All, Just to be really clear. The web-site already says this, but .. Despite this message: On Wed, 2007-04-11 at 19:17 -0700, Reid Spencer wrote: > Hi Scott, > > Only attendees can get the T-Shirt as there isn't funds to > ship them all over the place. > > Reid. If you can't attend the meeting you can still get a T-Shirt but you'll have to pay the shipping
2007 Apr 03
0
[LLVMdev] May 25th 2007 Developers Meeting (Update)
On Mar 31, 2007, at 3:11 PM, Reid Spencer wrote: > If you haven't confirmed your attendance yet, please do so by > responding to this email. I will be there.
2007 Apr 27
2
[LLVMdev] Talks For Developers' Meeting
All, Is there anyone else wishing to present a talk or suggest a discussion topic for the Developer's Meeting May 25th? Next week we will close the list of presenters and topics. We will also formalize the schedule and agenda for the meeting. If you wanted to deliver a talk or suggest a discussion topic, now is the time to speak up. Please send your ideas to the llvmdev list and we'll
2007 Apr 03
2
[LLVMdev] May 25th 2007 Developers Meeting (Update)
On 4/3/07, Evan Cheng <evan.cheng at apple.com> wrote: > I'd like to talk about a topic that's near and dear to my hear: "How > to survive an attack by Oscar?". Don't you know? You leave a sacraficial printout of a DAG for it to look at every morning... Andrew
2007 Apr 27
0
[LLVMdev] Talks For Developers' Meeting
OK, I'll commit: I will give a talk on using LLVM as a back end for my Jolt compiler. Just started on the slide show :) Reid Spencer wrote: > All, > > Is there anyone else wishing to present a talk or suggest a discussion topic for the Developer's Meeting May 25th? > > Next week we will close the list of presenters and topics. We will also formalize the schedule and
2007 Apr 03
0
[LLVMdev] May 25th 2007 Developers Meeting (Update)
I think Oscar should attend as well. Andrew Lenharth wrote: > On 4/3/07, Evan Cheng <evan.cheng at apple.com> wrote: > >> I'd like to talk about a topic that's near and dear to my hear: "How >> to survive an attack by Oscar?". >> > > Don't you know? You leave a sacraficial printout of a DAG for it to > look at every morning...
2007 Apr 12
0
[LLVMdev] Update: May 25th Developers' Meeting (T-Shirts!)
+2 Large T-shirts (me and Mark Thomas, also from Aerospace).
2007 May 25
0
[LLVMdev] Registration for the LLVM Developers' Meeting
I would like attend the LLVM Developers' Meeting (http://llvm.org/DevMtgMay2007.html) Name: Stefan Sch�ckeler Organization: SCU, PhD Student Thanks for adding me to the list of attendees. Stefan
2007 Apr 02
0
[LLVMdev] May 25th 2007 Developers Meeting (Update)
One useful topic would be : How to use bug point to identify wrong code gen bugs. - Devang
2009 Sep 11
4
[LLVMdev] LLVM-GCC & GV zeroinitializers, 2.5 vs 2.6.
Hello folks, I have a small piece of C code written like this: typedef struct { char a; int b; int c; } foo; foo myFoo[5] = {{0}}; With llvm-gcc 2.5, I get the following IR: %struct.foo = type { i8, i32, i32 } @myFoo = global [5 x %struct.foo] zeroinitializer, align 32 With the current 2.6, I get this: %0 = type { i8, [11 x i8] }
2008 Jul 30
2
[LLVMdev] More llvm-gcc build breakage
On Wed, Jul 30, 2008 at 11:32:18AM -0700, Bill Wendling wrote: > On Jul 30, 2008, at 11:17 AM, Julien Lerouge wrote: >> ../../../llvm-gcc4.2-src/gcc/libgcc2.c:2095: error: conflicting types >> for 'VirtualProtect' >> >> c:/cygwin/home/jlerouge/buildbot/llvm/lib/../include/winbase.h:1998: >> error: previous declaration of 'VirtualProtect' was here
2007 May 09
4
[LLVMdev] LLVM Developers Meeting - Dinner (Response needed)
LLVM Developer Meeting Attendees, I need to get a count of the people planning to stay after the meeting for dinner. If we have a large enough group, we may need to make special arrangements. Attendees will have to pay for their own dinner, but we can get reservations or possibly reserve a banquet room. So please email me by May 11th, if you plan to go to dinner. Thanks, Tanya Lattner
2009 Dec 24
2
[LLVMdev] Problem in External/SPEC/CFP2000/177.mesa/Makefile ?
Hello folks, The makefile for 177.mesa says that for a small problem size, it will get 100 frames. But in the spec sources I have, the test folder only contains numbers for 10 frames: $ speccpu2000/benchspec/CFP2000/177.mesa/data $ wc -l test/input/numbers 10 test/input/numbers Generating 100 frames causes undefined behaviour because the program is doing unchecked fscanf on that