Rajika Kumarasiri
2008-Apr-22 02:50 UTC
[LLVMdev] Thank you for selecting my GSoC proposal!
hello everybody, I am very much happy to announce that my GSoC 2008 proposal[1] was accepted. Thank you very much for accepting my proposal. My mentor is Tanya Lattner. I would like to know how should I communicate with my mentor( using this dev-list, #llvm at Oftc.net or by any other means)? I started to work on my project(right now I am further looking into the nightly tester source[2] and the nightly tester script). It's a pleasure to work with LLVM community this time.Thanks again! Regards, -Rajika [1] - http://code.google.com/soc/2008/llvm/appinfo.html?csaid=1EDB2C005DE40D19 [2] - http://llvm.org/viewvc/llvm-project/nightly-test-server/trunk/ -- comp.lang.c - http://groups.google.com/group/comp.lang.c/topics -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080422/acec3088/attachment.html>
Tanya M. Lattner
2008-Apr-22 17:09 UTC
[LLVMdev] Thank you for selecting my GSoC proposal!
> I am very much happy to announce that my GSoC 2008 proposal[1] was accepted. > Thank you very much for accepting my proposal. > My mentor is Tanya Lattner. > I would like to know how should I communicate with my mentor( using this > dev-list, #llvm at Oftc.net or by any other means)?The best way is to use llvm-dev. The community may have some comments and suggestions regarding the project. However, if you need to reach me personally, you can do so at this address (tonic 'at' nondot.org).> I started to work on my project(right now I am further looking into the > nightly tester source[2] and the nightly tester script). > It's a pleasure to work with LLVM community this time.Thanks again!My advice is to do the following to get you started: 1) Build llvm and llvm-gcc (from svn). 2) Set up a nightly tester and sucessfully send results to the llvm server. Once you have done those two things, you will need to get a replica of the llvm server setup on your local machine. You'll need to install apache (2.0 flavor), php (4.X), and mysql (4.X). I'm wrapping up a few things that I have out of tree and will check them in this weekend. I'll provide you with the database schema and a script for testing adding stuff to the database. Lastly, please keep in mind that I do work full time and this is a side project for me as well. So I won't respond instantly to emails. I'm occasionally on irc. -Tanya
Rajika Kumarasiri
2008-Apr-23 05:46 UTC
[LLVMdev] Thank you for selecting my GSoC proposal!
hi, See my comments inline On Tue, Apr 22, 2008 at 10:39 PM, Tanya M. Lattner <tonic at nondot.org> wrote:> > > I am very much happy to announce that my GSoC 2008 proposal[1] was > accepted. > > Thank you very much for accepting my proposal. > > My mentor is Tanya Lattner. > > I would like to know how should I communicate with my mentor( using this > > dev-list, #llvm at Oftc.net or by any other means)? > > The best way is to use llvm-dev. The community may have some comments and > suggestions regarding the project. However, if you need to reach me > personally, you can do so at this address (tonic 'at' nondot.org). > > > I started to work on my project(right now I am further looking into the > > nightly tester source[2] and the nightly tester script). > > It's a pleasure to work with LLVM community this time.Thanks again! > > My advice is to do the following to get you started: > > 1) Build llvm and llvm-gcc (from svn).I have already done this. I compiled llvm with gcc 4.2.1 and there seems to be some issues with gcc 4.2.1[1] since this affect my other work I am planning to compile llvm with gcc 4.0, hope this doesn't have any side effect with this work.> > 2) Set up a nightly tester and sucessfully send results to the llvm > server. > > Once you have done those two things, you will need to get a replica of the > llvm server setup on your local machine. You'll need to install apache > (2.0 flavor), php (4.X), and mysql (4.X). > > I'm wrapping up a few things that I have out of tree and will check them > in this weekend. I'll provide you with the database schema and a script > for testing adding stuff to the database.Thanks for the great guide! -Rajika [1] - http://gcc.gnu.org/ml/gcc-help/2006-07/msg00061.html> > > Lastly, please keep in mind that I do work full time and this is a side > project for me as well. So I won't respond instantly to emails. I'm > occasionally on irc. > > -Tanya > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >-- comp.lang.c - http://groups.google.com/group/comp.lang.c/topics -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080423/e56d08f1/attachment.html>