search for: danmey

Displaying 12 results from an estimated 12 matches for "danmey".

Did you mean: daney
2012 Sep 12
2
[LLVMdev] Cambridge LLVM Social this week
...l be: > > > > > https://www.google.com/calendar/embed?src=as5fh066i94qthrkct1lv7rojo%40group.calendar.google.com&ctz=Europe/London > > Apparently I missed that, please email or keep me on cc, about the next > LLVM Social date. > > -- > Wojciech Meyer > http://danmey.org > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > -------------- next part -------------- An HTML attachment was scrubbed... URL: &lt...
2012 Sep 12
0
[LLVMdev] Cambridge LLVM Social this week
...our calendar to know > when the next one will be: > > https://www.google.com/calendar/embed?src=as5fh066i94qthrkct1lv7rojo%40group.calendar.google.com&ctz=Europe/London Apparently I missed that, please email or keep me on cc, about the next LLVM Social date. -- Wojciech Meyer http://danmey.org
2012 Sep 12
0
[LLVMdev] Cambridge LLVM Social this week
...t; https://www.google.com/calendar/embed?src=as5fh066i94qthrkct1lv7rojo%40group.calendar.google.com&ctz=Europe/London >> >> Apparently I missed that, please email or keep me on cc, about the next >> LLVM Social date. >> >> -- >> Wojciech Meyer >> http://danmey.org >> >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > -- cheers, --renato http://systemcall.org/
2012 Aug 20
6
[LLVMdev] Cambridge LLVM Social this week
Just a reminder, the Cambridge LLVM Social is this Wednesday, 7:30pm at the Cambridge Blue. http://www.the-cambridgeblue.co.uk/blueroadmap.html If you haven't done so yet, you can subscribe to our calendar to know when the next one will be: https://www.google.com/calendar/embed?src=as5fh066i94qthrkct1lv7rojo%40group.calendar.google.com&ctz=Europe/London
2012 Jul 23
2
[LLVMdev] Setting up a cross-compiler for cortex-m3
On 23 July 2012 17:03, Chris Cadwallader <ccadwallader at arxan.com> wrote: > On Darwin, if -march is armv7 clang's driver will assume you want thumb2 unless you also give it -mno-thumb but that is irrelevant with mcpu=cortex-m3. I think that Thumb2 should be the default for v7 on any system, not just Darwin. Maybe some ARM folk can comment on this... -- cheers, --renato
2012 Jul 23
0
[LLVMdev] Setting up a cross-compiler for cortex-m3
On Mon, Jul 23, 2012 at 8:14 PM, Renato Golin <rengolin at systemcall.org> wrote: > On 23 July 2012 17:03, Chris Cadwallader <ccadwallader at arxan.com> wrote: >> On Darwin, if -march is armv7 clang's driver will assume you want thumb2 unless you also give it -mno-thumb but that is irrelevant with mcpu=cortex-m3. > > I think that Thumb2 should be the default for v7
2012 Jul 24
1
[LLVMdev] RFC: Staging area proposal for new backends
Chris Lattner <clattner at apple.com> writes: > FWIW, I really like this idea or concept, but we have to be careful > for it to be done right. This is also more general than just backends: > experimental optimizers and runtime libraries can also benefit from > something like this. Absolutely. In particular: > In the past, we've had some general infrastructure features
2012 Jul 30
3
[LLVMdev] Cambridge LLVM Social
The tentative date for the next Cambridge LLVM Social is Wed 22nd October, 7:30pm at the Cambridge Blue. http://www.the-cambridgeblue.co.uk/blueroadmap.html If you haven't done so yet, you can subscribe to our calendar to know when the next one will be: https://www.google.com/calendar/embed?src=as5fh066i94qthrkct1lv7rojo%40group.calendar.google.com&ctz=Europe/London Most people feel
2012 Jul 30
0
[LLVMdev] Cambridge LLVM Social
On 30 July 2012 09:34, Renato Golin <rengolin at systemcall.org> wrote: > The tentative date for the next Cambridge LLVM Social is Wed 22nd > October, 7:30pm at the Cambridge Blue. Of course, I meant August. Thanks Igor for the correction!! -- cheers, --renato http://systemcall.org/
2012 Sep 24
2
[LLVMdev] Cambridge LLVM Social this week
Hi all, In sync with Paris meetup, the Cambridge version will also be this week, on Wednesday (26th Sep., 7:30pm) at the Cambridge Blue: http://www.the-cambridgeblue.co.uk/blueroadmap.html I hope we can get the same attendance as last time, since it won't stop raining until February. I'll try to arrive earlier and get a big indoor table. If you haven't done so yet, you can
2012 Sep 24
0
[LLVMdev] Cambridge LLVM Social this week
...lin at systemcall.org> writes: > In sync with Paris meetup, the Cambridge version will also be this > week, on Wednesday (26th Sep., 7:30pm) at the Cambridge Blue: > No way, I'm going to Paris! Remember 1h difference, they will get drunk sooner than we. -- Wojciech Meyer http://danmey.org
2012 Sep 12
1
[LLVMdev] Multi-dimensional array accesses in LLVM-IR | Thoughts
On Wed, 12 Sep 2012 15:56:25 +0100 Renato Golin <rengolin at systemcall.org> wrote: > On 12 September 2012 09:38, Tobias Grosser <tobias at grosser.es> wrote: > > I personally would first have a look at approach '2'. > > While I normally argue to leave the IR as it is (since it's a compiler > IR, not a magical one), I can see some trends going on that