search for: brucher

Displaying 13 results from an estimated 13 matches for "brucher".

2013 Apr 13
0
[LLVMdev] GSoC project questions.
----- Original Message ----- > From: "Anton Korobeynikov" <anton at korobeynikov.info> > To: "Matthieu Brucher" <matthieu.brucher at gmail.com> > Cc: "Bill Wendling" <isanbard at gmail.com>, "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu> > Sent: Friday, April 12, 2013 9:04:22 AM > Subject: Re: [LLVMdev] GSoC project questions. > > > Inde...
2013 Apr 24
0
[LLVMdev] GSoC project questions.
----- Original Message ----- > From: "Matthieu Brucher" <matthieu.brucher at gmail.com> > To: "Alex L" <arphaman at gmail.com> > Cc: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu> > Sent: Wednesday, April 24, 2013 12:55:44 PM > Subject: Re: [LLVMdev] GSoC project questions. > > &gt...
2013 Apr 12
6
[LLVMdev] GSoC project questions.
> Indeed, dragonegg supports Fortran, but through a gfortran bridge. The > really interesting part in Fortran is in fact arrays! > > Anyway, it's just my opinion, I'm a simple user ;) Fortran has its own standard library and it's damn big. Also, the Fortran grammar is not the simplest (or, rather - straightforward one). So this certainly looks too big for GSoC. Though, it
2013 Apr 24
2
[LLVMdev] GSoC project questions.
...d, still I don't know if it is still widely used in F77 code. I think one of the main resaons it was deprecated is that it voids all type checking (especially in modules). Matthieu -- Information System Engineer, Ph.D. Blog: http://matt.eifelle.com LinkedIn: http://www.linkedin.com/in/matthieubrucher Music band: http://liliejay.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130424/315115a1/attachment.html>
2018 Jul 21
2
Registering passes on a module
...ped with the proxy class. Is there anything I missed or a up-to-date tutorial on this? I couldn't find an answer on Stackoverflow (where a similar question was asked). Cheers, Matthieu -- Quantitative analyst, Ph.D. Blog: http://blog.audio-tk.com/ LinkedIn: http://www.linkedin.com/in/matthieubrucher -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180721/7bc5c3c5/attachment.html>
2013 Apr 12
2
[LLVMdev] GSoC project questions.
2013/4/12 Matthieu Brucher <matthieu.brucher at gmail.com> > Hi, > > > 2013/4/12 Alex L <arphaman at gmail.com> > >> Hello everyone, I have a couple of questions about good project ideas for >> GSoC because I'm kind of stuck thinking what I should do. >> >> First of all...
2013 Apr 13
2
[LLVMdev] GSoC project questions.
...ntly fails on lfort, and ask the GSoC task to pass the test. Kind Regards James On 13 April 2013 03:20, Hal Finkel <hfinkel at anl.gov> wrote: > ----- Original Message ----- > > From: "Anton Korobeynikov" <anton at korobeynikov.info> > > To: "Matthieu Brucher" <matthieu.brucher at gmail.com> > > Cc: "Bill Wendling" <isanbard at gmail.com>, "LLVM Developers Mailing > List" <llvmdev at cs.uiuc.edu> > > Sent: Friday, April 12, 2013 9:04:22 AM > > Subject: Re: [LLVMdev] GSoC project questions....
2013 Apr 24
2
[LLVMdev] GSoC project questions.
...y for that, at least in the beginning. The license would allow for that it seems. I think I should definitely mention that the usage of this library is a possibility in my proposal. 2013/4/24 Hal Finkel <hfinkel at anl.gov> > ----- Original Message ----- > > From: "Matthieu Brucher" <matthieu.brucher at gmail.com> > > To: "Alex L" <arphaman at gmail.com> > > Cc: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu> > > Sent: Wednesday, April 24, 2013 12:55:44 PM > > Subject: Re: [LLVMdev] GSoC project questi...
2013 Apr 12
0
[LLVMdev] GSoC project questions.
...________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > -- Information System Engineer, Ph.D. Blog: http://matt.eifelle.com LinkedIn: http://www.linkedin.com/in/matthieubrucher Music band: http://liliejay.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130412/bf17b854/attachment.html>
2013 May 28
1
[LLVMdev] unexpectedly loop hanging
...________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > -- Information System Engineer, Ph.D. Blog: http://matt.eifelle.com LinkedIn: http://www.linkedin.com/in/matthieubrucher Music band: http://liliejay.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130528/aabaf601/attachment.html>
2013 Apr 12
2
[LLVMdev] GSoC project questions.
Hello everyone, I have a couple of questions about good project ideas for GSoC because I'm kind of stuck thinking what I should do. First of all, allow me to introduce myself - I'm Alex Lorenz, a Comp Sci student from Ireland. I would like to participate in GSoC this year, and I would love to do something for LLVM, because it's a great project. I am familiar with LLVM api, as last
2013 Apr 24
1
[LLVMdev] GSoC project questions.
...________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > -- Information System Engineer, Ph.D. Blog: http://matt.eifelle.com LinkedIn: http://www.linkedin.com/in/matthieubrucher Music band: http://liliejay.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130424/b082bc23/attachment.html>
2013 Apr 12
0
[LLVMdev] GSoC project questions.
...Indeed, dragonegg supports Fortran, but through a gfortran bridge. The really interesting part in Fortran is in fact arrays! Anyway, it's just my opinion, I'm a simple user ;) -- Information System Engineer, Ph.D. Blog: http://matt.eifelle.com LinkedIn: http://www.linkedin.com/in/matthieubrucher Music band: http://liliejay.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130412/1697b961/attachment.html>