Displaying 20 results from an estimated 2000 matches similar to: "[LLVMdev] llvm Greater Toronto Area social"
2012 May 02
1
[LLVMdev] llvm Greater Toronto Area social
Hi everyone,
It turns out that Wednesday would not work for me, so it would be great if
we can change this to Tuesday (the 8th), the same time. I talked to Jeff
and Rafael and they're both fine with that. Does this work for others who
are interested in this as well?
Cheers,
--
Ehsan
<http://ehsanakhgari.org/>
On Tue, May 1, 2012 at 4:39 PM, Rafael Espíndola <rafael.espindola at
2012 May 02
2
[LLVMdev] llvm Greater Toronto Area social
8th will work for me. Can we pick a place that is not overly noisy?
- Jan
>________________________________
> From: Rafael Espíndola <rafael.espindola at gmail.com>
>To: Ehsan Akhgari <ehsan.akhgari at gmail.com>
>Cc: Jeff Muizelaar <jmuizelaar at mozilla.com>; clang-dev Developers <cfe-dev at cs.uiuc.edu>; "Minard, Brian" <brian.minard at
2012 May 02
0
[LLVMdev] llvm Greater Toronto Area social
On 2 May 2012 16:57, Jan Sjodin <jan_sjodin at yahoo.com> wrote:
> 8th will work for me. Can we pick a place that is not overly noisy?
http://www.harbordhouse.ca should be fine, but let us know if you have
another suggestion.
> - Jan
>
Cheers,
Rafael
2012 May 02
0
[LLVMdev] llvm Greater Toronto Area social
On 2 May 2012 14:03, Ehsan Akhgari <ehsan.akhgari at gmail.com> wrote:
> Hi everyone,
>
> It turns out that Wednesday would not work for me, so it would be great if
> we can change this to Tuesday (the 8th), the same time. I talked to Jeff
> and Rafael and they're both fine with that. Does this work for others who
> are interested in this as well?
You were the only
2012 Aug 15
1
[LLVMdev] LLVM Toronto social
Hi, first of all, sorry for failing to keep a regular schedule.
The next LLVM GTA social is going to be August 29. I think the
Harbord House (http://www.harbordhouse.ca) is working fine, so if no
one has a better suggestion lets meet there at 19:00.
Just reply to me if you are going so that I know how many to book for.
Cheers,
Rafael
2012 Jun 11
0
[LLVMdev] llvm Greater Toronto Area social
Sorry for being late at organizing this. The next meeting is going to
be Wednesday next week (20th) at 19:00.
The harbord house (http://www.harbordhouse.ca) worked fine, so I
suggest we go there again.
No web app for the GTA one, just reply to me if you are going :-)
Cheers,
Rafael
2012 Jul 20
0
[LLVMdev] llvm greater toronto area social
I have been late to organize this one, but the good news is that we
will be celebrating the firefox switch to clang on OS X! :-)
We will meet at the harbord house (http://www.harbordhouse.ca) on
Wednesday the 25th at 19:00. Send me an email if you going so that I
know how many to book for.
See you there!
Cheers,
Rafael
2012 Feb 21
2
[LLVMdev] LLVM Toronto social
On the last LLVM dev meeting I was surprised to find more llvmers that
work on the GTA. Maybe we could organize a small social meeting
similar to what happens in the bay area?
I would propose scheduling the first one for Wednesday next week (the
29th). Is the date good? Would the beer bistro on King be a good
place?
Cheers,
Rafael
2012 Feb 24
0
[LLVMdev] LLVM Toronto social
Hopefully you mean sometime in the evening on 29th. If this is the
case, count me in.
Thanks
2012/2/21 Rafael Espíndola <rafael.espindola at gmail.com>:
> On the last LLVM dev meeting I was surprised to find more llvmers that
> work on the GTA. Maybe we could organize a small social meeting
> similar to what happens in the bay area?
>
> I would propose scheduling the first
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 Jan 08
4
Toronto?
Anyone in the Toronto area interested in getting together to share notes
and swap war stories?
--
Jim Van Meggelen
jim@vanmeggelen.ca
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.6.9 - Release Date: 06/01/2005
2017 Jun 01
2
restrict pointer support in LLVM 4.0
Thanks. This is probably one of the patches. So let me rephrase my questions:
1- What is the status of work to support block-local restrict-qualified pointers.
2- Does the set of patches with “llvm.noalias” label, more or less cover this work?
Thanks
Ehsan
From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of 陳韋任 via llvm-dev
Sent: Thursday, June 01, 2017 7:57 AM
2005 May 06
0
Toronto/GTA - Programmer for UNIX/ Linux/FreeBSD
Sorry for the second post. I just wanted to clarify location. I would
prefer someone local (1-2 hours away maybe) to the Toronto, Canada area.
I don't mind hearing from other areas as I haven't completely ruled
out a 100% remote team-up if I can't find the local help or can be
convinced tools for colaboration work well.
Job Type: Contract
Location: Toronto, ON, CANADA;
Job
2008 Mar 15
4
Error with GTA on one box, not on another
Hello,
Running GTA (the first one, freely available on Rockstar site ->
http://www.rockstargames.com/classics/gta.html) on my laptop, I have no
problem in fullscreen.
However, on my desktop computer, where I tried to run GTA from freevo, I got
the error message "Error 296.473 - Cannot find the default display mode". A
strings on executable showed me that it is a message from the
2009 Apr 01
4
[LLVMdev] GSoc 2009 (Bad Subject in the previous email)
Hi Evan
Thanks for the email. I had a look at gcc implementation of TBAA and I think
three main steps in implementation of TBAA for LLVM will be this:
April 20 ~ May 23: I will read gcc implementation in depth and play around
with LLVM code.
May 23 ~ July 6: Implementation and test of a simple version of TBAA that
does not work with all aggregate types. I think part of the coding required
for
2008 Jul 17
3
Histogram with two colors depending on condition
Dear List,
Say, we generate data like this-
dat<-rnorm(1000,1,2)
hist(dat)
How do i make the histogram, say, red (col = 2) before X = dat = 0, and rest say, green (col = 3) beyond X = dat = 0 in R?
The resulting histogram could be like this http://ehsan.karim.googlepages.com/histogram.JPG (edited)
Thanks in advance.
Ehsan
http://ehsan.karim.googlepages.com/diaryofastatistician
2012 Feb 24
2
[LLVMdev] LLVM Toronto social
2012/2/24 Xin Tong <xerox.time.tech at gmail.com>:
> Hopefully you mean sometime in the evening on 29th. If this is the
> case, count me in.
Good point, I forgot to select a time :-)
What about 19:00?
> Thanks
Cheers,
Rafael
2012 Feb 24
0
[LLVMdev] LLVM Toronto social
It would be fun to meet some other LLVM developers in TO, 7:00 on wed at
beer bistro should work for me.
Andrew
On 02/24/2012 05:22 PM, Rafael Espíndola wrote:
> 2012/2/24 Xin Tong<xerox.time.tech at gmail.com>:
>> Hopefully you mean sometime in the evening on 29th. If this is the
>> case, count me in.
> Good point, I forgot to select a time :-)
> What about 19:00?
2012 Feb 28
1
[LLVMdev] LLVM Toronto social
can we get a confirmation on who is coming tomorrow ?
Thanks
Xin
2012/2/24 Andrew Clinton <andrew at sidefx.com>:
> It would be fun to meet some other LLVM developers in TO, 7:00 on wed at
> beer bistro should work for me.
>
> Andrew
>
>
> On 02/24/2012 05:22 PM, Rafael Espíndola wrote:
>>
>> 2012/2/24 Xin Tong<xerox.time.tech at gmail.com>:
2012 Apr 03
1
[LLVMdev] LLVM Toronto social
Sorry for being late at organizing this one. Just remembered when I
saw the email about the bay area one.
Who would be able to go to the Beer Bistro this Thursday at 19:00?
Cheers,
Rafael